Type annotations for boto3.Macie 1.14.9 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-macie
Type annotations for boto3.Macie 1.14.9 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.2.0.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for Macie
service.
python -m pip install boto3-stubs[macie]
How to use
Client annotations
MacieClient
provides annotations for boto3.client("macie")
.
import boto3
from mypy_boto3_macie import MacieClient
from mypy_boto3_macie.paginator import ListMemberAccountsPaginator, ListS3ResourcesPaginator
from mypy_boto3_macie.type_defs import ClassificationTypeTypeDef, ...
client: MacieClient = boto3.client("macie")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: MacieClient = session.client("macie")
Paginators annotations
mypy_boto3_macie.paginator
module contains type annotations for all paginators.
client: MacieClient = boto3.client("macie")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_member_accounts_paginator: ListMemberAccountsPaginator = client.get_paginator("list_member_accounts")
list_s3_resources_paginator: ListS3ResourcesPaginator = client.get_paginator("list_s3_resources")
Typed dictionations
mypy_boto3_macie.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> ClassificationTypeTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_macie
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("macie")
session_client = boto3.Session().client("macie")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mypy-boto3-macie-1.14.9.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a73e6675002e56df368ca056ac2e15ca9ddd0420ca0f1f7c0053ef016aa5b773 |
|
MD5 | 5e34506b976f3d1f8d880350551eef02 |
|
BLAKE2b-256 | 4c01faba8d62d18744202dcc452d94f175c60703468d557a0abe278eda8d635b |
Hashes for mypy_boto3_macie-1.14.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c1f323d5fb2371ec6e4e85975741e986463d61c1e1c3c13bd9d6aa2edd4f4f2 |
|
MD5 | 173248d43e518f1bdae894b2fb017df6 |
|
BLAKE2b-256 | 900217cba69a39d3a9e934df29569e4ac2decefc10a555148e461d554518124b |