skillfed

types-aiobotocore-iam

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

types-aiobotocore-iam v3.9.0 307.9K downloads/30d#7,771 on PyPI670
Permissive license MIT Active released

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-iam

uv

uv add types-aiobotocore-iam

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

aiobotocore type stubsIAM type annotationsboto3 type hintsmypy aiobotocoreIDE autocomplete AWSpyright boto3 stubsasync AWS type checking
type-stubsaws-sdkasync

More Software Development packages