Returns the list of change sets owned by the account being used to make the call
Source:R/marketplacecatalog_operations.R
marketplacecatalog_list_change_sets.RdReturns 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.
See https://www.paws-r-sdk.com/docs/marketplacecatalog_list_change_sets/ for full documentation.
Usage
marketplacecatalog_list_change_sets(
Catalog,
FilterList = NULL,
Sort = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- Catalog
[required] The catalog related to the request. Fixed value:
AWSMarketplace- FilterList
An array of filter objects.
- Sort
An object that contains two attributes,
SortByandSortOrder.- MaxResults
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.
- NextToken
The token value retrieved from a previous call to access the next page of results.