MarketplaceCommerceAnalyticsClient.php 520 B

1234567891011121314
  1. <?php
  2. namespace Aws\MarketplaceCommerceAnalytics;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Marketplace Commerce Analytics** service.
  6. *
  7. * @method \Aws\Result generateDataSet(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise generateDataSetAsync(array $args = [])
  9. * @method \Aws\Result startSupportDataExport(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise startSupportDataExportAsync(array $args = [])
  11. */
  12. class MarketplaceCommerceAnalyticsClient extends AwsClient {}