v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1429165131.4 KB

This operation creates a revision for a data set.

post/v1/data-sets/{DataSetId}/revisions

Path parameters

DataSetIdstring required

The unique identifier for a data set.

Request body

Commentstring

An optional comment about the revision.

Tagsobject

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.

Response

Success

Arnstring

The ARN for the revision.

Commentstring

An optional comment about the revision.

CreatedAtstring date-time

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

DataSetIdstring

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

Finalizedboolean

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.

Idstring

The unique identifier for the revision.

SourceIdstring

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.

Tagsobject

The tags for the revision.

UpdatedAtstring date-time

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

RevocationCommentstring

A required comment to inform subscribers of the reason their access to the revision was revoked.

Revokedboolean

A status indicating that subscribers' access to the revision was revoked.

RevokedAtstring date-time

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