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

CreateRevisionRequest

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

The request body for CreateRevision.

interface CreateRevisionRequest {
Comment?: string | null;
DataSetId: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Comment?: string | null
[src]

An optional comment about the revision.

§
DataSetId: string
[src]

The unique identifier for a data set.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.