Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.CognitoIdentity.ListIdentityPools
Description
Lists all of the Cognito identity pools registered for your account.
You must use AWS Developer credentials to call this API.
Synopsis
- listIdentityPools :: Natural -> ListIdentityPools
- data ListIdentityPools
- lipNextToken :: Lens' ListIdentityPools (Maybe Text)
- lipMaxResults :: Lens' ListIdentityPools Natural
- listIdentityPoolsResponse :: Int -> ListIdentityPoolsResponse
- data ListIdentityPoolsResponse
- liprsIdentityPools :: Lens' ListIdentityPoolsResponse [IdentityPoolShortDescription]
- liprsNextToken :: Lens' ListIdentityPoolsResponse (Maybe Text)
- liprsResponseStatus :: Lens' ListIdentityPoolsResponse Int
Creating a Request
Arguments
:: Natural | |
-> ListIdentityPools |
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:
lipNextToken
- A pagination token.lipMaxResults
- The maximum number of identities to return.
data ListIdentityPools Source #
Input to the ListIdentityPools action.
See: listIdentityPools
smart constructor.
Instances
Request Lenses
lipNextToken :: Lens' ListIdentityPools (Maybe Text) Source #
A pagination token.
lipMaxResults :: Lens' ListIdentityPools Natural Source #
The maximum number of identities to return.
Destructuring the Response
listIdentityPoolsResponse Source #
Arguments
:: Int | |
-> ListIdentityPoolsResponse |
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:
liprsIdentityPools
- The identity pools returned by the ListIdentityPools action.liprsNextToken
- A pagination token.liprsResponseStatus
- -- | The response status code.
data ListIdentityPoolsResponse Source #
The result of a successful ListIdentityPools action.
See: listIdentityPoolsResponse
smart constructor.
Instances
Response Lenses
liprsIdentityPools :: Lens' ListIdentityPoolsResponse [IdentityPoolShortDescription] Source #
The identity pools returned by the ListIdentityPools action.
liprsNextToken :: Lens' ListIdentityPoolsResponse (Maybe Text) Source #
A pagination token.
liprsResponseStatus :: Lens' ListIdentityPoolsResponse Int Source #
- - | The response status code.