@aws-sdk/client-eventbridge 3.278.0 → 3.281.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 (58) hide show
  1. package/README.md +451 -0
  2. package/dist-types/commands/ActivateEventSourceCommand.d.ts +6 -0
  3. package/dist-types/commands/CancelReplayCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateApiDestinationCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateArchiveCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateConnectionCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateEndpointCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateEventBusCommand.d.ts +6 -0
  9. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +6 -0
  10. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +6 -0
  11. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteEventBusCommand.d.ts +6 -0
  17. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeArchiveCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeConnectionCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeEndpointCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeEventBusCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeEventSourceCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeReplayCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeRuleCommand.d.ts +6 -0
  28. package/dist-types/commands/DisableRuleCommand.d.ts +6 -0
  29. package/dist-types/commands/EnableRuleCommand.d.ts +6 -0
  30. package/dist-types/commands/ListApiDestinationsCommand.d.ts +6 -0
  31. package/dist-types/commands/ListArchivesCommand.d.ts +6 -0
  32. package/dist-types/commands/ListConnectionsCommand.d.ts +6 -0
  33. package/dist-types/commands/ListEndpointsCommand.d.ts +6 -0
  34. package/dist-types/commands/ListEventBusesCommand.d.ts +6 -0
  35. package/dist-types/commands/ListEventSourcesCommand.d.ts +6 -0
  36. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +6 -0
  37. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +6 -0
  38. package/dist-types/commands/ListReplaysCommand.d.ts +6 -0
  39. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +6 -0
  40. package/dist-types/commands/ListRulesCommand.d.ts +6 -0
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  42. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +6 -0
  43. package/dist-types/commands/PutEventsCommand.d.ts +6 -0
  44. package/dist-types/commands/PutPartnerEventsCommand.d.ts +6 -0
  45. package/dist-types/commands/PutPermissionCommand.d.ts +6 -0
  46. package/dist-types/commands/PutRuleCommand.d.ts +6 -0
  47. package/dist-types/commands/PutTargetsCommand.d.ts +6 -0
  48. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -0
  49. package/dist-types/commands/RemoveTargetsCommand.d.ts +6 -0
  50. package/dist-types/commands/StartReplayCommand.d.ts +6 -0
  51. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  52. package/dist-types/commands/TestEventPatternCommand.d.ts +6 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  54. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +6 -0
  55. package/dist-types/commands/UpdateArchiveCommand.d.ts +6 -0
  56. package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -0
  57. package/dist-types/commands/UpdateEndpointCommand.d.ts +6 -0
  58. package/package.json +6 -6
