EventBridgeClient.php 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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 createApiDestination(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createApiDestinationAsync(array $args = [])
  12. * @method \Aws\Result createArchive(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createArchiveAsync(array $args = [])
  14. * @method \Aws\Result createConnection(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createConnectionAsync(array $args = [])
  16. * @method \Aws\Result createEndpoint(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createEndpointAsync(array $args = [])
  18. * @method \Aws\Result createEventBus(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createEventBusAsync(array $args = [])
  20. * @method \Aws\Result createPartnerEventSource(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createPartnerEventSourceAsync(array $args = [])
  22. * @method \Aws\Result deactivateEventSource(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deactivateEventSourceAsync(array $args = [])
  24. * @method \Aws\Result deauthorizeConnection(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deauthorizeConnectionAsync(array $args = [])
  26. * @method \Aws\Result deleteApiDestination(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteApiDestinationAsync(array $args = [])
  28. * @method \Aws\Result deleteArchive(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteArchiveAsync(array $args = [])
  30. * @method \Aws\Result deleteConnection(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteConnectionAsync(array $args = [])
  32. * @method \Aws\Result deleteEndpoint(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteEndpointAsync(array $args = [])
  34. * @method \Aws\Result deleteEventBus(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteEventBusAsync(array $args = [])
  36. * @method \Aws\Result deletePartnerEventSource(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deletePartnerEventSourceAsync(array $args = [])
  38. * @method \Aws\Result deleteRule(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = [])
  40. * @method \Aws\Result describeApiDestination(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise describeApiDestinationAsync(array $args = [])
  42. * @method \Aws\Result describeArchive(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise describeArchiveAsync(array $args = [])
  44. * @method \Aws\Result describeConnection(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise describeConnectionAsync(array $args = [])
  46. * @method \Aws\Result describeEndpoint(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise describeEndpointAsync(array $args = [])
  48. * @method \Aws\Result describeEventBus(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise describeEventBusAsync(array $args = [])
  50. * @method \Aws\Result describeEventSource(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise describeEventSourceAsync(array $args = [])
  52. * @method \Aws\Result describePartnerEventSource(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise describePartnerEventSourceAsync(array $args = [])
  54. * @method \Aws\Result describeReplay(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise describeReplayAsync(array $args = [])
  56. * @method \Aws\Result describeRule(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise describeRuleAsync(array $args = [])
  58. * @method \Aws\Result disableRule(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise disableRuleAsync(array $args = [])
  60. * @method \Aws\Result enableRule(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise enableRuleAsync(array $args = [])
  62. * @method \Aws\Result listApiDestinations(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise listApiDestinationsAsync(array $args = [])
  64. * @method \Aws\Result listArchives(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise listArchivesAsync(array $args = [])
  66. * @method \Aws\Result listConnections(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise listConnectionsAsync(array $args = [])
  68. * @method \Aws\Result listEndpoints(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise listEndpointsAsync(array $args = [])
  70. * @method \Aws\Result listEventBuses(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise listEventBusesAsync(array $args = [])
  72. * @method \Aws\Result listEventSources(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise listEventSourcesAsync(array $args = [])
  74. * @method \Aws\Result listPartnerEventSourceAccounts(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise listPartnerEventSourceAccountsAsync(array $args = [])
  76. * @method \Aws\Result listPartnerEventSources(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise listPartnerEventSourcesAsync(array $args = [])
  78. * @method \Aws\Result listReplays(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise listReplaysAsync(array $args = [])
  80. * @method \Aws\Result listRuleNamesByTarget(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise listRuleNamesByTargetAsync(array $args = [])
  82. * @method \Aws\Result listRules(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise listRulesAsync(array $args = [])
  84. * @method \Aws\Result listTagsForResource(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  86. * @method \Aws\Result listTargetsByRule(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise listTargetsByRuleAsync(array $args = [])
  88. * @method \Aws\Result putEvents(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise putEventsAsync(array $args = [])
  90. * @method \Aws\Result putPartnerEvents(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise putPartnerEventsAsync(array $args = [])
  92. * @method \Aws\Result putPermission(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise putPermissionAsync(array $args = [])
  94. * @method \Aws\Result putRule(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise putRuleAsync(array $args = [])
  96. * @method \Aws\Result putTargets(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise putTargetsAsync(array $args = [])
  98. * @method \Aws\Result removePermission(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = [])
  100. * @method \Aws\Result removeTargets(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise removeTargetsAsync(array $args = [])
  102. * @method \Aws\Result startReplay(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise startReplayAsync(array $args = [])
  104. * @method \Aws\Result tagResource(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  106. * @method \Aws\Result testEventPattern(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise testEventPatternAsync(array $args = [])
  108. * @method \Aws\Result untagResource(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  110. * @method \Aws\Result updateApiDestination(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise updateApiDestinationAsync(array $args = [])
  112. * @method \Aws\Result updateArchive(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise updateArchiveAsync(array $args = [])
  114. * @method \Aws\Result updateConnection(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise updateConnectionAsync(array $args = [])
  116. * @method \Aws\Result updateEndpoint(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise updateEndpointAsync(array $args = [])
  118. * @method \Aws\Result updateEventBus(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise updateEventBusAsync(array $args = [])
  120. */
  121. class EventBridgeClient extends AwsClient {
  122. public function __construct(array $args)
  123. {
  124. parent::__construct($args);
  125. if ($this->isUseEndpointV2()) {
  126. $stack = $this->getHandlerList();
  127. $isCustomEndpoint = isset($args['endpoint']);
  128. $stack->appendBuild(
  129. EventBridgeEndpointMiddleware::wrap(
  130. $this->getRegion(),
  131. [
  132. 'use_fips_endpoint' =>
  133. $this->getConfig('use_fips_endpoint')->isUseFipsEndpoint(),
  134. 'dual_stack' =>
  135. $this->getConfig('use_dual_stack_endpoint')->isUseDualStackEndpoint(),
  136. ],
  137. $this->getConfig('endpoint_provider'),
  138. $isCustomEndpoint
  139. ),
  140. 'eventbridge.endpoint_middleware'
  141. );
  142. }
  143. }
  144. }