mypy-boto3-iam

Type hints for AWS IAM service in Python boto3 library.

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 IAM 1.42.64 service generated with mypy-boto3-builder 8.12.0

Examples

add type checking to IAM code in python$ python -c "from mypy_boto3_iam import IAMClient; import boto3; client: IAMClient = boto3.client('iam')"
enable autocomplete for IAM methods in IDE$ pip list | grep mypy-boto3-iam && python -m mypy --version
validate AWS IAM code with static type checker$ mypy --strict your_iam_script.py
check for type errors in boto3 IAM operations$ python -m mypy your_aws_iam_code.py
get autocomplete suggestions for IAM API calls$ python -c "from mypy_boto3_iam.client import IAMClient; help(IAMClient.create_user)"