Type annotations for boto3 IAM service in Python
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; client: IAMClient"$ mypy --strict your_iam_script.py$ python -c "from mypy_boto3_iam.client import IAMClient; from mypy_boto3_iam.service_resource import IAMServiceResource"