skillfed

types-boto3-iam

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

types-boto3-iam v1.43.70 915.0K downloads/30d#4,733 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package provides type stub annotations for boto3's IAM (Identity and Access Management) service, generated by mypy-boto3-builder 8.12.0. It enables static type checking and IDE autocompletion when working with IAM clients, paginators, waiters, and resources, without requiring explicit type annotations in your code. The stubs work with mypy, pyright, VSCode (via Pylance), PyCharm, Emacs, Sublime Text, and other tools that support Python type hints.

The package is a pure-Python stub-only distribution with minimal dependencies—only typing-extensions at runtime. It's designed to be installed alongside boto3 and used during development and type checking, though it can be excluded from production deployments using TYPE_CHECKING guards. The stubs are kept in sync with boto3 1.43.70 and are actively maintained.

Use it for:

  • Enable mypy or pyright type checking in a project using boto3 IAM operations.
  • Get IDE autocompletion and inline type hints for IAM client methods and parameters.
  • Catch IAM API usage errors at type-check time rather than runtime.
  • Document IAM service method signatures and return types in your codebase.
  • Use in VSCode with Pylance for real-time type checking without explicit annotations.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for boto3's IAM service, enabling static type checking with mypy, pyright, and IDE tools.

Yes, if you use boto3 IAM in a typed Python project. Install friction is negligible, maintenance is active, and there are no known vulnerabilities. The MIT license imposes no restrictions. PyCharm users should be aware of potential performance issues with Literal overloads (documented in the description) and may prefer types-boto3-lite as an alternative.

Install

types-boto3-iam on PyPI

pip

pip install types-boto3-iam

uv

uv add types-boto3-iam

poetry

poetry add types-boto3-iam

Installing types-boto3-iam

Before you install

Low friction: pure Python type stubs with a single runtime dependency (typing-extensions). Released 2 days ago with active maintenance and 670 repository stars.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.

Quickstart

pip install types-boto3-iam

from boto3.session import Session
from types_boto3_iam import IAMClient

client: IAMClient = Session().client("iam")
# Type checking and IDE autocompletion now work

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether PyCharm performance issues mentioned in the description (PY-40997) remain unresolved or have been addressed.
  • Exact scope of type coverage for all IAM operations, paginators, waiters, and service resources.

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 — 2 days since the last release
Last repo commit
First released
Downloads 914,997/month — #4,733 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_boto3_iam-1.43.70-py3-none-any.whl

Keywords: boto3, iam, boto3-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

boto3 type annotationsIAM type stubsmypy boto3 IAMboto3 IDE autocompletepyright boto3 typesstatic type checking AWS IAMboto3 type hints
type-stubsaws-sdkmypy

More Software Development packages