composer-update-patch
This commit is contained in:
		
							
								
								
									
										35
									
								
								vendor/aws/aws-sdk-php/src/Budgets/BudgetsClient.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								vendor/aws/aws-sdk-php/src/Budgets/BudgetsClient.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,35 @@ | ||||
| <?php | ||||
| namespace Aws\Budgets; | ||||
|  | ||||
| use Aws\AwsClient; | ||||
|  | ||||
| /** | ||||
|  * This client is used to interact with the **AWS Budgets** service. | ||||
|  * @method \Aws\Result createBudget(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise createBudgetAsync(array $args = []) | ||||
|  * @method \Aws\Result createNotification(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise createNotificationAsync(array $args = []) | ||||
|  * @method \Aws\Result createSubscriber(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise createSubscriberAsync(array $args = []) | ||||
|  * @method \Aws\Result deleteBudget(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise deleteBudgetAsync(array $args = []) | ||||
|  * @method \Aws\Result deleteNotification(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise deleteNotificationAsync(array $args = []) | ||||
|  * @method \Aws\Result deleteSubscriber(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise deleteSubscriberAsync(array $args = []) | ||||
|  * @method \Aws\Result describeBudget(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise describeBudgetAsync(array $args = []) | ||||
|  * @method \Aws\Result describeBudgets(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise describeBudgetsAsync(array $args = []) | ||||
|  * @method \Aws\Result describeNotificationsForBudget(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise describeNotificationsForBudgetAsync(array $args = []) | ||||
|  * @method \Aws\Result describeSubscribersForNotification(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise describeSubscribersForNotificationAsync(array $args = []) | ||||
|  * @method \Aws\Result updateBudget(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise updateBudgetAsync(array $args = []) | ||||
|  * @method \Aws\Result updateNotification(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise updateNotificationAsync(array $args = []) | ||||
|  * @method \Aws\Result updateSubscriber(array $args = []) | ||||
|  * @method \GuzzleHttp\Promise\Promise updateSubscriberAsync(array $args = []) | ||||
|  */ | ||||
| class BudgetsClient extends AwsClient {} | ||||
							
								
								
									
										9
									
								
								vendor/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								vendor/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| <?php | ||||
| namespace Aws\Budgets\Exception; | ||||
|  | ||||
| use Aws\Exception\AwsException; | ||||
|  | ||||
| /** | ||||
|  * Represents an error interacting with the **AWS Budgets** service. | ||||
|  */ | ||||
| class BudgetsException extends AwsException {} | ||||
		Reference in New Issue
	
	Block a user