--- id: types-aiobotocore-acm version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-acm — Type annotations for aiobotocore ACM 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 197.7K/mo ## 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 above — 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 pip install types-aiobotocore-acm uv add types-aiobotocore-acm poetry add types-aiobotocore-acm ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 197.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore type stubs, acm type annotations, boto3 type hints, mypy aiobotocore, aws acm typing, pyright boto stubs, aiobotocore autocomplete, type-stubs, aws-sdk, async-io [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-acm) · [View on PyPI](https://pypi.org/project/types-aiobotocore-acm/)