paws.security.identity (version 0.1.0)

cognitosync_unsubscribe_from_dataset: Unsubscribes from receiving notifications when a dataset is modified by another device

Description

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

Usage

cognitosync_unsubscribe_from_dataset(IdentityPoolId, IdentityId,
  DatasetName, DeviceId)

Arguments

IdentityPoolId

[required] 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.

IdentityId

[required] Unique ID for this identity.

DatasetName

[required] The name of the dataset from which to unsubcribe.

DeviceId

[required] The unique ID generated for this device by Cognito.

Request syntax

svc$unsubscribe_from_dataset(
  IdentityPoolId = "string",
  IdentityId = "string",
  DatasetName = "string",
  DeviceId = "string"
)

Details

This API can only be called with temporary credentials provided by Cognito Identity. You cannot call this API with developer credentials.