amazonka-cognito-sync-1.2.0.1: Amazon Cognito Sync 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.CognitoSync.ListIdentityPoolUsage

Contents

Description

Gets a list of identity pools registered with Cognito.

ListIdentityPoolUsage can only be called with developer credentials. You cannot make this API call with the temporary user credentials provided by Cognito Identity.

See: AWS API Reference for ListIdentityPoolUsage.

Synopsis

Creating a Request

listIdentityPoolUsage :: ListIdentityPoolUsage Source

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

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

Request Lenses

lipuNextToken :: Lens' ListIdentityPoolUsage (Maybe Text) Source

A pagination token for obtaining the next page of results.

lipuMaxResults :: Lens' ListIdentityPoolUsage (Maybe Int) Source

The maximum number of results to be returned.

Destructuring the Response

listIdentityPoolUsageResponse Source

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

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

Response Lenses

lipursCount :: Lens' ListIdentityPoolUsageResponse (Maybe Int) Source

Total number of identities for the identity pool.

lipursNextToken :: Lens' ListIdentityPoolUsageResponse (Maybe Text) Source

A pagination token for obtaining the next page of results.

lipursMaxResults :: Lens' ListIdentityPoolUsageResponse (Maybe Int) Source

The maximum number of results to be returned.