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

CreateRevisionResponse

import type { CreateRevisionResponse } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";
interface CreateRevisionResponse {
Arn?: string | null;
Comment?: string | null;
CreatedAt?: Date | number | null;
DataSetId?: string | null;
Finalized?: boolean | null;
Id?: string | null;
SourceId?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
UpdatedAt?: Date | number | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN for the revision.

§
Comment?: string | null
[src]

An optional comment about the revision.

§
CreatedAt?: Date | number | null
[src]

The date and time that the revision was created, in ISO 8601 format.

§
DataSetId?: string | null
[src]

The unique identifier for the data set associated with this revision.

§
Finalized?: boolean | null
[src]

To publish a revision to a data set in a product, the revision must first be finalized. 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.

Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.

§
Id?: string | null
[src]

The unique identifier for the revision.

§
SourceId?: string | null
[src]

The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.

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

The tags for the revision.

§
UpdatedAt?: Date | number | null
[src]

The date and time that the revision was last updated, in ISO 8601 format.