skillfed

types-aiobotocore-acm

Type annotations for aiobotocore ACM 3.9.0 service generated with mypy-boto3-builder 8.12.0

types-aiobotocore-acm v3.9.0 197.7K downloads/30d#9,751 on PyPI670
Permissive license MIT Active released

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-acm

uv

uv add types-aiobotocore-acm

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

aiobotocore type stubsacm type annotationsboto3 type hintsmypy aiobotocoreaws acm typingpyright boto stubsaiobotocore autocomplete
type-stubsaws-sdkasync-io

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-acm

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-ssm

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-iam

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-eks

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-kms

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-sagemaker

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-ecr

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI