@aws-sdk/client-cloudwatch-events 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 (56) hide show
  1. package/dist-types/CloudWatchEvents.d.ts +52 -0
  2. package/dist-types/CloudWatchEventsClient.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/CreateEventBusCommand.d.ts +16 -0
  9. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +16 -0
  10. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +16 -0
  11. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteArchiveCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteEventBusCommand.d.ts +16 -0
  16. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeArchiveCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeConnectionCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeEventBusCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeEventSourceCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeReplayCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeRuleCommand.d.ts +16 -0
  26. package/dist-types/commands/DisableRuleCommand.d.ts +16 -0
  27. package/dist-types/commands/EnableRuleCommand.d.ts +16 -0
  28. package/dist-types/commands/ListApiDestinationsCommand.d.ts +16 -0
  29. package/dist-types/commands/ListArchivesCommand.d.ts +16 -0
  30. package/dist-types/commands/ListConnectionsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListEventBusesCommand.d.ts +16 -0
  32. package/dist-types/commands/ListEventSourcesCommand.d.ts +16 -0
  33. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +16 -0
  34. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +16 -0
  35. package/dist-types/commands/ListReplaysCommand.d.ts +16 -0
  36. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +16 -0
  37. package/dist-types/commands/ListRulesCommand.d.ts +16 -0
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  39. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +16 -0
  40. package/dist-types/commands/PutEventsCommand.d.ts +16 -0
  41. package/dist-types/commands/PutPartnerEventsCommand.d.ts +16 -0
  42. package/dist-types/commands/PutPermissionCommand.d.ts +16 -0
  43. package/dist-types/commands/PutRuleCommand.d.ts +16 -0
  44. package/dist-types/commands/PutTargetsCommand.d.ts +16 -0
  45. package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
  46. package/dist-types/commands/RemoveTargetsCommand.d.ts +16 -0
  47. package/dist-types/commands/StartReplayCommand.d.ts +16 -0
  48. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  49. package/dist-types/commands/TestEventPatternCommand.d.ts +16 -0
  50. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  51. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +16 -0
  52. package/dist-types/commands/UpdateArchiveCommand.d.ts +16 -0
  53. package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
  54. package/dist-types/models/CloudWatchEventsServiceException.d.ts +2 -0
  55. package/dist-types/models/models_0.d.ts +406 -16
  56. package/package.json +3 -3
@@ -52,6 +52,7 @@ import { UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput } f
52
52
  import { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
53
53
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
54
54
  /**
55
+ * @public
55
56
  * <p>Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. When your
56
57
  * resources change state, they automatically send events to an event stream. You can create
57
58
  * rules that match selected events in the stream and route them to targets to take action. You
@@ -76,6 +77,7 @@ import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./c
76
77
  */
77
78
  export declare class CloudWatchEvents extends CloudWatchEventsClient {
78
79
  /**
80
+ * @public
79
81
  * <p>Activates a partner event source that has been deactivated. Once activated, your matching
80
82
  * event bus will start receiving events from the event source.</p>
81
83
  */
@@ -83,12 +85,14 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
83
85
  activateEventSource(args: ActivateEventSourceCommandInput, cb: (err: any, data?: ActivateEventSourceCommandOutput) => void): void;
84
86
  activateEventSource(args: ActivateEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivateEventSourceCommandOutput) => void): void;
85
87
  /**
88
+ * @public
86
89
  * <p>Cancels the specified replay.</p>
87
90
  */
88
91
  cancelReplay(args: CancelReplayCommandInput, options?: __HttpHandlerOptions): Promise<CancelReplayCommandOutput>;
89
92
  cancelReplay(args: CancelReplayCommandInput, cb: (err: any, data?: CancelReplayCommandOutput) => void): void;
90
93
  cancelReplay(args: CancelReplayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelReplayCommandOutput) => void): void;
91
94
  /**
95
+ * @public
92
96
  * <p>Creates an API destination, which is an HTTP invocation endpoint configured as a target
93
97
  * for events.</p>
94
98
  */
@@ -96,6 +100,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
96
100
  createApiDestination(args: CreateApiDestinationCommandInput, cb: (err: any, data?: CreateApiDestinationCommandOutput) => void): void;
97
101
  createApiDestination(args: CreateApiDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApiDestinationCommandOutput) => void): void;
