EventBridgeClient.php 5.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?php
  2. namespace Aws\EventBridge;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon EventBridge** service.
  6. * @method \Aws\Result activateEventSource(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise activateEventSourceAsync(array $args = [])
  8. * @method \Aws\Result cancelReplay(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise cancelReplayAsync(array $args = [])
  10. * @method \Aws\Result createArchive(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createArchiveAsync(array $args = [])
  12. * @method \Aws\Result createEventBus(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createEventBusAsync(array $args = [])
  14. * @method \Aws\Result createPartnerEventSource(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createPartnerEventSourceAsync(array $args = [])
  16. * @method \Aws\Result deactivateEventSource(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deactivateEventSourceAsync(array $args = [])
  18. * @method \Aws\Result deleteArchive(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteArchiveAsync(array $args = [])
  20. * @method \Aws\Result deleteEventBus(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteEventBusAsync(array $args = [])
  22. * @method \Aws\Result deletePartnerEventSource(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deletePartnerEventSourceAsync(array $args = [])
  24. * @method \Aws\Result deleteRule(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = [])
  26. * @method \Aws\Result describeArchive(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise describeArchiveAsync(array $args = [])
  28. * @method \Aws\Result describeEventBus(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise describeEventBusAsync(array $args = [])
  30. * @method \Aws\Result describeEventSource(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise describeEventSourceAsync(array $args = [])
  32. * @method \Aws\Result describePartnerEventSource(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise describePartnerEventSourceAsync(array $args = [])
  34. * @method \Aws\Result describeReplay(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise describeReplayAsync(array $args = [])
  36. * @method \Aws\Result describeRule(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise describeRuleAsync(array $args = [])
  38. * @method \Aws\Result disableRule(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise disableRuleAsync(array $args = [])
  40. * @method \Aws\Result enableRule(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise enableRuleAsync(array $args = [])
  42. * @method \Aws\Result listArchives(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise listArchivesAsync(array $args = [])
  44. * @method \Aws\Result listEventBuses(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise listEventBusesAsync(array $args = [])
  46. * @method \Aws\Result listEventSources(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise listEventSourcesAsync(array $args = [])
  48. * @method \Aws\Result listPartnerEventSourceAccounts(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise listPartnerEventSourceAccountsAsync(array $args = [])
  50. * @method \Aws\Result listPartnerEventSources(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise listPartnerEventSourcesAsync(array $args = [])
  52. * @method \Aws\Result listReplays(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listReplaysAsync(array $args = [])
  54. * @method \Aws\Result listRuleNamesByTarget(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listRuleNamesByTargetAsync(array $args = [])
  56. * @method \Aws\Result listRules(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise listRulesAsync(array $args = [])
  58. * @method \Aws\Result listTagsForResource(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  60. * @method \Aws\Result listTargetsByRule(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise listTargetsByRuleAsync(array $args = [])
  62. * @method \Aws\Result putEvents(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise putEventsAsync(array $args = [])
  64. * @method \Aws\Result putPartnerEvents(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise putPartnerEventsAsync(array $args = [])
  66. * @method \Aws\Result putPermission(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise putPermissionAsync(array $args = [])
  68. * @method \Aws\Result putRule(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise putRuleAsync(array $args = [])
  70. * @method \Aws\Result putTargets(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise putTargetsAsync(array $args = [])
  72. * @method \Aws\Result removePermission(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = [])
  74. * @method \Aws\Result removeTargets(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise removeTargetsAsync(array $args = [])
  76. * @method \Aws\Result startReplay(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise startReplayAsync(array $args = [])
  78. * @method \Aws\Result tagResource(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  80. * @method \Aws\Result testEventPattern(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise testEventPatternAsync(array $args = [])
  82. * @method \Aws\Result untagResource(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  84. * @method \Aws\Result updateArchive(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise updateArchiveAsync(array $args = [])
  86. */
  87. class EventBridgeClient extends AwsClient {}