| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CognitoSync.ListIdentityPoolUsage
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
- data ListIdentityPoolUsage
- listIdentityPoolUsage :: ListIdentityPoolUsage
- lipuMaxResults :: Lens' ListIdentityPoolUsage (Maybe Int)
- lipuNextToken :: Lens' ListIdentityPoolUsage (Maybe Text)
- data ListIdentityPoolUsageResponse
- listIdentityPoolUsageResponse :: ListIdentityPoolUsageResponse
- lipurCount :: Lens' ListIdentityPoolUsageResponse (Maybe Int)
- lipurIdentityPoolUsages :: Lens' ListIdentityPoolUsageResponse [IdentityPoolUsage]
- lipurMaxResults :: Lens' ListIdentityPoolUsageResponse (Maybe Int)
- lipurNextToken :: Lens' ListIdentityPoolUsageResponse (Maybe Text)
Request
data ListIdentityPoolUsage Source
Instances
| Eq ListIdentityPoolUsage | |
| Ord ListIdentityPoolUsage | |
| Read ListIdentityPoolUsage | |
| Show ListIdentityPoolUsage | |
| AWSRequest ListIdentityPoolUsage | |
| ToQuery ListIdentityPoolUsage | |
| ToPath ListIdentityPoolUsage | |
| ToHeaders ListIdentityPoolUsage | |
| ToJSON ListIdentityPoolUsage | |
| type Sv ListIdentityPoolUsage = CognitoSync | |
| type Rs ListIdentityPoolUsage = ListIdentityPoolUsageResponse |
Request constructor
listIdentityPoolUsage :: ListIdentityPoolUsage Source
ListIdentityPoolUsage constructor.
The fields accessible through corresponding lenses are:
lipuMaxResults::MaybeIntlipuNextToken::MaybeText
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
listIdentityPoolUsageResponse :: ListIdentityPoolUsageResponse Source
ListIdentityPoolUsageResponse constructor.
The fields accessible through corresponding lenses are:
lipurCount::MaybeIntlipurIdentityPoolUsages::[IdentityPoolUsage]lipurMaxResults::MaybeIntlipurNextToken::MaybeText
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.