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

Contents

Description

Updates a user pool.

You must use AWS Developer credentials to call this API.

See: AWS API Reference for UpdateIdentityPool.

Synopsis

Creating a Request

Request Lenses

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

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

uipDeveloperProviderName :: Lens' UpdateIdentityPool (Maybe Text) Source

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

uipOpenIdConnectProviderARNs :: Lens' UpdateIdentityPool [Text] Source

A list of OpendID Connect provider ARNs.

uipIdentityPoolId :: Lens' UpdateIdentityPool Text Source

An identity pool ID in the format REGION:GUID.

uipAllowUnauthenticatedIdentities :: Lens' UpdateIdentityPool Bool Source

TRUE if the identity pool supports unauthenticated logins.

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.