@aws-sdk/client-eventbridge 3.296.0 → 3.297.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 (61) hide show
  1. package/dist-types/EventBridge.d.ts +57 -0
  2. package/dist-types/EventBridgeClient.d.ts +24 -4
  3. package/dist-types/commands/ActivateEventSourceCommand.d.ts +16 -0
  4. package/dist-types/commands/CancelReplayCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateApiDestinationCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateArchiveCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateEventBusCommand.d.ts +16 -0
  10. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +16 -0
  11. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +16 -0
  12. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteArchiveCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteEventBusCommand.d.ts +16 -0
  18. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeArchiveCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeConnectionCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeEventBusCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeEventSourceCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeReplayCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeRuleCommand.d.ts +16 -0
  29. package/dist-types/commands/DisableRuleCommand.d.ts +16 -0
  30. package/dist-types/commands/EnableRuleCommand.d.ts +16 -0
  31. package/dist-types/commands/ListApiDestinationsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListArchivesCommand.d.ts +16 -0
  33. package/dist-types/commands/ListConnectionsCommand.d.ts +16 -0
  34. package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
  35. package/dist-types/commands/ListEventBusesCommand.d.ts +16 -0
  36. package/dist-types/commands/ListEventSourcesCommand.d.ts +16 -0
  37. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +16 -0
  38. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +16 -0
  39. package/dist-types/commands/ListReplaysCommand.d.ts +16 -0
  40. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +16 -0
  41. package/dist-types/commands/ListRulesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  43. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +16 -0
  44. package/dist-types/commands/PutEventsCommand.d.ts +16 -0
  45. package/dist-types/commands/PutPartnerEventsCommand.d.ts +16 -0
  46. package/dist-types/commands/PutPermissionCommand.d.ts +16 -0
  47. package/dist-types/commands/PutRuleCommand.d.ts +16 -0
  48. package/dist-types/commands/PutTargetsCommand.d.ts +16 -0
  49. package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
  50. package/dist-types/commands/RemoveTargetsCommand.d.ts +16 -0
  51. package/dist-types/commands/StartReplayCommand.d.ts +16 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  53. package/dist-types/commands/TestEventPatternCommand.d.ts +16 -0
  54. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateArchiveCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
  58. package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
  59. package/dist-types/models/EventBridgeServiceException.d.ts +2 -0
  60. package/dist-types/models/models_0.d.ts +449 -16
  61. package/package.json +3 -3
@@ -57,6 +57,7 @@ import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./c
57
57
  import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
58
58
  import { EventBridgeClient } from "./EventBridgeClient";
59
59
  /**
60
+ * @public
60
61
  * <p>Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. When your
61
62
  * resources change state, they automatically send events to an event stream. You can create
62
63
  * rules that match selected events in the stream and route them to targets to take action. You
@@ -81,6 +82,7 @@ import { EventBridgeClient } from "./EventBridgeClient";
81
82
  */
82
83
  export declare class EventBridge extends EventBridgeClient {
83
84
  /**
85
+ * @public
84
86
  * <p>Activates a partner event source that has been deactivated. Once activated, your matching
85
87
  * event bus will start receiving events from the event source.</p>
86
88
  */
@@ -88,12 +90,14 @@ export declare class EventBridge extends EventBridgeClient {
88
90
  activateEventSource(args: ActivateEventSourceCommandInput, cb: (err: any, data?: ActivateEventSourceCommandOutput) => void): void;
89
91
  activateEventSource(args: ActivateEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivateEventSourceCommandOutput) => void): void;
90
92
  /**
93
+ * @public
91
94
  * <p>Cancels the specified replay.</p>
92
95
  */
93
96
  cancelReplay(args: CancelReplayCommandInput, options?: __HttpHandlerOptions): Promise<CancelReplayCommandOutput>;
94
97
  cancelReplay(args: CancelReplayCommandInput, cb: (err: any, data?: CancelReplayCommandOutput) => void): void;
95
98
  cancelReplay(args: CancelReplayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelReplayCommandOutput) => void): void;
96
99
  /**
100
+ * @public
97
101
  * <p>Creates an API destination, which is an HTTP invocation endpoint configured as a target
98
102
  * for events.</p>
99
103
  */
@@ -101,6 +105,7 @@ export declare class EventBridge extends EventBridgeClient {
101
105
  createApiDestination(args: CreateApiDestinationCommandInput, cb: (err: any, data?: CreateApiDestinationCommandOutput) => void): void;
102
106
  createApiDestination(args: CreateApiDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApiDestinationCommandOutput) => void): void;
103
107
  /**
108
+ * @public
104
109
  * <p>Creates an archive of events with the specified settings. When you create an archive,
105
110
  * incoming events might not immediately start being sent to the archive. Allow a short period of
106
111
  * time for changes to take effect. If you do not specify a pattern to filter events sent to the
@@ -111,6 +116,7 @@ export declare class EventBridge extends EventBridgeClient {
111
116
  createArchive(args: CreateArchiveCommandInput, cb: (err: any, data?: CreateArchiveCommandOutput) => void): void;
112
117
  createArchive(args: CreateArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateArchiveCommandOutput) => void): void;
113
118
  /**
119
+ * @public
114
120
  * <p>Creates a connection. A connection defines the authorization type and credentials to use
115
121
  * for authorization with an API destination HTTP endpoint.</p>
116
122
  */
