skillfed

types-boto3-ecs

Type annotations for boto3 ECS 1.43.65 service generated with mypy-boto3-builder 8.12.0

types-boto3-ecs v1.43.65 217.4K downloads/30d#9,360 on PyPI670
Permissive license MIT Active released

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-ecs

uv

uv add types-boto3-ecs

poetry

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 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

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 stubsaws ecs type annotationsboto3 ecs mypy supporttype hints for boto3ecs client type checkingboto3 ide autocompleteaws sdk type stubs
type-stubsaws-sdkboto3

More Software Development packages