@aws-sdk/client-eventbridge 3.927.0 → 3.928.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 (81) hide show
  1. package/dist-cjs/index.js +1912 -2314
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/EventBridgeClient.js +2 -0
  4. package/dist-es/commands/ActivateEventSourceCommand.js +3 -9
  5. package/dist-es/commands/CancelReplayCommand.js +3 -9
  6. package/dist-es/commands/CreateApiDestinationCommand.js +3 -9
  7. package/dist-es/commands/CreateArchiveCommand.js +3 -9
  8. package/dist-es/commands/CreateConnectionCommand.js +3 -10
  9. package/dist-es/commands/CreateEndpointCommand.js +3 -9
  10. package/dist-es/commands/CreateEventBusCommand.js +3 -9
  11. package/dist-es/commands/CreatePartnerEventSourceCommand.js +3 -9
  12. package/dist-es/commands/DeactivateEventSourceCommand.js +3 -9
  13. package/dist-es/commands/DeauthorizeConnectionCommand.js +3 -9
  14. package/dist-es/commands/DeleteApiDestinationCommand.js +3 -9
  15. package/dist-es/commands/DeleteArchiveCommand.js +3 -9
  16. package/dist-es/commands/DeleteConnectionCommand.js +3 -9
  17. package/dist-es/commands/DeleteEndpointCommand.js +3 -9
  18. package/dist-es/commands/DeleteEventBusCommand.js +3 -9
  19. package/dist-es/commands/DeletePartnerEventSourceCommand.js +3 -9
  20. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  21. package/dist-es/commands/DescribeApiDestinationCommand.js +3 -9
  22. package/dist-es/commands/DescribeArchiveCommand.js +3 -9
  23. package/dist-es/commands/DescribeConnectionCommand.js +3 -10
  24. package/dist-es/commands/DescribeEndpointCommand.js +3 -9
  25. package/dist-es/commands/DescribeEventBusCommand.js +3 -9
  26. package/dist-es/commands/DescribeEventSourceCommand.js +3 -9
  27. package/dist-es/commands/DescribePartnerEventSourceCommand.js +3 -9
  28. package/dist-es/commands/DescribeReplayCommand.js +3 -9
  29. package/dist-es/commands/DescribeRuleCommand.js +3 -9
  30. package/dist-es/commands/DisableRuleCommand.js +3 -9
  31. package/dist-es/commands/EnableRuleCommand.js +3 -9
  32. package/dist-es/commands/ListApiDestinationsCommand.js +3 -9
  33. package/dist-es/commands/ListArchivesCommand.js +3 -9
  34. package/dist-es/commands/ListConnectionsCommand.js +3 -9
  35. package/dist-es/commands/ListEndpointsCommand.js +3 -9
  36. package/dist-es/commands/ListEventBusesCommand.js +3 -9
  37. package/dist-es/commands/ListEventSourcesCommand.js +3 -9
  38. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +3 -9
  39. package/dist-es/commands/ListPartnerEventSourcesCommand.js +3 -9
  40. package/dist-es/commands/ListReplaysCommand.js +3 -9
  41. package/dist-es/commands/ListRuleNamesByTargetCommand.js +3 -9
  42. package/dist-es/commands/ListRulesCommand.js +3 -9
  43. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  44. package/dist-es/commands/ListTargetsByRuleCommand.js +3 -10
  45. package/dist-es/commands/PutEventsCommand.js +3 -9
  46. package/dist-es/commands/PutPartnerEventsCommand.js +3 -9
  47. package/dist-es/commands/PutPermissionCommand.js +3 -9
  48. package/dist-es/commands/PutRuleCommand.js +3 -9
  49. package/dist-es/commands/PutTargetsCommand.js +3 -10
  50. package/dist-es/commands/RemovePermissionCommand.js +3 -9
  51. package/dist-es/commands/RemoveTargetsCommand.js +3 -9
  52. package/dist-es/commands/StartReplayCommand.js +3 -9
  53. package/dist-es/commands/TagResourceCommand.js +3 -9
  54. package/dist-es/commands/TestEventPatternCommand.js +3 -9
  55. package/dist-es/commands/UntagResourceCommand.js +3 -9
  56. package/dist-es/commands/UpdateApiDestinationCommand.js +3 -9
  57. package/dist-es/commands/UpdateArchiveCommand.js +3 -9
  58. package/dist-es/commands/UpdateConnectionCommand.js +3 -10
  59. package/dist-es/commands/UpdateEndpointCommand.js +3 -9
  60. package/dist-es/commands/UpdateEventBusCommand.js +3 -9
  61. package/dist-es/models/models_0.js +0 -152
  62. package/dist-es/runtimeConfig.shared.js +7 -0
  63. package/dist-es/schemas/schemas_0.js +1768 -0
  64. package/dist-types/EventBridgeClient.d.ts +10 -1
  65. package/dist-types/models/models_0.d.ts +0 -96
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +294 -0
  71. package/dist-types/ts3.4/EventBridgeClient.d.ts +4 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +0 -70
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  77. package/dist-types/ts3.4/schemas/schemas_0.d.ts +300 -0
  78. package/package.json +7 -7
  79. package/dist-es/protocols/Aws_json1_1.js +0 -1705
  80. package/dist-types/protocols/Aws_json1_1.d.ts +0 -515
  81. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -689
