http://dataexchange.{region}.amazonaws.com/v1/data-sets/{DataSetId}/revisions/{RevisionId}This operation updates a revision.
The unique identifier for a data set.
The unique identifier for a revision.
An optional comment about the revision.
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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PATCH \2 --url 'http://dataexchange.{region}.amazonaws.com/v1/data-sets/{DataSetId}/revisions/{RevisionId}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://dataexchange.{region}.amazonaws.com/v1/data-sets/{DataSetId}/revisions/{RevisionId}This operation updates a revision.
The unique identifier for a data set.
The unique identifier for a revision.
An optional comment about the revision.
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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PATCH \2 --url 'http://dataexchange.{region}.amazonaws.com/v1/data-sets/{DataSetId}/revisions/{RevisionId}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}