Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UnsubscribeFromDatasetRequest

import type { UnsubscribeFromDatasetRequest } from "https://aws-api.deno.dev/v0.3/services/cognitosync.ts?docs=full";

A request to UnsubscribeFromDataset.

interface UnsubscribeFromDatasetRequest {
DatasetName: string;
DeviceId: string;
IdentityId: string;
IdentityPoolId: string;
}

§Properties

§
DatasetName: string
[src]

The name of the dataset from which to unsubcribe.

§
DeviceId: string
[src]

The unique ID generated for this device by Cognito.

§
IdentityId: string
[src]

Unique ID for this identity.

§
IdentityPoolId: string
[src]

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.