types-boto3-ecs
Type annotations for boto3 ECS 1.43.65 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
types-boto3-ecs on PyPI
pip
pip install types-boto3-ecsuv
uv add types-boto3-ecspoetry
poetry add types-boto3-ecsInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 9 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 217,367/month — #9,360 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_boto3_ecs-1.43.65-py3-none-any.whl
Keywords: boto3, ecs, 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-ecsProvides type annotations for boto3 ECS…
permissive · top 5,000 on PyPI
types-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-boto3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-fullProvides type annotations for boto3 1.43.71,…
permissive · top 5,000 on PyPI
types-boto3-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-s3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-ssmProvides type annotations for boto3 SSM…
permissive · top 15,000 on PyPI
types-boto3-sesProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-ecrProvides type stubs and annotations for boto3…
permissive · top 15,000 on PyPI
types-boto3-stepfunctionsProvides type stubs and IDE-aware type…
permissive · top 15,000 on PyPI