Type annotations for boto3.Snowball 1.14.2 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-snowball
Type annotations for boto3.Snowball 1.14.2 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 Snowball
service.
python -m pip install boto3-stubs[snowball]
How to use
Client annotations
SnowballClient
provides annotations for boto3.client("snowball")
.
import boto3
from mypy_boto3_snowball import SnowballClient
from mypy_boto3_snowball.paginator import (
DescribeAddressesPaginator,
ListClusterJobsPaginator,
ListClustersPaginator,
ListCompatibleImagesPaginator,
ListJobsPaginator,
)
from mypy_boto3_snowball.type_defs import AddressTypeDef, ...
client: SnowballClient = boto3.client("snowball")
# 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: SnowballClient = session.client("snowball")
Paginators annotations
mypy_boto3_snowball.paginator
module contains type annotations for all paginators.
client: SnowballClient = boto3.client("snowball")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
describe_addresses_paginator: DescribeAddressesPaginator = client.get_paginator("describe_addresses")
list_cluster_jobs_paginator: ListClusterJobsPaginator = client.get_paginator("list_cluster_jobs")
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
list_compatible_images_paginator: ListCompatibleImagesPaginator = client.get_paginator("list_compatible_images")
list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
Typed dictionations
mypy_boto3_snowball.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> AddressTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_snowball
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("snowball")
session_client = boto3.Session().client("snowball")
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-snowball-1.14.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5e9bc4fa9de682c9ed835c21b40383ce5e26ef14f09e208e66f8429cb4575fa |
|
MD5 | 4900415a3b1057d5079e036b89297e29 |
|
BLAKE2b-256 | ea56f106d879d93c2413496c4f0c88a70c66f0d23ad5bb18249b0c508f82e680 |
Hashes for mypy_boto3_snowball-1.14.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1367615805ca9aeaa2df300b2146f0c12bcc122dba42ca0f80fb8dce967dcc1e |
|
MD5 | 46440a9522c036e857b6eba5fcb5fa62 |
|
BLAKE2b-256 | 27b1a0f99a3150a163cb58020e9a5ebd8f46d1ecdb075e1b25aeddf6d8303304 |