@@ -118,6 +124,7 @@ export declare class EventBridge extends EventBridgeClient {
118
124
  createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
119
125
  createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
120
126
  /**
127
+ * @public
121
128
  * <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
122
129
  * 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
123
130
  * is encountered and events will be routed back to the primary Region when the health check reports a "healthy" state.</p>
@@ -126,6 +133,7 @@ export declare class EventBridge extends EventBridgeClient {
126
133
  createEndpoint(args: CreateEndpointCommandInput, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
127
134
  createEndpoint(args: CreateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
128
135
  /**
136
+ * @public
129
137
  * <p>Creates a new event bus within your account. This can be a custom event bus which you can
130
138
  * use to receive events from your custom applications and services, or it can be a partner event
131
139
  * bus which can be matched to a partner event source.</p>
@@ -134,6 +142,7 @@ export declare class EventBridge extends EventBridgeClient {
134
142
  createEventBus(args: CreateEventBusCommandInput, cb: (err: any, data?: CreateEventBusCommandOutput) => void): void;
135
143
  createEventBus(args: CreateEventBusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventBusCommandOutput) => void): void;
136
144
  /**
145
+ * @public
137
146
  * <p>Called by an SaaS partner to create a partner event source. This operation is not used by
138
147
  * Amazon Web Services customers.</p>
139
148
  * <p>Each partner event source can be used by one Amazon Web Services account to create a matching partner
@@ -163,6 +172,7 @@ export declare class EventBridge extends EventBridgeClient {
163
172
  createPartnerEventSource(args: CreatePartnerEventSourceCommandInput, cb: (err: any, data?: CreatePartnerEventSourceCommandOutput) => void): void;
164
173
  createPartnerEventSource(args: CreatePartnerEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePartnerEventSourceCommandOutput) => void): void;
165
174
  /**
175
+ * @public
166
176
  * <p>You can use this operation to temporarily stop receiving events from the specified partner
167
177
  * event source. The matching event bus is not deleted. </p>
168
178
  * <p>When you deactivate a partner event source, the source goes into PENDING state. If it
@@ -173,6 +183,7 @@ export declare class EventBridge extends EventBridgeClient {
173
183
  deactivateEventSource(args: DeactivateEventSourceCommandInput, cb: (err: any, data?: DeactivateEventSourceCommandOutput) => void): void;
174
184
  deactivateEventSource(args: DeactivateEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivateEventSourceCommandOutput) => void): void;
175
185
  /**
186
+ * @public
176
187
  * <p>Removes all authorization parameters from the connection. This lets you remove the secret
177
188
  * from the connection so you can reuse it without having to create a new connection.</p>
178
189
  */
@@ -180,30 +191,35 @@ export declare class EventBridge extends EventBridgeClient {
180
191
  deauthorizeConnection(args: DeauthorizeConnectionCommandInput, cb: (err: any, data?: DeauthorizeConnectionCommandOutput) => void): void;
181
192
  deauthorizeConnection(args: DeauthorizeConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeauthorizeConnectionCommandOutput) => void): void;
182
193
  /**
194
+ * @public
183
195
  * <p>Deletes the specified API destination.</p>
184
196
  */
185
197
  deleteApiDestination(args: DeleteApiDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApiDestinationCommandOutput>;
186
198
  deleteApiDestination(args: DeleteApiDestinationCommandInput, cb: (err: any, data?: DeleteApiDestinationCommandOutput) => void): void;
187
199
  deleteApiDestination(args: DeleteApiDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApiDestinationCommandOutput) => void): void;
188
200
  /**
201
+ * @public
189
202
  * <p>Deletes the specified archive.</p>
190
203
  */
191
204
  deleteArchive(args: DeleteArchiveCommandInput, options?: __HttpHandlerOptions): Promise<DeleteArchiveCommandOutput>;
192
205
  deleteArchive(args: DeleteArchiveCommandInput, cb: (err: any, data?: DeleteArchiveCommandOutput) => void): void;
193
206
  deleteArchive(args: DeleteArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteArchiveCommandOutput) => void): void;
194
207
  /**
208
+ * @public
195
209
  * <p>Deletes a connection.</p>
196
210
  */
197
211
  deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
198
212
  deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
199
213
  deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
200
214
  /**
215
+ * @public
201
216
  * <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 Amazon EventBridge User Guide.</p>
202
217
  */
