@aws-sdk/client-eventbridge 3.533.0 → 3.535.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 (117) hide show
  1. package/dist-types/EventBridge.d.ts +12 -1
  2. package/dist-types/EventBridgeClient.d.ts +1 -1
  3. package/dist-types/commands/ActivateEventSourceCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelReplayCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateApiDestinationCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateArchiveCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateConnectionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateEndpointCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateEventBusCommand.d.ts +2 -1
  10. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +2 -1
  12. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteArchiveCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteEventBusCommand.d.ts +2 -1
  18. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeArchiveCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeConnectionCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeEventBusCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeEventSourceCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeReplayCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeRuleCommand.d.ts +2 -1
  29. package/dist-types/commands/DisableRuleCommand.d.ts +2 -1
  30. package/dist-types/commands/EnableRuleCommand.d.ts +2 -1
  31. package/dist-types/commands/ListApiDestinationsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListArchivesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListConnectionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListEndpointsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListEventBusesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListEventSourcesCommand.d.ts +2 -1
  37. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +2 -1
  39. package/dist-types/commands/ListReplaysCommand.d.ts +2 -1
  40. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +2 -1
  41. package/dist-types/commands/ListRulesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +2 -1
  44. package/dist-types/commands/PutEventsCommand.d.ts +2 -1
  45. package/dist-types/commands/PutPartnerEventsCommand.d.ts +2 -1
  46. package/dist-types/commands/PutPermissionCommand.d.ts +2 -1
  47. package/dist-types/commands/PutRuleCommand.d.ts +2 -1
  48. package/dist-types/commands/PutTargetsCommand.d.ts +2 -1
  49. package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
  50. package/dist-types/commands/RemoveTargetsCommand.d.ts +2 -1
  51. package/dist-types/commands/StartReplayCommand.d.ts +2 -1
  52. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/TestEventPatternCommand.d.ts +2 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateArchiveCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateConnectionCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -1
  59. package/dist-types/models/models_0.d.ts +643 -643
  60. package/dist-types/ts3.4/EventBridge.d.ts +11 -0
  61. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -0
  106. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +9 -0
  117. package/package.json +41 -41
