/AWS1/CL_CGS=>UNSUBSCRIBEFROMDATASET()
¶
About UnsubscribeFromDataset¶
Unsubscribes from receiving notifications when a dataset is modified by another device.
This API can only be called with temporary credentials provided by Cognito Identity. You cannot call this API with developer credentials.
{
"Operation": "com.amazonaws.cognito.sync.model#UnsubscribeFromDataset",
"Service": "com.amazonaws.cognito.sync.model#AWSCognitoSyncService",
"Input":
{
"IdentityPoolId": "ID_POOL_ID",
"IdentityId": "IDENTITY_ID",
"DatasetName": "Rufus",
"DeviceId": "5cd28fbe-dd83-47ab-9f83-19093a5fb014"
}
}
{ "Output": { "__type": "com.amazonaws.cognito.sync.model#UnsubscribeFromDatasetResponse" }, "Version": "1.0" }
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_IDENTITYPOOLID
TYPE /AWS1/CGSIDENTITYPOOLID
/AWS1/CGSIDENTITYPOOLID
¶
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.
IV_IDENTITYID
TYPE /AWS1/CGSIDENTITYID
/AWS1/CGSIDENTITYID
¶
Unique ID for this identity.
IV_DATASETNAME
TYPE /AWS1/CGSDATASETNAME
/AWS1/CGSDATASETNAME
¶
The name of the dataset from which to unsubcribe.
IV_DEVICEID
TYPE /AWS1/CGSDEVICEID
/AWS1/CGSDEVICEID
¶
The unique ID generated for this device by Cognito.