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
)
[required] The catalog related to the request. Fixed value: AWSMarketplace
[required] Array of change
object.
Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets.
A unique token to identify the request to ensure idempotency.
A list of objects specifying each key name and value for the
ChangeSetTags
property.
The intent related to the request. The default is APPLY
. To test your
request before applying changes to your entities, use VALIDATE
. This
feature is currently available for adding versions to single-AMI
products. For more information, see Add a new version.