package/README.md CHANGED
@@ -223,3 +223,454 @@ To contribute to client you can check our [generate clients scripts](https://git
223
223
  This SDK is distributed under the
224
224
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
225
225
  see LICENSE for more information.
226
+
227
+ ## Client Commands (Operations List)
228
+
229
+ <details>
230
+ <summary>
231
+ ActivateEventSource
232
+ </summary>
233
+
234
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/activateeventsourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/activateeventsourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/activateeventsourcecommandoutput.html)
235
+
236
+ </details>
237
+ <details>
238
+ <summary>
239
+ CancelReplay
240
+ </summary>
241
+
242
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/cancelreplaycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/cancelreplaycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/cancelreplaycommandoutput.html)
243
+
244
+ </details>
245
+ <details>
246
+ <summary>
247
+ CreateApiDestination
248
+ </summary>
249
+
250
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/createapidestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/createapidestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/createapidestinationcommandoutput.html)
251
+
252
+ </details>
253
+ <details>
254
+ <summary>
255
+ CreateArchive
256
+ </summary>
257
+
258
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/createarchivecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/createarchivecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/createarchivecommandoutput.html)
259
+
260
+ </details>
261
+ <details>
262
+ <summary>
263
+ CreateConnection
264
+ </summary>
265
+
266
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/createconnectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/createconnectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/createconnectioncommandoutput.html)
267
+
268
+ </details>
269
+ <details>
270
+ <summary>
271
+ CreateEndpoint
272
+ </summary>
273
+
274
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/createendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/createendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/createendpointcommandoutput.html)
275
+
276
+ </details>
277
+ <details>
278
+ <summary>
279
+ CreateEventBus
280
+ </summary>
281
+
282
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/createeventbuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/createeventbuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/createeventbuscommandoutput.html)
283
+
284
+ </details>
285
+ <details>
286
+ <summary>
287
+ CreatePartnerEventSource
288
+ </summary>
289
+
290
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/createpartnereventsourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/createpartnereventsourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/createpartnereventsourcecommandoutput.html)
291
+
292
+ </details>
293
+ <details>
294
+ <summary>
295
+ DeactivateEventSource
296
+ </summary>
297
+
298
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/deactivateeventsourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deactivateeventsourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deactivateeventsourcecommandoutput.html)
299
+
300
+ </details>
301
+ <details>
302
+ <summary>
303
+ DeauthorizeConnection
304
+ </summary>
305
+
306
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/deauthorizeconnectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deauthorizeconnectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deauthorizeconnectioncommandoutput.html)
307
+
308
+ </details>
309
+ <details>
310
+ <summary>
311
+ DeleteApiDestination
312
+ </summary>
313
+
314
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/deleteapidestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deleteapidestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deleteapidestinationcommandoutput.html)
315
+
316
+ </details>
317
+ <details>
318
+ <summary>
319
+ DeleteArchive
320
+ </summary>
321
+
322
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/deletearchivecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deletearchivecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deletearchivecommandoutput.html)
323
+
324
+ </details>
325
+ <details>
326
+ <summary>
327
+ DeleteConnection
328
+ </summary>
329
+
330
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/deleteconnectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deleteconnectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deleteconnectioncommandoutput.html)
331
+
332
+ </details>
333
+ <details>
334
+ <summary>
335
+ DeleteEndpoint
336
+ </summary>
337
+
338
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/deleteendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deleteendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deleteendpointcommandoutput.html)
339
+
340
+ </details>
341
+ <details>
342
+ <summary>
343
+ DeleteEventBus
344
+ </summary>
345
+
346
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/deleteeventbuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deleteeventbuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deleteeventbuscommandoutput.html)
347
+
348
+ </details>
349
+ <details>
350
+ <summary>
351
+ DeletePartnerEventSource
352
+ </summary>
353
+
354
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/deletepartnereventsourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deletepartnereventsourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deletepartnereventsourcecommandoutput.html)
355
+
356
+ </details>
357
+ <details>
358
+ <summary>
359
+ DeleteRule
360
+ </summary>
361
+
362
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/deleterulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deleterulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/deleterulecommandoutput.html)
363
+
364
+ </details>
365
+ <details>
366
+ <summary>
367
+ DescribeApiDestination
368
+ </summary>
369
+
370
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/describeapidestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describeapidestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describeapidestinationcommandoutput.html)
371
+
372
+ </details>
373
+ <details>
374
+ <summary>
375
+ DescribeArchive
376
+ </summary>
377
+
378
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/describearchivecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describearchivecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describearchivecommandoutput.html)
379
+
380
+ </details>
381
+ <details>
382
+ <summary>
383
+ DescribeConnection
384
+ </summary>
385
+
386
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/describeconnectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describeconnectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describeconnectioncommandoutput.html)
387
+
388
+ </details>
389
+ <details>
390
+ <summary>
391
+ DescribeEndpoint
392
+ </summary>
393
+
394
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/describeendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describeendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describeendpointcommandoutput.html)
395
+
396
+ </details>
397
+ <details>
398
+ <summary>
399
+ DescribeEventBus
400
+ </summary>
401
+
402
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/describeeventbuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describeeventbuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describeeventbuscommandoutput.html)
403
+
404
+ </details>
405
+ <details>
406
+ <summary>
407
+ DescribeEventSource
408
+ </summary>
409
+
410
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/describeeventsourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describeeventsourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describeeventsourcecommandoutput.html)
411
+
412
+ </details>
413
+ <details>
414
+ <summary>
415
+ DescribePartnerEventSource
416
+ </summary>
417
+
418
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/describepartnereventsourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describepartnereventsourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describepartnereventsourcecommandoutput.html)
419
+
420
+ </details>
421
+ <details>
422
+ <summary>
423
+ DescribeReplay
424
+ </summary>
425
+
426
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/describereplaycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describereplaycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describereplaycommandoutput.html)
427
+
428
+ </details>
429
+ <details>
430
+ <summary>
431
+ DescribeRule
432
+ </summary>
433
+
434
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/describerulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describerulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/describerulecommandoutput.html)
435
+
436
+ </details>
437
+ <details>
438
+ <summary>
439
+ DisableRule
440
+ </summary>
441
+
442
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/disablerulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/disablerulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/disablerulecommandoutput.html)
443
+
444
+ </details>
445
+ <details>
446
+ <summary>
447
+ EnableRule
448
+ </summary>
449
+
450
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/enablerulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/enablerulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/enablerulecommandoutput.html)
451
+
452
+ </details>
453
+ <details>
454
+ <summary>
455
+ ListApiDestinations
456
+ </summary>
457
+
458
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listapidestinationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listapidestinationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listapidestinationscommandoutput.html)
459
+
460
+ </details>
461
+ <details>
462
+ <summary>
463
+ ListArchives
464
+ </summary>
465
+
466
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listarchivescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listarchivescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listarchivescommandoutput.html)
467
+
468
+ </details>
469
+ <details>
470
+ <summary>
471
+ ListConnections
472
+ </summary>
473
+
474
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listconnectionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listconnectionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listconnectionscommandoutput.html)
475
+
476
+ </details>
477
+ <details>
478
+ <summary>
479
+ ListEndpoints
480
+ </summary>
481
+
482
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listendpointscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listendpointscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listendpointscommandoutput.html)
483
+
484
+ </details>
485
+ <details>
486
+ <summary>
487
+ ListEventBuses
488
+ </summary>
489
+
490
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listeventbusescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listeventbusescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listeventbusescommandoutput.html)
491
+
492
+ </details>
493
+ <details>
494
+ <summary>
495
+ ListEventSources
496
+ </summary>
497
+
498
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listeventsourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listeventsourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listeventsourcescommandoutput.html)
499
+
500
+ </details>
501
+ <details>
502
+ <summary>
503
+ ListPartnerEventSourceAccounts
504
+ </summary>
505
+
506
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listpartnereventsourceaccountscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listpartnereventsourceaccountscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listpartnereventsourceaccountscommandoutput.html)
507
+
508
+ </details>
509
+ <details>
510
+ <summary>
511
+ ListPartnerEventSources
512
+ </summary>
513
+
514
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listpartnereventsourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listpartnereventsourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listpartnereventsourcescommandoutput.html)
515
+
516
+ </details>
517
+ <details>
518
+ <summary>
519
+ ListReplays
520
+ </summary>
521
+
522
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listreplayscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listreplayscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listreplayscommandoutput.html)
523
+
524
+ </details>
525
+ <details>
526
+ <summary>
527
+ ListRuleNamesByTarget
528
+ </summary>
529
+
530
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listrulenamesbytargetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listrulenamesbytargetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listrulenamesbytargetcommandoutput.html)
531
+
532
+ </details>
533
+ <details>
534
+ <summary>
535
+ ListRules
536
+ </summary>
537
+
538
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listrulescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listrulescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listrulescommandoutput.html)
539
+
540
+ </details>
541
+ <details>
542
+ <summary>
543
+ ListTagsForResource
544
+ </summary>
545
+
546
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listtagsforresourcecommandoutput.html)
547
+
548
+ </details>
549
+ <details>
550
+ <summary>
551
+ ListTargetsByRule
552
+ </summary>
553
+
554
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/listtargetsbyrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listtargetsbyrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/listtargetsbyrulecommandoutput.html)
555
+
556
+ </details>
557
+ <details>
558
+ <summary>
559
+ PutEvents
560
+ </summary>
561
+
562
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/puteventscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/puteventscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/puteventscommandoutput.html)
563
+
564
+ </details>
565
+ <details>
566
+ <summary>
567
+ PutPartnerEvents
568
+ </summary>
569
+
570
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/putpartnereventscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/putpartnereventscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/putpartnereventscommandoutput.html)
571
+
572
+ </details>
573
+ <details>
574
+ <summary>
575
+ PutPermission
576
+ </summary>
577
+
578
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/putpermissioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/putpermissioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/putpermissioncommandoutput.html)
579
+
580
+ </details>
581
+ <details>
582
+ <summary>
583
+ PutRule
584
+ </summary>
585
+
586
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/putrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/putrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/putrulecommandoutput.html)
587
+
588
+ </details>
589
+ <details>
590
+ <summary>
591
+ PutTargets
592
+ </summary>
593
+
594
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/puttargetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/puttargetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/puttargetscommandoutput.html)
595
+
596
+ </details>
597
+ <details>
598
+ <summary>
599
+ RemovePermission
600
+ </summary>
601
+
602
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/removepermissioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/removepermissioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/removepermissioncommandoutput.html)
603
+
604
+ </details>
605
+ <details>
606
+ <summary>
607
+ RemoveTargets
608
+ </summary>
609
+
610
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/removetargetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/removetargetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/removetargetscommandoutput.html)
611
+
612
+ </details>
613
+ <details>
614
+ <summary>
615
+ StartReplay
616
+ </summary>
617
+
618
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/startreplaycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/startreplaycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/startreplaycommandoutput.html)
619
+
620
+ </details>
621
+ <details>
622
+ <summary>
623
+ TagResource
624
+ </summary>
625
+
626
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/tagresourcecommandoutput.html)
627
+
628
+ </details>
629
+ <details>
630
+ <summary>
631
+ TestEventPattern
632
+ </summary>
633
+
634
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/testeventpatterncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/testeventpatterncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/testeventpatterncommandoutput.html)
635
+
636
+ </details>
637
+ <details>
638
+ <summary>
639
+ UntagResource
640
+ </summary>
641
+
642
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/untagresourcecommandoutput.html)
643
+
644
+ </details>
645
+ <details>
646
+ <summary>
647
+ UpdateApiDestination
648
+ </summary>
649
+
650
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/updateapidestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/updateapidestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/updateapidestinationcommandoutput.html)
651
+
652
+ </details>
653
+ <details>
654
+ <summary>
655
+ UpdateArchive
656
+ </summary>
657
+
658
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/updatearchivecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/updatearchivecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/updatearchivecommandoutput.html)
659
+
660
+ </details>
661
+ <details>
662
+ <summary>
663
+ UpdateConnection
664
+ </summary>
665
+
666
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/updateconnectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/updateconnectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/updateconnectioncommandoutput.html)
667
+
668
+ </details>
669
+ <details>
670
+ <summary>
671
+ UpdateEndpoint
672
+ </summary>
673
+
674
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/updateendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/updateendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/interfaces/updateendpointcommandoutput.html)
675
+
676
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { ActivateEventSourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ActivateEventSourceCommand}.
8
+ */
6
9
  export interface ActivateEventSourceCommandInput extends ActivateEventSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ActivateEventSourceCommand}.