203
218
  deleteEndpoint(args: DeleteEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEndpointCommandOutput>;
204
219
  deleteEndpoint(args: DeleteEndpointCommandInput, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
205
220
  deleteEndpoint(args: DeleteEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
206
221
  /**
222
+ * @public
207
223
  * <p>Deletes the specified custom event bus or partner event bus. All rules associated with
208
224
  * this event bus need to be deleted. You can't delete your account's default event bus.</p>
209
225
  */
@@ -211,6 +227,7 @@ export declare class EventBridge extends EventBridgeClient {
211
227
  deleteEventBus(args: DeleteEventBusCommandInput, cb: (err: any, data?: DeleteEventBusCommandOutput) => void): void;
212
228
  deleteEventBus(args: DeleteEventBusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventBusCommandOutput) => void): void;
213
229
  /**
230
+ * @public
214
231
  * <p>This operation is used by SaaS partners to delete a partner event source. This operation
215
232
  * is not used by Amazon Web Services customers.</p>
216
233
  * <p>When you delete an event source, the status of the corresponding partner event bus in the
@@ -221,6 +238,7 @@ export declare class EventBridge extends EventBridgeClient {
221
238
  deletePartnerEventSource(args: DeletePartnerEventSourceCommandInput, cb: (err: any, data?: DeletePartnerEventSourceCommandOutput) => void): void;
222
239
  deletePartnerEventSource(args: DeletePartnerEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePartnerEventSourceCommandOutput) => void): void;
223
240
  /**
241
+ * @public
224
242
  * <p>Deletes the specified rule.</p>
225
243
  * <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>
226
244
  * <p>When you delete a rule, incoming events might continue to match to the deleted rule. Allow
@@ -237,30 +255,35 @@ export declare class EventBridge extends EventBridgeClient {
237
255
  deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
238
256
  deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
239
257
  /**
258
+ * @public
240
259
  * <p>Retrieves details about an API destination.</p>
241
260
  */
242
261
  describeApiDestination(args: DescribeApiDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApiDestinationCommandOutput>;
243
262
  describeApiDestination(args: DescribeApiDestinationCommandInput, cb: (err: any, data?: DescribeApiDestinationCommandOutput) => void): void;
244
263
  describeApiDestination(args: DescribeApiDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApiDestinationCommandOutput) => void): void;
245
264
  /**
265
+ * @public
246
266
  * <p>Retrieves details about an archive.</p>
247
267
  */
248
268
  describeArchive(args: DescribeArchiveCommandInput, options?: __HttpHandlerOptions): Promise<DescribeArchiveCommandOutput>;
249
269
  describeArchive(args: DescribeArchiveCommandInput, cb: (err: any, data?: DescribeArchiveCommandOutput) => void): void;
250
270
  describeArchive(args: DescribeArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeArchiveCommandOutput) => void): void;
251
271
  /**
272
+ * @public
252
273
  * <p>Retrieves details about a connection.</p>
253
274
  */
254
275
  describeConnection(args: DescribeConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionCommandOutput>;
255
276
  describeConnection(args: DescribeConnectionCommandInput, cb: (err: any, data?: DescribeConnectionCommandOutput) => void): void;
256
277
  describeConnection(args: DescribeConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionCommandOutput) => void): void;
257
278
  /**
279
+ * @public
258
280
  * <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 Amazon EventBridge User Guide..</p>
259
281
  */
260
282
  describeEndpoint(args: DescribeEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointCommandOutput>;
261
283
  describeEndpoint(args: DescribeEndpointCommandInput, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
262
284
  describeEndpoint(args: DescribeEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
263
285
  /**
286
+ * @public
264
287
  * <p>Displays details about an event bus in your account. This can include the external Amazon Web Services
265
288
  * accounts that are permitted to write events to your default event bus, and the associated
266
289
  * policy. For custom event buses and partner event buses, it displays the name, ARN, policy,
@@ -273,6 +296,7 @@ export declare class EventBridge extends EventBridgeClient {
273
296
  describeEventBus(args: DescribeEventBusCommandInput, cb: (err: any, data?: DescribeEventBusCommandOutput) => void): void;
274
297
  describeEventBus(args: DescribeEventBusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventBusCommandOutput) => void): void;
275
298
  /**
299
+ * @public
276
300
  * <p>This operation lists details about a partner event source that is shared with your
277
301
  * account.</p>
278
302
  */
@@ -280,6 +304,7 @@ export declare class EventBridge extends EventBridgeClient {
280
304
  describeEventSource(args: DescribeEventSourceCommandInput, cb: (err: any, data?: DescribeEventSourceCommandOutput) => void): void;
281
305
  describeEventSource(args: DescribeEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSourceCommandOutput) => void): void;
282
306
  /**
307
+ * @public
283
308
  * <p>An SaaS partner can use this operation to list details about a partner event source that
284
309
  * 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>
285
310
  * to see details about a partner event source that is
@@ -289,6 +314,7 @@ export declare class EventBridge extends EventBridgeClient {
289
314
  describePartnerEventSource(args: DescribePartnerEventSourceCommandInput, cb: (err: any, data?: DescribePartnerEventSourceCommandOutput) => void): void;
290
315
  describePartnerEventSource(args: DescribePartnerEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePartnerEventSourceCommandOutput) => void): void;
291
316
  /**
317
+ * @public
292
318
  * <p>Retrieves details about a replay. Use <code>DescribeReplay</code> to determine the
293
319
  * progress of a running replay. A replay processes events to replay based on the time in the
294
320
  * event, and replays them using 1 minute intervals. If you use <code>StartReplay</code> and
@@ -303,6 +329,7 @@ export declare class EventBridge extends EventBridgeClient {
303
329
  describeReplay(args: DescribeReplayCommandInput, cb: (err: any, data?: DescribeReplayCommandOutput) => void): void;
304
330
  describeReplay(args: DescribeReplayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplayCommandOutput) => void): void;
305
331
  /**
332
+ * @public
306
333
  * <p>Describes the specified rule.</p>
307
334
  * <p>DescribeRule does not list the targets of a rule. To see the targets associated with a
308
335
  * rule, use <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_ListTargetsByRule.html">ListTargetsByRule</a>.</p>
@@ -311,6 +338,7 @@ export declare class EventBridge extends EventBridgeClient {
311
338
  describeRule(args: DescribeRuleCommandInput, cb: (err: any, data?: DescribeRuleCommandOutput) => void): void;
312
339
  describeRule(args: DescribeRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleCommandOutput) => void): void;
313
340
  /**
341
+ * @public
314
342
  * <p>Disables the specified rule. A disabled rule won't match any events, and won't
315
343
  * self-trigger if it has a schedule expression.</p>
316
344
  * <p>When you disable a rule, incoming events might continue to match to the disabled rule.
@@ -320,6 +348,7 @@ export declare class EventBridge extends EventBridgeClient {
320
348
  disableRule(args: DisableRuleCommandInput, cb: (err: any, data?: DisableRuleCommandOutput) => void): void;
321
349
  disableRule(args: DisableRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableRuleCommandOutput) => void): void;
322
350
  /**
351
+ * @public
323
352
  * <p>Enables the specified rule. If the rule does not exist, the operation fails.</p>
324
353
  * <p>When you enable a rule, incoming events might not immediately start matching to a newly
325
354
  * enabled rule. Allow a short period of time for changes to take effect.</p>
@@ -328,12 +357,14 @@ export declare class EventBridge extends EventBridgeClient {
328
357
  enableRule(args: EnableRuleCommandInput, cb: (err: any, data?: EnableRuleCommandOutput) => void): void;
329
358
  enableRule(args: EnableRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableRuleCommandOutput) => void): void;
330
359
  /**
360
+ * @public
331
361
  * <p>Retrieves a list of API destination in the account in the current Region.</p>
332
362
  */
333
363
  listApiDestinations(args: ListApiDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApiDestinationsCommandOutput>;
334
364
  listApiDestinations(args: ListApiDestinationsCommandInput, cb: (err: any, data?: ListApiDestinationsCommandOutput) => void): void;
335
365
  listApiDestinations(args: ListApiDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApiDestinationsCommandOutput) => void): void;
336
366
  /**
367
+ * @public
337
368
  * <p>Lists your archives. You can either list all the archives or you can provide a prefix to
338
369
  * match to the archive names. Filter parameters are exclusive.</p>
339
370
  */
@@ -341,18 +372,21 @@ export declare class EventBridge extends EventBridgeClient {
341
372
  listArchives(args: ListArchivesCommandInput, cb: (err: any, data?: ListArchivesCommandOutput) => void): void;
342
373
  listArchives(args: ListArchivesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListArchivesCommandOutput) => void): void;
343
374
  /**
375
+ * @public
344
376
  * <p>Retrieves a list of connections from the account.</p>
345
377
  */
346
378
  listConnections(args: ListConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectionsCommandOutput>;
347
379
  listConnections(args: ListConnectionsCommandInput, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
348
380
  listConnections(args: ListConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
349
381
  /**
382
+ * @public
350
383
  * <p>List the global endpoints associated with this account. 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 Amazon EventBridge User Guide..</p>
351
384
  */
352
385
  listEndpoints(args: ListEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointsCommandOutput>;
353
386
  listEndpoints(args: ListEndpointsCommandInput, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
354
387
  listEndpoints(args: ListEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
355
388
  /**
389
+ * @public
356
390
  * <p>Lists all the event buses in your account, including the default event bus, custom event
357
391
  * buses, and partner event buses.</p>
358
392
  */
@@ -360,6 +394,7 @@ export declare class EventBridge extends EventBridgeClient {
360
394
  listEventBuses(args: ListEventBusesCommandInput, cb: (err: any, data?: ListEventBusesCommandOutput) => void): void;
361
395
  listEventBuses(args: ListEventBusesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventBusesCommandOutput) => void): void;
362
396
  /**
397
+ * @public
363
398
  * <p>You can use this to see all the partner event sources that have been shared with your Amazon Web Services
364
399
  * account. For more information about partner event sources, see <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_CreateEventBus.html">CreateEventBus</a>.</p>
365
400
  */
@@ -367,6 +402,7 @@ export declare class EventBridge extends EventBridgeClient {
367
402
  listEventSources(args: ListEventSourcesCommandInput, cb: (err: any, data?: ListEventSourcesCommandOutput) => void): void;
368
403
  listEventSources(args: ListEventSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventSourcesCommandOutput) => void): void;
369
404
  /**
405
+ * @public
370
406
  * <p>An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular
371
407
  * partner event source name is associated with. This operation is not used by Amazon Web Services
372
408
  * customers.</p>
@@ -375,6 +411,7 @@ export declare class EventBridge extends EventBridgeClient {
375
411
  listPartnerEventSourceAccounts(args: ListPartnerEventSourceAccountsCommandInput, cb: (err: any, data?: ListPartnerEventSourceAccountsCommandOutput) => void): void;
376
412
  listPartnerEventSourceAccounts(args: ListPartnerEventSourceAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerEventSourceAccountsCommandOutput) => void): void;
377
413
  /**
414
+ * @public
378
415
  * <p>An SaaS partner can use this operation to list all the partner event source names that
379
416
  * they have created. This operation is not used by Amazon Web Services customers.</p>
380
417
  */
@@ -382,6 +419,7 @@ export declare class EventBridge extends EventBridgeClient {
382
419
  listPartnerEventSources(args: ListPartnerEventSourcesCommandInput, cb: (err: any, data?: ListPartnerEventSourcesCommandOutput) => void): void;
383
420
  listPartnerEventSources(args: ListPartnerEventSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerEventSourcesCommandOutput) => void): void;
384
421
  /**
422
+ * @public
385
423
  * <p>Lists your replays. You can either list all the replays or you can provide a prefix to
386
424
  * match to the replay names. Filter parameters are exclusive.</p>
387
425
  */
@@ -389,6 +427,7 @@ export declare class EventBridge extends EventBridgeClient {
389
427
  listReplays(args: ListReplaysCommandInput, cb: (err: any, data?: ListReplaysCommandOutput) => void): void;
390
428
  listReplays(args: ListReplaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReplaysCommandOutput) => void): void;
391
429
  /**
430
+ * @public
392
431
  * <p>Lists the rules for the specified target. You can see which of the rules in Amazon
393
432
  * EventBridge can invoke a specific target in your account.</p>
394
433
  */
@@ -396,6 +435,7 @@ export declare class EventBridge extends EventBridgeClient {
396
435
  listRuleNamesByTarget(args: ListRuleNamesByTargetCommandInput, cb: (err: any, data?: ListRuleNamesByTargetCommandOutput) => void): void;
397
436
  listRuleNamesByTarget(args: ListRuleNamesByTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRuleNamesByTargetCommandOutput) => void): void;
398
437
  /**
438
+ * @public
399
439
  * <p>Lists your Amazon EventBridge rules. You can either list all the rules or you can provide
400
440
  * a prefix to match to the rule names.</p>
401
441
  * <p>ListRules does not list the targets of a rule. To see the targets associated with a rule,
@@ -405,6 +445,7 @@ export declare class EventBridge extends EventBridgeClient {
405
445
  listRules(args: ListRulesCommandInput, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
406
446
  listRules(args: ListRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
407
447
  /**
448
+ * @public
408
449
  * <p>Displays the tags associated with an EventBridge resource. In EventBridge, rules and event
409
450
  * buses can be tagged.</p>
410
451
  */
@@ -412,12 +453,14 @@ export declare class EventBridge extends EventBridgeClient {
412
453
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
413
454
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
414
455
  /**
456
+ * @public
415
457
  * <p>Lists the targets assigned to the specified rule.</p>
416
458
  */
417
459
  listTargetsByRule(args: ListTargetsByRuleCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetsByRuleCommandOutput>;
418
460
  listTargetsByRule(args: ListTargetsByRuleCommandInput, cb: (err: any, data?: ListTargetsByRuleCommandOutput) => void): void;
419
461
  listTargetsByRule(args: ListTargetsByRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetsByRuleCommandOutput) => void): void;
420
462
  /**
463
+ * @public
421
464
  * <p>Sends custom events to Amazon EventBridge so that they can be matched to rules.</p>
422
465
  * <note>
423
466
  * <p>PutEvents will only process nested JSON up to 1100 levels deep.</p>
@@ -427,6 +470,7 @@ export declare class EventBridge extends EventBridgeClient {
427
470
  putEvents(args: PutEventsCommandInput, cb: (err: any, data?: PutEventsCommandOutput) => void): void;
428
471
  putEvents(args: PutEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEventsCommandOutput) => void): void;
429
472
  /**
473
+ * @public
430
474
  * <p>This is used by SaaS partners to write events to a customer's partner event bus. Amazon Web Services
431
475
  * customers do not use this operation.</p>
432
476
  */
@@ -434,6 +478,7 @@ export declare class EventBridge extends EventBridgeClient {
434
478
  putPartnerEvents(args: PutPartnerEventsCommandInput, cb: (err: any, data?: PutPartnerEventsCommandOutput) => void): void;
435
479
  putPartnerEvents(args: PutPartnerEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPartnerEventsCommandOutput) => void): void;
436
480
  /**
481
+ * @public
437
482
  * <p>Running <code>PutPermission</code> permits the specified Amazon Web Services account or Amazon Web Services organization
438
483
  * to put events to the specified <i>event bus</i>. Amazon EventBridge (CloudWatch
439
484
  * Events) rules in your account are triggered by these events arriving to an event bus in your
@@ -456,6 +501,7 @@ export declare class EventBridge extends EventBridgeClient {
456
501
  putPermission(args: PutPermissionCommandInput, cb: (err: any, data?: PutPermissionCommandOutput) => void): void;
457
502
  putPermission(args: PutPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPermissionCommandOutput) => void): void;
458
503
  /**
504
+ * @public
459
505
  * <p>Creates or updates the specified rule. Rules are enabled by default, or based on value of
460
506
  * the state. You can disable a rule using <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_DisableRule.html">DisableRule</a>.</p>
461
507
  * <p>A single rule watches for events from a single event bus. Events generated by Amazon Web Services services
@@ -501,6 +547,7 @@ export declare class EventBridge extends EventBridgeClient {
501
547
  putRule(args: PutRuleCommandInput, cb: (err: any, data?: PutRuleCommandOutput) => void): void;
502
548
  putRule(args: PutRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRuleCommandOutput) => void): void;
503
549
  /**
550
+ * @public
504
551
  * <p>Adds the specified targets to the specified rule, or updates the targets if they are
505
552
  * already associated with the rule.</p>
506
553
  * <p>Targets are the resources that are invoked when a rule is triggered.</p>
@@ -684,6 +731,7 @@ export declare class EventBridge extends EventBridgeClient {
684
731
  putTargets(args: PutTargetsCommandInput, cb: (err: any, data?: PutTargetsCommandOutput) => void): void;
685
732
  putTargets(args: PutTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTargetsCommandOutput) => void): void;
686
733
  /**
734
+ * @public
687
735
  * <p>Revokes the permission of another Amazon Web Services account to be able to put events to the specified
688
736
  * event bus. Specify the account to revoke by the <code>StatementId</code> value that you
689
737
  * associated with the account when you granted it permission with <code>PutPermission</code>.
@@ -693,6 +741,7 @@ export declare class EventBridge extends EventBridgeClient {
693
741
  removePermission(args: RemovePermissionCommandInput, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
694
742
  removePermission(args: RemovePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
695
743
  /**
744
+ * @public
696
745
  * <p>Removes the specified targets from the specified rule. When the rule is triggered, those
697
746
  * targets are no longer be invoked.</p>
698
747
  * <note>
@@ -708,6 +757,7 @@ export declare class EventBridge extends EventBridgeClient {
708
757
  removeTargets(args: RemoveTargetsCommandInput, cb: (err: any, data?: RemoveTargetsCommandOutput) => void): void;
709
758
  removeTargets(args: RemoveTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTargetsCommandOutput) => void): void;
710
759
  /**
760
+ * @public
711
761
  * <p>Starts the specified replay. Events are not necessarily replayed in the exact same order
712
762
  * that they were added to the archive. A replay processes events to replay based on the time in
713
763
  * the event, and replays them using 1 minute intervals. If you specify an
@@ -722,6 +772,7 @@ export declare class EventBridge extends EventBridgeClient {
722
772
  startReplay(args: StartReplayCommandInput, cb: (err: any, data?: StartReplayCommandOutput) => void): void;
723
773
  startReplay(args: StartReplayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReplayCommandOutput) => void): void;
724
774
  /**
775
+ * @public
725
776
  * <p>Assigns one or more tags (key-value pairs) to the specified EventBridge resource. Tags can
726
777
  * help you organize and categorize your resources. You can also use them to scope user
727
778
  * permissions by granting a user permission to access or change only resources with certain tag
@@ -738,6 +789,7 @@ export declare class EventBridge extends EventBridgeClient {
738
789
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
739
790
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
740
791
  /**
792
+ * @public
741
793
  * <p>Tests whether the specified event pattern matches the provided event.</p>
742
794
  * <p>Most services in Amazon Web Services treat : or / as the same character in Amazon Resource Names (ARNs).
743
795
  * However, EventBridge uses an exact match in event patterns and rules. Be sure to use the
@@ -748,6 +800,7 @@ export declare class EventBridge extends EventBridgeClient {
748
800
  testEventPattern(args: TestEventPatternCommandInput, cb: (err: any, data?: TestEventPatternCommandOutput) => void): void;
749
801
  testEventPattern(args: TestEventPatternCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestEventPatternCommandOutput) => void): void;
750
802
  /**
803
+ * @public
751
804
  * <p>Removes one or more tags from the specified EventBridge resource. In Amazon EventBridge
752
805
  * (CloudWatch Events), rules and event buses can be tagged.</p>
753
806
  */
@@ -755,24 +808,28 @@ export declare class EventBridge extends EventBridgeClient {
755
808
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
756
809
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
757
810
  /**
811
+ * @public
758
812
  * <p>Updates an API destination.</p>
759
813
  */
760
814
  updateApiDestination(args: UpdateApiDestinationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApiDestinationCommandOutput>;
761
815
  updateApiDestination(args: UpdateApiDestinationCommandInput, cb: (err: any, data?: UpdateApiDestinationCommandOutput) => void): void;
762
816
  updateApiDestination(args: UpdateApiDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApiDestinationCommandOutput) => void): void;
763
817
  /**
818
+ * @public
764
819
  * <p>Updates the specified archive.</p>
765
820
  */
766
821
  updateArchive(args: UpdateArchiveCommandInput, options?: __HttpHandlerOptions): Promise<UpdateArchiveCommandOutput>;
767
822
  updateArchive(args: UpdateArchiveCommandInput, cb: (err: any, data?: UpdateArchiveCommandOutput) => void): void;
768
823
  updateArchive(args: UpdateArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateArchiveCommandOutput) => void): void;
769
824
  /**
825
+ * @public
770
826
  * <p>Updates settings for a connection.</p>
771
827
  */
772
828
  updateConnection(args: UpdateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionCommandOutput>;
773
829
  updateConnection(args: UpdateConnectionCommandInput, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
774
830
  updateConnection(args: UpdateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
775
831
  /**
832
+ * @public
776
833
  * <p>Update an existing 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 Amazon EventBridge User Guide..</p>
777
834
  */
778
835
  updateEndpoint(args: UpdateEndpointCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEndpointCommandOutput>;
@@ -64,15 +64,24 @@ import { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "./command
64
64
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
65
65
  import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
66
66
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
67
+ /**
68
+ * @public
69
+ */
67
70
  export type ServiceInputTypes = ActivateEventSourceCommandInput | CancelReplayCommandInput | CreateApiDestinationCommandInput | CreateArchiveCommandInput | CreateConnectionCommandInput | CreateEndpointCommandInput | CreateEventBusCommandInput | CreatePartnerEventSourceCommandInput | DeactivateEventSourceCommandInput | DeauthorizeConnectionCommandInput | DeleteApiDestinationCommandInput | DeleteArchiveCommandInput | DeleteConnectionCommandInput | DeleteEndpointCommandInput | DeleteEventBusCommandInput | DeletePartnerEventSourceCommandInput | DeleteRuleCommandInput | DescribeApiDestinationCommandInput | DescribeArchiveCommandInput | DescribeConnectionCommandInput | DescribeEndpointCommandInput | DescribeEventBusCommandInput | DescribeEventSourceCommandInput | DescribePartnerEventSourceCommandInput | DescribeReplayCommandInput | DescribeRuleCommandInput | DisableRuleCommandInput | EnableRuleCommandInput | ListApiDestinationsCommandInput | ListArchivesCommandInput | ListConnectionsCommandInput | ListEndpointsCommandInput | ListEventBusesCommandInput | ListEventSourcesCommandInput | ListPartnerEventSourceAccountsCommandInput | ListPartnerEventSourcesCommandInput | ListReplaysCommandInput | ListRuleNamesByTargetCommandInput | ListRulesCommandInput | ListTagsForResourceCommandInput | ListTargetsByRuleCommandInput | PutEventsCommandInput | PutPartnerEventsCommandInput | PutPermissionCommandInput | PutRuleCommandInput | PutTargetsCommandInput | RemovePermissionCommandInput | RemoveTargetsCommandInput | StartReplayCommandInput | TagResourceCommandInput | TestEventPatternCommandInput | UntagResourceCommandInput | UpdateApiDestinationCommandInput | UpdateArchiveCommandInput | UpdateConnectionCommandInput | UpdateEndpointCommandInput;
71
+ /**
72
+ * @public
73
+ */
68
74
  export type ServiceOutputTypes = ActivateEventSourceCommandOutput | CancelReplayCommandOutput | CreateApiDestinationCommandOutput | CreateArchiveCommandOutput | CreateConnectionCommandOutput | CreateEndpointCommandOutput | CreateEventBusCommandOutput | CreatePartnerEventSourceCommandOutput | DeactivateEventSourceCommandOutput | DeauthorizeConnectionCommandOutput | DeleteApiDestinationCommandOutput | DeleteArchiveCommandOutput | DeleteConnectionCommandOutput | DeleteEndpointCommandOutput | DeleteEventBusCommandOutput | DeletePartnerEventSourceCommandOutput | DeleteRuleCommandOutput | DescribeApiDestinationCommandOutput | DescribeArchiveCommandOutput | DescribeConnectionCommandOutput | DescribeEndpointCommandOutput | DescribeEventBusCommandOutput | DescribeEventSourceCommandOutput | DescribePartnerEventSourceCommandOutput | DescribeReplayCommandOutput | DescribeRuleCommandOutput | DisableRuleCommandOutput | EnableRuleCommandOutput | ListApiDestinationsCommandOutput | ListArchivesCommandOutput | ListConnectionsCommandOutput | ListEndpointsCommandOutput | ListEventBusesCommandOutput | ListEventSourcesCommandOutput | ListPartnerEventSourceAccountsCommandOutput | ListPartnerEventSourcesCommandOutput | ListReplaysCommandOutput | ListRuleNamesByTargetCommandOutput | ListRulesCommandOutput | ListTagsForResourceCommandOutput | ListTargetsByRuleCommandOutput | PutEventsCommandOutput | PutPartnerEventsCommandOutput | PutPermissionCommandOutput | PutRuleCommandOutput | PutTargetsCommandOutput | RemovePermissionCommandOutput | RemoveTargetsCommandOutput | StartReplayCommandOutput | TagResourceCommandOutput | TestEventPatternCommandOutput | UntagResourceCommandOutput | UpdateApiDestinationCommandOutput | UpdateArchiveCommandOutput | UpdateConnectionCommandOutput | UpdateEndpointCommandOutput;
75
+ /**
76
+ * @public
77
+ */
69
78
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
70
79
  /**
71
80
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
72
81
  */
73
82
  requestHandler?: __HttpHandler;
74
83
  /**
75
- * A constructor for a class implementing the {@link __Checksum} interface
84
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
76
85
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
77
86
  * @internal
78
87
  */
@@ -162,23 +171,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
162
171
  */
163
172
  logger?: __Logger;
164
173
  /**
165
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
174
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
166
175
  */
167
176
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
168
177
  }
178
+ /**
179
+ * @public
180
+ */
169
181
  type EventBridgeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
170
182
  /**
171
- * The configuration interface of EventBridgeClient class constructor that set the region, credentials and other options.
183
+ * @public
184
+ *
185
+ * The configuration interface of EventBridgeClient class constructor that set the region, credentials and other options.
172
186
  */
173
187
  export interface EventBridgeClientConfig extends EventBridgeClientConfigType {
174
188
  }
189
+ /**
190
+ * @public
191
+ */
175
192
  type EventBridgeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
176
193
  /**
177
- * The resolved configuration interface of EventBridgeClient class. This is resolved and normalized from the {@link EventBridgeClientConfig | constructor configuration interface}.
194
+ * @public
195
+ *
196
+ * The resolved configuration interface of EventBridgeClient class. This is resolved and normalized from the {@link EventBridgeClientConfig | constructor configuration interface}.
178
197
  */
179
198
  export interface EventBridgeClientResolvedConfig extends EventBridgeClientResolvedConfigType {
180
199
  }
181
200
  /**
201
+ * @public
182
202
  * <p>Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. When your
183
203
  * resources change state, they automatically send events to an event stream. You can create
184
204
  * rules that match selected events in the stream and route them to targets to take action. You
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { ActivateEventSourceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ActivateEventSourceCommand}.
8
10
  */
9
11
  export interface ActivateEventSourceCommandInput extends ActivateEventSourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ActivateEventSourceCommand}.
13
17
  */
14
18
  export interface ActivateEventSourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Activates a partner event source that has been deactivated. Once activated, your matching
18
23
  * event bus will start receiving events from the event source.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ActivateEventSourceCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ActivateEventSourceCommandInput - {@link ActivateEventSourceCommandInput}
35
+ * @returns {@link ActivateEventSourceCommandOutput}
29
36
  * @see {@link ActivateEventSourceCommandInput} for command's `input` shape.
30
37
  * @see {@link ActivateEventSourceCommandOutput} for command's `response` shape.
31
38
  * @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
@@ -50,11 +57,20 @@ export interface ActivateEventSourceCommandOutput extends __MetadataBearer {
50
57
  export declare class ActivateEventSourceCommand extends $Command<ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput, EventBridgeClientResolvedConfig> {
51
58
  readonly input: ActivateEventSourceCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: ActivateEventSourceCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { CancelReplayRequest, CancelReplayResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelReplayCommand}.
8
10
  */
9
11
  export interface CancelReplayCommandInput extends CancelReplayRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelReplayCommand}.
13
17
  */
14
18
  export interface CancelReplayCommandOutput extends CancelReplayResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels the specified replay.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CancelReplayCommandOutput extends CancelReplayResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CancelReplayCommandInput - {@link CancelReplayCommandInput}
34
+ * @returns {@link CancelReplayCommandOutput}
28
35
  * @see {@link CancelReplayCommandInput} for command's `input` shape.
29
36
  * @see {@link CancelReplayCommandOutput} for command's `response` shape.
30
37
  * @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
@@ -47,11 +54,20 @@ export interface CancelReplayCommandOutput extends CancelReplayResponse, __Metad
47
54
  export declare class CancelReplayCommand extends $Command<CancelReplayCommandInput, CancelReplayCommandOutput, EventBridgeClientResolvedConfig> {
48
55
  readonly input: CancelReplayCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: CancelReplayCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelReplayCommandInput, CancelReplayCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }