Crate rusoto_marketplace_catalog

Source
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§

CancelChangeSetRequest
CancelChangeSetResponse
Change

An object that contains the ChangeType, Details, and Entity.

ChangeSetSummaryListItem

A summary of a change set returned in a list of change sets when the ListChangeSets action is called.

ChangeSummary

This object is a container for common summary information about the change. The summary doesn't contain the whole change structure.

DescribeChangeSetRequest
DescribeChangeSetResponse
DescribeEntityRequest
DescribeEntityResponse
Entity

An entity contains data that describes your product, its supported features, and how it can be used or launched by your customer.

EntitySummary

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.

ErrorDetail

Details about the error.

Filter

A filter object, used to optionally filter results from calls to the ListEntities and ListChangeSets actions.

ListChangeSetsRequest
ListChangeSetsResponse
ListEntitiesRequest
ListEntitiesResponse
MarketplaceCatalogClient
A client for the AWS Marketplace Catalog API.
Sort

An object that contains two attributes, SortBy and SortOrder.

StartChangeSetRequest
StartChangeSetResponse

Enums§

CancelChangeSetError
Errors returned by CancelChangeSet
DescribeChangeSetError
Errors returned by DescribeChangeSet
DescribeEntityError
Errors returned by DescribeEntity
ListChangeSetsError
Errors returned by ListChangeSets
ListEntitiesError
Errors returned by ListEntities
StartChangeSetError
Errors returned by StartChangeSet

Traits§

MarketplaceCatalog
Trait representing the capabilities of the AWS Marketplace Catalog API. AWS Marketplace Catalog clients implement this trait.