amazonka-cognito-sync-1.3.5: Amazon Cognito Sync 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.CognitoSync.GetIdentityPoolConfiguration

Contents

Description

Gets the configuration settings of an identity pool.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

See: AWS API Reference for GetIdentityPoolConfiguration.

Synopsis

Creating a Request

getIdentityPoolConfiguration Source

Creates a value of GetIdentityPoolConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

gipcIdentityPoolId :: Lens' GetIdentityPoolConfiguration Text Source

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

Destructuring the Response

getIdentityPoolConfigurationResponse Source

Creates a value of GetIdentityPoolConfigurationResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

gipcrsIdentityPoolId :: Lens' GetIdentityPoolConfigurationResponse (Maybe Text) Source

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

gipcrsCognitoStreams :: Lens' GetIdentityPoolConfigurationResponse (Maybe CognitoStreams) Source

Options to apply to this identity pool for Amazon Cognito streams.

gipcrsPushSync :: Lens' GetIdentityPoolConfigurationResponse (Maybe PushSync) Source

Options to apply to this identity pool for push synchronization.