98
102
  /**
103
+ * @public
99
104
  * <p>Creates an archive of events with the specified settings. When you create an archive,
100
105
  * incoming events might not immediately start being sent to the archive. Allow a short period of
101
106
  * time for changes to take effect. If you do not specify a pattern to filter events sent to the
@@ -106,6 +111,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
106
111
  createArchive(args: CreateArchiveCommandInput, cb: (err: any, data?: CreateArchiveCommandOutput) => void): void;
107
112
  createArchive(args: CreateArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateArchiveCommandOutput) => void): void;
108
113
  /**
114
+ * @public
109
115
  * <p>Creates a connection. A connection defines the authorization type and credentials to use
110
116
  * for authorization with an API destination HTTP endpoint.</p>
111
117
  */
@@ -113,6 +119,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
113
119
  createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
114
120
  createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
115
121
  /**
122
+ * @public
116
123
  * <p>Creates a new event bus within your account. This can be a custom event bus which you can
117
124
  * use to receive events from your custom applications and services, or it can be a partner event
118
125
  * bus which can be matched to a partner event source.</p>
@@ -121,6 +128,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
121
128
  createEventBus(args: CreateEventBusCommandInput, cb: (err: any, data?: CreateEventBusCommandOutput) => void): void;
122
129
  createEventBus(args: CreateEventBusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventBusCommandOutput) => void): void;
123
130
  /**
131
+ * @public
124
132
  * <p>Called by an SaaS partner to create a partner event source. This operation is not used by
125
133
  * Amazon Web Services customers.</p>
126
134
  * <p>Each partner event source can be used by one Amazon Web Services account to create a matching partner
@@ -150,6 +158,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
150
158
  createPartnerEventSource(args: CreatePartnerEventSourceCommandInput, cb: (err: any, data?: CreatePartnerEventSourceCommandOutput) => void): void;
151
159
  createPartnerEventSource(args: CreatePartnerEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePartnerEventSourceCommandOutput) => void): void;
152
160
  /**
161
+ * @public
153
162
  * <p>You can use this operation to temporarily stop receiving events from the specified partner
154
163
  * event source. The matching event bus is not deleted. </p>
155
164
  * <p>When you deactivate a partner event source, the source goes into PENDING state. If it
@@ -160,6 +169,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
160
169
  deactivateEventSource(args: DeactivateEventSourceCommandInput, cb: (err: any, data?: DeactivateEventSourceCommandOutput) => void): void;
161
170
  deactivateEventSource(args: DeactivateEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivateEventSourceCommandOutput) => void): void;
162
171
  /**
172
+ * @public
163
173
  * <p>Removes all authorization parameters from the connection. This lets you remove the secret
164
174
  * from the connection so you can reuse it without having to create a new connection.</p>
165
175
  */
@@ -167,24 +177,28 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
167
177
  deauthorizeConnection(args: DeauthorizeConnectionCommandInput, cb: (err: any, data?: DeauthorizeConnectionCommandOutput) => void): void;
168
178
  deauthorizeConnection(args: DeauthorizeConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeauthorizeConnectionCommandOutput) => void): void;
169
179
  /**
180
+ * @public
170
181
  * <p>Deletes the specified API destination.</p>
171
182
  */
172
183
  deleteApiDestination(args: DeleteApiDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApiDestinationCommandOutput>;
173
184
  deleteApiDestination(args: DeleteApiDestinationCommandInput, cb: (err: any, data?: DeleteApiDestinationCommandOutput) => void): void;
174
185
  deleteApiDestination(args: DeleteApiDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApiDestinationCommandOutput) => void): void;
175
186
  /**
187
+ * @public
176
188
  * <p>Deletes the specified archive.</p>
177
189
  */
178
190
  deleteArchive(args: DeleteArchiveCommandInput, options?: __HttpHandlerOptions): Promise<DeleteArchiveCommandOutput>;
179
191
  deleteArchive(args: DeleteArchiveCommandInput, cb: (err: any, data?: DeleteArchiveCommandOutput) => void): void;
180
192
  deleteArchive(args: DeleteArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteArchiveCommandOutput) => void): void;
181
193
  /**
194
+ * @public
182
195
  * <p>Deletes a connection.</p>
183
196
  */
184
197
  deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
185
198
  deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
186
199
  deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
