mypy-boto3-codedeploy
Type annotations for boto3 CodeDeploy 1.43.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 boto3's CodeDeploy client, enabling IDEs and type checkers to understand the shape and behavior of CodeDeploy API calls. It is generated from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text to provide inline code completion and catch type errors before runtime.
The stubs cover CodeDeploy clients, paginators, waiters, and type definitions. Installation is straightforward—either as a standalone package or as part of boto3-stubs with the [codedeploy] extra. The library is pure type metadata with no runtime behavior, making it safe to use in production code via TYPE_CHECKING guards if you want to avoid a runtime dependency.
Use it for:
- Enable IDE autocomplete and type checking when writing CodeDeploy deployment scripts with boto3.
- Catch type errors in CodeDeploy API calls during development with mypy or pyright before deployment.
- Provide explicit type annotations for CodeDeployClient, paginators, and waiters in team codebases.
- Use in VSCode or PyCharm to get real-time type hints and parameter validation while authoring boto3 CodeDeploy code.
- Guard against API misuse by having the type checker validate service-specific parameters and return types.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for boto3's CodeDeploy service, enabling static type checking with mypy, pyright, and editor integrations.
Yes. Install this if you use boto3 to interact with AWS CodeDeploy and want IDE autocomplete and static type checking. The install is frictionless, maintenance is active, the license is permissive, and there are no known vulnerabilities. It adds no runtime overhead when used with TYPE_CHECKING guards.
Install
mypy-boto3-codedeploy on PyPI
pip
pip install mypy-boto3-codedeployuv
uv add mypy-boto3-codedeploypoetry
poetry add mypy-boto3-codedeployInstalling mypy-boto3-codedeploy
Before you install
Low friction install with a single runtime dependency (typing-extensions). Active maintenance with recent releases; last commit 2026-06-22 and production-stable status indicate ongoing support.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—safe for both open-source and commercial projects.
Quickstart
pip install mypy-boto3-codedeploy
from boto3.session import Session
from mypy_boto3_codedeploy import CodeDeployClient
client: CodeDeployClient = Session().client("codedeploy")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether the generated stubs remain compatible across boto3 patch versions between releases of this package
- Performance impact of full stubs vs. boto3-stubs-lite variant in typical IDE workflows
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 — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 379,015/month — #7,113 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_codedeploy-1.43.0-py3-none-any.whl
Keywords: boto3, codedeploy, boto3-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-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-codeartifactProvides type annotations and IDE…
permissive · top 15,000 on PyPI
boto3-stubsProvides type stubs and annotations for boto3…
permissive · top 1,000 on PyPI
mypy-boto3-codepipelineProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-codecatalystProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-devops-agentProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI