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

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.

http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_DescribeIdentityPool.html

Synopsis

Request

Request constructor

describeIdentityPool Source

DescribeIdentityPool constructor.

The fields accessible through corresponding lenses are:

Request lenses

dipIdentityPoolId :: Lens' DescribeIdentityPool Text Source

An identity pool ID in the format REGION:GUID.

Response

Response constructor

Response lenses

diprAllowUnauthenticatedIdentities :: Lens' DescribeIdentityPoolResponse Bool Source

TRUE if the identity pool supports unauthenticated logins.

diprDeveloperProviderName :: Lens' DescribeIdentityPoolResponse (Maybe Text) Source

The "domain" by which Cognito will refer to your users.

diprIdentityPoolId :: Lens' DescribeIdentityPoolResponse Text Source

An identity pool ID in the format REGION:GUID.

diprOpenIdConnectProviderARNs :: Lens' DescribeIdentityPoolResponse [Text] Source

A list of OpendID Connect provider ARNs.

diprSupportedLoginProviders :: Lens' DescribeIdentityPoolResponse (HashMap Text Text) Source

Optional key:value pairs mapping provider names to provider app IDs.