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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoSync.SubscribeToDataset

Contents

Description

Subscribes to receive notifications when a dataset is modified by another device.

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

Synopsis

Request

Request constructor

Request lenses

stdDatasetName :: Lens' SubscribeToDataset Text Source

The name of the dataset to subcribe to.

stdDeviceId :: Lens' SubscribeToDataset Text Source

The unique ID generated for this device by Cognito.

stdIdentityId :: Lens' SubscribeToDataset Text Source

Unique ID for this identity.

stdIdentityPoolId :: Lens' SubscribeToDataset 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 the identity belongs.

Response

Response constructor