types-aiobotocore-iam
Type annotations for aiobotocore IAM 3.9.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a stub-only type annotation library for the aiobotocore IAM service. It provides complete type hints for IAM client methods, paginators, waiters, and service resources, enabling static type checkers and IDEs to validate your async AWS IAM code and offer autocomplete suggestions.
The package is generated automatically from aiobotocore 3.9.0 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other tools that support Python type hints. It has no runtime behavior—it's purely for development-time type checking and IDE support. Installation is optional for production (can be guarded with TYPE_CHECKING) but recommended in development environments to catch type errors early.
Use it for:
- Enable IDE autocomplete and type checking when writing async IAM client code with aiobotocore.
- Catch IAM API method signature errors during development with mypy or pyright before runtime.
- Provide explicit type annotations for IAM paginators and waiters in async workflows.
- Improve code documentation and maintainability by making IAM API contracts visible to type checkers.
- Use in VSCode with Pylance for real-time type validation without manual annotations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for aiobotocore IAM 3.9.0, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use aiobotocore for IAM operations. The package is actively maintained, has no vulnerabilities, installs with minimal friction, and provides substantial development-time value through type checking and IDE support. Install it in your development environment; it can be excluded from production dependencies using TYPE_CHECKING guards.
Install
types-aiobotocore-iam on PyPI
pip
pip install types-aiobotocore-iamuv
uv add types-aiobotocore-iampoetry
poetry add types-aiobotocore-iamInstalling types-aiobotocore-iam
Before you install
Low friction installation with a single lightweight dependency (typing-extensions). Package is actively maintained with a recent release (12 days old) and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects.
Quickstart
pip install types-aiobotocore-iam
from aiobotocore.session import get_session
from types_aiobotocore_iam import IAMClient
session = get_session()
async with session.create_client("iam") as client:
client: IAMClient
# Type checking and autocomplete now available
Requires aiobotocore 3.9.0 to be installed separately; Python 3.9 or later required.
Verify before relying
- Performance impact in PyCharm noted in docs but extent of slowdown not quantified.
- Whether lite variant is necessary for your IDE/workflow depends on your specific setup.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 307,864/month — #7,771 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_iam-3.9.0-py3-none-any.whl
Keywords: aiobotocore, iam, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-ssmProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-acmProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-iamProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iamProvides type annotations and IDE…
permissive · top 5,000 on PyPI