13
+ */
8
14
  export interface ActivateEventSourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { CancelReplayRequest, CancelReplayResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CancelReplayCommand}.
8
+ */
6
9
  export interface CancelReplayCommandInput extends CancelReplayRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelReplayCommand}.
13
+ */
8
14
  export interface CancelReplayCommandOutput extends CancelReplayResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateApiDestinationCommand}.
8
+ */
6
9
  export interface CreateApiDestinationCommandInput extends CreateApiDestinationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateApiDestinationCommand}.
13
+ */
8
14
  export interface CreateApiDestinationCommandOutput extends CreateApiDestinationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateArchiveCommand}.
8
+ */
6
9
  export interface CreateArchiveCommandInput extends CreateArchiveRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateArchiveCommand}.
13
+ */
8
14
  export interface CreateArchiveCommandOutput extends CreateArchiveResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateConnectionCommand}.
8
+ */
6
9
  export interface CreateConnectionCommandInput extends CreateConnectionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConnectionCommand}.
13
+ */
8
14
  export interface CreateConnectionCommandOutput extends CreateConnectionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { CreateEndpointRequest, CreateEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateEndpointCommand}.
8
+ */
6
9
  export interface CreateEndpointCommandInput extends CreateEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEndpointCommand}.
