Provides the list of entities of a given type
Source:R/marketplacecatalog_operations.R
marketplacecatalog_list_entities.RdProvides the list of entities of a given type.
See https://www.paws-r-sdk.com/docs/marketplacecatalog_list_entities/ for full documentation.
Usage
marketplacecatalog_list_entities(
Catalog,
EntityType,
FilterList = NULL,
Sort = NULL,
NextToken = NULL,
MaxResults = NULL,
OwnershipType = NULL,
EntityTypeFilters = NULL,
EntityTypeSort = NULL
)Arguments
- Catalog
[required] The catalog related to the request. Fixed value:
AWSMarketplace- EntityType
[required] The type of entities to retrieve. Valid values are:
AmiProduct,ContainerProduct,DataProduct,SaaSProduct,ProcurementPolicy,Experience,Audience,BrandingSettings,Offer,OfferSet,Seller,ResaleAuthorization,Solution.- FilterList
An array of filter objects. Each filter object contains two attributes,
filterNameandfilterValues.- Sort
An object that contains two attributes,
SortByandSortOrder.- NextToken
The value of the next token, if it exists. Null if there are no more results.
- MaxResults
Specifies the upper limit of the elements on a single page. If a value isn't provided, the default value is 20.
- OwnershipType
Filters the returned set of entities based on their owner. The default is
SELF. To list entities shared with you through AWS Resource Access Manager (AWS RAM), set toSHARED. Entities shared through the AWS Marketplace Catalog APIput_resource_policyoperation can't be discovered through theSHAREDparameter.- EntityTypeFilters
A Union object containing filter shapes for all
EntityTypes. EachEntityTypeFiltershape will have filters applicable for thatEntityTypethat can be used to search or filter entities.- EntityTypeSort
A Union object containing
Sortshapes for allEntityTypes. EachEntityTypeSortshape will haveSortByandSortOrderapplicable for fields on thatEntityType. This can be used to sort the results of the filter query.