mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 02:27:23 -07:00
spaces.php
This commit is contained in:
parent
7755490b81
commit
eefa32741e
845 changed files with 50409 additions and 0 deletions
17
aws/Aws/CostExplorer/CostExplorerClient.php
Normal file
17
aws/Aws/CostExplorer/CostExplorerClient.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?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 {}
|
9
aws/Aws/CostExplorer/Exception/CostExplorerException.php
Normal file
9
aws/Aws/CostExplorer/Exception/CostExplorerException.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
namespace Aws\CostExplorer\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **AWS Cost Explorer Service** service.
|
||||
*/
|
||||
class CostExplorerException extends AwsException {}
|
Loading…
Add table
Add a link
Reference in a new issue