mypy-boto3-ecs

Type hints for AWS ECS boto3 service in Python code.

pipmacoslinuxwindows
Try with needOr install directly
Source

About

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

Examples

get autocomplete for ECS client methods in IDE$ python -c "from mypy_boto3_ecs import EC2ContainerServiceClient"
enable type checking for ECS boto3 code with mypy$ mypy --strict my_ecs_script.py
import ECS type definitions in Python project$ from mypy_boto3_ecs.client import EC2ContainerServiceClient
use type hints for ECS service responses$ from mypy_boto3_ecs.type_defs import ListClustersResponseTypeDef
validate ECS API calls with static type checking$ python -m mypy your_ecs_automation.py