Type hints for AWS Batch boto3 client library in Python
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; client: BatchClient = None"$ pip show mypy-boto3-batch$ mypy --strict my_batch_script.py$ python -c "from mypy_boto3_batch import BatchClient; from boto3.session import Session; client = Session().client('batch'); print(type(client))"$ python -c "from mypy_boto3_batch.client import BatchClient; help(BatchClient.submit_job)"