skillfed

mypy-boto3-iam

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

mypy-boto3-iam v1.43.70 3.3M downloads/30d#2,674 on PyPI670
Permissive license MIT Active released

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 on this page — 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

mypy-boto3-iam on PyPI

pip

pip install mypy-boto3-iam

uv

uv add mypy-boto3-iam

poetry

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 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 3,284,342/month — #2,674 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_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 stubsboto3 IDE autocompletemypy boto3 supportAWS IAM typingpyright boto3 stubsboto3 type hints
type-stubsaws-boto3typing

More Software Development packages