Type hints for AWS ECS boto3 service in Python code.
Type annotations for boto3 ECS 1.42.69 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_ecs import EC2ContainerServiceClient"$ mypy --strict my_ecs_script.py$ from mypy_boto3_ecs.client import EC2ContainerServiceClient$ from mypy_boto3_ecs.type_defs import ListClustersResponseTypeDef$ python -m mypy your_ecs_automation.py