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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoSync.SetCognitoEvents

Contents

Description

Sets the AWS Lambda function for a given event type for an identity pool. This request only updates the keyvalue pair specified. Other keyvalues pairs are not updated. To remove a key value pair, pass a empty value for the particular key.

http://docs.aws.amazon.com/cognitosync/latest/APIReference/API_SetCognitoEvents.html

Synopsis

Request

Request constructor

setCognitoEvents Source

SetCognitoEvents constructor.

The fields accessible through corresponding lenses are:

Request lenses

sceEvents :: Lens' SetCognitoEvents (HashMap Text Text) Source

The events to configure

sceIdentityPoolId :: Lens' SetCognitoEvents Text Source

The Cognito Identity Pool to use when configuring Cognito Events

Response

Response constructor