MarketplaceCommerceAnalyticsClient Class
(QtAws::MarketplaceCommerceAnalytics::MarketplaceCommerceAnalyticsClient)The MarketplaceCommerceAnalyticsClient class provides access to the AWS Marketplace Commerce Analytics service. More...
| Header: | #include <MarketplaceCommerceAnalyticsClient> |
| Inherits: | QtAws::Core::AwsAbstractClient |
Public Functions
| MarketplaceCommerceAnalyticsClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) | |
| MarketplaceCommerceAnalyticsClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) |
- 12 public functions inherited from QtAws::Core::AwsAbstractClient
Public Slots
| GenerateDataSetResponse * | generateDataSet(const GenerateDataSetRequest &request) |
| StartSupportDataExportResponse * | startSupportDataExport(const StartSupportDataExportRequest &request) |
Additional Inherited Members
- 2 protected functions inherited from QtAws::Core::AwsAbstractClient
Detailed Description
The MarketplaceCommerceAnalyticsClient class provides access to the AWS Marketplace Commerce Analytics service.
Member Function Documentation
MarketplaceCommerceAnalyticsClient::MarketplaceCommerceAnalyticsClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
Constructs a MarketplaceCommerceAnalyticsClient object.
The new client object will region, credentials, and manager for network operations.
The new object will be owned by parent, if set.
MarketplaceCommerceAnalyticsClient::MarketplaceCommerceAnalyticsClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
This function overloads MarketplaceCommerceAnalyticsClient().
This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).
See also QtAws::Core::AwsEndpoint::getEndpoint.
[slot] GenerateDataSetResponse *MarketplaceCommerceAnalyticsClient::generateDataSet(const GenerateDataSetRequest &request)
Sends request to the MarketplaceCommerceAnalyticsClient service, and returns a pointer to an GenerateDataSetResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
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,
[slot] StartSupportDataExportResponse *MarketplaceCommerceAnalyticsClient::startSupportDataExport(const StartSupportDataExportRequest &request)
Sends request to the MarketplaceCommerceAnalyticsClient service, and returns a pointer to an StartSupportDataExportResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
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,
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.