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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoIdentity.ListIdentities

Contents

Description

Lists the identities in a pool.

You must use AWS Developer credentials to call this API.

See: AWS API Reference for ListIdentities.

Synopsis

Creating a Request

listIdentities Source

Creates a value of ListIdentities with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

liHideDisabled :: Lens' ListIdentities (Maybe Bool) Source

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

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.

Destructuring the Response

listIdentitiesResponse Source

Creates a value of ListIdentitiesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

lirsIdentityPoolId :: Lens' ListIdentitiesResponse (Maybe Text) Source

An identity pool ID in the format REGION:GUID.

lirsIdentities :: Lens' ListIdentitiesResponse [IdentityDescription] Source

An object containing a set of identities and associated mappings.

lirsStatus :: Lens' ListIdentitiesResponse Int Source

The response status code.