skillfed

types-aiobotocore-cloudformation

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

types-aiobotocore-cloudformation v3.9.0 1.4M downloads/30d#3,964 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 CloudFormation service. It is generated by mypy-boto3-builder and provides complete type annotations for CloudFormation clients, paginators, waiters, and service resources, enabling IDEs and type checkers to offer accurate code completion and catch type errors before runtime.

The stubs work with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type hints. It has a single runtime dependency on typing-extensions and installs as a pure-Python wheel with no compiled components. The package is actively maintained, with recent releases tracking aiobotocore's service versions.

Use it for:

  • Enable IDE autocompletion and inline documentation for aiobotocore CloudFormation operations without writing manual type annotations.
  • Catch CloudFormation API misuse (wrong parameter types, missing required fields) during development with mypy or pyright.
  • Provide type hints for CloudFormation paginators and waiters to ensure correct async iteration patterns.
  • Support team development by making CloudFormation client code self-documenting through type information in editors.
  • Use in CI/CD pipelines to enforce type safety on CloudFormation infrastructure-as-code scripts before deployment.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for aiobotocore's CloudFormation service, enabling static type checking with mypy, pyright, and editor support.

Yes. This is a lightweight, actively maintained type-stub package with no security issues, permissive licensing, and low install friction. Install it if you use aiobotocore's CloudFormation service and want IDE support or static type checking—it costs nothing in runtime overhead and catches real bugs. The only caveat is PyCharm users may experience performance issues with Literal overloads; consider the lite variant if that occurs.

Install

types-aiobotocore-cloudformation on PyPI

pip

pip install types-aiobotocore-cloudformation

uv

uv add types-aiobotocore-cloudformation

poetry

poetry add types-aiobotocore-cloudformation

Installing types-aiobotocore-cloudformation

Before you install

Low friction install—a single pure-Python wheel with only typing-extensions as a runtime dependency. Actively maintained, released 12 days ago, with no known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal restrictions.

Quickstart

# Install
python -m pip install types-aiobotocore-cloudformation

# Use in code
from aiobotocore.session import get_session
from types_aiobotocore_cloudformation import CloudFormationClient

session = get_session()
async with session.create_client("cloudformation") as client:
    client: CloudFormationClient
    # Type checking and IDE completion now available

Requires Python 3.9 or later; designed for use with aiobotocore 3.9.0.

Verify before relying

  • Whether PyCharm performance issues with Literal overloads (PY-40997) remain unresolved as of 2026.
  • Compatibility with aiobotocore versions other than 3.9.0.

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 1,390,845/month — #3,964 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_cloudformation-3.9.0-py3-none-any.whl

Keywords: aiobotocore, cloudformation, 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 cloudformation type stubsboto3 cloudformation type hintsaws cloudformation async client typesmypy boto3 type annotationscloudformation type checkingaiobotocore stubspython aws sdk types
type-stubsaws-sdkasync

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

types-aiobotocore-kinesis

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-boto3-cloudformation

Provides type annotations for boto3's…

permissive · top 5,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-cloudtrail

Provides type annotations for aiobotocore's…

permissive · top 15,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-organizations

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-cloudwatch

Provides type stubs and IDE autocompletion for…

permissive · top 15,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-logs

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI

types-aiobotocore-batch

Provides type annotations and IDE…

permissive · top 15,000 on PyPI