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

UpdateRevisionRequest

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

The request body for UpdateRevision.

interface UpdateRevisionRequest {
Comment?: string | null;
DataSetId: string;
Finalized?: boolean | null;
RevisionId: string;
}

§Properties

§
Comment?: string | null
[src]

An optional comment about the revision.

§
DataSetId: string
[src]

The unique identifier for a data set.

§
Finalized?: boolean | null
[src]

Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.

§
RevisionId: string
[src]

The unique identifier for a revision.