amazonka-cognito-identity-0.3.2: Amazon Cognito Identity SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoIdentity.ListIdentities

Contents

Description

Synopsis

Request

Request constructor

listIdentities Source

Arguments

:: Text

liIdentityPoolId

-> Natural

liMaxResults

-> ListIdentities 

ListIdentities constructor.

The fields accessible through corresponding lenses are:

Request lenses

liIdentityPoolId :: Lens' ListIdentities Text Source

An identity pool ID in the format REGION:GUID.

liMaxResults :: Lens' ListIdentities Natural Source

The maximum number of identities to return.

liNextToken :: Lens' ListIdentities (Maybe Text) Source

A pagination token.

Response

Response constructor

listIdentitiesResponse :: ListIdentitiesResponse Source

ListIdentitiesResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

lirIdentities :: Lens' ListIdentitiesResponse [IdentityDescription] Source

An object containing a set of identities and associated mappings.

lirIdentityPoolId :: Lens' ListIdentitiesResponse (Maybe Text) Source

An identity pool ID in the format REGION:GUID.

lirNextToken :: Lens' ListIdentitiesResponse (Maybe Text) Source

A pagination token.