aws.marketplace_catalog.list_change_sets
Example SQL Queries
SELECT * FROMaws.marketplace_catalog.list_change_setsWHERE"catalog" = 'VALUE';Description
Returns the list of change sets owned by the account being used to make the call. You can filter this list by providing any combination of entityId, ChangeSetName, and status. If you provide more than one filter, the API operation applies a logical AND between the filters.
You can describe a change during the 60-day request history retention period for API calls.
Table Definition
| Column Name | Column Data Type |
|---|---|
| catalog Required Input Column The catalog related to the request. Fixed value: AWSMarketplace | VARCHAR |
| filter_list Input Column An array of filter objects. | STRUCT( |
Show child fields
| |
| sort Input Column An object that contains two attributes, SortBy and SortOrder. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| change_set_arn The ARN associated with the unique identifier for the change set referenced in this request. | VARCHAR |
| change_set_id The unique identifier for a change set. | VARCHAR |
| change_set_name The non-unique name for the change set. | VARCHAR |
| end_time The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished. | VARCHAR |
| entity_id_list This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity. | VARCHAR[] |
Show child fields
| |
| failure_code Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList of DescribeChangeSet), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request. | VARCHAR |
| start_time The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started. | VARCHAR |
| status The current status of the change set. | VARCHAR |