BudgetsClient.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. namespace Aws\Budgets;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Budgets** service.
  6. * @method \Aws\Result createBudget(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createBudgetAsync(array $args = [])
  8. * @method \Aws\Result createNotification(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createNotificationAsync(array $args = [])
  10. * @method \Aws\Result createSubscriber(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createSubscriberAsync(array $args = [])
  12. * @method \Aws\Result deleteBudget(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteBudgetAsync(array $args = [])
  14. * @method \Aws\Result deleteNotification(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteNotificationAsync(array $args = [])
  16. * @method \Aws\Result deleteSubscriber(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteSubscriberAsync(array $args = [])
  18. * @method \Aws\Result describeBudget(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise describeBudgetAsync(array $args = [])
  20. * @method \Aws\Result describeBudgets(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise describeBudgetsAsync(array $args = [])
  22. * @method \Aws\Result describeNotificationsForBudget(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise describeNotificationsForBudgetAsync(array $args = [])
  24. * @method \Aws\Result describeSubscribersForNotification(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise describeSubscribersForNotificationAsync(array $args = [])
  26. * @method \Aws\Result updateBudget(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise updateBudgetAsync(array $args = [])
  28. * @method \Aws\Result updateNotification(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise updateNotificationAsync(array $args = [])
  30. * @method \Aws\Result updateSubscriber(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise updateSubscriberAsync(array $args = [])
  32. */
  33. class BudgetsClient extends AwsClient {}