187
200
  /**
201
+ * @public
188
202
  * <p>Deletes the specified custom event bus or partner event bus. All rules associated with
189
203
  * this event bus need to be deleted. You can't delete your account's default event bus.</p>
190
204
  */
@@ -192,6 +206,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
192
206
  deleteEventBus(args: DeleteEventBusCommandInput, cb: (err: any, data?: DeleteEventBusCommandOutput) => void): void;
193
207
  deleteEventBus(args: DeleteEventBusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventBusCommandOutput) => void): void;
194
208
  /**
209
+ * @public
195
210
  * <p>This operation is used by SaaS partners to delete a partner event source. This operation
196
211
  * is not used by Amazon Web Services customers.</p>
197
212
  * <p>When you delete an event source, the status of the corresponding partner event bus in the
@@ -202,6 +217,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
202
217
  deletePartnerEventSource(args: DeletePartnerEventSourceCommandInput, cb: (err: any, data?: DeletePartnerEventSourceCommandOutput) => void): void;
203
218
  deletePartnerEventSource(args: DeletePartnerEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePartnerEventSourceCommandOutput) => void): void;
204
219
  /**
220
+ * @public
205
221
  * <p>Deletes the specified rule.</p>
206
222
  * <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>
207
223
  *
@@ -221,24 +237,28 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
221
237
  deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
222
238
  deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
223
239
  /**
240
+ * @public
224
241
  * <p>Retrieves details about an API destination.</p>
225
242
  */
226
243
  describeApiDestination(args: DescribeApiDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApiDestinationCommandOutput>;
227
244
  describeApiDestination(args: DescribeApiDestinationCommandInput, cb: (err: any, data?: DescribeApiDestinationCommandOutput) => void): void;
228
245
  describeApiDestination(args: DescribeApiDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApiDestinationCommandOutput) => void): void;
229
246
  /**
247
+ * @public
230
248
  * <p>Retrieves details about an archive.</p>
231
249
  */
232
250
  describeArchive(args: DescribeArchiveCommandInput, options?: __HttpHandlerOptions): Promise<DescribeArchiveCommandOutput>;
233
251
  describeArchive(args: DescribeArchiveCommandInput, cb: (err: any, data?: DescribeArchiveCommandOutput) => void): void;
234
252
  describeArchive(args: DescribeArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeArchiveCommandOutput) => void): void;
235
253
  /**
254
+ * @public
236
255
  * <p>Retrieves details about a connection.</p>
237
256
  */
238
257
  describeConnection(args: DescribeConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionCommandOutput>;
239
258
  describeConnection(args: DescribeConnectionCommandInput, cb: (err: any, data?: DescribeConnectionCommandOutput) => void): void;
240
259
  describeConnection(args: DescribeConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionCommandOutput) => void): void;
241
260
  /**
261
+ * @public
242
262
  * <p>Displays details about an event bus in your account. This can include the external Amazon Web Services
243
263
  * accounts that are permitted to write events to your default event bus, and the associated
244
264
  * policy. For custom event buses and partner event buses, it displays the name, ARN, policy,
@@ -251,6 +271,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
251
271
  describeEventBus(args: DescribeEventBusCommandInput, cb: (err: any, data?: DescribeEventBusCommandOutput) => void): void;
252
272
  describeEventBus(args: DescribeEventBusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventBusCommandOutput) => void): void;
253
273
  /**
274
+ * @public
254
275
  * <p>This operation lists details about a partner event source that is shared with your
255
276
  * account.</p>
256
277
  */
@@ -258,6 +279,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
258
279
  describeEventSource(args: DescribeEventSourceCommandInput, cb: (err: any, data?: DescribeEventSourceCommandOutput) => void): void;
259
280
  describeEventSource(args: DescribeEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSourceCommandOutput) => void): void;
