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

DeleteDatasetResponse

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

Response to a successful DeleteDataset request.

interface DeleteDatasetResponse {
Dataset?: Dataset | null;
}

§Properties

§
Dataset?: Dataset | null
[src]

A collection of data for an identity pool. An identity pool can have multiple datasets. A dataset is per identity and can be general or associated with a particular entity in an application (like a saved game). Datasets are automatically created if they don't exist. Data is synced by dataset, and a dataset can hold up to 1MB of key-value pairs.