AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Implementation for accessing MarketplaceCatalog
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.
Namespace: Amazon.MarketplaceCatalog
Assembly: AWSSDK.MarketplaceCatalog.dll
Version: 3.x.y.z
public class AmazonMarketplaceCatalogClient : AmazonServiceClient IAmazonMarketplaceCatalog, IAmazonService, IDisposable
The AmazonMarketplaceCatalogClient type exposes the following members
Name | Description | |
---|---|---|
AmazonMarketplaceCatalogClient() |
Constructs AmazonMarketplaceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonMarketplaceCatalogClient(RegionEndpoint) |
Constructs AmazonMarketplaceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonMarketplaceCatalogClient(AmazonMarketplaceCatalogConfig) |
Constructs AmazonMarketplaceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonMarketplaceCatalogClient(AWSCredentials) |
Constructs AmazonMarketplaceCatalogClient with AWS Credentials |
|
AmazonMarketplaceCatalogClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonMarketplaceCatalogClient with AWS Credentials |
|
AmazonMarketplaceCatalogClient(AWSCredentials, AmazonMarketplaceCatalogConfig) |
Constructs AmazonMarketplaceCatalogClient with AWS Credentials and an AmazonMarketplaceCatalogClient Configuration object. |
|
AmazonMarketplaceCatalogClient(string, string) |
Constructs AmazonMarketplaceCatalogClient with AWS Access Key ID and AWS Secret Key |
|
AmazonMarketplaceCatalogClient(string, string, RegionEndpoint) |
Constructs AmazonMarketplaceCatalogClient with AWS Access Key ID and AWS Secret Key |
|
AmazonMarketplaceCatalogClient(string, string, AmazonMarketplaceCatalogConfig) |
Constructs AmazonMarketplaceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonMarketplaceCatalogClient Configuration object. |
|
AmazonMarketplaceCatalogClient(string, string, string) |
Constructs AmazonMarketplaceCatalogClient with AWS Access Key ID and AWS Secret Key |
|
AmazonMarketplaceCatalogClient(string, string, string, RegionEndpoint) |
Constructs AmazonMarketplaceCatalogClient with AWS Access Key ID and AWS Secret Key |
|
AmazonMarketplaceCatalogClient(string, string, string, AmazonMarketplaceCatalogConfig) |
Constructs AmazonMarketplaceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonMarketplaceCatalogClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. | |
Paginators | Amazon.MarketplaceCatalog.Model.IMarketplaceCatalogPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
BatchDescribeEntities(BatchDescribeEntitiesRequest) |
Returns metadata and content for multiple entities. This is the Batch version of the
|
|
BatchDescribeEntitiesAsync(BatchDescribeEntitiesRequest, CancellationToken) |
Returns metadata and content for multiple entities. This is the Batch version of the
|
|
CancelChangeSet(CancelChangeSetRequest) |
Used to cancel an open change request. Must be sent before the status of the request
changes to |
|
CancelChangeSetAsync(CancelChangeSetRequest, CancellationToken) |
Used to cancel an open change request. Must be sent before the status of the request
changes to |
|
DeleteResourcePolicy(DeleteResourcePolicyRequest) |
Deletes a resource-based policy on an entity that is identified by its resource ARN. |
|
DeleteResourcePolicyAsync(DeleteResourcePolicyRequest, CancellationToken) |
Deletes a resource-based policy on an entity that is identified by its resource ARN. |
|
DescribeChangeSet(DescribeChangeSetRequest) |
Provides information about a given change set. |
|
DescribeChangeSetAsync(DescribeChangeSetRequest, CancellationToken) |
Provides information about a given change set. |
|
DescribeEntity(DescribeEntityRequest) |
Returns the metadata and content of the entity. |
|
DescribeEntityAsync(DescribeEntityRequest, CancellationToken) |
Returns the metadata and content of the entity. |
|
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
|
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. | |
GetResourcePolicy(GetResourcePolicyRequest) |
Gets a resource-based policy of an entity that is identified by its resource ARN. |
|
GetResourcePolicyAsync(GetResourcePolicyRequest, CancellationToken) |
Gets a resource-based policy of an entity that is identified by its resource ARN. |
|
ListChangeSets(ListChangeSetsRequest) |
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 You can describe a change during the 60-day request history retention period for API calls. |
|
ListChangeSetsAsync(ListChangeSetsRequest, CancellationToken) |
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 You can describe a change during the 60-day request history retention period for API calls. |
|
ListEntities(ListEntitiesRequest) |
Provides the list of entities of a given type. |
|
ListEntitiesAsync(ListEntitiesRequest, CancellationToken) |
Provides the list of entities of a given type. |
|
ListTagsForResource(ListTagsForResourceRequest) |
Lists all tags that have been added to a resource (either an entity or change set). |
|
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
Lists all tags that have been added to a resource (either an entity or change set). |
|
PutResourcePolicy(PutResourcePolicyRequest) |
Attaches a resource-based policy to an entity. Examples of an entity include: |
|
PutResourcePolicyAsync(PutResourcePolicyRequest, CancellationToken) |
Attaches a resource-based policy to an entity. Examples of an entity include: |
|
StartChangeSet(StartChangeSetRequest) |
Allows you to request changes for your entities. Within a single
For example, you can't start the For more information about working with change sets, see Working with change sets. For information about change types for single-AMI products, see Working with single-AMI products. Also, for more information about change types available for container-based products, see Working with container products. |
|
StartChangeSetAsync(StartChangeSetRequest, CancellationToken) |
Allows you to request changes for your entities. Within a single
For example, you can't start the For more information about working with change sets, see Working with change sets. For information about change types for single-AMI products, see Working with single-AMI products. Also, for more information about change types available for container-based products, see Working with container products. |
|
TagResource(TagResourceRequest) |
Tags a resource (either an entity or change set). |
|
TagResourceAsync(TagResourceRequest, CancellationToken) |
Tags a resource (either an entity or change set). |
|
UntagResource(UntagResourceRequest) |
Removes a tag or list of tags from a resource (either an entity or change set). |
|
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Removes a tag or list of tags from a resource (either an entity or change set). |
Name | Description | |
---|---|---|
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5