skillfed

types-aiobotocore-identitystore

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

types-aiobotocore-identitystore v3.9.0 113.0K downloads/30d#12,352 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library generated by mypy-boto3-builder that adds complete type annotations to aiobotocore's IdentityStore service. It works as a companion to aiobotocore, providing no runtime functionality itself—instead, it enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to understand the types and signatures of IdentityStore client methods, paginators, and type definitions.

When installed, it allows you to write aiobotocore code with full IDE autocompletion and type safety, catching type errors before runtime. The package is generated from aiobotocore 3.9.0 and requires only typing-extensions as a runtime dependency. It supports Python 3.9 through 3.14 and is actively maintained, with releases tracking aiobotocore's service updates.

Use it for:

  • Enable IDE autocompletion and type hints when writing async AWS IdentityStore code with aiobotocore.
  • Catch type errors in IdentityStore client calls during static analysis with mypy or pyright.
  • Document expected argument and return types for IdentityStore operations in your codebase.
  • Use in a TYPE_CHECKING block to add type safety without adding a production runtime dependency.

Worth the install?

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

Provides type annotations and IDE autocompletion for aiobotocore IdentityStore 3.9.0, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use aiobotocore with IdentityStore. The package has low install friction, is actively maintained, carries no known vulnerabilities, and provides genuine value through IDE support and static type checking. Install it in your development environment or conditionally via TYPE_CHECKING to avoid production overhead.

Install

types-aiobotocore-identitystore on PyPI

pip

pip install types-aiobotocore-identitystore

uv

uv add types-aiobotocore-identitystore

poetry

poetry add types-aiobotocore-identitystore

Installing types-aiobotocore-identitystore

Before you install

Low install friction with a single runtime dependency (typing-extensions). Actively maintained with a recent release (12 days old) and no known vulnerabilities.

License in practice

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

Quickstart

pip install types-aiobotocore-identitystore

from aiobotocore.session import get_session
from types_aiobotocore_identitystore import IdentityStoreClient

async with get_session().create_client("identitystore") as client:
    client: IdentityStoreClient
    # Type checking and IDE completion now work

Requires Python 3.9 or later; aiobotocore must be installed separately as a runtime dependency.

Verify before relying

  • Whether PyCharm performance issues mentioned in the description (PY-40997) affect this specific version.
  • Whether the lite variant (types-aiobotocore-lite) would be preferable for your IDE or use case.

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 113,045/month — #12,352 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_identitystore-3.9.0-py3-none-any.whl

Keywords: aiobotocore, identitystore, 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 stubsidentitystore type annotationsboto3 async type hintsmypy aiobotocore supportaws identitystore typing
type-stubsaws-sdk

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-identitystore

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-cloudformation

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-kms

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-dynamodb

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-lite

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI

types-aiobotocore-full

Provides complete type annotations for…

permissive · top 15,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI