Type annotations for boto3 Batch service
Type annotations for boto3 Batch 1.42.59 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_batch import BatchClient"$ python -c "from mypy_boto3_batch.client import BatchClient; import boto3; client: BatchClient = boto3.client('batch')"$ mypy --plugin mypy_boto3_batch your_batch_script.py