PHP Classes

File: application/modules/extensions/aws/Aws/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php

Recommend this page to a friend!
  Classes of Tran Tuan   Pretty PHP S3 Files Manager   application/modules/extensions/aws/Aws/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php   Download  
File: application/modules/extensions/aws/Aws/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php
Role: Application script
Content type: text/plain
Description: Application script
Class: Pretty PHP S3 Files Manager
Web based interface to manage files in Amazon S3
Author: By
Last change:
Date: 8 years ago
Size: 371 bytes
 

Contents

Class file image Download
<?php
namespace Aws\MarketplaceCommerceAnalytics;

use
Aws\AwsClient;

/**
 * This client is used to interact with the **AWS Marketplace Commerce Analytics** service.
 *
 * @method \Aws\Result generateDataSet(array $args = [])
 * @method \GuzzleHttp\Promise\Promise generateDataSetAsync(array $args = [])
 */
class MarketplaceCommerceAnalyticsClient extends AwsClient {}