Type annotations for boto3.AccessAnalyzer 1.14.3 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-accessanalyzer
Type annotations for boto3.AccessAnalyzer 1.14.3 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.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01611306b9a6eea59620a01f050ce7d1e9d3dcd566a79a39ac061b001bedab25 |
|
MD5 | c9547f4030d2a8b96f3b8adab1d1b473 |
|
BLAKE2b-256 | b8c3c70eff4705e4660e1bb9e051f8939f26c654cf68d1243048ad528d8076c0 |
Hashes for mypy_boto3_accessanalyzer-1.14.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d5f8315392512ce59316c8607a639325fbee0c0c17d66c5cad18d83ae85ec1c |
|
MD5 | b1d4e96395d8ddd949f7b74c64ce780a |
|
BLAKE2b-256 | e78982cf25b40f060a486f63d94f70fa2f2d7663ac00f0c8b90cce6990c50e1a |