Type hints for boto3 EC2 service in Python code
Type annotations for boto3 EC2 1.42.62 service generated with mypy-boto3-builder 8.12.0
$ python -c "import boto3; from mypy_boto3_ec2 import EC2Client; client: EC2Client = boto3.client('ec2')"$ mypy --strict my_ec2_script.py$ python -c "from mypy_boto3_ec2.client import EC2Client; help(EC2Client.describe_instances)"$ pip install mypy-boto3-ec2 && python -c "from mypy_boto3_ec2 import EC2Client"$ mypy my_ec2_management.py --no-error-summary