CognitoIdentity module#
Index > CognitoIdentity
Auto-generated documentation for CognitoIdentity type annotations stubs module types-boto3-cognito-identity.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3
package locally with mypy_boto3_builder
.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'boto3==1.35.86' mypy_boto3_builder
- Select
boto3
AWS SDK. - Add
CognitoIdentity
service. - Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start
command.
Click Modify
and select boto3 common
and CognitoIdentity
.
From PyPI with pip#
Install types-boto3
for CognitoIdentity
service.
# install with boto3 type annotations
python -m pip install 'types-boto3[cognito-identity]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-boto3-lite[cognito-identity]'
# standalone installation
python -m pip install types-boto3-cognito-identity
How to uninstall#
python -m pip uninstall -y types-boto3-cognito-identity
Usage#
Code samples can be found in Examples.
CognitoIdentityClient#
Type annotations and code completion for boto3.client("cognito-identity")
as CognitoIdentityClient
boto3 documentation
# CognitoIdentityClient usage example
from boto3.session import Session
from types_boto3_cognito_identity.client import CognitoIdentityClient
def get_client() -> CognitoIdentityClient:
return Session().client("cognito-identity")
Paginators#
Type annotations and code completion for paginators
from boto3.client("cognito-identity").get_paginator("...")
.
# ListIdentityPoolsPaginator usage example
from boto3.session import Session
from types_boto3_cognito_identity.paginator import ListIdentityPoolsPaginator
def get_list_identity_pools_paginator() -> ListIdentityPoolsPaginator:
return Session().client("cognito-identity").get_paginator("list_identity_pools"))
Literals#
Type annotations for literals used in methods and schema.
# AmbiguousRoleResolutionTypeType usage example
from types_boto3_cognito_identity.literals import AmbiguousRoleResolutionTypeType
def get_value() -> AmbiguousRoleResolutionTypeType:
return "AuthenticatedRole"
- AmbiguousRoleResolutionTypeType
- ErrorCodeType
- ListIdentityPoolsPaginatorName
- MappingRuleMatchTypeType
- RoleMappingTypeType
- CognitoIdentityServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- CognitoIdentityProviderTypeDef
- CredentialsTypeDef
- DeleteIdentitiesInputRequestTypeDef
- ResponseMetadataTypeDef
- UnprocessedIdentityIdTypeDef
- DeleteIdentityPoolInputRequestTypeDef
- DescribeIdentityInputRequestTypeDef
- DescribeIdentityPoolInputRequestTypeDef
- GetCredentialsForIdentityInputRequestTypeDef
- GetIdInputRequestTypeDef
- GetIdentityPoolRolesInputRequestTypeDef
- GetOpenIdTokenForDeveloperIdentityInputRequestTypeDef
- GetOpenIdTokenInputRequestTypeDef
- GetPrincipalTagAttributeMapInputRequestTypeDef
- IdentityDescriptionTypeDef
- IdentityPoolShortDescriptionTypeDef
- ListIdentitiesInputRequestTypeDef
- PaginatorConfigTypeDef
- ListIdentityPoolsInputRequestTypeDef
- ListTagsForResourceInputRequestTypeDef
- LookupDeveloperIdentityInputRequestTypeDef
- MappingRuleTypeDef
- MergeDeveloperIdentitiesInputRequestTypeDef
- SetPrincipalTagAttributeMapInputRequestTypeDef
- TagResourceInputRequestTypeDef
- UnlinkDeveloperIdentityInputRequestTypeDef
- UnlinkIdentityInputRequestTypeDef
- UntagResourceInputRequestTypeDef
- CreateIdentityPoolInputRequestTypeDef
- IdentityPoolRequestTypeDef
- EmptyResponseMetadataTypeDef
- GetCredentialsForIdentityResponseTypeDef
- GetIdResponseTypeDef
- GetOpenIdTokenForDeveloperIdentityResponseTypeDef
- GetOpenIdTokenResponseTypeDef
- GetPrincipalTagAttributeMapResponseTypeDef
- IdentityDescriptionResponseTypeDef
- IdentityPoolTypeDef
- ListTagsForResourceResponseTypeDef
- LookupDeveloperIdentityResponseTypeDef
- MergeDeveloperIdentitiesResponseTypeDef
- SetPrincipalTagAttributeMapResponseTypeDef
- DeleteIdentitiesResponseTypeDef
- ListIdentitiesResponseTypeDef
- ListIdentityPoolsResponseTypeDef
- ListIdentityPoolsInputPaginateTypeDef
- RulesConfigurationTypeOutputTypeDef
- RulesConfigurationTypeTypeDef
- RoleMappingOutputTypeDef
- RulesConfigurationTypeUnionTypeDef
- GetIdentityPoolRolesResponseTypeDef
- RoleMappingTypeDef
- RoleMappingUnionTypeDef
- SetIdentityPoolRolesInputRequestTypeDef