Amazon Data Exchange · Arazzo Workflow
Amazon Data Exchange Delete Draft Revision
Version 1.0.0
Find a revision, confirm it is not finalized, and delete it as a draft.
View Spec
View on GitHub
Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptionsArazzoWorkflows
Provider
Workflows
delete-draft-revision
Delete the first revision of a data set only if it is not finalized.
Lists revisions, reads the first revision, and deletes it when it is still a draft (not finalized).
1
listRevisions
listDataSetRevisions
List the revisions of the data set to locate a candidate to delete.
2
getRevision
getRevision
Read the first revision and branch on whether it has been finalized.
3
deleteRevision
deleteRevision
Delete the draft revision since it has not been finalized.