AWS SDK Version 3 for .NET
API Reference

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 AWSMarketplaceCommerceAnalytics

Provides AWS Marketplace business intelligence data on-demand.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonServiceClient
    Amazon.AWSMarketplaceCommerceAnalytics.AmazonAWSMarketplaceCommerceAnalyticsClient

Namespace: Amazon.AWSMarketplaceCommerceAnalytics
Assembly: AWSSDK.AWSMarketplaceCommerceAnalytics.dll
Version: 3.x.y.z

Syntax

C#
public class AmazonAWSMarketplaceCommerceAnalyticsClient : AmazonServiceClient
         IAmazonAWSMarketplaceCommerceAnalytics, IAmazonService, IDisposable

The AmazonAWSMarketplaceCommerceAnalyticsClient type exposes the following members

Constructors

NameDescription
Public Method AmazonAWSMarketplaceCommerceAnalyticsClient()

Constructs AmazonAWSMarketplaceCommerceAnalyticsClient 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>
             

Public Method AmazonAWSMarketplaceCommerceAnalyticsClient(RegionEndpoint)

Constructs AmazonAWSMarketplaceCommerceAnalyticsClient 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>
             

Public Method AmazonAWSMarketplaceCommerceAnalyticsClient(AmazonAWSMarketplaceCommerceAnalyticsConfig)

Constructs AmazonAWSMarketplaceCommerceAnalyticsClient 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>
             

Public Method AmazonAWSMarketplaceCommerceAnalyticsClient(AWSCredentials)

Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Credentials

Public Method AmazonAWSMarketplaceCommerceAnalyticsClient(AWSCredentials, RegionEndpoint)

Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Credentials

Public Method AmazonAWSMarketplaceCommerceAnalyticsClient(AWSCredentials, AmazonAWSMarketplaceCommerceAnalyticsConfig)

Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Credentials and an AmazonAWSMarketplaceCommerceAnalyticsClient Configuration object.

Public Method AmazonAWSMarketplaceCommerceAnalyticsClient(string, string)

Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonAWSMarketplaceCommerceAnalyticsClient(string, string, RegionEndpoint)

Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonAWSMarketplaceCommerceAnalyticsClient(string, string, AmazonAWSMarketplaceCommerceAnalyticsConfig)

Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Access Key ID, AWS Secret Key and an AmazonAWSMarketplaceCommerceAnalyticsClient Configuration object.

Public Method AmazonAWSMarketplaceCommerceAnalyticsClient(string, string, string)

Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonAWSMarketplaceCommerceAnalyticsClient(string, string, string, RegionEndpoint)

Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonAWSMarketplaceCommerceAnalyticsClient(string, string, string, AmazonAWSMarketplaceCommerceAnalyticsConfig)

Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Access Key ID, AWS Secret Key and an AmazonAWSMarketplaceCommerceAnalyticsClient Configuration object.

Properties

NameTypeDescription
Public Property Config Amazon.Runtime.IClientConfig Inherited from Amazon.Runtime.AmazonServiceClient.

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method Dispose() Inherited from Amazon.Runtime.AmazonServiceClient.
Public Method GenerateDataSet(GenerateDataSetRequest)

Given a data set type and data set publication date, asynchronously publishes the requested data set to the specified S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request identifier that can be used to correlate requests with notifications from the SNS topic. Data sets will be published in comma-separated values (CSV) format with the file name {data_set_type}_YYYY-MM-DD.csv. If a file with the same name already exists (e.g. if the same data set is requested twice), the original file will be overwritten by the new file. Requires a Role with an attached permissions policy providing Allow permissions for the following actions: s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy.

Public Method GenerateDataSetAsync(GenerateDataSetRequest, CancellationToken)

Given a data set type and data set publication date, asynchronously publishes the requested data set to the specified S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request identifier that can be used to correlate requests with notifications from the SNS topic. Data sets will be published in comma-separated values (CSV) format with the file name {data_set_type}_YYYY-MM-DD.csv. If a file with the same name already exists (e.g. if the same data set is requested twice), the original file will be overwritten by the new file. Requires a Role with an attached permissions policy providing Allow permissions for the following actions: s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy.

Public Method StartSupportDataExport(StartSupportDataExportRequest)

This target has been deprecated. Given a data set type and a from date, asynchronously publishes the requested customer support data to the specified S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request identifier that can be used to correlate requests with notifications from the SNS topic. Data sets will be published in comma-separated values (CSV) format with the file name {data_set_type}_YYYY-MM-DD'T'HH-mm-ss'Z'.csv. If a file with the same name already exists (e.g. if the same data set is requested twice), the original file will be overwritten by the new file. Requires a Role with an attached permissions policy providing Allow permissions for the following actions: s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy.

Public Method StartSupportDataExportAsync(StartSupportDataExportRequest, CancellationToken)

This target has been deprecated. Given a data set type and a from date, asynchronously publishes the requested customer support data to the specified S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request identifier that can be used to correlate requests with notifications from the SNS topic. Data sets will be published in comma-separated values (CSV) format with the file name {data_set_type}_YYYY-MM-DD'T'HH-mm-ss'Z'.csv. If a file with the same name already exists (e.g. if the same data set is requested twice), the original file will be overwritten by the new file. Requires a Role with an attached permissions policy providing Allow permissions for the following actions: s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy.

Events

NameDescription
Event AfterResponseEvent Inherited from Amazon.Runtime.AmazonServiceClient.
Event BeforeRequestEvent Inherited from Amazon.Runtime.AmazonServiceClient.
Event ExceptionEvent Inherited from Amazon.Runtime.AmazonServiceClient.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5