13
+ */
8
14
  export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateEventBusCommand}.
8
+ */
6
9
  export interface CreateEventBusCommandInput extends CreateEventBusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEventBusCommand}.
13
+ */
8
14
  export interface CreateEventBusCommandOutput extends CreateEventBusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { CreatePartnerEventSourceRequest, CreatePartnerEventSourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreatePartnerEventSourceCommand}.
8
+ */
6
9
  export interface CreatePartnerEventSourceCommandInput extends CreatePartnerEventSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePartnerEventSourceCommand}.
13
+ */
8
14
  export interface CreatePartnerEventSourceCommandOutput extends CreatePartnerEventSourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { DeactivateEventSourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeactivateEventSourceCommand}.
8
+ */
6
9
  export interface DeactivateEventSourceCommandInput extends DeactivateEventSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeactivateEventSourceCommand}.
13
+ */
8
14
  export interface DeactivateEventSourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeauthorizeConnectionCommand}.
8
+ */
6
9
  export interface DeauthorizeConnectionCommandInput extends DeauthorizeConnectionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeauthorizeConnectionCommand}.
13
+ */
8
14
  export interface DeauthorizeConnectionCommandOutput extends DeauthorizeConnectionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { DeleteApiDestinationRequest, DeleteApiDestinationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteApiDestinationCommand}.
8
+ */
6
9
  export interface DeleteApiDestinationCommandInput extends DeleteApiDestinationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteApiDestinationCommand}.
13
+ */
8
14
  export interface DeleteApiDestinationCommandOutput extends DeleteApiDestinationResponse, __MetadataBearer {
9
15
  }
10
16
  /**