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