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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoSync.UnsubscribeFromDataset

Contents

Description

Unsubscribe from receiving notifications when a dataset is modified by another device.

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

Synopsis

Request

Request constructor

Request lenses

ufdDatasetName :: Lens' UnsubscribeFromDataset Text Source

The name of the dataset from which to unsubcribe.

ufdDeviceId :: Lens' UnsubscribeFromDataset Text Source

The unique ID generated for this device by Cognito.

ufdIdentityId :: Lens' UnsubscribeFromDataset Text Source

Unique ID for this identity.

ufdIdentityPoolId :: Lens' UnsubscribeFromDataset Text Source

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

Response

Response constructor