@@ -186,6 +186,7 @@ export interface EventBridge {
186
186
  /**
187
187
  * @see {@link DescribeEventBusCommand}
188
188
  */
189
+ describeEventBus(): Promise<DescribeEventBusCommandOutput>;
189
190
  describeEventBus(args: DescribeEventBusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventBusCommandOutput>;
190
191
  describeEventBus(args: DescribeEventBusCommandInput, cb: (err: any, data?: DescribeEventBusCommandOutput) => void): void;
191
192
  describeEventBus(args: DescribeEventBusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventBusCommandOutput) => void): void;
@@ -228,36 +229,42 @@ export interface EventBridge {
228
229
  /**
229
230
  * @see {@link ListApiDestinationsCommand}
230
231
  */
232
+ listApiDestinations(): Promise<ListApiDestinationsCommandOutput>;
231
233
  listApiDestinations(args: ListApiDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApiDestinationsCommandOutput>;
232
234
  listApiDestinations(args: ListApiDestinationsCommandInput, cb: (err: any, data?: ListApiDestinationsCommandOutput) => void): void;
233
235
  listApiDestinations(args: ListApiDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApiDestinationsCommandOutput) => void): void;
234
236
  /**
235
237
  * @see {@link ListArchivesCommand}
236
238
  */
239
+ listArchives(): Promise<ListArchivesCommandOutput>;
237
240
  listArchives(args: ListArchivesCommandInput, options?: __HttpHandlerOptions): Promise<ListArchivesCommandOutput>;
238
241
  listArchives(args: ListArchivesCommandInput, cb: (err: any, data?: ListArchivesCommandOutput) => void): void;
239
242
  listArchives(args: ListArchivesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListArchivesCommandOutput) => void): void;
240
243
  /**
241
244
  * @see {@link ListConnectionsCommand}
242
245
  */
246
+ listConnections(): Promise<ListConnectionsCommandOutput>;
243
247
  listConnections(args: ListConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectionsCommandOutput>;
244
248
  listConnections(args: ListConnectionsCommandInput, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
245
249
  listConnections(args: ListConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
246
250
  /**
247
251
  * @see {@link ListEndpointsCommand}
248
252
  */
253
+ listEndpoints(): Promise<ListEndpointsCommandOutput>;
249
254
  listEndpoints(args: ListEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointsCommandOutput>;
250
255
  listEndpoints(args: ListEndpointsCommandInput, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
251
256
  listEndpoints(args: ListEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
252
257
  /**
253
258
  * @see {@link ListEventBusesCommand}
254
259
  */
260
+ listEventBuses(): Promise<ListEventBusesCommandOutput>;
255
261
  listEventBuses(args: ListEventBusesCommandInput, options?: __HttpHandlerOptions): Promise<ListEventBusesCommandOutput>;
256
262
  listEventBuses(args: ListEventBusesCommandInput, cb: (err: any, data?: ListEventBusesCommandOutput) => void): void;
257
263
  listEventBuses(args: ListEventBusesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventBusesCommandOutput) => void): void;
258
264
  /**
259
265
  * @see {@link ListEventSourcesCommand}
260
266
  */
267
+ listEventSources(): Promise<ListEventSourcesCommandOutput>;
261
268
  listEventSources(args: ListEventSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListEventSourcesCommandOutput>;
262
269
  listEventSources(args: ListEventSourcesCommandInput, cb: (err: any, data?: ListEventSourcesCommandOutput) => void): void;
263
270
  listEventSources(args: ListEventSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventSourcesCommandOutput) => void): void;
@@ -276,6 +283,7 @@ export interface EventBridge {
276
283
  /**
277
284
  * @see {@link ListReplaysCommand}
278
285
  */
286
+ listReplays(): Promise<ListReplaysCommandOutput>;
279
287
  listReplays(args: ListReplaysCommandInput, options?: __HttpHandlerOptions): Promise<ListReplaysCommandOutput>;
280
288
  listReplays(args: ListReplaysCommandInput, cb: (err: any, data?: ListReplaysCommandOutput) => void): void;
281
289
  listReplays(args: ListReplaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReplaysCommandOutput) => void): void;
@@ -288,6 +296,7 @@ export interface EventBridge {
288
296
  /**
289
297
  * @see {@link ListRulesCommand}
290
298
  */
299
+ listRules(): Promise<ListRulesCommandOutput>;
291
300
  listRules(args: ListRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListRulesCommandOutput>;
292
301
  listRules(args: ListRulesCommandInput, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
293
302
  listRules(args: ListRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
@@ -318,6 +327,7 @@ export interface EventBridge {
318
327
  /**
319
328
  * @see {@link PutPermissionCommand}
320
329
  */
330
+ putPermission(): Promise<PutPermissionCommandOutput>;
321
331
  putPermission(args: PutPermissionCommandInput, options?: __HttpHandlerOptions): Promise<PutPermissionCommandOutput>;
322
332
  putPermission(args: PutPermissionCommandInput, cb: (err: any, data?: PutPermissionCommandOutput) => void): void;
323
333
  putPermission(args: PutPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPermissionCommandOutput) => void): void;
@@ -336,6 +346,7 @@ export interface EventBridge {
336
346
  /**
337
347
  * @see {@link RemovePermissionCommand}
338
348
  */
349
+ removePermission(): Promise<RemovePermissionCommandOutput>;
339
350
  removePermission(args: RemovePermissionCommandInput, options?: __HttpHandlerOptions): Promise<RemovePermissionCommandOutput>;
340
351
  removePermission(args: RemovePermissionCommandInput, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
341
352
  removePermission(args: RemovePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
@@ -395,7 +406,6 @@ export interface EventBridge {
395
406
  updateEndpoint(args: UpdateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointCommandOutput) => void): void;
396
407
  }
397
408
  /**
398
- * @public
399
409
  * <p>Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. When your
400
410
  * resources change state, they automatically send events to an event stream. You can create
401
411
  * rules that match selected events in the stream and route them to targets to take action. You
@@ -417,6 +427,7 @@ export interface EventBridge {
417
427
  * </ul>
418
428
  * <p>For more information about the features of Amazon EventBridge, see the <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide">Amazon EventBridge User
419
429
  * Guide</a>.</p>
430
+ * @public
420
431
  */
421
432
  export declare class EventBridge extends EventBridgeClient implements EventBridge {
422
433
  }
@@ -207,7 +207,6 @@ export type EventBridgeClientResolvedConfigType = __SmithyResolvedConfiguration<
207
207
  export interface EventBridgeClientResolvedConfig extends EventBridgeClientResolvedConfigType {
208
208
  }
209
209
  /**
210
- * @public
211
210
  * <p>Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. When your
212
211
  * resources change state, they automatically send events to an event stream. You can create
213
212
  * rules that match selected events in the stream and route them to targets to take action. You
@@ -229,6 +228,7 @@ export interface EventBridgeClientResolvedConfig extends EventBridgeClientResolv
229
228
  * </ul>
230
229
  * <p>For more information about the features of Amazon EventBridge, see the <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide">Amazon EventBridge User
231
230
  * Guide</a>.</p>
231
+ * @public
232
232
  */
233
233
  export declare class EventBridgeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EventBridgeClientResolvedConfig> {
234
234
  /**
@@ -22,10 +22,10 @@ export interface ActivateEventSourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const ActivateEventSourceCommand_base: {
24
24
  new (input: ActivateEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ActivateEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Activates a partner event source that has been deactivated. Once activated, your matching
30
30
  * event bus will start receiving events from the event source.</p>
31
31
  * @example
@@ -67,6 +67,7 @@ declare const ActivateEventSourceCommand_base: {
67
67
  * @throws {@link EventBridgeServiceException}
68
68
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class ActivateEventSourceCommand extends ActivateEventSourceCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface CancelReplayCommandOutput extends CancelReplayResponse, __Metad
22
22
  }
23
23
  declare const CancelReplayCommand_base: {
24
24
  new (input: CancelReplayCommandInput): import("@smithy/smithy-client").CommandImpl<CancelReplayCommandInput, CancelReplayCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelReplayCommandInput): import("@smithy/smithy-client").CommandImpl<CancelReplayCommandInput, CancelReplayCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels the specified replay.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const CancelReplayCommand_base: {
68
68
  * @throws {@link EventBridgeServiceException}
69
69
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class CancelReplayCommand extends CancelReplayCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface CreateApiDestinationCommandOutput extends CreateApiDestinationR
22
22
  }
23
23
  declare const CreateApiDestinationCommand_base: {
24
24
  new (input: CreateApiDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApiDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an API destination, which is an HTTP invocation endpoint configured as a target
30
30
  * for events.</p>
31
31
  * <p>API destinations do not support private destinations, such as interface VPC endpoints.</p>
@@ -77,6 +77,7 @@ declare const CreateApiDestinationCommand_base: {
77
77
  * @throws {@link EventBridgeServiceException}
78
78
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class CreateApiDestinationCommand extends CreateApiDestinationCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface CreateArchiveCommandOutput extends CreateArchiveResponse, __Met
22
22
  }
23
23
  declare const CreateArchiveCommand_base: {
24
24
  new (input: CreateArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<CreateArchiveCommandInput, CreateArchiveCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<CreateArchiveCommandInput, CreateArchiveCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an archive of events with the specified settings. When you create an archive,
30
30
  * incoming events might not immediately start being sent to the archive. Allow a short period of
31
31
  * time for changes to take effect. If you do not specify a pattern to filter events sent to the
@@ -83,6 +83,7 @@ declare const CreateArchiveCommand_base: {
83
83
  * @throws {@link EventBridgeServiceException}
84
84
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class CreateArchiveCommand extends CreateArchiveCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
22
22
  }
23
23
  declare const CreateConnectionCommand_base: {
24
24
  new (input: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a connection. A connection defines the authorization type and credentials to use
30
30
  * for authorization with an API destination HTTP endpoint.</p>
31
31
  * @example
@@ -133,6 +133,7 @@ declare const CreateConnectionCommand_base: {
133
133
  * @throws {@link EventBridgeServiceException}
134
134
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
135
135
  *
136
+ * @public
136
137
  */
137
138
  export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
138
139
  }
@@ -22,10 +22,10 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
22
22
  }
23
23
  declare const CreateEndpointCommand_base: {
24
24
  new (input: CreateEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEndpointCommandInput, CreateEndpointCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEndpointCommandInput, CreateEndpointCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a global endpoint. Global endpoints improve your application's availability by making it regional-fault tolerant. To do this, you define a primary and secondary Region
30
30
  * with event buses in each Region. You also create a Amazon Route 53 health check that will tell EventBridge to route events to the secondary Region when an "unhealthy" state
31
31
  * is encountered and events will be routed back to the primary Region when the health check reports a "healthy" state.</p>
@@ -106,6 +106,7 @@ declare const CreateEndpointCommand_base: {
106
106
  * @throws {@link EventBridgeServiceException}
107
107
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class CreateEndpointCommand extends CreateEndpointCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface CreateEventBusCommandOutput extends CreateEventBusResponse, __M
22
22
  }
23
23
  declare const CreateEventBusCommand_base: {
24
24
  new (input: CreateEventBusCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventBusCommandInput, CreateEventBusCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEventBusCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventBusCommandInput, CreateEventBusCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new event bus within your account. This can be a custom event bus which you can
30
30
  * use to receive events from your custom applications and services, or it can be a partner event
31
31
  * bus which can be matched to a partner event source.</p>
@@ -84,6 +84,7 @@ declare const CreateEventBusCommand_base: {
84
84
  * @throws {@link EventBridgeServiceException}
85
85
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CreateEventBusCommand extends CreateEventBusCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface CreatePartnerEventSourceCommandOutput extends CreatePartnerEven
22
22
  }
23
23
  declare const CreatePartnerEventSourceCommand_base: {
24
24
  new (input: CreatePartnerEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePartnerEventSourceCommandInput, CreatePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePartnerEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePartnerEventSourceCommandInput, CreatePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Called by an SaaS partner to create a partner event source. This operation is not used by
30
30
  * Amazon Web Services customers.</p>
31
31
  * <p>Each partner event source can be used by one Amazon Web Services account to create a matching partner
@@ -107,6 +107,7 @@ declare const CreatePartnerEventSourceCommand_base: {
107
107
  * @throws {@link EventBridgeServiceException}
108
108
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class CreatePartnerEventSourceCommand extends CreatePartnerEventSourceCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface DeactivateEventSourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeactivateEventSourceCommand_base: {
24
24
  new (input: DeactivateEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeactivateEventSourceCommandInput, DeactivateEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeactivateEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeactivateEventSourceCommandInput, DeactivateEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>You can use this operation to temporarily stop receiving events from the specified partner
30
30
  * event source. The matching event bus is not deleted. </p>
31
31
  * <p>When you deactivate a partner event source, the source goes into PENDING state. If it
@@ -70,6 +70,7 @@ declare const DeactivateEventSourceCommand_base: {
70
70
  * @throws {@link EventBridgeServiceException}
71
71
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeactivateEventSourceCommand extends DeactivateEventSourceCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeauthorizeConnectionCommandOutput extends DeauthorizeConnectio
22
22
  }
23
23
  declare const DeauthorizeConnectionCommand_base: {
24
24
  new (input: DeauthorizeConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeauthorizeConnectionCommandInput, DeauthorizeConnectionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeauthorizeConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeauthorizeConnectionCommandInput, DeauthorizeConnectionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes all authorization parameters from the connection. This lets you remove the secret
30
30
  * from the connection so you can reuse it without having to create a new connection.</p>
31
31
  * @example
@@ -67,6 +67,7 @@ declare const DeauthorizeConnectionCommand_base: {
67
67
  * @throws {@link EventBridgeServiceException}
68
68
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeauthorizeConnectionCommand extends DeauthorizeConnectionCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteApiDestinationCommandOutput extends DeleteApiDestinationR
22
22
  }
23
23
  declare const DeleteApiDestinationCommand_base: {
24
24
  new (input: DeleteApiDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiDestinationCommandInput, DeleteApiDestinationCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApiDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiDestinationCommandInput, DeleteApiDestinationCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified API destination.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const DeleteApiDestinationCommand_base: {
60
60
  * @throws {@link EventBridgeServiceException}
61
61
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeleteApiDestinationCommand extends DeleteApiDestinationCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DeleteArchiveCommandOutput extends DeleteArchiveResponse, __Met
22
22
  }
23
23
  declare const DeleteArchiveCommand_base: {
24
24
  new (input: DeleteArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified archive.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const DeleteArchiveCommand_base: {
60
60
  * @throws {@link EventBridgeServiceException}
61
61
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
22
22
  }
23
23
  declare const DeleteConnectionCommand_base: {
24
24
  new (input: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a connection.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DeleteConnectionCommand_base: {
66
66
  * @throws {@link EventBridgeServiceException}
67
67
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
22
22
  }
23
23
  declare const DeleteEndpointCommand_base: {
24
24
  new (input: DeleteEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an existing global endpoint. For more information about global endpoints, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html">Making applications Regional-fault tolerant with global endpoints and event replication</a> in the <i>Amazon EventBridge User Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const DeleteEndpointCommand_base: {
60
60
  * @throws {@link EventBridgeServiceException}
61
61
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DeleteEventBusCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteEventBusCommand_base: {
24
24
  new (input: DeleteEventBusCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventBusCommandInput, DeleteEventBusCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEventBusCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventBusCommandInput, DeleteEventBusCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified custom event bus or partner event bus. All rules associated with
30
30
  * this event bus need to be deleted. You can't delete your account's default event bus.</p>
31
31
  * @example
@@ -58,6 +58,7 @@ declare const DeleteEventBusCommand_base: {
58
58
  * @throws {@link EventBridgeServiceException}
59
59
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteEventBusCommand extends DeleteEventBusCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeletePartnerEventSourceCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DeletePartnerEventSourceCommand_base: {
24
24
  new (input: DeletePartnerEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePartnerEventSourceCommandInput, DeletePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePartnerEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePartnerEventSourceCommandInput, DeletePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation is used by SaaS partners to delete a partner event source. This operation
30
30
  * is not used by Amazon Web Services customers.</p>
31
31
  * <p>When you delete an event source, the status of the corresponding partner event bus in the
@@ -65,6 +65,7 @@ declare const DeletePartnerEventSourceCommand_base: {
65
65
  * @throws {@link EventBridgeServiceException}
66
66
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeletePartnerEventSourceCommand extends DeletePartnerEventSourceCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteRuleCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteRuleCommand_base: {
24
24
  new (input: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified rule.</p>
30
30
  * <p>Before you can delete the rule, you must remove all targets, using <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_RemoveTargets.html">RemoveTargets</a>.</p>
31
31
  * <p>When you delete a rule, incoming events might continue to match to the deleted rule. Allow
@@ -80,6 +80,7 @@ declare const DeleteRuleCommand_base: {
80
80
  * @throws {@link EventBridgeServiceException}
81
81
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DescribeApiDestinationCommandOutput extends DescribeApiDestinat
22
22
  }
23
23
  declare const DescribeApiDestinationCommand_base: {
24
24
  new (input: DescribeApiDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApiDestinationCommandInput, DescribeApiDestinationCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeApiDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApiDestinationCommandInput, DescribeApiDestinationCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves details about an API destination.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DescribeApiDestinationCommand_base: {
68
68
  * @throws {@link EventBridgeServiceException}
69
69
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DescribeApiDestinationCommand extends DescribeApiDestinationCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DescribeArchiveCommandOutput extends DescribeArchiveResponse, _
22
22
  }
23
23
  declare const DescribeArchiveCommand_base: {
24
24
  new (input: DescribeArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeArchiveCommandInput, DescribeArchiveCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeArchiveCommandInput, DescribeArchiveCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves details about an archive.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DescribeArchiveCommand_base: {
72
72
  * @throws {@link EventBridgeServiceException}
73
73
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DescribeArchiveCommand extends DescribeArchiveCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DescribeConnectionCommandOutput extends DescribeConnectionRespo
22
22
  }
23
23
  declare const DescribeConnectionCommand_base: {
24
24
  new (input: DescribeConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectionCommandInput, DescribeConnectionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectionCommandInput, DescribeConnectionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves details about a connection.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -129,6 +129,7 @@ declare const DescribeConnectionCommand_base: {
129
129
  * @throws {@link EventBridgeServiceException}
130
130
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
131
131
  *
132
+ * @public
132
133
  */
133
134
  export declare class DescribeConnectionCommand extends DescribeConnectionCommand_base {
134
135
  }
@@ -22,10 +22,10 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse,
22
22
  }
23
23
  declare const DescribeEndpointCommand_base: {
24
24
  new (input: DescribeEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the information about an existing global endpoint. For more information about global endpoints, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html">Making applications Regional-fault tolerant with global endpoints and event replication</a> in the <i>Amazon EventBridge User Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const DescribeEndpointCommand_base: {
87
87
  * @throws {@link EventBridgeServiceException}
88
88
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class DescribeEndpointCommand extends DescribeEndpointCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface DescribeEventBusCommandOutput extends DescribeEventBusResponse,
22
22
  }
23
23
  declare const DescribeEventBusCommand_base: {
24
24
  new (input: DescribeEventBusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventBusCommandInput, DescribeEventBusCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeEventBusCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEventBusCommandInput, DescribeEventBusCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Displays details about an event bus in your account. This can include the external Amazon Web Services
30
30
  * accounts that are permitted to write events to your default event bus, and the associated
31
31
  * policy. For custom event buses and partner event buses, it displays the name, ARN, policy,
@@ -67,6 +67,7 @@ declare const DescribeEventBusCommand_base: {
67
67
  * @throws {@link EventBridgeServiceException}
68
68
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DescribeEventBusCommand extends DescribeEventBusCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DescribeEventSourceCommandOutput extends DescribeEventSourceRes
22
22
  }
23
23
  declare const DescribeEventSourceCommand_base: {
24
24
  new (input: DescribeEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation lists details about a partner event source that is shared with your
30
30
  * account.</p>
31
31
  * @example
@@ -68,6 +68,7 @@ declare const DescribeEventSourceCommand_base: {
68
68
  * @throws {@link EventBridgeServiceException}
69
69
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DescribeEventSourceCommand extends DescribeEventSourceCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DescribePartnerEventSourceCommandOutput extends DescribePartner
22
22
  }
23
23
  declare const DescribePartnerEventSourceCommand_base: {
24
24
  new (input: DescribePartnerEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribePartnerEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>An SaaS partner can use this operation to list details about a partner event source that
30
30
  * they have created. Amazon Web Services customers do not use this operation. Instead, Amazon Web Services customers can use <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_DescribeEventSource.html">DescribeEventSource</a>
31
31
  * to see details about a partner event source that is
@@ -66,6 +66,7 @@ declare const DescribePartnerEventSourceCommand_base: {
66
66
  * @throws {@link EventBridgeServiceException}
67
67
  * <p>Base exception class for all service exceptions from EventBridge service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DescribePartnerEventSourceCommand extends DescribePartnerEventSourceCommand_base {
71
72
  }