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

ListChangesetsRequest

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

Request to ListChangesetsRequest. It exposes minimal query filters.

interface ListChangesetsRequest {
datasetId: string;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
datasetId: string
[src]

The unique identifier for the FinSpace Dataset to which the Changeset belongs.

§
maxResults?: number | null
[src]

The maximum number of results per page.

§
nextToken?: string | null
[src]

A token indicating where a results page should begin.