Type annotations for boto3.Route53Domains 1.14.9 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-route53domains
Type annotations for boto3.Route53Domains 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 Route53Domains
service.
python -m pip install boto3-stubs[route53domains]
How to use
Client annotations
Route53DomainsClient
provides annotations for boto3.client("route53domains")
.
import boto3
from mypy_boto3_route53domains import Route53DomainsClient
from mypy_boto3_route53domains.paginator import (
ListDomainsPaginator,
ListOperationsPaginator,
ViewBillingPaginator,
)
from mypy_boto3_route53domains.type_defs import BillingRecordTypeDef, ...
client: Route53DomainsClient = boto3.client("route53domains")
# 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: Route53DomainsClient = session.client("route53domains")
Paginators annotations
mypy_boto3_route53domains.paginator
module contains type annotations for all paginators.
client: Route53DomainsClient = boto3.client("route53domains")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_domains_paginator: ListDomainsPaginator = client.get_paginator("list_domains")
list_operations_paginator: ListOperationsPaginator = client.get_paginator("list_operations")
view_billing_paginator: ViewBillingPaginator = client.get_paginator("view_billing")
Typed dictionations
mypy_boto3_route53domains.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> BillingRecordTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_route53domains
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("route53domains")
session_client = boto3.Session().client("route53domains")
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-route53domains-1.14.9.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 809b09fb7c255bcc3cc0390078d7163c0c1e9d86b5a4c4f82e21aa8184f4b058 |
|
MD5 | 8bf8b29e22c52773882bab2480e650ac |
|
BLAKE2b-256 | a8c8bad7d32cb724dd6deb467607ca861d0e99a791b1e9f4530abb593682c3f5 |
Hashes for mypy_boto3_route53domains-1.14.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7679bb623f0cfdd26b97a74d2969fa8589d99fa24fbba4890521faad87b0a901 |
|
MD5 | 04bcdbdb493831dbdacd43d08c230303 |
|
BLAKE2b-256 | acf776bdab99f93beb934548fe16763a5c3400ced1e0613d14e6b9d4cc14d461 |