Type annotations for boto3 ECS service
Type annotations for boto3 ECS 1.42.69 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_ecs import Client; print('Type hints available')"$ mypy --install-types your_ecs_script.py$ pip install mypy-boto3-ecs && python -c "import boto3; client = boto3.client('ecs')"