Registry / type-stubs / types-aiobotocore-identitystore

types-aiobotocore-identitystore

JSON →
library3.7.0pypypiunverified

Type annotations for aiobotocore IdentityStore service, generated by mypy-boto3-builder. Version 3.5.0 supports Python >=3.9 and is compatible with aiobotocore 3.5.x. These stubs enable static type checking and auto-completion for boto3/aiobotocore IdentityStore operations.

pip install types-aiobotocore[identitystore]
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-identitystore
type-stubspythonv3.7.0
Install
3.2s avg
Import
—
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.9–3.13
musl
3.9–3.13
Install & Compatibility
Where this runs
tested against v3.7.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.10–3.910 runs
installs and imports cleanly · install 0.0s · import 0.000s · 19.6MB
glibc
py 3.10–3.910 runs
installs and imports cleanly · install 3.2s · import 0.000s · 20MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AioBaseClient
✓ from aiobotocore_stubs.client import AioBaseClient
✗ from aiobotocore.client import AioBaseClient

Basic async usage with type hints. The stubs enable autocomplete and static checking for all IdentityStore operations.

import asyncio from typing import TYPE_CHECKING if TYPE_CHECKING: from aiobotocore.client import AioBaseClient as IdentityStoreClient async def main() -> None: session = ... # your aiobotocore session async with session.create_client('identitystore') as client: # client is now type-checked result = await client.list_groups(IdentityStoreId='d-12345') print(result) asyncio.run(main())
Debug
Known issues
breakingPython 3.8 support dropped in version 8.12.0. If your project uses Python 3.8, pin to versions <=3.5.0.post1.
fix
Upgrade to Python >=3.9 or pin types-aiobotocore-identitystore to <8.12.0 (e.g., 3.5.0.post1).
affects: >=8.12.0
deprecatedIn version 8.9.0, some TypeDef names were shortened (breaking change). For example, CreateDistributionRequestRequestTypeDef became CreateDistributionRequestTypeDef. If you rely on exact TypeDef names, update your imports.
fix
Use the new TypeDef names or check the parent package's changelog for affected types.
affects: >=8.9.0
gotchaDo not import types directly from `types_aiobotocore_identitystore`. The package only provides stubs for the `aiobotocore` client; import the actual client from `aiobotocore.client` and annotate with `AioBaseClient`.
fix
Use `from aiobotocore.client import AioBaseClient as IdentityStoreClient` for type hints.
affects: all
Upgrade
Version history
3.7.0latest on PyPI · released May 10, 2026
Audit
Dependencies
aiobotocorerequiredRuntime dependency for async AWS SDK; typing stubs assume aiobotocore is installed.
typing-extensionsoptionalUsed for type annotations like NotRequired; required for Python <3.11.
Agent activity
46 hits · last 30 days
node
38
OpenAI (training)
2
Amazon
1
Resources
types-aiobotocore-identitystore — pip install types-aiobotocore-identitystore · libregistry