skillfed

mypy-boto3-codedeploy

Type annotations for boto3 CodeDeploy 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-codedeploy v1.43.0 379.0K downloads/30d#7,113 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 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-codedeploy

uv

uv add mypy-boto3-codedeploy

poetry

poetry add mypy-boto3-codedeploy

Installing 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

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

boto3 type stubs codedeploytype annotations aws codedeploymypy boto3 codedeployboto3 codedeploy autocompletepyright aws codedeploy typesboto3-stubs codedeploycodedeploy type hints
type-stubsaws-sdkboto3

More Software Development packages