260
281
  /**
282
+ * @public
261
283
  * <p>An SaaS partner can use this operation to list details about a partner event source that
262
284
  * 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>
263
285
  * to see details about a partner event source that is
@@ -267,6 +289,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
267
289
  describePartnerEventSource(args: DescribePartnerEventSourceCommandInput, cb: (err: any, data?: DescribePartnerEventSourceCommandOutput) => void): void;
268
290
  describePartnerEventSource(args: DescribePartnerEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePartnerEventSourceCommandOutput) => void): void;
269
291
  /**
292
+ * @public
270
293
  * <p>Retrieves details about a replay. Use <code>DescribeReplay</code> to determine the
271
294
  * progress of a running replay. A replay processes events to replay based on the time in the
272
295
  * event, and replays them using 1 minute intervals. If you use <code>StartReplay</code> and
@@ -281,6 +304,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
281
304
  describeReplay(args: DescribeReplayCommandInput, cb: (err: any, data?: DescribeReplayCommandOutput) => void): void;
282
305
  describeReplay(args: DescribeReplayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplayCommandOutput) => void): void;
283
306
  /**
307
+ * @public
284
308
  * <p>Describes the specified rule.</p>
285
309
  * <p>DescribeRule does not list the targets of a rule. To see the targets associated with a
286
310
  * rule, use <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_ListTargetsByRule.html">ListTargetsByRule</a>.</p>
@@ -289,6 +313,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
289
313
  describeRule(args: DescribeRuleCommandInput, cb: (err: any, data?: DescribeRuleCommandOutput) => void): void;
290
314
  describeRule(args: DescribeRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleCommandOutput) => void): void;
291
315
  /**
316
+ * @public
292
317
  * <p>Disables the specified rule. A disabled rule won't match any events, and won't
293
318
  * self-trigger if it has a schedule expression.</p>
294
319
  *
@@ -299,6 +324,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
299
324
  disableRule(args: DisableRuleCommandInput, cb: (err: any, data?: DisableRuleCommandOutput) => void): void;
300
325
  disableRule(args: DisableRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableRuleCommandOutput) => void): void;
301
326
  /**
327
+ * @public
302
328
  * <p>Enables the specified rule. If the rule does not exist, the operation fails.</p>
303
329
  *
304
330
  * <p>When you enable a rule, incoming events might not immediately start matching to a newly
@@ -308,12 +334,14 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
308
334
  enableRule(args: EnableRuleCommandInput, cb: (err: any, data?: EnableRuleCommandOutput) => void): void;
309
335
  enableRule(args: EnableRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableRuleCommandOutput) => void): void;
310
336
  /**
337
+ * @public
311
338
  * <p>Retrieves a list of API destination in the account in the current Region.</p>
312
339
  */
313
340
  listApiDestinations(args: ListApiDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApiDestinationsCommandOutput>;
314
341
  listApiDestinations(args: ListApiDestinationsCommandInput, cb: (err: any, data?: ListApiDestinationsCommandOutput) => void): void;
315
342
  listApiDestinations(args: ListApiDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApiDestinationsCommandOutput) => void): void;
316
343
  /**
344
+ * @public
317
345
  * <p>Lists your archives. You can either list all the archives or you can provide a prefix to
318
346
  * match to the archive names. Filter parameters are exclusive.</p>
319
347
  */
@@ -321,12 +349,14 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
321
349
  listArchives(args: ListArchivesCommandInput, cb: (err: any, data?: ListArchivesCommandOutput) => void): void;
322
350
  listArchives(args: ListArchivesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListArchivesCommandOutput) => void): void;
323
351
  /**
352
+ * @public
324
353
  * <p>Retrieves a list of connections from the account.</p>
325
354
  */
326
355
  listConnections(args: ListConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectionsCommandOutput>;
327
356
  listConnections(args: ListConnectionsCommandInput, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
328
357
  listConnections(args: ListConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
329
358
  /**
359
+ * @public
330
360
  * <p>Lists all the event buses in your account, including the default event bus, custom event
331
361
  * buses, and partner event buses.</p>
332
362
  */
@@ -334,6 +364,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
334
364
  listEventBuses(args: ListEventBusesCommandInput, cb: (err: any, data?: ListEventBusesCommandOutput) => void): void;
335
365
  listEventBuses(args: ListEventBusesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventBusesCommandOutput) => void): void;
336
366
  /**
367
+ * @public
337
368
  * <p>You can use this to see all the partner event sources that have been shared with your Amazon Web Services
338
369
  * 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>
339
370
  */
@@ -341,6 +372,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
341
372
  listEventSources(args: ListEventSourcesCommandInput, cb: (err: any, data?: ListEventSourcesCommandOutput) => void): void;
342
373
  listEventSources(args: ListEventSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventSourcesCommandOutput) => void): void;
343
374
  /**
375
+ * @public
344
376
  * <p>An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular
345
377
  * partner event source name is associated with. This operation is not used by Amazon Web Services
346
378
  * customers.</p>
@@ -349,6 +381,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
349
381
  listPartnerEventSourceAccounts(args: ListPartnerEventSourceAccountsCommandInput, cb: (err: any, data?: ListPartnerEventSourceAccountsCommandOutput) => void): void;
350
382
  listPartnerEventSourceAccounts(args: ListPartnerEventSourceAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerEventSourceAccountsCommandOutput) => void): void;
351
383
  /**
384
+ * @public
352
385
  * <p>An SaaS partner can use this operation to list all the partner event source names that
353
386
  * they have created. This operation is not used by Amazon Web Services customers.</p>
354
387
  */
@@ -356,6 +389,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
356
389
  listPartnerEventSources(args: ListPartnerEventSourcesCommandInput, cb: (err: any, data?: ListPartnerEventSourcesCommandOutput) => void): void;
357
390
  listPartnerEventSources(args: ListPartnerEventSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerEventSourcesCommandOutput) => void): void;
