CognitoIdentity module#
Index > CognitoIdentity
Auto-generated documentation for CognitoIdentity type annotations stubs module mypy-boto3-cognito-identity.
How to install#
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 boto3-stubs
for CognitoIdentity
service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[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 'boto3-stubs-lite[cognito-identity]'
# standalone installation
python -m pip install mypy-boto3-cognito-identity
How to uninstall#
python -m pip uninstall -y mypy-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 mypy_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 mypy_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 mypy_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
- ListIdentityPoolsInputListIdentityPoolsPaginateTypeDef
- RulesConfigurationTypeOutputTypeDef
- RulesConfigurationTypeTypeDef
- RoleMappingOutputTypeDef
- RulesConfigurationTypeUnionTypeDef
- GetIdentityPoolRolesResponseTypeDef
- RoleMappingTypeDef
- RoleMappingUnionTypeDef
- SetIdentityPoolRolesInputRequestTypeDef