@@ -1,689 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- ActivateEventSourceCommandInput,
8
- ActivateEventSourceCommandOutput,
9
- } from "../commands/ActivateEventSourceCommand";
10
- import {
11
- CancelReplayCommandInput,
12
- CancelReplayCommandOutput,
13
- } from "../commands/CancelReplayCommand";
14
- import {
15
- CreateApiDestinationCommandInput,
16
- CreateApiDestinationCommandOutput,
17
- } from "../commands/CreateApiDestinationCommand";
18
- import {
19
- CreateArchiveCommandInput,
20
- CreateArchiveCommandOutput,
21
- } from "../commands/CreateArchiveCommand";
22
- import {
23
- CreateConnectionCommandInput,
24
- CreateConnectionCommandOutput,
25
- } from "../commands/CreateConnectionCommand";
26
- import {
27
- CreateEndpointCommandInput,
28
- CreateEndpointCommandOutput,
29
- } from "../commands/CreateEndpointCommand";
30
- import {
31
- CreateEventBusCommandInput,
32
- CreateEventBusCommandOutput,
33
- } from "../commands/CreateEventBusCommand";
34
- import {
35
- CreatePartnerEventSourceCommandInput,
36
- CreatePartnerEventSourceCommandOutput,
37
- } from "../commands/CreatePartnerEventSourceCommand";
38
- import {
39
- DeactivateEventSourceCommandInput,
40
- DeactivateEventSourceCommandOutput,
41
- } from "../commands/DeactivateEventSourceCommand";
42
- import {
43
- DeauthorizeConnectionCommandInput,
44
- DeauthorizeConnectionCommandOutput,
45
- } from "../commands/DeauthorizeConnectionCommand";
46
- import {
47
- DeleteApiDestinationCommandInput,
48
- DeleteApiDestinationCommandOutput,
49
- } from "../commands/DeleteApiDestinationCommand";
50
- import {
51
- DeleteArchiveCommandInput,
52
- DeleteArchiveCommandOutput,
53
- } from "../commands/DeleteArchiveCommand";
54
- import {
55
- DeleteConnectionCommandInput,
56
- DeleteConnectionCommandOutput,
57
- } from "../commands/DeleteConnectionCommand";
58
- import {
59
- DeleteEndpointCommandInput,
60
- DeleteEndpointCommandOutput,
61
- } from "../commands/DeleteEndpointCommand";
62
- import {
63
- DeleteEventBusCommandInput,
64
- DeleteEventBusCommandOutput,
65
- } from "../commands/DeleteEventBusCommand";
66
- import {
67
- DeletePartnerEventSourceCommandInput,
68
- DeletePartnerEventSourceCommandOutput,
69
- } from "../commands/DeletePartnerEventSourceCommand";
70
- import {
71
- DeleteRuleCommandInput,
72
- DeleteRuleCommandOutput,
73
- } from "../commands/DeleteRuleCommand";
74
- import {
75
- DescribeApiDestinationCommandInput,
76
- DescribeApiDestinationCommandOutput,
77
- } from "../commands/DescribeApiDestinationCommand";
78
- import {
79
- DescribeArchiveCommandInput,
80
- DescribeArchiveCommandOutput,
81
- } from "../commands/DescribeArchiveCommand";
82
- import {
83
- DescribeConnectionCommandInput,
84
- DescribeConnectionCommandOutput,
85
- } from "../commands/DescribeConnectionCommand";
86
- import {
87
- DescribeEndpointCommandInput,
88
- DescribeEndpointCommandOutput,
89
- } from "../commands/DescribeEndpointCommand";
90
- import {
91
- DescribeEventBusCommandInput,
92
- DescribeEventBusCommandOutput,
93
- } from "../commands/DescribeEventBusCommand";
94
- import {
95
- DescribeEventSourceCommandInput,
96
- DescribeEventSourceCommandOutput,
97
- } from "../commands/DescribeEventSourceCommand";
98
- import {
99
- DescribePartnerEventSourceCommandInput,
100
- DescribePartnerEventSourceCommandOutput,
101
- } from "../commands/DescribePartnerEventSourceCommand";
102
- import {
103
- DescribeReplayCommandInput,
104
- DescribeReplayCommandOutput,
105
- } from "../commands/DescribeReplayCommand";
106
- import {
107
- DescribeRuleCommandInput,
108
- DescribeRuleCommandOutput,
109
- } from "../commands/DescribeRuleCommand";
110
- import {
111
- DisableRuleCommandInput,
112
- DisableRuleCommandOutput,
113
- } from "../commands/DisableRuleCommand";
114
- import {
115
- EnableRuleCommandInput,
116
- EnableRuleCommandOutput,
117
- } from "../commands/EnableRuleCommand";
118
- import {
119
- ListApiDestinationsCommandInput,
120
- ListApiDestinationsCommandOutput,
121
- } from "../commands/ListApiDestinationsCommand";
122
- import {
123
- ListArchivesCommandInput,
124
- ListArchivesCommandOutput,
125
- } from "../commands/ListArchivesCommand";
126
- import {
127
- ListConnectionsCommandInput,
128
- ListConnectionsCommandOutput,
129
- } from "../commands/ListConnectionsCommand";
130
- import {
131
- ListEndpointsCommandInput,
132
- ListEndpointsCommandOutput,
133
- } from "../commands/ListEndpointsCommand";
134
- import {
135
- ListEventBusesCommandInput,
136
- ListEventBusesCommandOutput,
137
- } from "../commands/ListEventBusesCommand";
138
- import {
139
- ListEventSourcesCommandInput,
140
- ListEventSourcesCommandOutput,
141
- } from "../commands/ListEventSourcesCommand";
142
- import {
143
- ListPartnerEventSourceAccountsCommandInput,
144
- ListPartnerEventSourceAccountsCommandOutput,
145
- } from "../commands/ListPartnerEventSourceAccountsCommand";
146
- import {
147
- ListPartnerEventSourcesCommandInput,
148
- ListPartnerEventSourcesCommandOutput,
149
- } from "../commands/ListPartnerEventSourcesCommand";
150
- import {
151
- ListReplaysCommandInput,
152
- ListReplaysCommandOutput,
153
- } from "../commands/ListReplaysCommand";
154
- import {
155
- ListRuleNamesByTargetCommandInput,
156
- ListRuleNamesByTargetCommandOutput,
157
- } from "../commands/ListRuleNamesByTargetCommand";
158
- import {
159
- ListRulesCommandInput,
160
- ListRulesCommandOutput,
161
- } from "../commands/ListRulesCommand";
162
- import {
163
- ListTagsForResourceCommandInput,
164
- ListTagsForResourceCommandOutput,
165
- } from "../commands/ListTagsForResourceCommand";
166
- import {
167
- ListTargetsByRuleCommandInput,
168
- ListTargetsByRuleCommandOutput,
169
- } from "../commands/ListTargetsByRuleCommand";
170
- import {
171
- PutEventsCommandInput,
172
- PutEventsCommandOutput,
173
- } from "../commands/PutEventsCommand";
174
- import {
175
- PutPartnerEventsCommandInput,
176
- PutPartnerEventsCommandOutput,
177
- } from "../commands/PutPartnerEventsCommand";
178
- import {
179
- PutPermissionCommandInput,
180
- PutPermissionCommandOutput,
181
- } from "../commands/PutPermissionCommand";
182
- import {
183
- PutRuleCommandInput,
184
- PutRuleCommandOutput,
185
- } from "../commands/PutRuleCommand";
186
- import {
187
- PutTargetsCommandInput,
188
- PutTargetsCommandOutput,
189
- } from "../commands/PutTargetsCommand";
190
- import {
191
- RemovePermissionCommandInput,
192
- RemovePermissionCommandOutput,
193
- } from "../commands/RemovePermissionCommand";
194
- import {
195
- RemoveTargetsCommandInput,
196
- RemoveTargetsCommandOutput,
197
- } from "../commands/RemoveTargetsCommand";
198
- import {
199
- StartReplayCommandInput,
200
- StartReplayCommandOutput,
201
- } from "../commands/StartReplayCommand";
202
- import {
203
- TagResourceCommandInput,
204
- TagResourceCommandOutput,
205
- } from "../commands/TagResourceCommand";
206
- import {
207
- TestEventPatternCommandInput,
208
- TestEventPatternCommandOutput,
209
- } from "../commands/TestEventPatternCommand";
210
- import {
211
- UntagResourceCommandInput,
212
- UntagResourceCommandOutput,
213
- } from "../commands/UntagResourceCommand";
214
- import {
215
- UpdateApiDestinationCommandInput,
216
- UpdateApiDestinationCommandOutput,
217
- } from "../commands/UpdateApiDestinationCommand";
218
- import {
219
- UpdateArchiveCommandInput,
220
- UpdateArchiveCommandOutput,
221
- } from "../commands/UpdateArchiveCommand";
222
- import {
223
- UpdateConnectionCommandInput,
224
- UpdateConnectionCommandOutput,
225
- } from "../commands/UpdateConnectionCommand";
226
- import {
227
- UpdateEndpointCommandInput,
228
- UpdateEndpointCommandOutput,
229
- } from "../commands/UpdateEndpointCommand";
230
- import {
231
- UpdateEventBusCommandInput,
232
- UpdateEventBusCommandOutput,
233
- } from "../commands/UpdateEventBusCommand";
234
- export declare const se_ActivateEventSourceCommand: (
235
- input: ActivateEventSourceCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_CancelReplayCommand: (
239
- input: CancelReplayCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_CreateApiDestinationCommand: (
243
- input: CreateApiDestinationCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_CreateArchiveCommand: (
247
- input: CreateArchiveCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateConnectionCommand: (
251
- input: CreateConnectionCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateEndpointCommand: (
255
- input: CreateEndpointCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_CreateEventBusCommand: (
259
- input: CreateEventBusCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_CreatePartnerEventSourceCommand: (
263
- input: CreatePartnerEventSourceCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DeactivateEventSourceCommand: (
267
- input: DeactivateEventSourceCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DeauthorizeConnectionCommand: (
271
- input: DeauthorizeConnectionCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DeleteApiDestinationCommand: (
275
- input: DeleteApiDestinationCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DeleteArchiveCommand: (
279
- input: DeleteArchiveCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeleteConnectionCommand: (
283
- input: DeleteConnectionCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DeleteEndpointCommand: (
287
- input: DeleteEndpointCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DeleteEventBusCommand: (
291
- input: DeleteEventBusCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DeletePartnerEventSourceCommand: (
295
- input: DeletePartnerEventSourceCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DeleteRuleCommand: (
299
- input: DeleteRuleCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DescribeApiDestinationCommand: (
303
- input: DescribeApiDestinationCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DescribeArchiveCommand: (
307
- input: DescribeArchiveCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DescribeConnectionCommand: (
311
- input: DescribeConnectionCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DescribeEndpointCommand: (
315
- input: DescribeEndpointCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DescribeEventBusCommand: (
319
- input: DescribeEventBusCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DescribeEventSourceCommand: (
323
- input: DescribeEventSourceCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DescribePartnerEventSourceCommand: (
327
- input: DescribePartnerEventSourceCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DescribeReplayCommand: (
331
- input: DescribeReplayCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DescribeRuleCommand: (
335
- input: DescribeRuleCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DisableRuleCommand: (
339
- input: DisableRuleCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_EnableRuleCommand: (
343
- input: EnableRuleCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_ListApiDestinationsCommand: (
347
- input: ListApiDestinationsCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_ListArchivesCommand: (
351
- input: ListArchivesCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ListConnectionsCommand: (
355
- input: ListConnectionsCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListEndpointsCommand: (
359
- input: ListEndpointsCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ListEventBusesCommand: (
363
- input: ListEventBusesCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_ListEventSourcesCommand: (
367
- input: ListEventSourcesCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_ListPartnerEventSourceAccountsCommand: (
371
- input: ListPartnerEventSourceAccountsCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ListPartnerEventSourcesCommand: (
375
- input: ListPartnerEventSourcesCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ListReplaysCommand: (
379
- input: ListReplaysCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ListRuleNamesByTargetCommand: (
383
- input: ListRuleNamesByTargetCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ListRulesCommand: (
387
- input: ListRulesCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_ListTagsForResourceCommand: (
391
- input: ListTagsForResourceCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ListTargetsByRuleCommand: (
395
- input: ListTargetsByRuleCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_PutEventsCommand: (
399
- input: PutEventsCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_PutPartnerEventsCommand: (
403
- input: PutPartnerEventsCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_PutPermissionCommand: (
407
- input: PutPermissionCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_PutRuleCommand: (
411
- input: PutRuleCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_PutTargetsCommand: (
415
- input: PutTargetsCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_RemovePermissionCommand: (
419
- input: RemovePermissionCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_RemoveTargetsCommand: (
423
- input: RemoveTargetsCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_StartReplayCommand: (
427
- input: StartReplayCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_TagResourceCommand: (
431
- input: TagResourceCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_TestEventPatternCommand: (
435
- input: TestEventPatternCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_UntagResourceCommand: (
439
- input: UntagResourceCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_UpdateApiDestinationCommand: (
443
- input: UpdateApiDestinationCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_UpdateArchiveCommand: (
447
- input: UpdateArchiveCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_UpdateConnectionCommand: (
451
- input: UpdateConnectionCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_UpdateEndpointCommand: (
455
- input: UpdateEndpointCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_UpdateEventBusCommand: (
459
- input: UpdateEventBusCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const de_ActivateEventSourceCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<ActivateEventSourceCommandOutput>;
466
- export declare const de_CancelReplayCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<CancelReplayCommandOutput>;
470
- export declare const de_CreateApiDestinationCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<CreateApiDestinationCommandOutput>;
474
- export declare const de_CreateArchiveCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<CreateArchiveCommandOutput>;
478
- export declare const de_CreateConnectionCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<CreateConnectionCommandOutput>;
482
- export declare const de_CreateEndpointCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<CreateEndpointCommandOutput>;
486
- export declare const de_CreateEventBusCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<CreateEventBusCommandOutput>;
490
- export declare const de_CreatePartnerEventSourceCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<CreatePartnerEventSourceCommandOutput>;
494
- export declare const de_DeactivateEventSourceCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<DeactivateEventSourceCommandOutput>;
498
- export declare const de_DeauthorizeConnectionCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<DeauthorizeConnectionCommandOutput>;
502
- export declare const de_DeleteApiDestinationCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DeleteApiDestinationCommandOutput>;
506
- export declare const de_DeleteArchiveCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DeleteArchiveCommandOutput>;
510
- export declare const de_DeleteConnectionCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DeleteConnectionCommandOutput>;
514
- export declare const de_DeleteEndpointCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DeleteEndpointCommandOutput>;
518
- export declare const de_DeleteEventBusCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DeleteEventBusCommandOutput>;
522
- export declare const de_DeletePartnerEventSourceCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DeletePartnerEventSourceCommandOutput>;
526
- export declare const de_DeleteRuleCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DeleteRuleCommandOutput>;
530
- export declare const de_DescribeApiDestinationCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DescribeApiDestinationCommandOutput>;
534
- export declare const de_DescribeArchiveCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DescribeArchiveCommandOutput>;
538
- export declare const de_DescribeConnectionCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<DescribeConnectionCommandOutput>;
542
- export declare const de_DescribeEndpointCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<DescribeEndpointCommandOutput>;
546
- export declare const de_DescribeEventBusCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DescribeEventBusCommandOutput>;
550
- export declare const de_DescribeEventSourceCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DescribeEventSourceCommandOutput>;
554
- export declare const de_DescribePartnerEventSourceCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<DescribePartnerEventSourceCommandOutput>;
558
- export declare const de_DescribeReplayCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<DescribeReplayCommandOutput>;
562
- export declare const de_DescribeRuleCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<DescribeRuleCommandOutput>;
566
- export declare const de_DisableRuleCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<DisableRuleCommandOutput>;
570
- export declare const de_EnableRuleCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<EnableRuleCommandOutput>;
574
- export declare const de_ListApiDestinationsCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<ListApiDestinationsCommandOutput>;
578
- export declare const de_ListArchivesCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<ListArchivesCommandOutput>;
582
- export declare const de_ListConnectionsCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<ListConnectionsCommandOutput>;
586
- export declare const de_ListEndpointsCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<ListEndpointsCommandOutput>;
590
- export declare const de_ListEventBusesCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<ListEventBusesCommandOutput>;
594
- export declare const de_ListEventSourcesCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<ListEventSourcesCommandOutput>;
598
- export declare const de_ListPartnerEventSourceAccountsCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<ListPartnerEventSourceAccountsCommandOutput>;
602
- export declare const de_ListPartnerEventSourcesCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<ListPartnerEventSourcesCommandOutput>;
606
- export declare const de_ListReplaysCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<ListReplaysCommandOutput>;
610
- export declare const de_ListRuleNamesByTargetCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<ListRuleNamesByTargetCommandOutput>;
614
- export declare const de_ListRulesCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<ListRulesCommandOutput>;
618
- export declare const de_ListTagsForResourceCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<ListTagsForResourceCommandOutput>;
622
- export declare const de_ListTargetsByRuleCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<ListTargetsByRuleCommandOutput>;
626
- export declare const de_PutEventsCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<PutEventsCommandOutput>;
630
- export declare const de_PutPartnerEventsCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<PutPartnerEventsCommandOutput>;
634
- export declare const de_PutPermissionCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<PutPermissionCommandOutput>;
638
- export declare const de_PutRuleCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<PutRuleCommandOutput>;
642
- export declare const de_PutTargetsCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<PutTargetsCommandOutput>;
646
- export declare const de_RemovePermissionCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<RemovePermissionCommandOutput>;
650
- export declare const de_RemoveTargetsCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<RemoveTargetsCommandOutput>;
654
- export declare const de_StartReplayCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<StartReplayCommandOutput>;
658
- export declare const de_TagResourceCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<TagResourceCommandOutput>;
662
- export declare const de_TestEventPatternCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<TestEventPatternCommandOutput>;
666
- export declare const de_UntagResourceCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<UntagResourceCommandOutput>;
670
- export declare const de_UpdateApiDestinationCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<UpdateApiDestinationCommandOutput>;
674
- export declare const de_UpdateArchiveCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<UpdateArchiveCommandOutput>;
678
- export declare const de_UpdateConnectionCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<UpdateConnectionCommandOutput>;
682
- export declare const de_UpdateEndpointCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<UpdateEndpointCommandOutput>;
686
- export declare const de_UpdateEventBusCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<UpdateEventBusCommandOutput>;