--- id: mypy-boto3-iam version: "1.43.70" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-iam — Type annotations for boto3 IAM 1.43.70 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 3.3M/mo ## What it is and what it does mypy-boto3-iam is a type stub package that adds complete type annotations for the boto3 IAM service. It enables static type checkers like mypy and pyright, as well as IDEs like VSCode, PyCharm, Emacs, and Sublime Text, to provide accurate code completion and catch type errors when working with AWS IAM through boto3. The package is generated from boto3 1.43.70 using mypy-boto3-builder 8.12.0 and provides annotations for IAM clients, paginators, waiters, service resources, and type definitions. It has a single runtime dependency (typing-extensions) and supports Python 3.9 through 3.14, making it lightweight to install and compatible with modern Python environments. Use it for: - Enable IDE autocompletion and type hints when writing boto3 IAM code in VSCode with Pylance or PyCharm. - Run mypy or pyright type checking on IAM-related boto3 code to catch errors before runtime. - Provide explicit type annotations for IAM client objects, paginators, and waiters in production code. - Use in Emacs or Sublime Text with LSP-pyright for real-time type checking and code completion. - Validate IAM API calls and resource operations statically without executing code. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3 IAM service, enabling static type checking with mypy, pyright, and other tools. Yes. This is a low-friction, actively maintained type stub package with no known vulnerabilities, permissive licensing, and broad IDE support. Install it if you use boto3 for IAM and want type checking and autocompletion. Note that PyCharm users may experience performance issues with the full version and should consider boto3-stubs-lite as an alternative. ## Install pip install mypy-boto3-iam uv add mypy-boto3-iam poetry add mypy-boto3-iam ## Installing mypy-boto3-iam Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with a recent release (2 days old) and a stable repository. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-iam from boto3.session import Session from mypy_boto3_iam import IAMClient client: IAMClient = Session().client("iam") Requires Python 3.9 or later and boto3 1.43.70 to be installed separately. Verify before relying: - Whether PyCharm performance issues mentioned in the description (PY-40997) remain unresolved or have been addressed. - Whether the lite variant (boto3-stubs-lite) offers meaningfully better IDE performance than this full version. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 3.3M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, IAM type stubs, boto3 IDE autocomplete, mypy boto3 support, AWS IAM typing, pyright boto3 stubs, boto3 type hints, type-stubs, aws-boto3, typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-iam) · [View on PyPI](https://pypi.org/project/mypy-boto3-iam/)