358
391
  /**
392
+ * @public
359
393
  * <p>Lists your replays. You can either list all the replays or you can provide a prefix to
360
394
  * match to the replay names. Filter parameters are exclusive.</p>
361
395
  */
@@ -363,6 +397,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
363
397
  listReplays(args: ListReplaysCommandInput, cb: (err: any, data?: ListReplaysCommandOutput) => void): void;
364
398
  listReplays(args: ListReplaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReplaysCommandOutput) => void): void;
365
399
  /**
400
+ * @public
366
401
  * <p>Lists the rules for the specified target. You can see which of the rules in Amazon
367
402
  * EventBridge can invoke a specific target in your account.</p>
368
403
  */
@@ -370,6 +405,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
370
405
  listRuleNamesByTarget(args: ListRuleNamesByTargetCommandInput, cb: (err: any, data?: ListRuleNamesByTargetCommandOutput) => void): void;
371
406
  listRuleNamesByTarget(args: ListRuleNamesByTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRuleNamesByTargetCommandOutput) => void): void;
372
407
  /**
408
+ * @public
373
409
  * <p>Lists your Amazon EventBridge rules. You can either list all the rules or you can provide
374
410
  * a prefix to match to the rule names.</p>
375
411
  *
@@ -380,6 +416,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
380
416
  listRules(args: ListRulesCommandInput, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
381
417
  listRules(args: ListRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
382
418
  /**
419
+ * @public
383
420
  * <p>Displays the tags associated with an EventBridge resource. In EventBridge, rules and event
384
421
  * buses can be tagged.</p>
385
422
  */
@@ -387,18 +424,21 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
387
424
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
388
425
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
389
426
  /**
427
+ * @public
390
428
  * <p>Lists the targets assigned to the specified rule.</p>
391
429
  */
392
430
  listTargetsByRule(args: ListTargetsByRuleCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetsByRuleCommandOutput>;
393
431
  listTargetsByRule(args: ListTargetsByRuleCommandInput, cb: (err: any, data?: ListTargetsByRuleCommandOutput) => void): void;
394
432
  listTargetsByRule(args: ListTargetsByRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetsByRuleCommandOutput) => void): void;
395
433
  /**
434
+ * @public
396
435
  * <p>Sends custom events to Amazon EventBridge so that they can be matched to rules.</p>
397
436
  */
398
437
  putEvents(args: PutEventsCommandInput, options?: __HttpHandlerOptions): Promise<PutEventsCommandOutput>;
399
438
  putEvents(args: PutEventsCommandInput, cb: (err: any, data?: PutEventsCommandOutput) => void): void;
400
439
  putEvents(args: PutEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEventsCommandOutput) => void): void;
401
440
  /**
441
+ * @public
402
442
  * <p>This is used by SaaS partners to write events to a customer's partner event bus. Amazon Web Services
403
443
  * customers do not use this operation.</p>
404
444
  */
@@ -406,6 +446,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
406
446
  putPartnerEvents(args: PutPartnerEventsCommandInput, cb: (err: any, data?: PutPartnerEventsCommandOutput) => void): void;
407
447
  putPartnerEvents(args: PutPartnerEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPartnerEventsCommandOutput) => void): void;
