Skip to content

IdentityStore module#

Index > IdentityStore

Auto-generated documentation for IdentityStore type annotations stubs module types-aiobotocore-identitystore.

How to install#

From PyPI with pip#

Install types-aioboto3 for IdentityStore service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[identitystore]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aioboto3-lite[identitystore]'


# standalone installation
python -m pip install types-aiobotocore-identitystore

How to uninstall#

python -m pip uninstall -y types-aiobotocore-identitystore

Usage#

Code samples can be found in Examples.

IdentityStoreClient#

Type annotations and code completion for session.client("identitystore") as IdentityStoreClient boto3 documentation

# IdentityStoreClient usage example

from aioboto3.session import Session

from types_aiobotocore_identitystore.client import IdentityStoreClient


session = Session()
async with session.client("identitystore") as client:
    client: IdentityStoreClient

Paginators#

Type annotations and code completion for paginators from session.client("identitystore").get_paginator("...").

# ListGroupMembershipsPaginator usage example

from types_aiobotocore_identitystore.paginator import ListGroupMembershipsPaginator

def get_list_group_memberships_paginator() -> ListGroupMembershipsPaginator:
    return client.get_paginator("list_group_memberships"))

Literals#

Type annotations for literals used in methods and schema.

# ListGroupMembershipsForMemberPaginatorName usage example

from types_aiobotocore_identitystore.literals import ListGroupMembershipsForMemberPaginatorName

def get_value() -> ListGroupMembershipsForMemberPaginatorName:
    return "list_group_memberships_for_member"

Type definitions#

Type annotations for type definitions used in methods and schema.