Type annotations for boto3.AccessAnalyzer 1.14.45 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-accessanalyzer
Type annotations for boto3.AccessAnalyzer 1.14.45 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 AccessAnalyzer
service.
python -m pip install boto3-stubs[accessanalyzer]
How to use
Client annotations
AccessAnalyzerClient
provides annotations for boto3.client("accessanalyzer")
.
import boto3
from mypy_boto3_accessanalyzer import AccessAnalyzerClient
from mypy_boto3_accessanalyzer.paginator import (
ListAnalyzedResourcesPaginator,
ListAnalyzersPaginator,
ListArchiveRulesPaginator,
ListFindingsPaginator,
)
from mypy_boto3_accessanalyzer.type_defs import AnalyzedResourceSummaryTypeDef, ...
client: AccessAnalyzerClient = boto3.client("accessanalyzer")
# 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: AccessAnalyzerClient = session.client("accessanalyzer")
Paginators annotations
mypy_boto3_accessanalyzer.paginator
module contains type annotations for all paginators.
client: AccessAnalyzerClient = boto3.client("accessanalyzer")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_analyzed_resources_paginator: ListAnalyzedResourcesPaginator = client.get_paginator("list_analyzed_resources")
list_analyzers_paginator: ListAnalyzersPaginator = client.get_paginator("list_analyzers")
list_archive_rules_paginator: ListArchiveRulesPaginator = client.get_paginator("list_archive_rules")
list_findings_paginator: ListFindingsPaginator = client.get_paginator("list_findings")
Typed dictionations
mypy_boto3_accessanalyzer.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> AnalyzedResourceSummaryTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_accessanalyzer
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("accessanalyzer")
session_client = boto3.Session().client("accessanalyzer")
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-accessanalyzer-1.14.45.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2416cdcbd8b7f8b3ffcbef567264b06a0b8ca8ffaed3f313bc3bd8c68f5dffd4 |
|
MD5 | 4a78ecb9141df329f7ad47d3bb7ad2e2 |
|
BLAKE2b-256 | 47d283bcfc4c8f8de5db7b6491940009d0b4eda8f256f020f9cb99ade702383a |
Hashes for mypy_boto3_accessanalyzer-1.14.45.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f3335f3298fc79b82db7edf3c245b721c095ff011e867bc1a4b44662d8e96df |
|
MD5 | c67aa5cca055bfc15845476105d4c302 |
|
BLAKE2b-256 | 6fd8c96314b95e7f89af1106545f75f9e9cf5d260efaa2a45b71c53bb17ea735 |