408
448
  /**
449
+ * @public
409
450
  * <p>Running <code>PutPermission</code> permits the specified Amazon Web Services account or Amazon Web Services organization
410
451
  * to put events to the specified <i>event bus</i>. Amazon EventBridge (CloudWatch
411
452
  * Events) rules in your account are triggered by these events arriving to an event bus in your
@@ -431,6 +472,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
431
472
  putPermission(args: PutPermissionCommandInput, cb: (err: any, data?: PutPermissionCommandOutput) => void): void;
432
473
  putPermission(args: PutPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPermissionCommandOutput) => void): void;
433
474
  /**
475
+ * @public
434
476
  * <p>Creates or updates the specified rule. Rules are enabled by default, or based on value of
435
477
  * the state. You can disable a rule using <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_DisableRule.html">DisableRule</a>.</p>
436
478
  *
@@ -483,6 +525,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
483
525
  putRule(args: PutRuleCommandInput, cb: (err: any, data?: PutRuleCommandOutput) => void): void;
484
526
  putRule(args: PutRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRuleCommandOutput) => void): void;
485
527
  /**
528
+ * @public
486
529
  * <p>Adds the specified targets to the specified rule, or updates the targets if they are
487
530
  * already associated with the rule.</p>
488
531
  * <p>Targets are the resources that are invoked when a rule is triggered.</p>
@@ -654,6 +697,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
654
697
  putTargets(args: PutTargetsCommandInput, cb: (err: any, data?: PutTargetsCommandOutput) => void): void;
655
698
  putTargets(args: PutTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTargetsCommandOutput) => void): void;
656
699
  /**
700
+ * @public
657
701
  * <p>Revokes the permission of another Amazon Web Services account to be able to put events to the specified
658
702
  * event bus. Specify the account to revoke by the <code>StatementId</code> value that you
659
703
  * associated with the account when you granted it permission with <code>PutPermission</code>.
@@ -663,6 +707,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
663
707
  removePermission(args: RemovePermissionCommandInput, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
664
708
  removePermission(args: RemovePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
665
709
  /**
710
+ * @public
666
711
  * <p>Removes the specified targets from the specified rule. When the rule is triggered, those
667
712
  * targets are no longer be invoked.</p>
668
713
  *
@@ -677,6 +722,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
677
722
  removeTargets(args: RemoveTargetsCommandInput, cb: (err: any, data?: RemoveTargetsCommandOutput) => void): void;
678
723
  removeTargets(args: RemoveTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTargetsCommandOutput) => void): void;
679
724
  /**
725
+ * @public
680
726
  * <p>Starts the specified replay. Events are not necessarily replayed in the exact same order
681
727
  * that they were added to the archive. A replay processes events to replay based on the time in
682
728
  * the event, and replays them using 1 minute intervals. If you specify an
@@ -691,6 +737,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
691
737
  startReplay(args: StartReplayCommandInput, cb: (err: any, data?: StartReplayCommandOutput) => void): void;
692
738
  startReplay(args: StartReplayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReplayCommandOutput) => void): void;
693
739
  /**
740
+ * @public
694
741
  * <p>Assigns one or more tags (key-value pairs) to the specified EventBridge resource. Tags can
695
742
  * help you organize and categorize your resources. You can also use them to scope user
696
743
  * permissions by granting a user permission to access or change only resources with certain tag
@@ -707,6 +754,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
707
754
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
708
755
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
709
756
  /**
757
+ * @public
710
758
  * <p>Tests whether the specified event pattern matches the provided event.</p>
711
759
  * <p>Most services in Amazon Web Services treat : or / as the same character in Amazon Resource Names (ARNs).
712
760
  * However, EventBridge uses an exact match in event patterns and rules. Be sure to use the
@@ -717,6 +765,7 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
717
765
  testEventPattern(args: TestEventPatternCommandInput, cb: (err: any, data?: TestEventPatternCommandOutput) => void): void;
718
766
  testEventPattern(args: TestEventPatternCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestEventPatternCommandOutput) => void): void;
719
767
  /**
768
+ * @public
720
769
  * <p>Removes one or more tags from the specified EventBridge resource. In Amazon EventBridge
721
770
  * (CloudWatch Events), rules and event buses can be tagged.</p>
722
771
  */
