runff 1.0 commit

This commit is contained in:
rock64
2019-04-29 16:09:00 +02:00
commit f1567f989b
1268 changed files with 98652 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?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 getCostForecast(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCostForecastAsync(array $args = [])
* @method \Aws\Result getDimensionValues(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDimensionValuesAsync(array $args = [])
* @method \Aws\Result getReservationCoverage(array $args = [])
* @method \GuzzleHttp\Promise\Promise getReservationCoverageAsync(array $args = [])
* @method \Aws\Result getReservationPurchaseRecommendation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getReservationPurchaseRecommendationAsync(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 {}