Server IP : 184.154.167.98 / Your IP : 3.144.89.197 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/www/sesiones/3rdparty/aws/aws-sdk-php/src/CostExplorer/ |
Upload File : |
<?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 {}