Allows you to request changes for your entities
Source:R/marketplacecatalog_operations.R
marketplacecatalog_start_change_set.RdAllows 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.
Usage
marketplacecatalog_start_change_set(
Catalog,
ChangeSet,
ChangeSetName = NULL,
ClientRequestToken = NULL,
ChangeSetTags = NULL,
Intent = NULL
)Arguments
- Catalog
[required] The catalog related to the request. Fixed value:
AWSMarketplace- ChangeSet
[required] Array of
changeobject.- 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.
A list of objects specifying each key name and value for the
ChangeSetTagsproperty.- Intent
The intent related to the request. The default is
APPLY. To test your request before applying changes to your entities, useVALIDATE. This feature is currently available for adding versions to single-AMI products. For more information, see Add a new version.