| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CognitoIdentity.DescribeIdentityPool
Description
Gets details about a particular identity pool, including the pool name, ID description, creation date, and current number of users.
You must use AWS Developer credentials to call this API.
- describeIdentityPool :: Text -> DescribeIdentityPool
- data DescribeIdentityPool
- dipIdentityPoolId :: Lens' DescribeIdentityPool Text
- identityPool :: Text -> Text -> Bool -> IdentityPool
- data IdentityPool
- ipSamlProviderARNs :: Lens' IdentityPool [Text]
- ipSupportedLoginProviders :: Lens' IdentityPool (HashMap Text Text)
- ipDeveloperProviderName :: Lens' IdentityPool (Maybe Text)
- ipOpenIdConnectProviderARNs :: Lens' IdentityPool [Text]
- ipCognitoIdentityProviders :: Lens' IdentityPool [CognitoIdentityProvider]
- ipIdentityPoolId :: Lens' IdentityPool Text
- ipIdentityPoolName :: Lens' IdentityPool Text
- ipAllowUnauthenticatedIdentities :: Lens' IdentityPool Bool
Creating a Request
Arguments
| :: Text | |
| -> DescribeIdentityPool |
Creates a value of DescribeIdentityPool with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeIdentityPool Source #
Input to the DescribeIdentityPool action.
See: describeIdentityPool smart constructor.
Instances
Request Lenses
dipIdentityPoolId :: Lens' DescribeIdentityPool Text Source #
An identity pool ID in the format REGION:GUID.
Destructuring the Response
Arguments
| :: Text | |
| -> Text | |
| -> Bool | |
| -> IdentityPool |
Creates a value of IdentityPool with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data IdentityPool Source #
An object representing a Cognito identity pool.
See: identityPool smart constructor.
Response Lenses
ipSamlProviderARNs :: Lens' IdentityPool [Text] Source #
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
ipSupportedLoginProviders :: Lens' IdentityPool (HashMap Text Text) Source #
Optional key:value pairs mapping provider names to provider app IDs.
ipDeveloperProviderName :: Lens' IdentityPool (Maybe Text) Source #
The "domain" by which Cognito will refer to your users.
ipOpenIdConnectProviderARNs :: Lens' IdentityPool [Text] Source #
A list of OpendID Connect provider ARNs.
ipCognitoIdentityProviders :: Lens' IdentityPool [CognitoIdentityProvider] Source #
A list representing an Amazon Cognito Identity User Pool and its client ID.
ipIdentityPoolId :: Lens' IdentityPool Text Source #
An identity pool ID in the format REGION:GUID.
ipIdentityPoolName :: Lens' IdentityPool Text Source #
A string that you provide.
ipAllowUnauthenticatedIdentities :: Lens' IdentityPool Bool Source #
TRUE if the identity pool supports unauthenticated logins.