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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoSync.ListIdentityPoolUsage

Contents

Description

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.

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.