Laravel version update
Laravel version update
This commit is contained in:
		
							
								
								
									
										21
									
								
								vendor/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								vendor/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| <?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 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 {} | ||||
							
								
								
									
										9
									
								
								vendor/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								vendor/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php
									
									
									
									
										vendored
									
									
										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 {} | ||||
		Reference in New Issue
	
	Block a user
	 Manish Verma
					Manish Verma