@@ -724,18 +773,21 @@ export declare class CloudWatchEvents extends CloudWatchEventsClient {
724
773
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
725
774
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
726
775
  /**
776
+ * @public
727
777
  * <p>Updates an API destination.</p>
728
778
  */
729
779
  updateApiDestination(args: UpdateApiDestinationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApiDestinationCommandOutput>;
730
780
  updateApiDestination(args: UpdateApiDestinationCommandInput, cb: (err: any, data?: UpdateApiDestinationCommandOutput) => void): void;
731
781
  updateApiDestination(args: UpdateApiDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApiDestinationCommandOutput) => void): void;
732
782
  /**
783
+ * @public
733
784
  * <p>Updates the specified archive.</p>
734
785
  */
735
786
  updateArchive(args: UpdateArchiveCommandInput, options?: __HttpHandlerOptions): Promise<UpdateArchiveCommandOutput>;
736
787
  updateArchive(args: UpdateArchiveCommandInput, cb: (err: any, data?: UpdateArchiveCommandOutput) => void): void;
737
788
  updateArchive(args: UpdateArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateArchiveCommandOutput) => void): void;
738
789
  /**
790
+ * @public
739
791
  * <p>Updates settings for a connection.</p>
740
792
  */
741
793
  updateConnection(args: UpdateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionCommandOutput>;
@@ -59,15 +59,24 @@ import { UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput } f
59
59
  import { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
60
60
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
61
61
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
62
+ /**
63
+ * @public
64
+ */
62
65
  export type ServiceInputTypes = ActivateEventSourceCommandInput | CancelReplayCommandInput | CreateApiDestinationCommandInput | CreateArchiveCommandInput | CreateConnectionCommandInput | CreateEventBusCommandInput | CreatePartnerEventSourceCommandInput | DeactivateEventSourceCommandInput | DeauthorizeConnectionCommandInput | DeleteApiDestinationCommandInput | DeleteArchiveCommandInput | DeleteConnectionCommandInput | DeleteEventBusCommandInput | DeletePartnerEventSourceCommandInput | DeleteRuleCommandInput | DescribeApiDestinationCommandInput | DescribeArchiveCommandInput | DescribeConnectionCommandInput | DescribeEventBusCommandInput | DescribeEventSourceCommandInput | DescribePartnerEventSourceCommandInput | DescribeReplayCommandInput | DescribeRuleCommandInput | DisableRuleCommandInput | EnableRuleCommandInput | ListApiDestinationsCommandInput | ListArchivesCommandInput | ListConnectionsCommandInput | ListEventBusesCommandInput | ListEventSourcesCommandInput | ListPartnerEventSourceAccountsCommandInput | ListPartnerEventSourcesCommandInput | ListReplaysCommandInput | ListRuleNamesByTargetCommandInput | ListRulesCommandInput | ListTagsForResourceCommandInput | ListTargetsByRuleCommandInput | PutEventsCommandInput | PutPartnerEventsCommandInput | PutPermissionCommandInput | PutRuleCommandInput | PutTargetsCommandInput | RemovePermissionCommandInput | RemoveTargetsCommandInput | StartReplayCommandInput | TagResourceCommandInput | TestEventPatternCommandInput | UntagResourceCommandInput | UpdateApiDestinationCommandInput | UpdateArchiveCommandInput | UpdateConnectionCommandInput;
66
+ /**
67
+ * @public
68
+ */
63
69
  export type ServiceOutputTypes = ActivateEventSourceCommandOutput | CancelReplayCommandOutput | CreateApiDestinationCommandOutput | CreateArchiveCommandOutput | CreateConnectionCommandOutput | CreateEventBusCommandOutput | CreatePartnerEventSourceCommandOutput | DeactivateEventSourceCommandOutput | DeauthorizeConnectionCommandOutput | DeleteApiDestinationCommandOutput | DeleteArchiveCommandOutput | DeleteConnectionCommandOutput | DeleteEventBusCommandOutput | DeletePartnerEventSourceCommandOutput | DeleteRuleCommandOutput | DescribeApiDestinationCommandOutput | DescribeArchiveCommandOutput | DescribeConnectionCommandOutput | DescribeEventBusCommandOutput | DescribeEventSourceCommandOutput | DescribePartnerEventSourceCommandOutput | DescribeReplayCommandOutput | DescribeRuleCommandOutput | DisableRuleCommandOutput | EnableRuleCommandOutput | ListApiDestinationsCommandOutput | ListArchivesCommandOutput | ListConnectionsCommandOutput | ListEventBusesCommandOutput | ListEventSourcesCommandOutput | ListPartnerEventSourceAccountsCommandOutput | ListPartnerEventSourcesCommandOutput | ListReplaysCommandOutput | ListRuleNamesByTargetCommandOutput | ListRulesCommandOutput | ListTagsForResourceCommandOutput | ListTargetsByRuleCommandOutput | PutEventsCommandOutput | PutPartnerEventsCommandOutput | PutPermissionCommandOutput | PutRuleCommandOutput | PutTargetsCommandOutput | RemovePermissionCommandOutput | RemoveTargetsCommandOutput | StartReplayCommandOutput | TagResourceCommandOutput | TestEventPatternCommandOutput | UntagResourceCommandOutput | UpdateApiDestinationCommandOutput | UpdateArchiveCommandOutput | UpdateConnectionCommandOutput;
70
+ /**
71
+ * @public
72
+ */
64
73
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
65
74
  /**
66
75
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
67
76
  */
68
77
  requestHandler?: __HttpHandler;
69
78
  /**
70
- * A constructor for a class implementing the {@link __Checksum} interface
79
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
71
80
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
72
81
  * @internal
73
82
  */
@@ -157,23 +166,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
157
166
  */
158
167
  logger?: __Logger;
159
168
  /**
160
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
169
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
161
170
  */
162
171
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
163
172
  }
173
+ /**
174
+ * @public
175
+ */
164
176
  type CloudWatchEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
165
177
  /**
166
- * The configuration interface of CloudWatchEventsClient class constructor that set the region, credentials and other options.
178
+ * @public
179
+ *
180
+ * The configuration interface of CloudWatchEventsClient class constructor that set the region, credentials and other options.
167
181
  */
168
182
  export interface CloudWatchEventsClientConfig extends CloudWatchEventsClientConfigType {
169
183
  }
184
+ /**
185
+ * @public
186
+ */
170
187
  type CloudWatchEventsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
171
188
  /**
172
- * The resolved configuration interface of CloudWatchEventsClient class. This is resolved and normalized from the {@link CloudWatchEventsClientConfig | constructor configuration interface}.
189
+ * @public
190
+ *
191
+ * The resolved configuration interface of CloudWatchEventsClient class. This is resolved and normalized from the {@link CloudWatchEventsClientConfig | constructor configuration interface}.
173
192
  */
174
193
  export interface CloudWatchEventsClientResolvedConfig extends CloudWatchEventsClientResolvedConfigType {
175
194
  }
176
195
  /**
196
+ * @public
177
197
  * <p>Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. When your
178
198
  * resources change state, they automatically send events to an event stream. You can create
179
199
  * 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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
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 CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
@@ -50,11 +57,20 @@ export interface ActivateEventSourceCommandOutput extends __MetadataBearer {
50
57
  export declare class ActivateEventSourceCommand extends $Command<ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
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: CloudWatchEventsClientResolvedConfig, 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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
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 CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
@@ -47,11 +54,20 @@ export interface CancelReplayCommandOutput extends CancelReplayResponse, __Metad
47
54
  export declare class CancelReplayCommand extends $Command<CancelReplayCommandInput, CancelReplayCommandOutput, CloudWatchEventsClientResolvedConfig> {
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: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelReplayCommandInput, CancelReplayCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
5
5
  import { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateApiDestinationCommand}.
8
10
  */
9
11
  export interface CreateApiDestinationCommandInput extends CreateApiDestinationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateApiDestinationCommand}.
13
17
  */
14
18
  export interface CreateApiDestinationCommandOutput extends CreateApiDestinationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an API destination, which is an HTTP invocation endpoint configured as a target
18
23
  * for events.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateApiDestinationCommandOutput extends CreateApiDestinationR
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateApiDestinationCommandInput - {@link CreateApiDestinationCommandInput}
35
+ * @returns {@link CreateApiDestinationCommandOutput}
29
36
  * @see {@link CreateApiDestinationCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateApiDestinationCommandOutput} for command's `response` shape.
31
38
  * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
@@ -48,11 +55,20 @@ export interface CreateApiDestinationCommandOutput extends CreateApiDestinationR
48
55
  export declare class CreateApiDestinationCommand extends $Command<CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig> {
49
56
  readonly input: CreateApiDestinationCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: CreateApiDestinationCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }