View source: R/marketplacecatalog_operations.R
marketplacecatalog_start_change_set | R Documentation |
Allows you to request changes for your entities. Within a single ChangeSet
, you can't start the same change type against the same entity multiple times. Additionally, when a ChangeSet
is running, all the entities targeted by the different changes are locked until the change set has completed (either succeeded, cancelled, or failed). If you try to start a change set containing a change against an entity that is already locked, you will receive a ResourceInUseException
error.
See https://www.paws-r-sdk.com/docs/marketplacecatalog_start_change_set/ for full documentation.
marketplacecatalog_start_change_set(
Catalog,
ChangeSet,
ChangeSetName = NULL,
ClientRequestToken = NULL,
ChangeSetTags = NULL,
Intent = NULL
)
Catalog |
[required] The catalog related to the request. Fixed value: |
ChangeSet |
[required] Array of |
ChangeSetName |
Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets. |
ClientRequestToken |
A unique token to identify the request to ensure idempotency. |
ChangeSetTags |
A list of objects specifying each key name and value for the
|
Intent |
The intent related to the request. The default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.