Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/CostExplorer/CostExplorerClient.php
Строк: 97
<?php
namespace AwsCostExplorer;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Cost Explorer Service** service.
* @method AwsResult createCostCategoryDefinition(array $args = [])
* @method GuzzleHttpPromisePromise createCostCategoryDefinitionAsync(array $args = [])
* @method AwsResult deleteCostCategoryDefinition(array $args = [])
* @method GuzzleHttpPromisePromise deleteCostCategoryDefinitionAsync(array $args = [])
* @method AwsResult describeCostCategoryDefinition(array $args = [])
* @method GuzzleHttpPromisePromise describeCostCategoryDefinitionAsync(array $args = [])
* @method AwsResult getCostAndUsage(array $args = [])
* @method GuzzleHttpPromisePromise getCostAndUsageAsync(array $args = [])
* @method AwsResult getCostAndUsageWithResources(array $args = [])
* @method GuzzleHttpPromisePromise getCostAndUsageWithResourcesAsync(array $args = [])
* @method AwsResult getCostForecast(array $args = [])
* @method GuzzleHttpPromisePromise getCostForecastAsync(array $args = [])
* @method AwsResult getDimensionValues(array $args = [])
* @method GuzzleHttpPromisePromise getDimensionValuesAsync(array $args = [])
* @method AwsResult getReservationCoverage(array $args = [])
* @method GuzzleHttpPromisePromise getReservationCoverageAsync(array $args = [])
* @method AwsResult getReservationPurchaseRecommendation(array $args = [])
* @method GuzzleHttpPromisePromise getReservationPurchaseRecommendationAsync(array $args = [])
* @method AwsResult getReservationUtilization(array $args = [])
* @method GuzzleHttpPromisePromise getReservationUtilizationAsync(array $args = [])
* @method AwsResult getRightsizingRecommendation(array $args = [])
* @method GuzzleHttpPromisePromise getRightsizingRecommendationAsync(array $args = [])
* @method AwsResult getSavingsPlansCoverage(array $args = [])
* @method GuzzleHttpPromisePromise getSavingsPlansCoverageAsync(array $args = [])
* @method AwsResult getSavingsPlansPurchaseRecommendation(array $args = [])
* @method GuzzleHttpPromisePromise getSavingsPlansPurchaseRecommendationAsync(array $args = [])
* @method AwsResult getSavingsPlansUtilization(array $args = [])
* @method GuzzleHttpPromisePromise getSavingsPlansUtilizationAsync(array $args = [])
* @method AwsResult getSavingsPlansUtilizationDetails(array $args = [])
* @method GuzzleHttpPromisePromise getSavingsPlansUtilizationDetailsAsync(array $args = [])
* @method AwsResult getTags(array $args = [])
* @method GuzzleHttpPromisePromise getTagsAsync(array $args = [])
* @method AwsResult getUsageForecast(array $args = [])
* @method GuzzleHttpPromisePromise getUsageForecastAsync(array $args = [])
* @method AwsResult listCostCategoryDefinitions(array $args = [])
* @method GuzzleHttpPromisePromise listCostCategoryDefinitionsAsync(array $args = [])
* @method AwsResult updateCostCategoryDefinition(array $args = [])
* @method GuzzleHttpPromisePromise updateCostCategoryDefinitionAsync(array $args = [])
*/
class CostExplorerClient extends AwsClient {}