Type annotations for boto3.Amplify 1.14.27 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-amplify
Type annotations for boto3.Amplify 1.14.27 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 Amplify
service.
python -m pip install boto3-stubs[amplify]
How to use
Client annotations
AmplifyClient
provides annotations for boto3.client("amplify")
.
import boto3
from mypy_boto3_amplify import AmplifyClient
from mypy_boto3_amplify.paginator import (
ListAppsPaginator,
ListBranchesPaginator,
ListDomainAssociationsPaginator,
ListJobsPaginator,
)
from mypy_boto3_amplify.type_defs import AppTypeDef, ...
client: AmplifyClient = boto3.client("amplify")
# 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: AmplifyClient = session.client("amplify")
Paginators annotations
mypy_boto3_amplify.paginator
module contains type annotations for all paginators.
client: AmplifyClient = boto3.client("amplify")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_apps_paginator: ListAppsPaginator = client.get_paginator("list_apps")
list_branches_paginator: ListBranchesPaginator = client.get_paginator("list_branches")
list_domain_associations_paginator: ListDomainAssociationsPaginator = client.get_paginator("list_domain_associations")
list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
Typed dictionations
mypy_boto3_amplify.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> AppTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_amplify
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("amplify")
session_client = boto3.Session().client("amplify")
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-amplify-1.14.27.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff9dbfaf9ffcba6489b0e28f4d84eee1e31880f20fb2d0e8bacdd754dc6367bf |
|
MD5 | b439f4cd03370592b7b4af917712dc1e |
|
BLAKE2b-256 | 8ecdc31b039e6d0713f29e82cb2a9da472e7712dcf01b7f1ab62936e4111163e |
Hashes for mypy_boto3_amplify-1.14.27.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 955bc55a007c3efcf0208058771fa7e6218f066ceae01badd37b203b0e01b524 |
|
MD5 | ddb2738a295585fb886ddc7bde4180b6 |
|
BLAKE2b-256 | 39d846feac6d3c9c690a31326fafd12d3faab6954fcdad4fb50c11057e5b94c7 |