amazonka-cognito-identity-1.3.7: Amazon Cognito Identity SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoIdentity.DescribeIdentityPool

Contents

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.

See: AWS API Reference for DescribeIdentityPool.

Synopsis

Creating a Request

describeIdentityPool Source

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:

Request Lenses

dipIdentityPoolId :: Lens' DescribeIdentityPool Text Source

An identity pool ID in the format REGION:GUID.

Destructuring the Response

Response Lenses

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.

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.