Learn R Programming

paws.cost.management (version 0.8.0)

marketplacecatalog_start_change_set: Allows you to request changes for your entities

Description

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.

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 change object.

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 ChangeSetTags property.

Intent

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.