robotstxt-smtp-amazonses/vendor/aws/aws-sdk-php/src/PartnerCentralRevenueMeasurement/PartnerCentralRevenueMeasurementClient.php
2026-08-18 07:00:18 +00:00

45 lines
3.1 KiB
PHP

<?php
namespace Aws\PartnerCentralRevenueMeasurement;
use Aws\AwsClient;
/**
* This client is used to interact with the **Partner Central Revenue Measurement API** service.
* @method \Aws\Result createMarketplaceRevenueShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise createMarketplaceRevenueShareAsync(array $args = [])
* @method \Aws\Result createMarketplaceRevenueShareAllocation(array $args = [])
* @method \GuzzleHttp\Promise\Promise createMarketplaceRevenueShareAllocationAsync(array $args = [])
* @method \Aws\Result createRevenueAttribution(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRevenueAttributionAsync(array $args = [])
* @method \Aws\Result getMarketplaceRevenueShare(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMarketplaceRevenueShareAsync(array $args = [])
* @method \Aws\Result getMarketplaceRevenueShareAllocation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMarketplaceRevenueShareAllocationAsync(array $args = [])
* @method \Aws\Result getRevenueAttribution(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRevenueAttributionAsync(array $args = [])
* @method \Aws\Result getRevenueAttributionAllocation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRevenueAttributionAllocationAsync(array $args = [])
* @method \Aws\Result getRevenueAttributionAllocationsTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRevenueAttributionAllocationsTaskAsync(array $args = [])
* @method \Aws\Result listMarketplaceRevenueShareAllocations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMarketplaceRevenueShareAllocationsAsync(array $args = [])
* @method \Aws\Result listMarketplaceRevenueShares(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMarketplaceRevenueSharesAsync(array $args = [])
* @method \Aws\Result listRevenueAttributionAllocations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRevenueAttributionAllocationsAsync(array $args = [])
* @method \Aws\Result listRevenueAttributions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRevenueAttributionsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result startRevenueAttributionAllocationsTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise startRevenueAttributionAllocationsTaskAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateMarketplaceRevenueShareAllocation(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateMarketplaceRevenueShareAllocationAsync(array $args = [])
* @method \Aws\Result updateRevenueAttribution(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRevenueAttributionAsync(array $args = [])
*/
class PartnerCentralRevenueMeasurementClient extends AwsClient {}