marketplacecatalog_list_change_sets: Returns the list of change sets owned by the account being...

View source: R/marketplacecatalog_operations.R

marketplacecatalog_list_change_setsR Documentation

Returns the list of change sets owned by the account being used to make the call

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.

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, SortBy and SortOrder.

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.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.