Expand description
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.
If you’re using the service, you’re probably looking for MarketplaceCatalogClient and MarketplaceCatalog.
Structs§
- Cancel
Change SetRequest - Cancel
Change SetResponse - Change
An object that contains the
ChangeType
,Details
, andEntity
.- Change
SetSummary List Item A summary of a change set returned in a list of change sets when the
ListChangeSets
action is called.- Change
Summary This object is a container for common summary information about the change. The summary doesn't contain the whole change structure.
- Describe
Change SetRequest - Describe
Change SetResponse - Describe
Entity Request - Describe
Entity Response - Entity
An entity contains data that describes your product, its supported features, and how it can be used or launched by your customer.
- Entity
Summary This object is a container for common summary information about the entity. The summary doesn't contain the whole entity structure, but it does contain information common across all entities.
- Error
Detail Details about the error.
- Filter
A filter object, used to optionally filter results from calls to the
ListEntities
andListChangeSets
actions.- List
Change Sets Request - List
Change Sets Response - List
Entities Request - List
Entities Response - Marketplace
Catalog Client - A client for the AWS Marketplace Catalog API.
- Sort
An object that contains two attributes,
SortBy
andSortOrder
.- Start
Change SetRequest - Start
Change SetResponse
Enums§
- Cancel
Change SetError - Errors returned by CancelChangeSet
- Describe
Change SetError - Errors returned by DescribeChangeSet
- Describe
Entity Error - Errors returned by DescribeEntity
- List
Change Sets Error - Errors returned by ListChangeSets
- List
Entities Error - Errors returned by ListEntities
- Start
Change SetError - Errors returned by StartChangeSet
Traits§
- Marketplace
Catalog - Trait representing the capabilities of the AWS Marketplace Catalog API. AWS Marketplace Catalog clients implement this trait.