Cancel Change Set
| marketplacecatalog_cancel_change_set | R Documentation | 
Used to cancel an open change request¶
Description¶
Used to cancel an open change request. Must be sent before the status of
the request changes to APPLYING, the final stage of completing your
change request. You can describe a change during the 60-day request
history retention period for API calls.
Usage¶
marketplacecatalog_cancel_change_set(Catalog, ChangeSetId)
Arguments¶
| Catalog | [required] Required. The catalog related to the request. Fixed
value:  | 
| ChangeSetId | [required] Required. The unique identifier of the
 | 
Value¶
A list with the following syntax:
list(
  ChangeSetId = "string",
  ChangeSetArn = "string"
)
Request syntax¶
svc$cancel_change_set(
  Catalog = "string",
  ChangeSetId = "string"
)