types-aiobotocore-acm
Type annotations for aiobotocore ACM 3.9.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type information to aiobotocore's ACM (AWS Certificate Manager) service. It was generated by mypy-boto3-builder 8.12.0 and provides complete type annotations for client methods, paginators, waiters, and service resources, enabling IDE autocomplete and type checking without requiring explicit type hints in your code.
When installed, it works transparently with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text to catch type errors at development time and provide intelligent code completion. The package has no runtime dependencies beyond typing-extensions and is designed to be optional—you can guard imports with TYPE_CHECKING to avoid including it in production deployments.
Use it for:
- Enable IDE autocomplete and type hints when using aiobotocore ACM client in async Python code.
- Run mypy or pyright type checking on code that calls aiobotocore ACM methods without manual type annotations.
- Catch incorrect method calls or argument types in VSCode or PyCharm before runtime.
- Document expected types for ACM paginators and waiters in your codebase.
- Support TYPE_CHECKING imports to keep type stubs out of production dependencies.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for aiobotocore ACM 3.9.0, enabling static type checking in mypy, pyright, and editor environments.
Yes, if you use aiobotocore ACM and want static type checking or IDE support. The package is actively maintained, has no security vulnerabilities, and adds minimal install friction. Install it as a dev dependency or optional extra unless you need it at runtime for type introspection.
Install
types-aiobotocore-acm on PyPI
pip
pip install types-aiobotocore-acmuv
uv add types-aiobotocore-acmpoetry
poetry add types-aiobotocore-acmInstalling types-aiobotocore-acm
Before you install
Low friction installation with a single runtime dependency on typing-extensions. Actively maintained with recent releases; last commit 2026-06-22 and released 12 days ago.
License in practice
MIT license permits use in both open-source and proprietary projects without restriction, making it safe to include as a development or optional dependency.
Quickstart
# Install
python -m pip install types-aiobotocore-acm
# Use in code
from aiobotocore.session import get_session
from types_aiobotocore_acm import ACMClient
session = get_session()
async with session.create_client("acm") as client:
client: ACMClient # Type checker now understands client methods
Requires aiobotocore 3.9.0 to be installed separately; this package provides only type annotations, not the runtime library.
Verify before relying
- Whether PyCharm performance issues with Literal overloads mentioned in docs have been resolved since the package's last update.
- Compatibility with the lite variant (types-aiobotocore-lite) for projects with memory constraints.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 197,675/month — #9,751 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_acm-3.9.0-py3-none-any.whl
Keywords: aiobotocore, acm, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-acmProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-ssmProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-iamProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-eksProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-sagemakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-ecrProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI