CloudWatchEventsClient.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. namespace Aws\CloudWatchEvents;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon CloudWatch Events** service.
  6. *
  7. * @method \Aws\Result deleteRule(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = [])
  9. * @method \Aws\Result describeEventBus(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise describeEventBusAsync(array $args = [])
  11. * @method \Aws\Result describeRule(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise describeRuleAsync(array $args = [])
  13. * @method \Aws\Result disableRule(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise disableRuleAsync(array $args = [])
  15. * @method \Aws\Result enableRule(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise enableRuleAsync(array $args = [])
  17. * @method \Aws\Result listRuleNamesByTarget(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise listRuleNamesByTargetAsync(array $args = [])
  19. * @method \Aws\Result listRules(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise listRulesAsync(array $args = [])
  21. * @method \Aws\Result listTargetsByRule(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise listTargetsByRuleAsync(array $args = [])
  23. * @method \Aws\Result putEvents(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise putEventsAsync(array $args = [])
  25. * @method \Aws\Result putPermission(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise putPermissionAsync(array $args = [])
  27. * @method \Aws\Result putRule(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise putRuleAsync(array $args = [])
  29. * @method \Aws\Result putTargets(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise putTargetsAsync(array $args = [])
  31. * @method \Aws\Result removePermission(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = [])
  33. * @method \Aws\Result removeTargets(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise removeTargetsAsync(array $args = [])
  35. * @method \Aws\Result testEventPattern(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise testEventPatternAsync(array $args = [])
  37. */
  38. class CloudWatchEventsClient extends AwsClient {}