http://catalog.marketplace.{region}.amazonaws.com/ListChangeSets<p>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 <code>entityId</code>, <code>ChangeSetName</code>, and status. If you provide more than one filter, the API operation applies a logical AND between the filters.</p> <p>You can describe a change during the 60-day request history retention period for API calls.</p>
Pagination limit
Pagination token
An object that contains two attributes, <code>SortBy</code> and <code>SortOrder</code>.
The catalog related to the request. Fixed value: <code>AWSMarketplace</code>
The token value retrieved from a previous call to access the next page of results.
An array of filter objects.
The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results. By default, this value is 20.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://catalog.marketplace.{region}.amazonaws.com/ListChangeSets' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://catalog.marketplace.{region}.amazonaws.com/ListChangeSets<p>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 <code>entityId</code>, <code>ChangeSetName</code>, and status. If you provide more than one filter, the API operation applies a logical AND between the filters.</p> <p>You can describe a change during the 60-day request history retention period for API calls.</p>
Pagination limit
Pagination token
An object that contains two attributes, <code>SortBy</code> and <code>SortOrder</code>.
The catalog related to the request. Fixed value: <code>AWSMarketplace</code>
The token value retrieved from a previous call to access the next page of results.
An array of filter objects.
The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results. By default, this value is 20.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://catalog.marketplace.{region}.amazonaws.com/ListChangeSets' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}