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

ListDatasetsResponse

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

Returned for a successful ListDatasets request.

interface ListDatasetsResponse {
Count?: number | null;
Datasets?: Dataset[] | null;
NextToken?: string | null;
}

§Properties

§
Count?: number | null
[src]

Number of datasets returned.

§
Datasets?: Dataset[] | null
[src]

A set of datasets.

§
NextToken?: string | null
[src]

A pagination token for obtaining the next page of results.