--- id: mypy-boto3-ecs version: "1.43.65" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-ecs — Type annotations for boto3 ECS 1.43.65 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 2.4M/mo ## What it is and what it does mypy-boto3-ecs is a type-stub package that adds static type annotations for the boto3 ECS service. It is generated from boto3 1.43.65 using mypy-boto3-builder 8.12.0 and works with type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide code completion and catch type errors at development time. The package includes annotations for ECS clients, paginators, waiters, and type definitions. When installed, it allows you to write boto3 ECS code with explicit type hints that your IDE and type checker understand, without requiring manual type annotations. The package is designed to be used alongside boto3 itself—it provides no runtime functionality, only type information. It supports Python 3.9 through 3.14 and has a single runtime dependency on typing-extensions. Use it for: - Enable IDE autocomplete and type checking for boto3 ECS client calls in VSCode with Pylance or PyCharm. - Run mypy or pyright type checking on boto3 ECS code to catch type errors before runtime. - Annotate ECS client, paginator, and waiter types explicitly in codebases that require strict typing. - Use boto3 ECS in a type-safe manner without writing custom type stubs or TYPE_CHECKING guards. - Integrate boto3 ECS type checking into CI/CD pipelines using mypy or pyright. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for boto3 ECS service, enabling static type checking and IDE code completion when working with AWS ECS through boto3. Yes, if you use boto3 ECS and want static type checking or IDE support. The package is actively maintained, has no security vulnerabilities, carries a permissive MIT license, and adds minimal install friction. Install it as part of boto3-stubs[ecs] for the full experience, or standalone if you prefer. Note: PyCharm users may experience performance issues with Literal overloads and should consider boto3-stubs-lite as an alternative. ## Install pip install mypy-boto3-ecs uv add mypy-boto3-ecs poetry add mypy-boto3-ecs ## Installing mypy-boto3-ecs Before you install: Low install friction with a single runtime dependency (typing-extensions). Actively maintained with a release 9 days old and recent commits; the repository shows 670 stars and is not archived. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: pip install mypy-boto3-ecs from boto3.session import Session from mypy_boto3_ecs import ECSClient client: ECSClient = Session().client("ecs") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether the package works with boto3 versions other than 1.43.65 or how version mismatches are handled. - Performance impact on PyCharm beyond the documented Literal overload issue (PY-40997). - Whether generated type stubs remain accurate across boto3 minor/patch updates. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 2.4M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, aws ecs type stubs, mypy boto3 ecs, boto3 ecs type hints, aws sdk python typing, ecs client type checking, boto3 static analysis, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-ecs) · [View on PyPI](https://pypi.org/project/mypy-boto3-ecs/)