marketplacecatalog_start_change_set: Allows you to request changes for your entities

View source: R/marketplacecatalog_operations.R

marketplacecatalog_start_change_setR Documentation

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
)

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.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.