Type hints for AWS IAM service in Python boto3 library.
Type annotations for boto3 IAM 1.42.64 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_iam import IAMClient; import boto3; client: IAMClient = boto3.client('iam')"$ pip list | grep mypy-boto3-iam && python -m mypy --version$ mypy --strict your_iam_script.py$ python -m mypy your_aws_iam_code.py$ python -c "from mypy_boto3_iam.client import IAMClient; help(IAMClient.create_user)"