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

ListDataSetRevisionsResponse

import type { ListDataSetRevisionsResponse } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";
interface ListDataSetRevisionsResponse {
NextToken?: string | null;
Revisions?: RevisionEntry[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token value retrieved from a previous call to access the next page of results.

§
Revisions?: RevisionEntry[] | null
[src]

The asset objects listed by the request.