amazonka-cognito-identity-0.1.4: 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.

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.

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

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