--- id: types-boto3-ecs version: "1.43.65" license: MIT license_treatment: permissive maintenance: active --- # types-boto3-ecs — Type annotations for boto3 ECS 1.43.65 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 217.4K/mo ## What it is and what it does types-boto3-ecs is a type-stub package that adds static type information to boto3's ECS service client. It is generated from boto3 1.43.65 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other tools that support Python type hints. When installed, it enables IDE code completion and type checking for ECS operations without requiring explicit type annotations in your code. The package covers client operations, paginators, and waiters. It is designed as a development dependency and can be imported conditionally using TYPE_CHECKING to avoid a production runtime dependency. Use it for: - Enable IDE autocomplete and type checking when writing boto3 ECS code in VSCode with Pylance or other LSP-based editors. - Catch type errors in ECS client calls during development using mypy or pyright before runtime. - Provide explicit type annotations for ECS paginators and waiters in codebases that require strict typing. - Improve code maintainability in large projects by documenting ECS API contracts through type hints. - Use as a development-only dependency with TYPE_CHECKING guards to keep production environments lightweight. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for boto3 ECS 1.43.65 to enable 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, this package is worth installing as a development dependency. It has low friction, active maintenance, no security vulnerabilities, and an MIT license. The only caveat is PyCharm users may experience performance issues with Literal overloads—the documentation suggests using types-boto3-lite as an alternative if that occurs. ## Install pip install types-boto3-ecs uv add types-boto3-ecs poetry add types-boto3-ecs ## Installing types-boto3-ecs Before you install: Low install friction—a single pure-Python wheel with only typing-extensions as a runtime dependency. Actively maintained with a recent release; repository shows 670 stars and was last updated 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects. Quickstart: pip install types-boto3-ecs from boto3.session import Session from types_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 PyCharm performance issues with Literal overloads mentioned in the description have been resolved since the package's generation. - Exact scope of type coverage for all ECS operations, paginators, and waiters beyond what the description lists. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 217.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws ecs type annotations, boto3 ecs mypy support, type hints for boto3, ecs client type checking, boto3 ide autocomplete, aws sdk type stubs, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/types-boto3-ecs) · [View on PyPI](https://pypi.org/project/types-boto3-ecs/)