--- id: types-aiobotocore-iam version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-iam — Type annotations for aiobotocore IAM 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 307.9K/mo ## 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 above — 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 pip install types-aiobotocore-iam uv add types-aiobotocore-iam poetry add types-aiobotocore-iam ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 307.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore type stubs, IAM type annotations, boto3 type hints, mypy aiobotocore, IDE autocomplete AWS, pyright boto3 stubs, async AWS type checking, type-stubs, aws-sdk, async [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-iam) · [View on PyPI](https://pypi.org/project/types-aiobotocore-iam/)