amazonka-cognito-sync-0.3.2: Amazon Cognito Sync SDK.

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.

http://docs.aws.amazon.com/cognitosync/latest/APIReference/API_ListIdentityPoolUsage.html

Synopsis

Request

Request constructor

listIdentityPoolUsage :: ListIdentityPoolUsage Source

ListIdentityPoolUsage constructor.

The fields accessible through corresponding lenses are:

Request lenses

lipuMaxResults :: Lens' ListIdentityPoolUsage (Maybe Int) Source

The maximum number of results to be returned.

lipuNextToken :: Lens' ListIdentityPoolUsage (Maybe Text) Source

A pagination token for obtaining the next page of results.

Response

Response constructor

Response lenses

lipurCount :: Lens' ListIdentityPoolUsageResponse (Maybe Int) Source

Total number of identities for the identity pool.

lipurIdentityPoolUsages :: Lens' ListIdentityPoolUsageResponse [IdentityPoolUsage] Source

Usage information for the identity pools.

lipurMaxResults :: Lens' ListIdentityPoolUsageResponse (Maybe Int) Source

The maximum number of results to be returned.

lipurNextToken :: Lens' ListIdentityPoolUsageResponse (Maybe Text) Source

A pagination token for obtaining the next page of results.