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

ListChangesetsResponse

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

Response to ListChangesetsResponse. This returns a list of dataset changesets that match the query criteria.

interface ListChangesetsResponse {
changesets?: ChangesetSummary[] | null;
nextToken?: string | null;
}

§Properties

§
changesets?: ChangesetSummary[] | null
[src]

List of Changesets found.

§
nextToken?: string | null
[src]

A token indicating where a results page should begin.