MarketplaceCatalog ****************** Client ====== class MarketplaceCatalog.Client A low-level client representing AWS Marketplace Catalog Service Catalog API actions allow you to manage your entities through list, describe, and update capabilities. An *entity* can be a product or an offer on AWS Marketplace. You can automate your entity update process by integrating the AWS Marketplace Catalog API with your AWS Marketplace product build or deployment pipelines. You can also create your own applications on top of the Catalog API to manage your products on AWS Marketplace. import boto3 client = boto3.client('marketplace-catalog') These are the available methods: * batch_describe_entities * can_paginate * cancel_change_set * close * delete_resource_policy * describe_change_set * describe_entity * get_paginator * get_resource_policy * get_waiter * list_change_sets * list_entities * list_tags_for_resource * put_resource_policy * start_change_set * tag_resource * untag_resource Paginators ========== Paginators are available on a client instance via the "get_paginator" method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide. The available paginators are: * ListChangeSets * ListEntities MarketplaceCatalog / Paginator / ListChangeSets ListChangeSets ************** class MarketplaceCatalog.Paginator.ListChangeSets paginator = client.get_paginator('list_change_sets') paginate(**kwargs) Creates an iterator that will paginate through responses from "MarketplaceCatalog.Client.list_change_sets()". See also: AWS API Documentation **Request Syntax** response_iterator = paginator.paginate( Catalog='string', FilterList=[ { 'Name': 'string', 'ValueList': [ 'string', ] }, ], Sort={ 'SortBy': 'string', 'SortOrder': 'ASCENDING'|'DESCENDING' }, PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } ) Parameters: * **Catalog** (*string*) -- **[REQUIRED]** The catalog related to the request. Fixed value: "AWSMarketplace" * **FilterList** (*list*) -- An array of filter objects. * *(dict) --* A filter object, used to optionally filter results from calls to the "ListEntities" and "ListChangeSets" actions. * **Name** *(string) --* For "ListEntities", the supported value for this is an "EntityId". For "ListChangeSets", the supported values are as follows: * **ValueList** *(list) --* "ListEntities" - This is a list of unique >>``<>``<>``<>``<>``<>``<>``<>``<>``<>``<>``<>``<