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

UpdateChangesetResponse

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

The response from a update changeset operation.

interface UpdateChangesetResponse {
changesetId?: string | null;
datasetId?: string | null;
}

§Properties

§
changesetId?: string | null
[src]

The unique identifier for the Changeset to update.

§
datasetId?: string | null
[src]

The unique identifier for the FinSpace Dataset in which the Changeset is created.