Spaces-API/aws/Aws/CostExplorer/CostExplorerClient.php
Devang Srivastava eefa32741e spaces.php
2017-12-07 21:23:18 +05:30

17 lines
742 B
PHP

<?php
namespace Aws\CostExplorer;
use Aws\AwsClient;
/**
* This client is used to interact with the **AWS Cost Explorer Service** service.
* @method \Aws\Result getCostAndUsage(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCostAndUsageAsync(array $args = [])
* @method \Aws\Result getDimensionValues(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDimensionValuesAsync(array $args = [])
* @method \Aws\Result getReservationUtilization(array $args = [])
* @method \GuzzleHttp\Promise\Promise getReservationUtilizationAsync(array $args = [])
* @method \Aws\Result getTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
*/
class CostExplorerClient extends AwsClient {}