View source: R/marketplacecatalog_operations.R
| marketplacecatalog_list_change_sets | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/marketplacecatalog_list_change_sets/ for full documentation.
marketplacecatalog_list_change_sets(
Catalog,
FilterList = NULL,
Sort = NULL,
MaxResults = NULL,
NextToken = NULL
)
Catalog |
[required] The catalog related to the request. Fixed value: |
FilterList |
An array of filter objects. |
Sort |
An object that contains two attributes, |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.