Type annotations for boto3.ACMPCA 1.14.0 service, generated by mypy-boto3-buider 2.0.4
Project description
mypy-boto3-acm-pca
Type annotations for boto3.ACMPCA 1.14.0 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.4.
More information can be found on boto3-stubs page.
How to use
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for ACMPCA
service.
python -m pip install boto3-stubs[acm-pca]
Use boto3
with mypy_boto3_acm_pca
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_acm_pca import ACMPCAClient
# Now mypy can check if your code is valid.
client: ACMPCAClient = boto3.client("acm-pca")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: ACMPCAClient = session.client("acm-pca")
# Waiters are also supported
import mypy_boto3_acm_pca.waiter as acm_pca_waiters
audit_report_created_waiter: acm_pca_waiters.AuditReportCreatedWaiter = client.get_waiter("audit_report_created")
certificate_authority_csr_created_waiter: acm_pca_waiters.CertificateAuthorityCSRCreatedWaiter = client.get_waiter("certificate_authority_csr_created")
certificate_issued_waiter: acm_pca_waiters.CertificateIssuedWaiter = client.get_waiter("certificate_issued")
# Annotated paginators are included as well
import mypy_boto3_acm_pca.paginator as acm_pca_paginators
list_certificate_authorities_paginator: acm_pca_paginators.ListCertificateAuthoritiesPaginator = client.get_paginator("list_certificate_authorities")
list_permissions_paginator: acm_pca_paginators.ListPermissionsPaginator = client.get_paginator("list_permissions")
list_tags_paginator: acm_pca_paginators.ListTagsPaginator = client.get_paginator("list_tags")
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_acm_pca
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
import boto3
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("acm-pca")
session_client = boto3.Session().client("acm-pca")
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-acm-pca-1.14.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 782a35b67db7abb0cfe6accd9f0ba7d374db13da8a90f1602b4fce24ee7bd4aa |
|
MD5 | d473bf04b03c2a2613c42bbd87485879 |
|
BLAKE2b-256 | 14fe79d2e6072fdad7b837545dfd6e2c3c595a10e2b9c8a2fb3fbe415b1fcbf5 |
Hashes for mypy_boto3_acm_pca-1.14.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f98a37b679640bac4498fb589659f42d7ea8a2c561b56a3334a333fe0c7aa89 |
|
MD5 | 62ead0c0865c29dc8baef7ebe19ea1ef |
|
BLAKE2b-256 | 719b2d4c853044aebe0a56c2b647a632b7671030842228a3f23e38d3028fcfcd |