@aws-sdk/client-eventbridge 3.1077.0 → 3.1079.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/dist-cjs/index.js +179 -687
  2. package/dist-es/commandBuilder.js +9 -0
  3. package/dist-es/commands/ActivateEventSourceCommand.js +2 -14
  4. package/dist-es/commands/CancelReplayCommand.js +2 -14
  5. package/dist-es/commands/CreateApiDestinationCommand.js +2 -14
  6. package/dist-es/commands/CreateArchiveCommand.js +2 -14
  7. package/dist-es/commands/CreateConnectionCommand.js +2 -14
  8. package/dist-es/commands/CreateEndpointCommand.js +2 -14
  9. package/dist-es/commands/CreateEventBusCommand.js +2 -14
  10. package/dist-es/commands/CreatePartnerEventSourceCommand.js +2 -14
  11. package/dist-es/commands/DeactivateEventSourceCommand.js +2 -14
  12. package/dist-es/commands/DeauthorizeConnectionCommand.js +2 -14
  13. package/dist-es/commands/DeleteApiDestinationCommand.js +2 -14
  14. package/dist-es/commands/DeleteArchiveCommand.js +2 -14
  15. package/dist-es/commands/DeleteConnectionCommand.js +2 -14
  16. package/dist-es/commands/DeleteEndpointCommand.js +2 -14
  17. package/dist-es/commands/DeleteEventBusCommand.js +2 -14
  18. package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -14
  19. package/dist-es/commands/DeleteRuleCommand.js +2 -14
  20. package/dist-es/commands/DescribeApiDestinationCommand.js +2 -14
  21. package/dist-es/commands/DescribeArchiveCommand.js +2 -14
  22. package/dist-es/commands/DescribeConnectionCommand.js +2 -14
  23. package/dist-es/commands/DescribeEndpointCommand.js +2 -14
  24. package/dist-es/commands/DescribeEventBusCommand.js +2 -14
  25. package/dist-es/commands/DescribeEventSourceCommand.js +2 -14
  26. package/dist-es/commands/DescribePartnerEventSourceCommand.js +2 -14
  27. package/dist-es/commands/DescribeReplayCommand.js +2 -14
  28. package/dist-es/commands/DescribeRuleCommand.js +2 -14
  29. package/dist-es/commands/DisableRuleCommand.js +2 -14
  30. package/dist-es/commands/EnableRuleCommand.js +2 -14
  31. package/dist-es/commands/ListApiDestinationsCommand.js +2 -14
  32. package/dist-es/commands/ListArchivesCommand.js +2 -14
  33. package/dist-es/commands/ListConnectionsCommand.js +2 -14
  34. package/dist-es/commands/ListEndpointsCommand.js +2 -14
  35. package/dist-es/commands/ListEventBusesCommand.js +2 -14
  36. package/dist-es/commands/ListEventSourcesCommand.js +2 -14
  37. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +2 -14
  38. package/dist-es/commands/ListPartnerEventSourcesCommand.js +2 -14
  39. package/dist-es/commands/ListReplaysCommand.js +2 -14
  40. package/dist-es/commands/ListRuleNamesByTargetCommand.js +2 -14
  41. package/dist-es/commands/ListRulesCommand.js +2 -14
  42. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  43. package/dist-es/commands/ListTargetsByRuleCommand.js +2 -14
  44. package/dist-es/commands/PutEventsCommand.js +2 -17
  45. package/dist-es/commands/PutPartnerEventsCommand.js +2 -14
  46. package/dist-es/commands/PutPermissionCommand.js +2 -14
  47. package/dist-es/commands/PutRuleCommand.js +2 -14
  48. package/dist-es/commands/PutTargetsCommand.js +2 -14
  49. package/dist-es/commands/RemovePermissionCommand.js +2 -14
  50. package/dist-es/commands/RemoveTargetsCommand.js +2 -14
  51. package/dist-es/commands/StartReplayCommand.js +2 -14
  52. package/dist-es/commands/TagResourceCommand.js +2 -14
  53. package/dist-es/commands/TestEventPatternCommand.js +2 -14
  54. package/dist-es/commands/UntagResourceCommand.js +2 -14
  55. package/dist-es/commands/UpdateApiDestinationCommand.js +2 -14
  56. package/dist-es/commands/UpdateArchiveCommand.js +2 -14
  57. package/dist-es/commands/UpdateConnectionCommand.js +2 -14
  58. package/dist-es/commands/UpdateEndpointCommand.js +2 -14
  59. package/dist-es/commands/UpdateEventBusCommand.js +2 -14
  60. package/dist-es/index.js +1 -0
  61. package/dist-types/commandBuilder.d.ts +22 -0
  62. package/dist-types/commands/ActivateEventSourceCommand.d.ts +3 -8
  63. package/dist-types/commands/CancelReplayCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateApiDestinationCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateArchiveCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateEndpointCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateEventBusCommand.d.ts +3 -8
  69. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +3 -8
  70. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +3 -8
  71. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteEventBusCommand.d.ts +3 -8
  77. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +3 -8
  80. package/dist-types/commands/DescribeArchiveCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeConnectionCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeEventBusCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeEventSourceCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +3 -8
  86. package/dist-types/commands/DescribeReplayCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeRuleCommand.d.ts +3 -8
  88. package/dist-types/commands/DisableRuleCommand.d.ts +3 -8
  89. package/dist-types/commands/EnableRuleCommand.d.ts +3 -8
  90. package/dist-types/commands/ListApiDestinationsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListArchivesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListEndpointsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListEventBusesCommand.d.ts +3 -8
  95. package/dist-types/commands/ListEventSourcesCommand.d.ts +3 -8
  96. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +3 -8
  97. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +3 -8
  98. package/dist-types/commands/ListReplaysCommand.d.ts +3 -8
  99. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +3 -8
  100. package/dist-types/commands/ListRulesCommand.d.ts +3 -8
  101. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  102. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +3 -8
  103. package/dist-types/commands/PutEventsCommand.d.ts +3 -8
  104. package/dist-types/commands/PutPartnerEventsCommand.d.ts +3 -8
  105. package/dist-types/commands/PutPermissionCommand.d.ts +3 -8
  106. package/dist-types/commands/PutRuleCommand.d.ts +3 -8
  107. package/dist-types/commands/PutTargetsCommand.d.ts +3 -8
  108. package/dist-types/commands/RemovePermissionCommand.d.ts +3 -8
  109. package/dist-types/commands/RemoveTargetsCommand.d.ts +3 -8
  110. package/dist-types/commands/StartReplayCommand.d.ts +3 -8
  111. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  112. package/dist-types/commands/TestEventPatternCommand.d.ts +3 -8
  113. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  114. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +3 -8
  115. package/dist-types/commands/UpdateArchiveCommand.d.ts +3 -8
  116. package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -8
  117. package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -8
  118. package/dist-types/commands/UpdateEventBusCommand.d.ts +3 -8
  119. package/dist-types/index.d.ts +1 -0
  120. package/dist-types/ts3.4/commandBuilder.d.ts +47 -0
  121. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/UpdateEventBusCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/index.d.ts +1 -0
  179. package/package.json +10 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveParams, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -236,7 +237,7 @@ const commonParams = {
236
237
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
237
238
  };
