amazonka-cognito-identity-1.2.0.1: 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.ListIdentityPools

Contents

Description

Lists all of the Cognito identity pools registered for your account.

This is a public API. You do not need any credentials to call this API.

See: AWS API Reference for ListIdentityPools.

Synopsis

Creating a Request

listIdentityPools Source

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

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

Request Lenses

lipMaxResults :: Lens' ListIdentityPools Natural Source

The maximum number of identities to return.

Destructuring the Response

listIdentityPoolsResponse Source

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

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

Response Lenses

liprsIdentityPools :: Lens' ListIdentityPoolsResponse [IdentityPoolShortDescription] Source

The identity pools returned by the ListIdentityPools action.