v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14128056.6 KB

Provides information about a given change set.

get/DescribeChangeSet#catalog&changeSetId

Query parameters

catalogstring required

Required. The catalog related to the request. Fixed value: <code>AWSMarketplace</code>

changeSetIdstring required

Required. The unique identifier for the <code>StartChangeSet</code> request that you want to describe the details for.

Response

Success

ChangeSetIdstring

Required. The unique identifier for the change set referenced in this request.

ChangeSetArnstring

The ARN associated with the unique identifier for the change set referenced in this request.

ChangeSetNamestring

The optional name provided in the <code>StartChangeSet</code> request. If you do not provide a name, one is set by default.

StartTimestring

The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.

EndTimestring

The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.

Status'PREPARING' | 'APPLYING' | 'SUCCEEDED' | 'CANCELLED' | 'FAILED'

The status of the change request.

FailureCode'CLIENT_ERROR' | 'SERVER_FAULT'

Returned if the change set is in <code>FAILED</code> status. Can be either <code>CLIENT_ERROR</code>, which means that there are issues with the request (see the <code>ErrorDetailList</code>), or <code>SERVER_FAULT</code>, which means that there is a problem in the system, and you should retry your request.

FailureDescriptionstring

Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.