CloudWatchEventsClient.php 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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 activateEventSource(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise activateEventSourceAsync(array $args = [])
  9. * @method \Aws\Result cancelReplay(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise cancelReplayAsync(array $args = [])
  11. * @method \Aws\Result createApiDestination(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise createApiDestinationAsync(array $args = [])
  13. * @method \Aws\Result createArchive(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise createArchiveAsync(array $args = [])
  15. * @method \Aws\Result createConnection(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise createConnectionAsync(array $args = [])
  17. * @method \Aws\Result createEventBus(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise createEventBusAsync(array $args = [])
  19. * @method \Aws\Result createPartnerEventSource(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise createPartnerEventSourceAsync(array $args = [])
  21. * @method \Aws\Result deactivateEventSource(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise deactivateEventSourceAsync(array $args = [])
  23. * @method \Aws\Result deauthorizeConnection(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise deauthorizeConnectionAsync(array $args = [])
  25. * @method \Aws\Result deleteApiDestination(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise deleteApiDestinationAsync(array $args = [])
  27. * @method \Aws\Result deleteArchive(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise deleteArchiveAsync(array $args = [])
  29. * @method \Aws\Result deleteConnection(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise deleteConnectionAsync(array $args = [])
  31. * @method \Aws\Result deleteEventBus(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise deleteEventBusAsync(array $args = [])
  33. * @method \Aws\Result deletePartnerEventSource(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise deletePartnerEventSourceAsync(array $args = [])
  35. * @method \Aws\Result deleteRule(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = [])
  37. * @method \Aws\Result describeApiDestination(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise describeApiDestinationAsync(array $args = [])
  39. * @method \Aws\Result describeArchive(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise describeArchiveAsync(array $args = [])
  41. * @method \Aws\Result describeConnection(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise describeConnectionAsync(array $args = [])
  43. * @method \Aws\Result describeEventBus(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise describeEventBusAsync(array $args = [])
  45. * @method \Aws\Result describeEventSource(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise describeEventSourceAsync(array $args = [])
  47. * @method \Aws\Result describePartnerEventSource(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise describePartnerEventSourceAsync(array $args = [])
  49. * @method \Aws\Result describeReplay(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise describeReplayAsync(array $args = [])
  51. * @method \Aws\Result describeRule(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise describeRuleAsync(array $args = [])
  53. * @method \Aws\Result disableRule(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise disableRuleAsync(array $args = [])
  55. * @method \Aws\Result enableRule(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise enableRuleAsync(array $args = [])
  57. * @method \Aws\Result listApiDestinations(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise listApiDestinationsAsync(array $args = [])
  59. * @method \Aws\Result listArchives(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise listArchivesAsync(array $args = [])
  61. * @method \Aws\Result listConnections(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise listConnectionsAsync(array $args = [])
  63. * @method \Aws\Result listEventBuses(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise listEventBusesAsync(array $args = [])
  65. * @method \Aws\Result listEventSources(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise listEventSourcesAsync(array $args = [])
  67. * @method \Aws\Result listPartnerEventSourceAccounts(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise listPartnerEventSourceAccountsAsync(array $args = [])
  69. * @method \Aws\Result listPartnerEventSources(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise listPartnerEventSourcesAsync(array $args = [])
  71. * @method \Aws\Result listReplays(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise listReplaysAsync(array $args = [])
  73. * @method \Aws\Result listRuleNamesByTarget(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise listRuleNamesByTargetAsync(array $args = [])
  75. * @method \Aws\Result listRules(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise listRulesAsync(array $args = [])
  77. * @method \Aws\Result listTagsForResource(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  79. * @method \Aws\Result listTargetsByRule(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise listTargetsByRuleAsync(array $args = [])
  81. * @method \Aws\Result putEvents(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise putEventsAsync(array $args = [])
  83. * @method \Aws\Result putPartnerEvents(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise putPartnerEventsAsync(array $args = [])
  85. * @method \Aws\Result putPermission(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise putPermissionAsync(array $args = [])
  87. * @method \Aws\Result putRule(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise putRuleAsync(array $args = [])
  89. * @method \Aws\Result putTargets(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise putTargetsAsync(array $args = [])
  91. * @method \Aws\Result removePermission(array $args = [])
  92. * @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = [])
  93. * @method \Aws\Result removeTargets(array $args = [])
  94. * @method \GuzzleHttp\Promise\Promise removeTargetsAsync(array $args = [])
  95. * @method \Aws\Result startReplay(array $args = [])
  96. * @method \GuzzleHttp\Promise\Promise startReplayAsync(array $args = [])
  97. * @method \Aws\Result tagResource(array $args = [])
  98. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  99. * @method \Aws\Result testEventPattern(array $args = [])
  100. * @method \GuzzleHttp\Promise\Promise testEventPatternAsync(array $args = [])
  101. * @method \Aws\Result untagResource(array $args = [])
  102. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  103. * @method \Aws\Result updateApiDestination(array $args = [])
  104. * @method \GuzzleHttp\Promise\Promise updateApiDestinationAsync(array $args = [])
  105. * @method \Aws\Result updateArchive(array $args = [])
  106. * @method \GuzzleHttp\Promise\Promise updateArchiveAsync(array $args = [])
  107. * @method \Aws\Result updateConnection(array $args = [])
  108. * @method \GuzzleHttp\Promise\Promise updateConnectionAsync(array $args = [])
  109. */
  110. class CloudWatchEventsClient extends AwsClient {}