238
239
 
239
- var version = "3.1076.0";
240
+ var version = "3.1078.0";
240
241
  var packageInfo = {
241
242
  version: version};
242
243
 
@@ -2240,691 +2241,182 @@ class EventBridgeClient extends Client {
2240
2241
  }
2241
2242
  }
2242
2243
 
2243
- class ActivateEventSourceCommand extends Command
2244
- .classBuilder()
2245
- .ep(commonParams)
2246
- .m(function (Command, cs, config, o) {
2247
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2248
- })
2249
- .s("AWSEvents", "ActivateEventSource", {})
2250
- .n("EventBridgeClient", "ActivateEventSourceCommand")
2251
- .sc(ActivateEventSource$)
2252
- .build() {
2253
- }
2254
-
2255
- class CancelReplayCommand extends Command
2256
- .classBuilder()
2257
- .ep(commonParams)
2258
- .m(function (Command, cs, config, o) {
2259
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2260
- })
2261
- .s("AWSEvents", "CancelReplay", {})
2262
- .n("EventBridgeClient", "CancelReplayCommand")
2263
- .sc(CancelReplay$)
2264
- .build() {
2265
- }
2266
-
2267
- class CreateApiDestinationCommand extends Command
2268
- .classBuilder()
2269
- .ep(commonParams)
2270
- .m(function (Command, cs, config, o) {
2271
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2272
- })
2273
- .s("AWSEvents", "CreateApiDestination", {})
2274
- .n("EventBridgeClient", "CreateApiDestinationCommand")
2275
- .sc(CreateApiDestination$)
2276
- .build() {
2277
- }
2278
-
2279
- class CreateArchiveCommand extends Command
2280
- .classBuilder()
2281
- .ep(commonParams)
2282
- .m(function (Command, cs, config, o) {
2283
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2284
- })
2285
- .s("AWSEvents", "CreateArchive", {})
2286
- .n("EventBridgeClient", "CreateArchiveCommand")
2287
- .sc(CreateArchive$)
2288
- .build() {
2289
- }
2290
-
2291
- class CreateConnectionCommand extends Command
2292
- .classBuilder()
2293
- .ep(commonParams)
2294
- .m(function (Command, cs, config, o) {
2295
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2296
- })
2297
- .s("AWSEvents", "CreateConnection", {})
2298
- .n("EventBridgeClient", "CreateConnectionCommand")
2299
- .sc(CreateConnection$)
2300
- .build() {
2301
- }
2302
-
2303
- class CreateEndpointCommand extends Command
2304
- .classBuilder()
2305
- .ep(commonParams)
2306
- .m(function (Command, cs, config, o) {
2307
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2308
- })
2309
- .s("AWSEvents", "CreateEndpoint", {})
2310
- .n("EventBridgeClient", "CreateEndpointCommand")
2311
- .sc(CreateEndpoint$)
2312
- .build() {
2313
- }
2314
-
2315
- class CreateEventBusCommand extends Command
2316
- .classBuilder()
2317
- .ep(commonParams)
2318
- .m(function (Command, cs, config, o) {
2319
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2320
- })
2321
- .s("AWSEvents", "CreateEventBus", {})
2322
- .n("EventBridgeClient", "CreateEventBusCommand")
2323
- .sc(CreateEventBus$)
2324
- .build() {
2325
- }
2326
-
2327
- class CreatePartnerEventSourceCommand extends Command
2328
- .classBuilder()
2329
- .ep(commonParams)
2330
- .m(function (Command, cs, config, o) {
2331
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2332
- })
2333
- .s("AWSEvents", "CreatePartnerEventSource", {})
2334
- .n("EventBridgeClient", "CreatePartnerEventSourceCommand")
2335
- .sc(CreatePartnerEventSource$)
2336
- .build() {
2337
- }
2338
-
2339
- class DeactivateEventSourceCommand extends Command
2340
- .classBuilder()
2341
- .ep(commonParams)
2342
- .m(function (Command, cs, config, o) {
2343
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2344
- })
2345
- .s("AWSEvents", "DeactivateEventSource", {})
2346
- .n("EventBridgeClient", "DeactivateEventSourceCommand")
2347
- .sc(DeactivateEventSource$)
2348
- .build() {
2349
- }
2350
-
2351
- class DeauthorizeConnectionCommand extends Command
2352
- .classBuilder()
2353
- .ep(commonParams)
2354
- .m(function (Command, cs, config, o) {
2355
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2356
- })
2357
- .s("AWSEvents", "DeauthorizeConnection", {})
2358
- .n("EventBridgeClient", "DeauthorizeConnectionCommand")
2359
- .sc(DeauthorizeConnection$)
2360
- .build() {
2361
- }
2362
-
2363
- class DeleteApiDestinationCommand extends Command
2364
- .classBuilder()
2365
- .ep(commonParams)
2366
- .m(function (Command, cs, config, o) {
2367
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2368
- })
2369
- .s("AWSEvents", "DeleteApiDestination", {})
2370
- .n("EventBridgeClient", "DeleteApiDestinationCommand")
2371
- .sc(DeleteApiDestination$)
2372
- .build() {
2373
- }
2374
-
2375
- class DeleteArchiveCommand extends Command
2376
- .classBuilder()
2377
- .ep(commonParams)
2378
- .m(function (Command, cs, config, o) {
2379
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2380
- })
2381
- .s("AWSEvents", "DeleteArchive", {})
2382
- .n("EventBridgeClient", "DeleteArchiveCommand")
2383
- .sc(DeleteArchive$)
2384
- .build() {
2385
- }
2386
-
2387
- class DeleteConnectionCommand extends Command
2388
- .classBuilder()
2389
- .ep(commonParams)
2390
- .m(function (Command, cs, config, o) {
2391
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2392
- })
2393
- .s("AWSEvents", "DeleteConnection", {})
2394
- .n("EventBridgeClient", "DeleteConnectionCommand")
2395
- .sc(DeleteConnection$)
2396
- .build() {
2397
- }
2398
-
2399
- class DeleteEndpointCommand extends Command
2400
- .classBuilder()
2401
- .ep(commonParams)
2402
- .m(function (Command, cs, config, o) {
2403
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2404
- })
2405
- .s("AWSEvents", "DeleteEndpoint", {})
2406
- .n("EventBridgeClient", "DeleteEndpointCommand")
2407
- .sc(DeleteEndpoint$)
2408
- .build() {
2409
- }
2410
-
2411
- class DeleteEventBusCommand extends Command
2412
- .classBuilder()
2413
- .ep(commonParams)
2414
- .m(function (Command, cs, config, o) {
2415
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2416
- })
2417
- .s("AWSEvents", "DeleteEventBus", {})
2418
- .n("EventBridgeClient", "DeleteEventBusCommand")
2419
- .sc(DeleteEventBus$)
2420
- .build() {
2421
- }
2422
-
2423
- class DeletePartnerEventSourceCommand extends Command
2424
- .classBuilder()
2425
- .ep(commonParams)
2426
- .m(function (Command, cs, config, o) {
2427
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2428
- })
2429
- .s("AWSEvents", "DeletePartnerEventSource", {})
2430
- .n("EventBridgeClient", "DeletePartnerEventSourceCommand")
2431
- .sc(DeletePartnerEventSource$)
2432
- .build() {
2433
- }
2434
-
2435
- class DeleteRuleCommand extends Command
2436
- .classBuilder()
2437
- .ep(commonParams)
2438
- .m(function (Command, cs, config, o) {
2439
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2440
- })
2441
- .s("AWSEvents", "DeleteRule", {})
2442
- .n("EventBridgeClient", "DeleteRuleCommand")
2443
- .sc(DeleteRule$)
2444
- .build() {
2445
- }
2446
-
2447
- class DescribeApiDestinationCommand extends Command
2448
- .classBuilder()
2449
- .ep(commonParams)
2450
- .m(function (Command, cs, config, o) {
2451
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2452
- })
2453
- .s("AWSEvents", "DescribeApiDestination", {})
2454
- .n("EventBridgeClient", "DescribeApiDestinationCommand")
2455
- .sc(DescribeApiDestination$)
2456
- .build() {
2457
- }
2458
-
2459
- class DescribeArchiveCommand extends Command
2460
- .classBuilder()
2461
- .ep(commonParams)
2462
- .m(function (Command, cs, config, o) {
2463
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2464
- })
2465
- .s("AWSEvents", "DescribeArchive", {})
2466
- .n("EventBridgeClient", "DescribeArchiveCommand")
2467
- .sc(DescribeArchive$)
2468
- .build() {
2469
- }
2470
-
2471
- class DescribeConnectionCommand extends Command
2472
- .classBuilder()
2473
- .ep(commonParams)
2474
- .m(function (Command, cs, config, o) {
2475
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2476
- })
2477
- .s("AWSEvents", "DescribeConnection", {})
2478
- .n("EventBridgeClient", "DescribeConnectionCommand")
2479
- .sc(DescribeConnection$)
2480
- .build() {
2481
- }
2482
-
2483
- class DescribeEndpointCommand extends Command
2484
- .classBuilder()
2485
- .ep(commonParams)
2486
- .m(function (Command, cs, config, o) {
2487
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2488
- })
2489
- .s("AWSEvents", "DescribeEndpoint", {})
2490
- .n("EventBridgeClient", "DescribeEndpointCommand")
2491
- .sc(DescribeEndpoint$)
2492
- .build() {
2493
- }
2494
-
2495
- class DescribeEventBusCommand extends Command
2496
- .classBuilder()
2497
- .ep(commonParams)
2498
- .m(function (Command, cs, config, o) {
2499
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2500
- })
2501
- .s("AWSEvents", "DescribeEventBus", {})
2502
- .n("EventBridgeClient", "DescribeEventBusCommand")
2503
- .sc(DescribeEventBus$)
2504
- .build() {
2505
- }
2506
-
2507
- class DescribeEventSourceCommand extends Command
2508
- .classBuilder()
2509
- .ep(commonParams)
2510
- .m(function (Command, cs, config, o) {
2511
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2512
- })
2513
- .s("AWSEvents", "DescribeEventSource", {})
2514
- .n("EventBridgeClient", "DescribeEventSourceCommand")
2515
- .sc(DescribeEventSource$)
2516
- .build() {
2517
- }
2518
-
2519
- class DescribePartnerEventSourceCommand extends Command
2520
- .classBuilder()
2521
- .ep(commonParams)
2522
- .m(function (Command, cs, config, o) {
2523
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2524
- })
2525
- .s("AWSEvents", "DescribePartnerEventSource", {})
2526
- .n("EventBridgeClient", "DescribePartnerEventSourceCommand")
2527
- .sc(DescribePartnerEventSource$)
2528
- .build() {
2529
- }
2530
-
2531
- class DescribeReplayCommand extends Command
2532
- .classBuilder()
2533
- .ep(commonParams)
2534
- .m(function (Command, cs, config, o) {
2535
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2536
- })
2537
- .s("AWSEvents", "DescribeReplay", {})
2538
- .n("EventBridgeClient", "DescribeReplayCommand")
2539
- .sc(DescribeReplay$)
2540
- .build() {
2541
- }
2542
-
2543
- class DescribeRuleCommand extends Command
2544
- .classBuilder()
2545
- .ep(commonParams)
2546
- .m(function (Command, cs, config, o) {
2547
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2548
- })
2549
- .s("AWSEvents", "DescribeRule", {})
2550
- .n("EventBridgeClient", "DescribeRuleCommand")
2551
- .sc(DescribeRule$)
2552
- .build() {
2553
- }
2554
-
2555
- class DisableRuleCommand extends Command
2556
- .classBuilder()
2557
- .ep(commonParams)
2558
- .m(function (Command, cs, config, o) {
2559
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2560
- })
2561
- .s("AWSEvents", "DisableRule", {})
2562
- .n("EventBridgeClient", "DisableRuleCommand")
2563
- .sc(DisableRule$)
2564
- .build() {
2565
- }
2566
-
2567
- class EnableRuleCommand extends Command
2568
- .classBuilder()
2569
- .ep(commonParams)
2570
- .m(function (Command, cs, config, o) {
2571
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2572
- })
2573
- .s("AWSEvents", "EnableRule", {})
2574
- .n("EventBridgeClient", "EnableRuleCommand")
2575
- .sc(EnableRule$)
2576
- .build() {
2577
- }
2578
-
2579
- class ListApiDestinationsCommand extends Command
2580
- .classBuilder()
2581
- .ep(commonParams)
2582
- .m(function (Command, cs, config, o) {
2583
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2584
- })
2585
- .s("AWSEvents", "ListApiDestinations", {})
2586
- .n("EventBridgeClient", "ListApiDestinationsCommand")
2587
- .sc(ListApiDestinations$)
2588
- .build() {
2589
- }
2590
-
2591
- class ListArchivesCommand extends Command
2592
- .classBuilder()
2593
- .ep(commonParams)
2594
- .m(function (Command, cs, config, o) {
2595
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2596
- })
2597
- .s("AWSEvents", "ListArchives", {})
2598
- .n("EventBridgeClient", "ListArchivesCommand")
2599
- .sc(ListArchives$)
2600
- .build() {
2601
- }
2602
-
2603
- class ListConnectionsCommand extends Command
2604
- .classBuilder()
2605
- .ep(commonParams)
2606
- .m(function (Command, cs, config, o) {
2607
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2608
- })
2609
- .s("AWSEvents", "ListConnections", {})
2610
- .n("EventBridgeClient", "ListConnectionsCommand")
2611
- .sc(ListConnections$)
2612
- .build() {
2613
- }
2614
-
2615
- class ListEndpointsCommand extends Command
2616
- .classBuilder()
2617
- .ep(commonParams)
2618
- .m(function (Command, cs, config, o) {
2619
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2620
- })
2621
- .s("AWSEvents", "ListEndpoints", {})
2622
- .n("EventBridgeClient", "ListEndpointsCommand")
2623
- .sc(ListEndpoints$)
2624
- .build() {
2625
- }
2626
-
2627
- class ListEventBusesCommand extends Command
2628
- .classBuilder()
2629
- .ep(commonParams)
2630
- .m(function (Command, cs, config, o) {
2631
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2632
- })
2633
- .s("AWSEvents", "ListEventBuses", {})
2634
- .n("EventBridgeClient", "ListEventBusesCommand")
2635
- .sc(ListEventBuses$)
2636
- .build() {
2637
- }
2638
-
2639
- class ListEventSourcesCommand extends Command
2640
- .classBuilder()
2641
- .ep(commonParams)
2642
- .m(function (Command, cs, config, o) {
2643
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2644
- })
2645
- .s("AWSEvents", "ListEventSources", {})
2646
- .n("EventBridgeClient", "ListEventSourcesCommand")
2647
- .sc(ListEventSources$)
2648
- .build() {
2649
- }
2650
-
2651
- class ListPartnerEventSourceAccountsCommand extends Command
2652
- .classBuilder()
2653
- .ep(commonParams)
2654
- .m(function (Command, cs, config, o) {
2655
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2656
- })
2657
- .s("AWSEvents", "ListPartnerEventSourceAccounts", {})
2658
- .n("EventBridgeClient", "ListPartnerEventSourceAccountsCommand")
2659
- .sc(ListPartnerEventSourceAccounts$)
2660
- .build() {
2661
- }
2662
-
2663
- class ListPartnerEventSourcesCommand extends Command
2664
- .classBuilder()
2665
- .ep(commonParams)
2666
- .m(function (Command, cs, config, o) {
2667
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2668
- })
2669
- .s("AWSEvents", "ListPartnerEventSources", {})
2670
- .n("EventBridgeClient", "ListPartnerEventSourcesCommand")
2671
- .sc(ListPartnerEventSources$)
2672
- .build() {
2673
- }
2674
-
2675
- class ListReplaysCommand extends Command
2676
- .classBuilder()
2677
- .ep(commonParams)
2678
- .m(function (Command, cs, config, o) {
2679
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2680
- })
2681
- .s("AWSEvents", "ListReplays", {})
2682
- .n("EventBridgeClient", "ListReplaysCommand")
2683
- .sc(ListReplays$)
2684
- .build() {
2685
- }
2686
-
2687
- class ListRuleNamesByTargetCommand extends Command
2688
- .classBuilder()
2689
- .ep(commonParams)
2690
- .m(function (Command, cs, config, o) {
2691
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2692
- })
2693
- .s("AWSEvents", "ListRuleNamesByTarget", {})
2694
- .n("EventBridgeClient", "ListRuleNamesByTargetCommand")
2695
- .sc(ListRuleNamesByTarget$)
2696
- .build() {
2697
- }
2698
-
2699
- class ListRulesCommand extends Command
2700
- .classBuilder()
2701
- .ep(commonParams)
2702
- .m(function (Command, cs, config, o) {
2703
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2704
- })
2705
- .s("AWSEvents", "ListRules", {})
2706
- .n("EventBridgeClient", "ListRulesCommand")
2707
- .sc(ListRules$)
2708
- .build() {
2709
- }
2710
-
2711
- class ListTagsForResourceCommand extends Command
2712
- .classBuilder()
2713
- .ep(commonParams)
2714
- .m(function (Command, cs, config, o) {
2715
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2716
- })
2717
- .s("AWSEvents", "ListTagsForResource", {})
2718
- .n("EventBridgeClient", "ListTagsForResourceCommand")
2719
- .sc(ListTagsForResource$)
2720
- .build() {
2721
- }
2722
-
2723
- class ListTargetsByRuleCommand extends Command
2724
- .classBuilder()
2725
- .ep(commonParams)
2726
- .m(function (Command, cs, config, o) {
2727
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2728
- })
2729
- .s("AWSEvents", "ListTargetsByRule", {})
2730
- .n("EventBridgeClient", "ListTargetsByRuleCommand")
2731
- .sc(ListTargetsByRule$)
2732
- .build() {
2733
- }
2734
-
2735
- class PutEventsCommand extends Command
2736
- .classBuilder()
2737
- .ep({
2738
- ...commonParams,
2244
+ const command = makeBuilder(commonParams, "AWSEvents", "EventBridgeClient", getEndpointPlugin);
2245
+ const _ep0 = {};
2246
+ const _ep1 = {
2739
2247
  EndpointId: { type: "contextParams", name: "EndpointId" },
2740
- })
2741
- .m(function (Command, cs, config, o) {
2742
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2743
- })
2744
- .s("AWSEvents", "PutEvents", {})
2745
- .n("EventBridgeClient", "PutEventsCommand")
2746
- .sc(PutEvents$)
2747
- .build() {
2748
- }
2749
-
2750
- class PutPartnerEventsCommand extends Command
2751
- .classBuilder()
2752
- .ep(commonParams)
2753
- .m(function (Command, cs, config, o) {
2754
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2755
- })
2756
- .s("AWSEvents", "PutPartnerEvents", {})
2757
- .n("EventBridgeClient", "PutPartnerEventsCommand")
2758
- .sc(PutPartnerEvents$)
2759
- .build() {
2760
- }
2761
-
2762
- class PutPermissionCommand extends Command
2763
- .classBuilder()
2764
- .ep(commonParams)
2765
- .m(function (Command, cs, config, o) {
2766
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2767
- })
2768
- .s("AWSEvents", "PutPermission", {})
2769
- .n("EventBridgeClient", "PutPermissionCommand")
2770
- .sc(PutPermission$)
2771
- .build() {
2772
- }
2773
-
2774
- class PutRuleCommand extends Command
2775
- .classBuilder()
2776
- .ep(commonParams)
2777
- .m(function (Command, cs, config, o) {
2778
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2779
- })
2780
- .s("AWSEvents", "PutRule", {})
2781
- .n("EventBridgeClient", "PutRuleCommand")
2782
- .sc(PutRule$)
2783
- .build() {
2784
- }
2785
-
2786
- class PutTargetsCommand extends Command
2787
- .classBuilder()
2788
- .ep(commonParams)
2789
- .m(function (Command, cs, config, o) {
2790
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2791
- })
2792
- .s("AWSEvents", "PutTargets", {})
2793
- .n("EventBridgeClient", "PutTargetsCommand")
2794
- .sc(PutTargets$)
2795
- .build() {
2796
- }
2797
-
2798
- class RemovePermissionCommand extends Command
2799
- .classBuilder()
2800
- .ep(commonParams)
2801
- .m(function (Command, cs, config, o) {
2802
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2803
- })
2804
- .s("AWSEvents", "RemovePermission", {})
2805
- .n("EventBridgeClient", "RemovePermissionCommand")
2806
- .sc(RemovePermission$)
2807
- .build() {
2808
- }
2809
-
2810
- class RemoveTargetsCommand extends Command
2811
- .classBuilder()
2812
- .ep(commonParams)
2813
- .m(function (Command, cs, config, o) {
2814
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2815
- })
2816
- .s("AWSEvents", "RemoveTargets", {})
2817
- .n("EventBridgeClient", "RemoveTargetsCommand")
2818
- .sc(RemoveTargets$)
2819
- .build() {
2820
- }
2821
-
2822
- class StartReplayCommand extends Command
2823
- .classBuilder()
2824
- .ep(commonParams)
2825
- .m(function (Command, cs, config, o) {
2826
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2827
- })
2828
- .s("AWSEvents", "StartReplay", {})
2829
- .n("EventBridgeClient", "StartReplayCommand")
2830
- .sc(StartReplay$)
2831
- .build() {
2832
- }
2833
-
2834
- class TagResourceCommand extends Command
2835
- .classBuilder()
2836
- .ep(commonParams)
2837
- .m(function (Command, cs, config, o) {
2838
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2839
- })
2840
- .s("AWSEvents", "TagResource", {})
2841
- .n("EventBridgeClient", "TagResourceCommand")
2842
- .sc(TagResource$)
2843
- .build() {
2844
- }
2845
-
2846
- class TestEventPatternCommand extends Command
2847
- .classBuilder()
2848
- .ep(commonParams)
2849
- .m(function (Command, cs, config, o) {
2850
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2851
- })
2852
- .s("AWSEvents", "TestEventPattern", {})
2853
- .n("EventBridgeClient", "TestEventPatternCommand")
2854
- .sc(TestEventPattern$)
2855
- .build() {
2856
- }
2857
-
2858
- class UntagResourceCommand extends Command
2859
- .classBuilder()
2860
- .ep(commonParams)
2861
- .m(function (Command, cs, config, o) {
2862
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2863
- })
2864
- .s("AWSEvents", "UntagResource", {})
2865
- .n("EventBridgeClient", "UntagResourceCommand")
2866
- .sc(UntagResource$)
2867
- .build() {
2868
- }
2869
-
2870
- class UpdateApiDestinationCommand extends Command
2871
- .classBuilder()
2872
- .ep(commonParams)
2873
- .m(function (Command, cs, config, o) {
2874
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2875
- })
2876
- .s("AWSEvents", "UpdateApiDestination", {})
2877
- .n("EventBridgeClient", "UpdateApiDestinationCommand")
2878
- .sc(UpdateApiDestination$)
2879
- .build() {
2880
- }
2881
-
2882
- class UpdateArchiveCommand extends Command
2883
- .classBuilder()
2884
- .ep(commonParams)
2885
- .m(function (Command, cs, config, o) {
2886
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2887
- })
2888
- .s("AWSEvents", "UpdateArchive", {})
2889
- .n("EventBridgeClient", "UpdateArchiveCommand")
2890
- .sc(UpdateArchive$)
2891
- .build() {
2892
- }
2893
-
2894
- class UpdateConnectionCommand extends Command
2895
- .classBuilder()
2896
- .ep(commonParams)
2897
- .m(function (Command, cs, config, o) {
2898
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2899
- })
2900
- .s("AWSEvents", "UpdateConnection", {})
2901
- .n("EventBridgeClient", "UpdateConnectionCommand")
2902
- .sc(UpdateConnection$)
2903
- .build() {
2904
- }
2905
-
2906
- class UpdateEndpointCommand extends Command
2907
- .classBuilder()
2908
- .ep(commonParams)
2909
- .m(function (Command, cs, config, o) {
2910
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2911
- })
2912
- .s("AWSEvents", "UpdateEndpoint", {})
2913
- .n("EventBridgeClient", "UpdateEndpointCommand")
2914
- .sc(UpdateEndpoint$)
2915
- .build() {
2916
- }
2917
-
2918
- class UpdateEventBusCommand extends Command
2919
- .classBuilder()
2920
- .ep(commonParams)
2921
- .m(function (Command, cs, config, o) {
2922
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2923
- })
2924
- .s("AWSEvents", "UpdateEventBus", {})
2925
- .n("EventBridgeClient", "UpdateEventBusCommand")
2926
- .sc(UpdateEventBus$)
2927
- .build() {
2248
+ };
2249
+ const _mw0 = (Command, cs, config, o) => [];
2250
+
2251
+ class ActivateEventSourceCommand extends command(_ep0, _mw0, "ActivateEventSource", ActivateEventSource$) {
2252
+ }
2253
+
2254
+ class CancelReplayCommand extends command(_ep0, _mw0, "CancelReplay", CancelReplay$) {
2255
+ }
2256
+
2257
+ class CreateApiDestinationCommand extends command(_ep0, _mw0, "CreateApiDestination", CreateApiDestination$) {
2258
+ }
2259
+
2260
+ class CreateArchiveCommand extends command(_ep0, _mw0, "CreateArchive", CreateArchive$) {
2261
+ }
2262
+
2263
+ class CreateConnectionCommand extends command(_ep0, _mw0, "CreateConnection", CreateConnection$) {
2264
+ }
2265
+
2266
+ class CreateEndpointCommand extends command(_ep0, _mw0, "CreateEndpoint", CreateEndpoint$) {
2267
+ }
2268
+
2269
+ class CreateEventBusCommand extends command(_ep0, _mw0, "CreateEventBus", CreateEventBus$) {
2270
+ }
2271
+
2272
+ class CreatePartnerEventSourceCommand extends command(_ep0, _mw0, "CreatePartnerEventSource", CreatePartnerEventSource$) {
2273
+ }
2274
+
2275
+ class DeactivateEventSourceCommand extends command(_ep0, _mw0, "DeactivateEventSource", DeactivateEventSource$) {
2276
+ }
2277
+
2278
+ class DeauthorizeConnectionCommand extends command(_ep0, _mw0, "DeauthorizeConnection", DeauthorizeConnection$) {
2279
+ }
2280
+
2281
+ class DeleteApiDestinationCommand extends command(_ep0, _mw0, "DeleteApiDestination", DeleteApiDestination$) {
2282
+ }
2283
+
2284
+ class DeleteArchiveCommand extends command(_ep0, _mw0, "DeleteArchive", DeleteArchive$) {
2285
+ }
2286
+
2287
+ class DeleteConnectionCommand extends command(_ep0, _mw0, "DeleteConnection", DeleteConnection$) {
2288
+ }
2289
+
2290
+ class DeleteEndpointCommand extends command(_ep0, _mw0, "DeleteEndpoint", DeleteEndpoint$) {
2291
+ }
2292
+
2293
+ class DeleteEventBusCommand extends command(_ep0, _mw0, "DeleteEventBus", DeleteEventBus$) {
2294
+ }
2295
+
2296
+ class DeletePartnerEventSourceCommand extends command(_ep0, _mw0, "DeletePartnerEventSource", DeletePartnerEventSource$) {
2297
+ }
2298
+
2299
+ class DeleteRuleCommand extends command(_ep0, _mw0, "DeleteRule", DeleteRule$) {
2300
+ }
2301
+
2302
+ class DescribeApiDestinationCommand extends command(_ep0, _mw0, "DescribeApiDestination", DescribeApiDestination$) {
2303
+ }
2304
+
2305
+ class DescribeArchiveCommand extends command(_ep0, _mw0, "DescribeArchive", DescribeArchive$) {
2306
+ }
2307
+
2308
+ class DescribeConnectionCommand extends command(_ep0, _mw0, "DescribeConnection", DescribeConnection$) {
2309
+ }
2310
+
2311
+ class DescribeEndpointCommand extends command(_ep0, _mw0, "DescribeEndpoint", DescribeEndpoint$) {
2312
+ }
2313
+
2314
+ class DescribeEventBusCommand extends command(_ep0, _mw0, "DescribeEventBus", DescribeEventBus$) {
2315
+ }
2316
+
2317
+ class DescribeEventSourceCommand extends command(_ep0, _mw0, "DescribeEventSource", DescribeEventSource$) {
2318
+ }
2319
+
2320
+ class DescribePartnerEventSourceCommand extends command(_ep0, _mw0, "DescribePartnerEventSource", DescribePartnerEventSource$) {
2321
+ }
2322
+
2323
+ class DescribeReplayCommand extends command(_ep0, _mw0, "DescribeReplay", DescribeReplay$) {
2324
+ }
2325
+
2326
+ class DescribeRuleCommand extends command(_ep0, _mw0, "DescribeRule", DescribeRule$) {
2327
+ }
2328
+
2329
+ class DisableRuleCommand extends command(_ep0, _mw0, "DisableRule", DisableRule$) {
2330
+ }
2331
+
2332
+ class EnableRuleCommand extends command(_ep0, _mw0, "EnableRule", EnableRule$) {
2333
+ }
2334
+
2335
+ class ListApiDestinationsCommand extends command(_ep0, _mw0, "ListApiDestinations", ListApiDestinations$) {
2336
+ }
2337
+
2338
+ class ListArchivesCommand extends command(_ep0, _mw0, "ListArchives", ListArchives$) {
2339
+ }
2340
+
2341
+ class ListConnectionsCommand extends command(_ep0, _mw0, "ListConnections", ListConnections$) {
2342
+ }
2343
+
2344
+ class ListEndpointsCommand extends command(_ep0, _mw0, "ListEndpoints", ListEndpoints$) {
2345
+ }
2346
+
2347
+ class ListEventBusesCommand extends command(_ep0, _mw0, "ListEventBuses", ListEventBuses$) {
2348
+ }
2349
+
2350
+ class ListEventSourcesCommand extends command(_ep0, _mw0, "ListEventSources", ListEventSources$) {
2351
+ }
2352
+
2353
+ class ListPartnerEventSourceAccountsCommand extends command(_ep0, _mw0, "ListPartnerEventSourceAccounts", ListPartnerEventSourceAccounts$) {
2354
+ }
2355
+
2356
+ class ListPartnerEventSourcesCommand extends command(_ep0, _mw0, "ListPartnerEventSources", ListPartnerEventSources$) {
2357
+ }
2358
+
2359
+ class ListReplaysCommand extends command(_ep0, _mw0, "ListReplays", ListReplays$) {
2360
+ }
2361
+
2362
+ class ListRuleNamesByTargetCommand extends command(_ep0, _mw0, "ListRuleNamesByTarget", ListRuleNamesByTarget$) {
2363
+ }
2364
+
2365
+ class ListRulesCommand extends command(_ep0, _mw0, "ListRules", ListRules$) {
2366
+ }
2367
+
2368
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2369
+ }
2370
+
2371
+ class ListTargetsByRuleCommand extends command(_ep0, _mw0, "ListTargetsByRule", ListTargetsByRule$) {
2372
+ }
2373
+
2374
+ class PutEventsCommand extends command(_ep1, _mw0, "PutEvents", PutEvents$) {
2375
+ }
2376
+
2377
+ class PutPartnerEventsCommand extends command(_ep0, _mw0, "PutPartnerEvents", PutPartnerEvents$) {
2378
+ }
2379
+
2380
+ class PutPermissionCommand extends command(_ep0, _mw0, "PutPermission", PutPermission$) {
2381
+ }
2382
+
2383
+ class PutRuleCommand extends command(_ep0, _mw0, "PutRule", PutRule$) {
2384
+ }
2385
+
2386
+ class PutTargetsCommand extends command(_ep0, _mw0, "PutTargets", PutTargets$) {
2387
+ }
2388
+
2389
+ class RemovePermissionCommand extends command(_ep0, _mw0, "RemovePermission", RemovePermission$) {
2390
+ }
2391
+
2392
+ class RemoveTargetsCommand extends command(_ep0, _mw0, "RemoveTargets", RemoveTargets$) {
2393
+ }
2394
+
2395
+ class StartReplayCommand extends command(_ep0, _mw0, "StartReplay", StartReplay$) {
2396
+ }
2397
+
2398
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2399
+ }
2400
+
2401
+ class TestEventPatternCommand extends command(_ep0, _mw0, "TestEventPattern", TestEventPattern$) {
2402
+ }
2403
+
2404
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2405
+ }
2406
+
2407
+ class UpdateApiDestinationCommand extends command(_ep0, _mw0, "UpdateApiDestination", UpdateApiDestination$) {
2408
+ }
2409
+
2410
+ class UpdateArchiveCommand extends command(_ep0, _mw0, "UpdateArchive", UpdateArchive$) {
2411
+ }
2412
+
2413
+ class UpdateConnectionCommand extends command(_ep0, _mw0, "UpdateConnection", UpdateConnection$) {
2414
+ }
2415
+
2416
+ class UpdateEndpointCommand extends command(_ep0, _mw0, "UpdateEndpoint", UpdateEndpoint$) {
2417
+ }
2418
+
2419
+ class UpdateEventBusCommand extends command(_ep0, _mw0, "UpdateEventBus", UpdateEventBus$) {
2928
2420
  }
2929
2421
 
2930
2422
  const commands = {