Registry / type-stubs / types-boto3-ecs

types-boto3-ecs

JSON →
library1.43.33pypypiunverified

Type annotations for boto3 ECS 1.43.0 service, generated with mypy-boto3-builder 8.12.0. Provides static typing support for the Amazon Elastic Container Service (ECS) client and service resources. Version 1.43.0, maintained by youtype.

pip install types-boto3-ecs
INSTALL
IMPORT
SIG · TYPES-BOTO3-ECS
T
types-boto3-ecs
type-stubspythonv1.43.33
Install
1.7s avg
Import
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.43.33 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18.8MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.7s · import 0.000s · 19MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ECSClient
from types_boto3_ecs import ECSClient
from mypy_boto3_ecs import ECSClient

Basic usage with type-annotated ECS client.

import boto3 from mypy_boto3_ecs import ECSClient client: ECSClient = boto3.client("ecs", region_name="us-east-1") clusters = client.list_clusters() print(clusters["clusterArns"])
Debug
Known issues
breakingPackage renamed from boto3-stubs-ecs to types-boto3-ecs in June 2023. Old package no longer updated.
fix
Uninstall old package: pip uninstall boto3-stubs-ecs; install new: pip install types-boto3-ecs.
affects: <1.28.0
gotchaImport path mismatch: the package name is types-boto3-ecs but imports use mypy_boto3_ecs. Do not try to import from types_boto3_ecs.
fix
Always use: from mypy_boto3_ecs import ...
affects: >=1.28.0
deprecatedPython 3.8 support removed in mypy-boto3-builder 8.12.0. Requires Python >=3.9.
fix
Upgrade to Python 3.9 or later.
affects: >=1.43.0
Upgrade
Version history
1.43.33latest on PyPI · released Jun 18, 2026
Audit
Dependencies
boto3-stubsoptionalNeeded for full boto3 stubs integration; types-boto3-ecs is a subset.
Agent activity
34 hits · last 30 days
node
30
OpenAI (training)
1
Resources
types-boto3-ecs — pip install types-boto3-ecs · libregistry