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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoIdentity.UpdateIdentityPool

Contents

Description

Synopsis

Request

Request constructor

Request lenses

uipAllowUnauthenticatedIdentities :: Lens' UpdateIdentityPool Bool Source

TRUE if the identity pool supports unauthenticated logins.

uipDeveloperProviderName :: Lens' UpdateIdentityPool (Maybe Text) Source

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

uipIdentityPoolId :: Lens' UpdateIdentityPool Text Source

An identity pool ID in the format REGION:GUID.

uipIdentityPoolName :: Lens' UpdateIdentityPool Text Source

A string that you provide.

uipOpenIdConnectProviderARNs :: Lens' UpdateIdentityPool [Text] Source

A list of OpendID Connect provider ARNs.

uipSupportedLoginProviders :: Lens' UpdateIdentityPool (HashMap Text Text) Source

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

Response

Response constructor

Response lenses

uiprAllowUnauthenticatedIdentities :: Lens' UpdateIdentityPoolResponse Bool Source

TRUE if the identity pool supports unauthenticated logins.

uiprDeveloperProviderName :: Lens' UpdateIdentityPoolResponse (Maybe Text) Source

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

uiprIdentityPoolId :: Lens' UpdateIdentityPoolResponse Text Source

An identity pool ID in the format REGION:GUID.

uiprIdentityPoolName :: Lens' UpdateIdentityPoolResponse Text Source

A string that you provide.

uiprOpenIdConnectProviderARNs :: Lens' UpdateIdentityPoolResponse [Text] Source

A list of OpendID Connect provider ARNs.

uiprSupportedLoginProviders :: Lens' UpdateIdentityPoolResponse (HashMap Text Text) Source

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