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

DescribeDatasetResponse

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

Response to a successful DescribeDataset request.

interface DescribeDatasetResponse {
Dataset?: Dataset | null;
}

§Properties

§
Dataset?: Dataset | null
[src]

Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.