amazonka-cognito-sync-0.1.1: Amazon Cognito Sync SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoSync.SetIdentityPoolConfiguration

Contents

Description

Synopsis

Request

Request constructor

Request lenses

sipcIdentityPoolId :: Lens' SetIdentityPoolConfiguration 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 to modify.

sipcPushSync :: Lens' SetIdentityPoolConfiguration (Maybe PushSync) Source

Configuration options to be applied to the identity pool.

Response

Response constructor

Response lenses

sipcrIdentityPoolId :: Lens' SetIdentityPoolConfigurationResponse (Maybe Text) Source

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

sipcrPushSync :: Lens' SetIdentityPoolConfigurationResponse (Maybe PushSync) Source

Configuration options applied to the identity pool.