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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoSync.SetIdentityPoolConfiguration

Contents

Description

Synopsis

Request

Request constructor

Request lenses

sipcCognitoStreams :: Lens' SetIdentityPoolConfiguration (Maybe CognitoStreams) Source

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

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

Options to apply to this identity pool for push synchronization.

Response

Response constructor

Response lenses

sipcrCognitoStreams :: Lens' SetIdentityPoolConfigurationResponse (Maybe CognitoStreams) Source

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

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

Options to apply to this identity pool for push synchronization.