@aws-sdk/client-eventbridge 3.168.0 → 3.170.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/EventBridge.d.ts +1012 -285
- package/dist-types/ts3.4/EventBridgeClient.d.ts +465 -129
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +56 -56
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/EventBridgeServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2198 -2033
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +677 -170
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -13
- package/package.json +36 -36
|
@@ -1,2033 +1,2198 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { EventBridgeServiceException as __BaseException } from "./EventBridgeServiceException";
|
|
3
|
-
export interface ActivateEventSourceRequest {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
export
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}
|
|
111
|
-
export declare enum
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
export
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
}
|
|
300
|
-
export declare enum ConnectionState {
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
}
|
|
309
|
-
export interface CreateConnectionResponse {
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
export interface
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
}
|
|
401
|
-
export interface
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
}
|
|
409
|
-
export interface
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
}
|
|
455
|
-
export interface
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
export interface
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
}
|
|
655
|
-
export interface
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
export interface
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
}
|
|
694
|
-
export
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
}
|
|
743
|
-
export
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
export interface
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
}
|
|
791
|
-
export interface
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
export interface
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
export interface
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
}
|
|
1048
|
-
export
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
export
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
export
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
export interface
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
export interface
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
export interface
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
export interface
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
export interface
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
}
|
|
1359
|
-
export interface
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
}
|
|
1445
|
-
export interface
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
}
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
export
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
export
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
export
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
export
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
export
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { EventBridgeServiceException as __BaseException } from "./EventBridgeServiceException";
|
|
3
|
+
export interface ActivateEventSourceRequest {
|
|
4
|
+
Name: string | undefined;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
8
|
+
readonly name: "ConcurrentModificationException";
|
|
9
|
+
readonly $fault: "client";
|
|
10
|
+
|
|
11
|
+
constructor(
|
|
12
|
+
opts: __ExceptionOptionType<
|
|
13
|
+
ConcurrentModificationException,
|
|
14
|
+
__BaseException
|
|
15
|
+
>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export declare class InternalException extends __BaseException {
|
|
20
|
+
readonly name: "InternalException";
|
|
21
|
+
readonly $fault: "server";
|
|
22
|
+
|
|
23
|
+
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export declare class InvalidStateException extends __BaseException {
|
|
27
|
+
readonly name: "InvalidStateException";
|
|
28
|
+
readonly $fault: "client";
|
|
29
|
+
|
|
30
|
+
constructor(
|
|
31
|
+
opts: __ExceptionOptionType<InvalidStateException, __BaseException>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export declare class OperationDisabledException extends __BaseException {
|
|
36
|
+
readonly name: "OperationDisabledException";
|
|
37
|
+
readonly $fault: "client";
|
|
38
|
+
|
|
39
|
+
constructor(
|
|
40
|
+
opts: __ExceptionOptionType<OperationDisabledException, __BaseException>
|
|
41
|
+
);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
45
|
+
readonly name: "ResourceNotFoundException";
|
|
46
|
+
readonly $fault: "client";
|
|
47
|
+
|
|
48
|
+
constructor(
|
|
49
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
export declare enum ApiDestinationState {
|
|
53
|
+
ACTIVE = "ACTIVE",
|
|
54
|
+
INACTIVE = "INACTIVE",
|
|
55
|
+
}
|
|
56
|
+
export declare enum ApiDestinationHttpMethod {
|
|
57
|
+
DELETE = "DELETE",
|
|
58
|
+
GET = "GET",
|
|
59
|
+
HEAD = "HEAD",
|
|
60
|
+
OPTIONS = "OPTIONS",
|
|
61
|
+
PATCH = "PATCH",
|
|
62
|
+
POST = "POST",
|
|
63
|
+
PUT = "PUT",
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export interface ApiDestination {
|
|
67
|
+
ApiDestinationArn?: string;
|
|
68
|
+
|
|
69
|
+
Name?: string;
|
|
70
|
+
|
|
71
|
+
ApiDestinationState?: ApiDestinationState | string;
|
|
72
|
+
|
|
73
|
+
ConnectionArn?: string;
|
|
74
|
+
|
|
75
|
+
InvocationEndpoint?: string;
|
|
76
|
+
|
|
77
|
+
HttpMethod?: ApiDestinationHttpMethod | string;
|
|
78
|
+
|
|
79
|
+
InvocationRateLimitPerSecond?: number;
|
|
80
|
+
|
|
81
|
+
CreationTime?: Date;
|
|
82
|
+
|
|
83
|
+
LastModifiedTime?: Date;
|
|
84
|
+
}
|
|
85
|
+
export declare enum ArchiveState {
|
|
86
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
87
|
+
CREATING = "CREATING",
|
|
88
|
+
DISABLED = "DISABLED",
|
|
89
|
+
ENABLED = "ENABLED",
|
|
90
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
91
|
+
UPDATING = "UPDATING",
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export interface Archive {
|
|
95
|
+
ArchiveName?: string;
|
|
96
|
+
|
|
97
|
+
EventSourceArn?: string;
|
|
98
|
+
|
|
99
|
+
State?: ArchiveState | string;
|
|
100
|
+
|
|
101
|
+
StateReason?: string;
|
|
102
|
+
|
|
103
|
+
RetentionDays?: number;
|
|
104
|
+
|
|
105
|
+
SizeBytes?: number;
|
|
106
|
+
|
|
107
|
+
EventCount?: number;
|
|
108
|
+
|
|
109
|
+
CreationTime?: Date;
|
|
110
|
+
}
|
|
111
|
+
export declare enum AssignPublicIp {
|
|
112
|
+
DISABLED = "DISABLED",
|
|
113
|
+
ENABLED = "ENABLED",
|
|
114
|
+
}
|
|
115
|
+
export interface CancelReplayRequest {
|
|
116
|
+
ReplayName: string | undefined;
|
|
117
|
+
}
|
|
118
|
+
export declare enum ReplayState {
|
|
119
|
+
CANCELLED = "CANCELLED",
|
|
120
|
+
CANCELLING = "CANCELLING",
|
|
121
|
+
COMPLETED = "COMPLETED",
|
|
122
|
+
FAILED = "FAILED",
|
|
123
|
+
RUNNING = "RUNNING",
|
|
124
|
+
STARTING = "STARTING",
|
|
125
|
+
}
|
|
126
|
+
export interface CancelReplayResponse {
|
|
127
|
+
ReplayArn?: string;
|
|
128
|
+
|
|
129
|
+
State?: ReplayState | string;
|
|
130
|
+
|
|
131
|
+
StateReason?: string;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
export declare class IllegalStatusException extends __BaseException {
|
|
135
|
+
readonly name: "IllegalStatusException";
|
|
136
|
+
readonly $fault: "client";
|
|
137
|
+
|
|
138
|
+
constructor(
|
|
139
|
+
opts: __ExceptionOptionType<IllegalStatusException, __BaseException>
|
|
140
|
+
);
|
|
141
|
+
}
|
|
142
|
+
export interface CreateApiDestinationRequest {
|
|
143
|
+
Name: string | undefined;
|
|
144
|
+
|
|
145
|
+
Description?: string;
|
|
146
|
+
|
|
147
|
+
ConnectionArn: string | undefined;
|
|
148
|
+
|
|
149
|
+
InvocationEndpoint: string | undefined;
|
|
150
|
+
|
|
151
|
+
HttpMethod: ApiDestinationHttpMethod | string | undefined;
|
|
152
|
+
|
|
153
|
+
InvocationRateLimitPerSecond?: number;
|
|
154
|
+
}
|
|
155
|
+
export interface CreateApiDestinationResponse {
|
|
156
|
+
ApiDestinationArn?: string;
|
|
157
|
+
|
|
158
|
+
ApiDestinationState?: ApiDestinationState | string;
|
|
159
|
+
|
|
160
|
+
CreationTime?: Date;
|
|
161
|
+
|
|
162
|
+
LastModifiedTime?: Date;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
export declare class LimitExceededException extends __BaseException {
|
|
166
|
+
readonly name: "LimitExceededException";
|
|
167
|
+
readonly $fault: "client";
|
|
168
|
+
|
|
169
|
+
constructor(
|
|
170
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
171
|
+
);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
175
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
176
|
+
readonly $fault: "client";
|
|
177
|
+
|
|
178
|
+
constructor(
|
|
179
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
180
|
+
);
|
|
181
|
+
}
|
|
182
|
+
export interface CreateArchiveRequest {
|
|
183
|
+
ArchiveName: string | undefined;
|
|
184
|
+
|
|
185
|
+
EventSourceArn: string | undefined;
|
|
186
|
+
|
|
187
|
+
Description?: string;
|
|
188
|
+
|
|
189
|
+
EventPattern?: string;
|
|
190
|
+
|
|
191
|
+
RetentionDays?: number;
|
|
192
|
+
}
|
|
193
|
+
export interface CreateArchiveResponse {
|
|
194
|
+
ArchiveArn?: string;
|
|
195
|
+
|
|
196
|
+
State?: ArchiveState | string;
|
|
197
|
+
|
|
198
|
+
StateReason?: string;
|
|
199
|
+
|
|
200
|
+
CreationTime?: Date;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
export declare class InvalidEventPatternException extends __BaseException {
|
|
204
|
+
readonly name: "InvalidEventPatternException";
|
|
205
|
+
readonly $fault: "client";
|
|
206
|
+
|
|
207
|
+
constructor(
|
|
208
|
+
opts: __ExceptionOptionType<InvalidEventPatternException, __BaseException>
|
|
209
|
+
);
|
|
210
|
+
}
|
|
211
|
+
export declare enum ConnectionAuthorizationType {
|
|
212
|
+
API_KEY = "API_KEY",
|
|
213
|
+
BASIC = "BASIC",
|
|
214
|
+
OAUTH_CLIENT_CREDENTIALS = "OAUTH_CLIENT_CREDENTIALS",
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
export interface CreateConnectionApiKeyAuthRequestParameters {
|
|
218
|
+
ApiKeyName: string | undefined;
|
|
219
|
+
|
|
220
|
+
ApiKeyValue: string | undefined;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export interface CreateConnectionBasicAuthRequestParameters {
|
|
224
|
+
Username: string | undefined;
|
|
225
|
+
|
|
226
|
+
Password: string | undefined;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export interface ConnectionBodyParameter {
|
|
230
|
+
Key?: string;
|
|
231
|
+
|
|
232
|
+
Value?: string;
|
|
233
|
+
|
|
234
|
+
IsValueSecret?: boolean;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
export interface ConnectionHeaderParameter {
|
|
238
|
+
Key?: string;
|
|
239
|
+
|
|
240
|
+
Value?: string;
|
|
241
|
+
|
|
242
|
+
IsValueSecret?: boolean;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
export interface ConnectionQueryStringParameter {
|
|
246
|
+
Key?: string;
|
|
247
|
+
|
|
248
|
+
Value?: string;
|
|
249
|
+
|
|
250
|
+
IsValueSecret?: boolean;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
export interface ConnectionHttpParameters {
|
|
254
|
+
HeaderParameters?: ConnectionHeaderParameter[];
|
|
255
|
+
|
|
256
|
+
QueryStringParameters?: ConnectionQueryStringParameter[];
|
|
257
|
+
|
|
258
|
+
BodyParameters?: ConnectionBodyParameter[];
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export interface CreateConnectionOAuthClientRequestParameters {
|
|
262
|
+
ClientID: string | undefined;
|
|
263
|
+
|
|
264
|
+
ClientSecret: string | undefined;
|
|
265
|
+
}
|
|
266
|
+
export declare enum ConnectionOAuthHttpMethod {
|
|
267
|
+
GET = "GET",
|
|
268
|
+
POST = "POST",
|
|
269
|
+
PUT = "PUT",
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
export interface CreateConnectionOAuthRequestParameters {
|
|
273
|
+
ClientParameters: CreateConnectionOAuthClientRequestParameters | undefined;
|
|
274
|
+
|
|
275
|
+
AuthorizationEndpoint: string | undefined;
|
|
276
|
+
|
|
277
|
+
HttpMethod: ConnectionOAuthHttpMethod | string | undefined;
|
|
278
|
+
|
|
279
|
+
OAuthHttpParameters?: ConnectionHttpParameters;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
export interface CreateConnectionAuthRequestParameters {
|
|
283
|
+
BasicAuthParameters?: CreateConnectionBasicAuthRequestParameters;
|
|
284
|
+
|
|
285
|
+
OAuthParameters?: CreateConnectionOAuthRequestParameters;
|
|
286
|
+
|
|
287
|
+
ApiKeyAuthParameters?: CreateConnectionApiKeyAuthRequestParameters;
|
|
288
|
+
|
|
289
|
+
InvocationHttpParameters?: ConnectionHttpParameters;
|
|
290
|
+
}
|
|
291
|
+
export interface CreateConnectionRequest {
|
|
292
|
+
Name: string | undefined;
|
|
293
|
+
|
|
294
|
+
Description?: string;
|
|
295
|
+
|
|
296
|
+
AuthorizationType: ConnectionAuthorizationType | string | undefined;
|
|
297
|
+
|
|
298
|
+
AuthParameters: CreateConnectionAuthRequestParameters | undefined;
|
|
299
|
+
}
|
|
300
|
+
export declare enum ConnectionState {
|
|
301
|
+
AUTHORIZED = "AUTHORIZED",
|
|
302
|
+
AUTHORIZING = "AUTHORIZING",
|
|
303
|
+
CREATING = "CREATING",
|
|
304
|
+
DEAUTHORIZED = "DEAUTHORIZED",
|
|
305
|
+
DEAUTHORIZING = "DEAUTHORIZING",
|
|
306
|
+
DELETING = "DELETING",
|
|
307
|
+
UPDATING = "UPDATING",
|
|
308
|
+
}
|
|
309
|
+
export interface CreateConnectionResponse {
|
|
310
|
+
ConnectionArn?: string;
|
|
311
|
+
|
|
312
|
+
ConnectionState?: ConnectionState | string;
|
|
313
|
+
|
|
314
|
+
CreationTime?: Date;
|
|
315
|
+
|
|
316
|
+
LastModifiedTime?: Date;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
export interface EndpointEventBus {
|
|
320
|
+
EventBusArn: string | undefined;
|
|
321
|
+
}
|
|
322
|
+
export declare enum ReplicationState {
|
|
323
|
+
DISABLED = "DISABLED",
|
|
324
|
+
ENABLED = "ENABLED",
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
export interface ReplicationConfig {
|
|
328
|
+
State?: ReplicationState | string;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
export interface Primary {
|
|
332
|
+
HealthCheck: string | undefined;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
export interface Secondary {
|
|
336
|
+
Route: string | undefined;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
export interface FailoverConfig {
|
|
340
|
+
Primary: Primary | undefined;
|
|
341
|
+
|
|
342
|
+
Secondary: Secondary | undefined;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
export interface RoutingConfig {
|
|
346
|
+
FailoverConfig: FailoverConfig | undefined;
|
|
347
|
+
}
|
|
348
|
+
export interface CreateEndpointRequest {
|
|
349
|
+
Name: string | undefined;
|
|
350
|
+
|
|
351
|
+
Description?: string;
|
|
352
|
+
|
|
353
|
+
RoutingConfig: RoutingConfig | undefined;
|
|
354
|
+
|
|
355
|
+
ReplicationConfig?: ReplicationConfig;
|
|
356
|
+
|
|
357
|
+
EventBuses: EndpointEventBus[] | undefined;
|
|
358
|
+
|
|
359
|
+
RoleArn?: string;
|
|
360
|
+
}
|
|
361
|
+
export declare enum EndpointState {
|
|
362
|
+
ACTIVE = "ACTIVE",
|
|
363
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
364
|
+
CREATING = "CREATING",
|
|
365
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
366
|
+
DELETING = "DELETING",
|
|
367
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
368
|
+
UPDATING = "UPDATING",
|
|
369
|
+
}
|
|
370
|
+
export interface CreateEndpointResponse {
|
|
371
|
+
Name?: string;
|
|
372
|
+
|
|
373
|
+
Arn?: string;
|
|
374
|
+
|
|
375
|
+
RoutingConfig?: RoutingConfig;
|
|
376
|
+
|
|
377
|
+
ReplicationConfig?: ReplicationConfig;
|
|
378
|
+
|
|
379
|
+
EventBuses?: EndpointEventBus[];
|
|
380
|
+
|
|
381
|
+
RoleArn?: string;
|
|
382
|
+
|
|
383
|
+
State?: EndpointState | string;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export interface Tag {
|
|
387
|
+
Key: string | undefined;
|
|
388
|
+
|
|
389
|
+
Value: string | undefined;
|
|
390
|
+
}
|
|
391
|
+
export interface CreateEventBusRequest {
|
|
392
|
+
Name: string | undefined;
|
|
393
|
+
|
|
394
|
+
EventSourceName?: string;
|
|
395
|
+
|
|
396
|
+
Tags?: Tag[];
|
|
397
|
+
}
|
|
398
|
+
export interface CreateEventBusResponse {
|
|
399
|
+
EventBusArn?: string;
|
|
400
|
+
}
|
|
401
|
+
export interface CreatePartnerEventSourceRequest {
|
|
402
|
+
Name: string | undefined;
|
|
403
|
+
|
|
404
|
+
Account: string | undefined;
|
|
405
|
+
}
|
|
406
|
+
export interface CreatePartnerEventSourceResponse {
|
|
407
|
+
EventSourceArn?: string;
|
|
408
|
+
}
|
|
409
|
+
export interface DeactivateEventSourceRequest {
|
|
410
|
+
Name: string | undefined;
|
|
411
|
+
}
|
|
412
|
+
export interface DeauthorizeConnectionRequest {
|
|
413
|
+
Name: string | undefined;
|
|
414
|
+
}
|
|
415
|
+
export interface DeauthorizeConnectionResponse {
|
|
416
|
+
ConnectionArn?: string;
|
|
417
|
+
|
|
418
|
+
ConnectionState?: ConnectionState | string;
|
|
419
|
+
|
|
420
|
+
CreationTime?: Date;
|
|
421
|
+
|
|
422
|
+
LastModifiedTime?: Date;
|
|
423
|
+
|
|
424
|
+
LastAuthorizedTime?: Date;
|
|
425
|
+
}
|
|
426
|
+
export interface DeleteApiDestinationRequest {
|
|
427
|
+
Name: string | undefined;
|
|
428
|
+
}
|
|
429
|
+
export interface DeleteApiDestinationResponse {}
|
|
430
|
+
export interface DeleteArchiveRequest {
|
|
431
|
+
ArchiveName: string | undefined;
|
|
432
|
+
}
|
|
433
|
+
export interface DeleteArchiveResponse {}
|
|
434
|
+
export interface DeleteConnectionRequest {
|
|
435
|
+
Name: string | undefined;
|
|
436
|
+
}
|
|
437
|
+
export interface DeleteConnectionResponse {
|
|
438
|
+
ConnectionArn?: string;
|
|
439
|
+
|
|
440
|
+
ConnectionState?: ConnectionState | string;
|
|
441
|
+
|
|
442
|
+
CreationTime?: Date;
|
|
443
|
+
|
|
444
|
+
LastModifiedTime?: Date;
|
|
445
|
+
|
|
446
|
+
LastAuthorizedTime?: Date;
|
|
447
|
+
}
|
|
448
|
+
export interface DeleteEndpointRequest {
|
|
449
|
+
Name: string | undefined;
|
|
450
|
+
}
|
|
451
|
+
export interface DeleteEndpointResponse {}
|
|
452
|
+
export interface DeleteEventBusRequest {
|
|
453
|
+
Name: string | undefined;
|
|
454
|
+
}
|
|
455
|
+
export interface DeletePartnerEventSourceRequest {
|
|
456
|
+
Name: string | undefined;
|
|
457
|
+
|
|
458
|
+
Account: string | undefined;
|
|
459
|
+
}
|
|
460
|
+
export interface DeleteRuleRequest {
|
|
461
|
+
Name: string | undefined;
|
|
462
|
+
|
|
463
|
+
EventBusName?: string;
|
|
464
|
+
|
|
465
|
+
Force?: boolean;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
export declare class ManagedRuleException extends __BaseException {
|
|
469
|
+
readonly name: "ManagedRuleException";
|
|
470
|
+
readonly $fault: "client";
|
|
471
|
+
|
|
472
|
+
constructor(
|
|
473
|
+
opts: __ExceptionOptionType<ManagedRuleException, __BaseException>
|
|
474
|
+
);
|
|
475
|
+
}
|
|
476
|
+
export interface DescribeApiDestinationRequest {
|
|
477
|
+
Name: string | undefined;
|
|
478
|
+
}
|
|
479
|
+
export interface DescribeApiDestinationResponse {
|
|
480
|
+
ApiDestinationArn?: string;
|
|
481
|
+
|
|
482
|
+
Name?: string;
|
|
483
|
+
|
|
484
|
+
Description?: string;
|
|
485
|
+
|
|
486
|
+
ApiDestinationState?: ApiDestinationState | string;
|
|
487
|
+
|
|
488
|
+
ConnectionArn?: string;
|
|
489
|
+
|
|
490
|
+
InvocationEndpoint?: string;
|
|
491
|
+
|
|
492
|
+
HttpMethod?: ApiDestinationHttpMethod | string;
|
|
493
|
+
|
|
494
|
+
InvocationRateLimitPerSecond?: number;
|
|
495
|
+
|
|
496
|
+
CreationTime?: Date;
|
|
497
|
+
|
|
498
|
+
LastModifiedTime?: Date;
|
|
499
|
+
}
|
|
500
|
+
export interface DescribeArchiveRequest {
|
|
501
|
+
ArchiveName: string | undefined;
|
|
502
|
+
}
|
|
503
|
+
export interface DescribeArchiveResponse {
|
|
504
|
+
ArchiveArn?: string;
|
|
505
|
+
|
|
506
|
+
ArchiveName?: string;
|
|
507
|
+
|
|
508
|
+
EventSourceArn?: string;
|
|
509
|
+
|
|
510
|
+
Description?: string;
|
|
511
|
+
|
|
512
|
+
EventPattern?: string;
|
|
513
|
+
|
|
514
|
+
State?: ArchiveState | string;
|
|
515
|
+
|
|
516
|
+
StateReason?: string;
|
|
517
|
+
|
|
518
|
+
RetentionDays?: number;
|
|
519
|
+
|
|
520
|
+
SizeBytes?: number;
|
|
521
|
+
|
|
522
|
+
EventCount?: number;
|
|
523
|
+
|
|
524
|
+
CreationTime?: Date;
|
|
525
|
+
}
|
|
526
|
+
export interface DescribeConnectionRequest {
|
|
527
|
+
Name: string | undefined;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
export interface ConnectionApiKeyAuthResponseParameters {
|
|
531
|
+
ApiKeyName?: string;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
export interface ConnectionBasicAuthResponseParameters {
|
|
535
|
+
Username?: string;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
export interface ConnectionOAuthClientResponseParameters {
|
|
539
|
+
ClientID?: string;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
export interface ConnectionOAuthResponseParameters {
|
|
543
|
+
ClientParameters?: ConnectionOAuthClientResponseParameters;
|
|
544
|
+
|
|
545
|
+
AuthorizationEndpoint?: string;
|
|
546
|
+
|
|
547
|
+
HttpMethod?: ConnectionOAuthHttpMethod | string;
|
|
548
|
+
|
|
549
|
+
OAuthHttpParameters?: ConnectionHttpParameters;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
export interface ConnectionAuthResponseParameters {
|
|
553
|
+
BasicAuthParameters?: ConnectionBasicAuthResponseParameters;
|
|
554
|
+
|
|
555
|
+
OAuthParameters?: ConnectionOAuthResponseParameters;
|
|
556
|
+
|
|
557
|
+
ApiKeyAuthParameters?: ConnectionApiKeyAuthResponseParameters;
|
|
558
|
+
|
|
559
|
+
InvocationHttpParameters?: ConnectionHttpParameters;
|
|
560
|
+
}
|
|
561
|
+
export interface DescribeConnectionResponse {
|
|
562
|
+
ConnectionArn?: string;
|
|
563
|
+
|
|
564
|
+
Name?: string;
|
|
565
|
+
|
|
566
|
+
Description?: string;
|
|
567
|
+
|
|
568
|
+
ConnectionState?: ConnectionState | string;
|
|
569
|
+
|
|
570
|
+
StateReason?: string;
|
|
571
|
+
|
|
572
|
+
AuthorizationType?: ConnectionAuthorizationType | string;
|
|
573
|
+
|
|
574
|
+
SecretArn?: string;
|
|
575
|
+
|
|
576
|
+
AuthParameters?: ConnectionAuthResponseParameters;
|
|
577
|
+
|
|
578
|
+
CreationTime?: Date;
|
|
579
|
+
|
|
580
|
+
LastModifiedTime?: Date;
|
|
581
|
+
|
|
582
|
+
LastAuthorizedTime?: Date;
|
|
583
|
+
}
|
|
584
|
+
export interface DescribeEndpointRequest {
|
|
585
|
+
Name: string | undefined;
|
|
586
|
+
|
|
587
|
+
HomeRegion?: string;
|
|
588
|
+
}
|
|
589
|
+
export interface DescribeEndpointResponse {
|
|
590
|
+
Name?: string;
|
|
591
|
+
|
|
592
|
+
Description?: string;
|
|
593
|
+
|
|
594
|
+
Arn?: string;
|
|
595
|
+
|
|
596
|
+
RoutingConfig?: RoutingConfig;
|
|
597
|
+
|
|
598
|
+
ReplicationConfig?: ReplicationConfig;
|
|
599
|
+
|
|
600
|
+
EventBuses?: EndpointEventBus[];
|
|
601
|
+
|
|
602
|
+
RoleArn?: string;
|
|
603
|
+
|
|
604
|
+
EndpointId?: string;
|
|
605
|
+
|
|
606
|
+
EndpointUrl?: string;
|
|
607
|
+
|
|
608
|
+
State?: EndpointState | string;
|
|
609
|
+
|
|
610
|
+
StateReason?: string;
|
|
611
|
+
|
|
612
|
+
CreationTime?: Date;
|
|
613
|
+
|
|
614
|
+
LastModifiedTime?: Date;
|
|
615
|
+
}
|
|
616
|
+
export interface DescribeEventBusRequest {
|
|
617
|
+
Name?: string;
|
|
618
|
+
}
|
|
619
|
+
export interface DescribeEventBusResponse {
|
|
620
|
+
Name?: string;
|
|
621
|
+
|
|
622
|
+
Arn?: string;
|
|
623
|
+
|
|
624
|
+
Policy?: string;
|
|
625
|
+
}
|
|
626
|
+
export interface DescribeEventSourceRequest {
|
|
627
|
+
Name: string | undefined;
|
|
628
|
+
}
|
|
629
|
+
export declare enum EventSourceState {
|
|
630
|
+
ACTIVE = "ACTIVE",
|
|
631
|
+
DELETED = "DELETED",
|
|
632
|
+
PENDING = "PENDING",
|
|
633
|
+
}
|
|
634
|
+
export interface DescribeEventSourceResponse {
|
|
635
|
+
Arn?: string;
|
|
636
|
+
|
|
637
|
+
CreatedBy?: string;
|
|
638
|
+
|
|
639
|
+
CreationTime?: Date;
|
|
640
|
+
|
|
641
|
+
ExpirationTime?: Date;
|
|
642
|
+
|
|
643
|
+
Name?: string;
|
|
644
|
+
|
|
645
|
+
State?: EventSourceState | string;
|
|
646
|
+
}
|
|
647
|
+
export interface DescribePartnerEventSourceRequest {
|
|
648
|
+
Name: string | undefined;
|
|
649
|
+
}
|
|
650
|
+
export interface DescribePartnerEventSourceResponse {
|
|
651
|
+
Arn?: string;
|
|
652
|
+
|
|
653
|
+
Name?: string;
|
|
654
|
+
}
|
|
655
|
+
export interface DescribeReplayRequest {
|
|
656
|
+
ReplayName: string | undefined;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
export interface ReplayDestination {
|
|
660
|
+
Arn: string | undefined;
|
|
661
|
+
|
|
662
|
+
FilterArns?: string[];
|
|
663
|
+
}
|
|
664
|
+
export interface DescribeReplayResponse {
|
|
665
|
+
ReplayName?: string;
|
|
666
|
+
|
|
667
|
+
ReplayArn?: string;
|
|
668
|
+
|
|
669
|
+
Description?: string;
|
|
670
|
+
|
|
671
|
+
State?: ReplayState | string;
|
|
672
|
+
|
|
673
|
+
StateReason?: string;
|
|
674
|
+
|
|
675
|
+
EventSourceArn?: string;
|
|
676
|
+
|
|
677
|
+
Destination?: ReplayDestination;
|
|
678
|
+
|
|
679
|
+
EventStartTime?: Date;
|
|
680
|
+
|
|
681
|
+
EventEndTime?: Date;
|
|
682
|
+
|
|
683
|
+
EventLastReplayedTime?: Date;
|
|
684
|
+
|
|
685
|
+
ReplayStartTime?: Date;
|
|
686
|
+
|
|
687
|
+
ReplayEndTime?: Date;
|
|
688
|
+
}
|
|
689
|
+
export interface DescribeRuleRequest {
|
|
690
|
+
Name: string | undefined;
|
|
691
|
+
|
|
692
|
+
EventBusName?: string;
|
|
693
|
+
}
|
|
694
|
+
export declare enum RuleState {
|
|
695
|
+
DISABLED = "DISABLED",
|
|
696
|
+
ENABLED = "ENABLED",
|
|
697
|
+
}
|
|
698
|
+
export interface DescribeRuleResponse {
|
|
699
|
+
Name?: string;
|
|
700
|
+
|
|
701
|
+
Arn?: string;
|
|
702
|
+
|
|
703
|
+
EventPattern?: string;
|
|
704
|
+
|
|
705
|
+
ScheduleExpression?: string;
|
|
706
|
+
|
|
707
|
+
State?: RuleState | string;
|
|
708
|
+
|
|
709
|
+
Description?: string;
|
|
710
|
+
|
|
711
|
+
RoleArn?: string;
|
|
712
|
+
|
|
713
|
+
ManagedBy?: string;
|
|
714
|
+
|
|
715
|
+
EventBusName?: string;
|
|
716
|
+
|
|
717
|
+
CreatedBy?: string;
|
|
718
|
+
}
|
|
719
|
+
export interface DisableRuleRequest {
|
|
720
|
+
Name: string | undefined;
|
|
721
|
+
|
|
722
|
+
EventBusName?: string;
|
|
723
|
+
}
|
|
724
|
+
export interface EnableRuleRequest {
|
|
725
|
+
Name: string | undefined;
|
|
726
|
+
|
|
727
|
+
EventBusName?: string;
|
|
728
|
+
}
|
|
729
|
+
export interface ListApiDestinationsRequest {
|
|
730
|
+
NamePrefix?: string;
|
|
731
|
+
|
|
732
|
+
ConnectionArn?: string;
|
|
733
|
+
|
|
734
|
+
NextToken?: string;
|
|
735
|
+
|
|
736
|
+
Limit?: number;
|
|
737
|
+
}
|
|
738
|
+
export interface ListApiDestinationsResponse {
|
|
739
|
+
ApiDestinations?: ApiDestination[];
|
|
740
|
+
|
|
741
|
+
NextToken?: string;
|
|
742
|
+
}
|
|
743
|
+
export interface ListArchivesRequest {
|
|
744
|
+
NamePrefix?: string;
|
|
745
|
+
|
|
746
|
+
EventSourceArn?: string;
|
|
747
|
+
|
|
748
|
+
State?: ArchiveState | string;
|
|
749
|
+
|
|
750
|
+
NextToken?: string;
|
|
751
|
+
|
|
752
|
+
Limit?: number;
|
|
753
|
+
}
|
|
754
|
+
export interface ListArchivesResponse {
|
|
755
|
+
Archives?: Archive[];
|
|
756
|
+
|
|
757
|
+
NextToken?: string;
|
|
758
|
+
}
|
|
759
|
+
export interface ListConnectionsRequest {
|
|
760
|
+
NamePrefix?: string;
|
|
761
|
+
|
|
762
|
+
ConnectionState?: ConnectionState | string;
|
|
763
|
+
|
|
764
|
+
NextToken?: string;
|
|
765
|
+
|
|
766
|
+
Limit?: number;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
export interface Connection {
|
|
770
|
+
ConnectionArn?: string;
|
|
771
|
+
|
|
772
|
+
Name?: string;
|
|
773
|
+
|
|
774
|
+
ConnectionState?: ConnectionState | string;
|
|
775
|
+
|
|
776
|
+
StateReason?: string;
|
|
777
|
+
|
|
778
|
+
AuthorizationType?: ConnectionAuthorizationType | string;
|
|
779
|
+
|
|
780
|
+
CreationTime?: Date;
|
|
781
|
+
|
|
782
|
+
LastModifiedTime?: Date;
|
|
783
|
+
|
|
784
|
+
LastAuthorizedTime?: Date;
|
|
785
|
+
}
|
|
786
|
+
export interface ListConnectionsResponse {
|
|
787
|
+
Connections?: Connection[];
|
|
788
|
+
|
|
789
|
+
NextToken?: string;
|
|
790
|
+
}
|
|
791
|
+
export interface ListEndpointsRequest {
|
|
792
|
+
NamePrefix?: string;
|
|
793
|
+
|
|
794
|
+
HomeRegion?: string;
|
|
795
|
+
|
|
796
|
+
NextToken?: string;
|
|
797
|
+
|
|
798
|
+
MaxResults?: number;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
export interface Endpoint {
|
|
802
|
+
Name?: string;
|
|
803
|
+
|
|
804
|
+
Description?: string;
|
|
805
|
+
|
|
806
|
+
Arn?: string;
|
|
807
|
+
|
|
808
|
+
RoutingConfig?: RoutingConfig;
|
|
809
|
+
|
|
810
|
+
ReplicationConfig?: ReplicationConfig;
|
|
811
|
+
|
|
812
|
+
EventBuses?: EndpointEventBus[];
|
|
813
|
+
|
|
814
|
+
RoleArn?: string;
|
|
815
|
+
|
|
816
|
+
EndpointId?: string;
|
|
817
|
+
|
|
818
|
+
EndpointUrl?: string;
|
|
819
|
+
|
|
820
|
+
State?: EndpointState | string;
|
|
821
|
+
|
|
822
|
+
StateReason?: string;
|
|
823
|
+
|
|
824
|
+
CreationTime?: Date;
|
|
825
|
+
|
|
826
|
+
LastModifiedTime?: Date;
|
|
827
|
+
}
|
|
828
|
+
export interface ListEndpointsResponse {
|
|
829
|
+
Endpoints?: Endpoint[];
|
|
830
|
+
|
|
831
|
+
NextToken?: string;
|
|
832
|
+
}
|
|
833
|
+
export interface ListEventBusesRequest {
|
|
834
|
+
NamePrefix?: string;
|
|
835
|
+
|
|
836
|
+
NextToken?: string;
|
|
837
|
+
|
|
838
|
+
Limit?: number;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
export interface EventBus {
|
|
842
|
+
Name?: string;
|
|
843
|
+
|
|
844
|
+
Arn?: string;
|
|
845
|
+
|
|
846
|
+
Policy?: string;
|
|
847
|
+
}
|
|
848
|
+
export interface ListEventBusesResponse {
|
|
849
|
+
EventBuses?: EventBus[];
|
|
850
|
+
|
|
851
|
+
NextToken?: string;
|
|
852
|
+
}
|
|
853
|
+
export interface ListEventSourcesRequest {
|
|
854
|
+
NamePrefix?: string;
|
|
855
|
+
|
|
856
|
+
NextToken?: string;
|
|
857
|
+
|
|
858
|
+
Limit?: number;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
export interface EventSource {
|
|
862
|
+
Arn?: string;
|
|
863
|
+
|
|
864
|
+
CreatedBy?: string;
|
|
865
|
+
|
|
866
|
+
CreationTime?: Date;
|
|
867
|
+
|
|
868
|
+
ExpirationTime?: Date;
|
|
869
|
+
|
|
870
|
+
Name?: string;
|
|
871
|
+
|
|
872
|
+
State?: EventSourceState | string;
|
|
873
|
+
}
|
|
874
|
+
export interface ListEventSourcesResponse {
|
|
875
|
+
EventSources?: EventSource[];
|
|
876
|
+
|
|
877
|
+
NextToken?: string;
|
|
878
|
+
}
|
|
879
|
+
export interface ListPartnerEventSourceAccountsRequest {
|
|
880
|
+
EventSourceName: string | undefined;
|
|
881
|
+
|
|
882
|
+
NextToken?: string;
|
|
883
|
+
|
|
884
|
+
Limit?: number;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
export interface PartnerEventSourceAccount {
|
|
888
|
+
Account?: string;
|
|
889
|
+
|
|
890
|
+
CreationTime?: Date;
|
|
891
|
+
|
|
892
|
+
ExpirationTime?: Date;
|
|
893
|
+
|
|
894
|
+
State?: EventSourceState | string;
|
|
895
|
+
}
|
|
896
|
+
export interface ListPartnerEventSourceAccountsResponse {
|
|
897
|
+
PartnerEventSourceAccounts?: PartnerEventSourceAccount[];
|
|
898
|
+
|
|
899
|
+
NextToken?: string;
|
|
900
|
+
}
|
|
901
|
+
export interface ListPartnerEventSourcesRequest {
|
|
902
|
+
NamePrefix: string | undefined;
|
|
903
|
+
|
|
904
|
+
NextToken?: string;
|
|
905
|
+
|
|
906
|
+
Limit?: number;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
export interface PartnerEventSource {
|
|
910
|
+
Arn?: string;
|
|
911
|
+
|
|
912
|
+
Name?: string;
|
|
913
|
+
}
|
|
914
|
+
export interface ListPartnerEventSourcesResponse {
|
|
915
|
+
PartnerEventSources?: PartnerEventSource[];
|
|
916
|
+
|
|
917
|
+
NextToken?: string;
|
|
918
|
+
}
|
|
919
|
+
export interface ListReplaysRequest {
|
|
920
|
+
NamePrefix?: string;
|
|
921
|
+
|
|
922
|
+
State?: ReplayState | string;
|
|
923
|
+
|
|
924
|
+
EventSourceArn?: string;
|
|
925
|
+
|
|
926
|
+
NextToken?: string;
|
|
927
|
+
|
|
928
|
+
Limit?: number;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
export interface Replay {
|
|
932
|
+
ReplayName?: string;
|
|
933
|
+
|
|
934
|
+
EventSourceArn?: string;
|
|
935
|
+
|
|
936
|
+
State?: ReplayState | string;
|
|
937
|
+
|
|
938
|
+
StateReason?: string;
|
|
939
|
+
|
|
940
|
+
EventStartTime?: Date;
|
|
941
|
+
|
|
942
|
+
EventEndTime?: Date;
|
|
943
|
+
|
|
944
|
+
EventLastReplayedTime?: Date;
|
|
945
|
+
|
|
946
|
+
ReplayStartTime?: Date;
|
|
947
|
+
|
|
948
|
+
ReplayEndTime?: Date;
|
|
949
|
+
}
|
|
950
|
+
export interface ListReplaysResponse {
|
|
951
|
+
Replays?: Replay[];
|
|
952
|
+
|
|
953
|
+
NextToken?: string;
|
|
954
|
+
}
|
|
955
|
+
export interface ListRuleNamesByTargetRequest {
|
|
956
|
+
TargetArn: string | undefined;
|
|
957
|
+
|
|
958
|
+
EventBusName?: string;
|
|
959
|
+
|
|
960
|
+
NextToken?: string;
|
|
961
|
+
|
|
962
|
+
Limit?: number;
|
|
963
|
+
}
|
|
964
|
+
export interface ListRuleNamesByTargetResponse {
|
|
965
|
+
RuleNames?: string[];
|
|
966
|
+
|
|
967
|
+
NextToken?: string;
|
|
968
|
+
}
|
|
969
|
+
export interface ListRulesRequest {
|
|
970
|
+
NamePrefix?: string;
|
|
971
|
+
|
|
972
|
+
EventBusName?: string;
|
|
973
|
+
|
|
974
|
+
NextToken?: string;
|
|
975
|
+
|
|
976
|
+
Limit?: number;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
export interface Rule {
|
|
980
|
+
Name?: string;
|
|
981
|
+
|
|
982
|
+
Arn?: string;
|
|
983
|
+
|
|
984
|
+
EventPattern?: string;
|
|
985
|
+
|
|
986
|
+
State?: RuleState | string;
|
|
987
|
+
|
|
988
|
+
Description?: string;
|
|
989
|
+
|
|
990
|
+
ScheduleExpression?: string;
|
|
991
|
+
|
|
992
|
+
RoleArn?: string;
|
|
993
|
+
|
|
994
|
+
ManagedBy?: string;
|
|
995
|
+
|
|
996
|
+
EventBusName?: string;
|
|
997
|
+
}
|
|
998
|
+
export interface ListRulesResponse {
|
|
999
|
+
Rules?: Rule[];
|
|
1000
|
+
|
|
1001
|
+
NextToken?: string;
|
|
1002
|
+
}
|
|
1003
|
+
export interface ListTagsForResourceRequest {
|
|
1004
|
+
ResourceARN: string | undefined;
|
|
1005
|
+
}
|
|
1006
|
+
export interface ListTagsForResourceResponse {
|
|
1007
|
+
Tags?: Tag[];
|
|
1008
|
+
}
|
|
1009
|
+
export interface ListTargetsByRuleRequest {
|
|
1010
|
+
Rule: string | undefined;
|
|
1011
|
+
|
|
1012
|
+
EventBusName?: string;
|
|
1013
|
+
|
|
1014
|
+
NextToken?: string;
|
|
1015
|
+
|
|
1016
|
+
Limit?: number;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
export interface BatchArrayProperties {
|
|
1020
|
+
Size?: number;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
export interface BatchRetryStrategy {
|
|
1024
|
+
Attempts?: number;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
export interface BatchParameters {
|
|
1028
|
+
JobDefinition: string | undefined;
|
|
1029
|
+
|
|
1030
|
+
JobName: string | undefined;
|
|
1031
|
+
|
|
1032
|
+
ArrayProperties?: BatchArrayProperties;
|
|
1033
|
+
|
|
1034
|
+
RetryStrategy?: BatchRetryStrategy;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
export interface DeadLetterConfig {
|
|
1038
|
+
Arn?: string;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
export interface CapacityProviderStrategyItem {
|
|
1042
|
+
capacityProvider: string | undefined;
|
|
1043
|
+
|
|
1044
|
+
weight?: number;
|
|
1045
|
+
|
|
1046
|
+
base?: number;
|
|
1047
|
+
}
|
|
1048
|
+
export declare enum LaunchType {
|
|
1049
|
+
EC2 = "EC2",
|
|
1050
|
+
EXTERNAL = "EXTERNAL",
|
|
1051
|
+
FARGATE = "FARGATE",
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
export interface AwsVpcConfiguration {
|
|
1055
|
+
Subnets: string[] | undefined;
|
|
1056
|
+
|
|
1057
|
+
SecurityGroups?: string[];
|
|
1058
|
+
|
|
1059
|
+
AssignPublicIp?: AssignPublicIp | string;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
export interface NetworkConfiguration {
|
|
1063
|
+
awsvpcConfiguration?: AwsVpcConfiguration;
|
|
1064
|
+
}
|
|
1065
|
+
export declare enum PlacementConstraintType {
|
|
1066
|
+
DISTINCT_INSTANCE = "distinctInstance",
|
|
1067
|
+
MEMBER_OF = "memberOf",
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
export interface PlacementConstraint {
|
|
1071
|
+
type?: PlacementConstraintType | string;
|
|
1072
|
+
|
|
1073
|
+
expression?: string;
|
|
1074
|
+
}
|
|
1075
|
+
export declare enum PlacementStrategyType {
|
|
1076
|
+
BINPACK = "binpack",
|
|
1077
|
+
RANDOM = "random",
|
|
1078
|
+
SPREAD = "spread",
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
export interface PlacementStrategy {
|
|
1082
|
+
type?: PlacementStrategyType | string;
|
|
1083
|
+
|
|
1084
|
+
field?: string;
|
|
1085
|
+
}
|
|
1086
|
+
export declare enum PropagateTags {
|
|
1087
|
+
TASK_DEFINITION = "TASK_DEFINITION",
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
export interface EcsParameters {
|
|
1091
|
+
TaskDefinitionArn: string | undefined;
|
|
1092
|
+
|
|
1093
|
+
TaskCount?: number;
|
|
1094
|
+
|
|
1095
|
+
LaunchType?: LaunchType | string;
|
|
1096
|
+
|
|
1097
|
+
NetworkConfiguration?: NetworkConfiguration;
|
|
1098
|
+
|
|
1099
|
+
PlatformVersion?: string;
|
|
1100
|
+
|
|
1101
|
+
Group?: string;
|
|
1102
|
+
|
|
1103
|
+
CapacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
1104
|
+
|
|
1105
|
+
EnableECSManagedTags?: boolean;
|
|
1106
|
+
|
|
1107
|
+
EnableExecuteCommand?: boolean;
|
|
1108
|
+
|
|
1109
|
+
PlacementConstraints?: PlacementConstraint[];
|
|
1110
|
+
|
|
1111
|
+
PlacementStrategy?: PlacementStrategy[];
|
|
1112
|
+
|
|
1113
|
+
PropagateTags?: PropagateTags | string;
|
|
1114
|
+
|
|
1115
|
+
ReferenceId?: string;
|
|
1116
|
+
|
|
1117
|
+
Tags?: Tag[];
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
export interface HttpParameters {
|
|
1121
|
+
PathParameterValues?: string[];
|
|
1122
|
+
|
|
1123
|
+
HeaderParameters?: Record<string, string>;
|
|
1124
|
+
|
|
1125
|
+
QueryStringParameters?: Record<string, string>;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
export interface InputTransformer {
|
|
1129
|
+
InputPathsMap?: Record<string, string>;
|
|
1130
|
+
|
|
1131
|
+
InputTemplate: string | undefined;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
export interface KinesisParameters {
|
|
1135
|
+
PartitionKeyPath: string | undefined;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
export interface RedshiftDataParameters {
|
|
1139
|
+
SecretManagerArn?: string;
|
|
1140
|
+
|
|
1141
|
+
Database: string | undefined;
|
|
1142
|
+
|
|
1143
|
+
DbUser?: string;
|
|
1144
|
+
|
|
1145
|
+
Sql: string | undefined;
|
|
1146
|
+
|
|
1147
|
+
StatementName?: string;
|
|
1148
|
+
|
|
1149
|
+
WithEvent?: boolean;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
export interface RetryPolicy {
|
|
1153
|
+
MaximumRetryAttempts?: number;
|
|
1154
|
+
|
|
1155
|
+
MaximumEventAgeInSeconds?: number;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
export interface RunCommandTarget {
|
|
1159
|
+
Key: string | undefined;
|
|
1160
|
+
|
|
1161
|
+
Values: string[] | undefined;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
export interface RunCommandParameters {
|
|
1165
|
+
RunCommandTargets: RunCommandTarget[] | undefined;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
export interface SageMakerPipelineParameter {
|
|
1169
|
+
Name: string | undefined;
|
|
1170
|
+
|
|
1171
|
+
Value: string | undefined;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
export interface SageMakerPipelineParameters {
|
|
1175
|
+
PipelineParameterList?: SageMakerPipelineParameter[];
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
export interface SqsParameters {
|
|
1179
|
+
MessageGroupId?: string;
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
export interface Target {
|
|
1183
|
+
Id: string | undefined;
|
|
1184
|
+
|
|
1185
|
+
Arn: string | undefined;
|
|
1186
|
+
|
|
1187
|
+
RoleArn?: string;
|
|
1188
|
+
|
|
1189
|
+
Input?: string;
|
|
1190
|
+
|
|
1191
|
+
InputPath?: string;
|
|
1192
|
+
|
|
1193
|
+
InputTransformer?: InputTransformer;
|
|
1194
|
+
|
|
1195
|
+
KinesisParameters?: KinesisParameters;
|
|
1196
|
+
|
|
1197
|
+
RunCommandParameters?: RunCommandParameters;
|
|
1198
|
+
|
|
1199
|
+
EcsParameters?: EcsParameters;
|
|
1200
|
+
|
|
1201
|
+
BatchParameters?: BatchParameters;
|
|
1202
|
+
|
|
1203
|
+
SqsParameters?: SqsParameters;
|
|
1204
|
+
|
|
1205
|
+
HttpParameters?: HttpParameters;
|
|
1206
|
+
|
|
1207
|
+
RedshiftDataParameters?: RedshiftDataParameters;
|
|
1208
|
+
|
|
1209
|
+
SageMakerPipelineParameters?: SageMakerPipelineParameters;
|
|
1210
|
+
|
|
1211
|
+
DeadLetterConfig?: DeadLetterConfig;
|
|
1212
|
+
|
|
1213
|
+
RetryPolicy?: RetryPolicy;
|
|
1214
|
+
}
|
|
1215
|
+
export interface ListTargetsByRuleResponse {
|
|
1216
|
+
Targets?: Target[];
|
|
1217
|
+
|
|
1218
|
+
NextToken?: string;
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
export interface PutEventsRequestEntry {
|
|
1222
|
+
Time?: Date;
|
|
1223
|
+
|
|
1224
|
+
Source?: string;
|
|
1225
|
+
|
|
1226
|
+
Resources?: string[];
|
|
1227
|
+
|
|
1228
|
+
DetailType?: string;
|
|
1229
|
+
|
|
1230
|
+
Detail?: string;
|
|
1231
|
+
|
|
1232
|
+
EventBusName?: string;
|
|
1233
|
+
|
|
1234
|
+
TraceHeader?: string;
|
|
1235
|
+
}
|
|
1236
|
+
export interface PutEventsRequest {
|
|
1237
|
+
Entries: PutEventsRequestEntry[] | undefined;
|
|
1238
|
+
|
|
1239
|
+
EndpointId?: string;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
export interface PutEventsResultEntry {
|
|
1243
|
+
EventId?: string;
|
|
1244
|
+
|
|
1245
|
+
ErrorCode?: string;
|
|
1246
|
+
|
|
1247
|
+
ErrorMessage?: string;
|
|
1248
|
+
}
|
|
1249
|
+
export interface PutEventsResponse {
|
|
1250
|
+
FailedEntryCount?: number;
|
|
1251
|
+
|
|
1252
|
+
Entries?: PutEventsResultEntry[];
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
export interface PutPartnerEventsRequestEntry {
|
|
1256
|
+
Time?: Date;
|
|
1257
|
+
|
|
1258
|
+
Source?: string;
|
|
1259
|
+
|
|
1260
|
+
Resources?: string[];
|
|
1261
|
+
|
|
1262
|
+
DetailType?: string;
|
|
1263
|
+
|
|
1264
|
+
Detail?: string;
|
|
1265
|
+
}
|
|
1266
|
+
export interface PutPartnerEventsRequest {
|
|
1267
|
+
Entries: PutPartnerEventsRequestEntry[] | undefined;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
export interface PutPartnerEventsResultEntry {
|
|
1271
|
+
EventId?: string;
|
|
1272
|
+
|
|
1273
|
+
ErrorCode?: string;
|
|
1274
|
+
|
|
1275
|
+
ErrorMessage?: string;
|
|
1276
|
+
}
|
|
1277
|
+
export interface PutPartnerEventsResponse {
|
|
1278
|
+
FailedEntryCount?: number;
|
|
1279
|
+
|
|
1280
|
+
Entries?: PutPartnerEventsResultEntry[];
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
export declare class PolicyLengthExceededException extends __BaseException {
|
|
1284
|
+
readonly name: "PolicyLengthExceededException";
|
|
1285
|
+
readonly $fault: "client";
|
|
1286
|
+
|
|
1287
|
+
constructor(
|
|
1288
|
+
opts: __ExceptionOptionType<PolicyLengthExceededException, __BaseException>
|
|
1289
|
+
);
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
export interface Condition {
|
|
1293
|
+
Type: string | undefined;
|
|
1294
|
+
|
|
1295
|
+
Key: string | undefined;
|
|
1296
|
+
|
|
1297
|
+
Value: string | undefined;
|
|
1298
|
+
}
|
|
1299
|
+
export interface PutPermissionRequest {
|
|
1300
|
+
EventBusName?: string;
|
|
1301
|
+
|
|
1302
|
+
Action?: string;
|
|
1303
|
+
|
|
1304
|
+
Principal?: string;
|
|
1305
|
+
|
|
1306
|
+
StatementId?: string;
|
|
1307
|
+
|
|
1308
|
+
Condition?: Condition;
|
|
1309
|
+
|
|
1310
|
+
Policy?: string;
|
|
1311
|
+
}
|
|
1312
|
+
export interface PutRuleRequest {
|
|
1313
|
+
Name: string | undefined;
|
|
1314
|
+
|
|
1315
|
+
ScheduleExpression?: string;
|
|
1316
|
+
|
|
1317
|
+
EventPattern?: string;
|
|
1318
|
+
|
|
1319
|
+
State?: RuleState | string;
|
|
1320
|
+
|
|
1321
|
+
Description?: string;
|
|
1322
|
+
|
|
1323
|
+
RoleArn?: string;
|
|
1324
|
+
|
|
1325
|
+
Tags?: Tag[];
|
|
1326
|
+
|
|
1327
|
+
EventBusName?: string;
|
|
1328
|
+
}
|
|
1329
|
+
export interface PutRuleResponse {
|
|
1330
|
+
RuleArn?: string;
|
|
1331
|
+
}
|
|
1332
|
+
export interface PutTargetsRequest {
|
|
1333
|
+
Rule: string | undefined;
|
|
1334
|
+
|
|
1335
|
+
EventBusName?: string;
|
|
1336
|
+
|
|
1337
|
+
Targets: Target[] | undefined;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
export interface PutTargetsResultEntry {
|
|
1341
|
+
TargetId?: string;
|
|
1342
|
+
|
|
1343
|
+
ErrorCode?: string;
|
|
1344
|
+
|
|
1345
|
+
ErrorMessage?: string;
|
|
1346
|
+
}
|
|
1347
|
+
export interface PutTargetsResponse {
|
|
1348
|
+
FailedEntryCount?: number;
|
|
1349
|
+
|
|
1350
|
+
FailedEntries?: PutTargetsResultEntry[];
|
|
1351
|
+
}
|
|
1352
|
+
export interface RemovePermissionRequest {
|
|
1353
|
+
StatementId?: string;
|
|
1354
|
+
|
|
1355
|
+
RemoveAllPermissions?: boolean;
|
|
1356
|
+
|
|
1357
|
+
EventBusName?: string;
|
|
1358
|
+
}
|
|
1359
|
+
export interface RemoveTargetsRequest {
|
|
1360
|
+
Rule: string | undefined;
|
|
1361
|
+
|
|
1362
|
+
EventBusName?: string;
|
|
1363
|
+
|
|
1364
|
+
Ids: string[] | undefined;
|
|
1365
|
+
|
|
1366
|
+
Force?: boolean;
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
export interface RemoveTargetsResultEntry {
|
|
1370
|
+
TargetId?: string;
|
|
1371
|
+
|
|
1372
|
+
ErrorCode?: string;
|
|
1373
|
+
|
|
1374
|
+
ErrorMessage?: string;
|
|
1375
|
+
}
|
|
1376
|
+
export interface RemoveTargetsResponse {
|
|
1377
|
+
FailedEntryCount?: number;
|
|
1378
|
+
|
|
1379
|
+
FailedEntries?: RemoveTargetsResultEntry[];
|
|
1380
|
+
}
|
|
1381
|
+
export interface StartReplayRequest {
|
|
1382
|
+
ReplayName: string | undefined;
|
|
1383
|
+
|
|
1384
|
+
Description?: string;
|
|
1385
|
+
|
|
1386
|
+
EventSourceArn: string | undefined;
|
|
1387
|
+
|
|
1388
|
+
EventStartTime: Date | undefined;
|
|
1389
|
+
|
|
1390
|
+
EventEndTime: Date | undefined;
|
|
1391
|
+
|
|
1392
|
+
Destination: ReplayDestination | undefined;
|
|
1393
|
+
}
|
|
1394
|
+
export interface StartReplayResponse {
|
|
1395
|
+
ReplayArn?: string;
|
|
1396
|
+
|
|
1397
|
+
State?: ReplayState | string;
|
|
1398
|
+
|
|
1399
|
+
StateReason?: string;
|
|
1400
|
+
|
|
1401
|
+
ReplayStartTime?: Date;
|
|
1402
|
+
}
|
|
1403
|
+
export interface TagResourceRequest {
|
|
1404
|
+
ResourceARN: string | undefined;
|
|
1405
|
+
|
|
1406
|
+
Tags: Tag[] | undefined;
|
|
1407
|
+
}
|
|
1408
|
+
export interface TagResourceResponse {}
|
|
1409
|
+
export interface TestEventPatternRequest {
|
|
1410
|
+
EventPattern: string | undefined;
|
|
1411
|
+
|
|
1412
|
+
Event: string | undefined;
|
|
1413
|
+
}
|
|
1414
|
+
export interface TestEventPatternResponse {
|
|
1415
|
+
Result?: boolean;
|
|
1416
|
+
}
|
|
1417
|
+
export interface UntagResourceRequest {
|
|
1418
|
+
ResourceARN: string | undefined;
|
|
1419
|
+
|
|
1420
|
+
TagKeys: string[] | undefined;
|
|
1421
|
+
}
|
|
1422
|
+
export interface UntagResourceResponse {}
|
|
1423
|
+
export interface UpdateApiDestinationRequest {
|
|
1424
|
+
Name: string | undefined;
|
|
1425
|
+
|
|
1426
|
+
Description?: string;
|
|
1427
|
+
|
|
1428
|
+
ConnectionArn?: string;
|
|
1429
|
+
|
|
1430
|
+
InvocationEndpoint?: string;
|
|
1431
|
+
|
|
1432
|
+
HttpMethod?: ApiDestinationHttpMethod | string;
|
|
1433
|
+
|
|
1434
|
+
InvocationRateLimitPerSecond?: number;
|
|
1435
|
+
}
|
|
1436
|
+
export interface UpdateApiDestinationResponse {
|
|
1437
|
+
ApiDestinationArn?: string;
|
|
1438
|
+
|
|
1439
|
+
ApiDestinationState?: ApiDestinationState | string;
|
|
1440
|
+
|
|
1441
|
+
CreationTime?: Date;
|
|
1442
|
+
|
|
1443
|
+
LastModifiedTime?: Date;
|
|
1444
|
+
}
|
|
1445
|
+
export interface UpdateArchiveRequest {
|
|
1446
|
+
ArchiveName: string | undefined;
|
|
1447
|
+
|
|
1448
|
+
Description?: string;
|
|
1449
|
+
|
|
1450
|
+
EventPattern?: string;
|
|
1451
|
+
|
|
1452
|
+
RetentionDays?: number;
|
|
1453
|
+
}
|
|
1454
|
+
export interface UpdateArchiveResponse {
|
|
1455
|
+
ArchiveArn?: string;
|
|
1456
|
+
|
|
1457
|
+
State?: ArchiveState | string;
|
|
1458
|
+
|
|
1459
|
+
StateReason?: string;
|
|
1460
|
+
|
|
1461
|
+
CreationTime?: Date;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
export interface UpdateConnectionApiKeyAuthRequestParameters {
|
|
1465
|
+
ApiKeyName?: string;
|
|
1466
|
+
|
|
1467
|
+
ApiKeyValue?: string;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
export interface UpdateConnectionBasicAuthRequestParameters {
|
|
1471
|
+
Username?: string;
|
|
1472
|
+
|
|
1473
|
+
Password?: string;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
export interface UpdateConnectionOAuthClientRequestParameters {
|
|
1477
|
+
ClientID?: string;
|
|
1478
|
+
|
|
1479
|
+
ClientSecret?: string;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
export interface UpdateConnectionOAuthRequestParameters {
|
|
1483
|
+
ClientParameters?: UpdateConnectionOAuthClientRequestParameters;
|
|
1484
|
+
|
|
1485
|
+
AuthorizationEndpoint?: string;
|
|
1486
|
+
|
|
1487
|
+
HttpMethod?: ConnectionOAuthHttpMethod | string;
|
|
1488
|
+
|
|
1489
|
+
OAuthHttpParameters?: ConnectionHttpParameters;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
export interface UpdateConnectionAuthRequestParameters {
|
|
1493
|
+
BasicAuthParameters?: UpdateConnectionBasicAuthRequestParameters;
|
|
1494
|
+
|
|
1495
|
+
OAuthParameters?: UpdateConnectionOAuthRequestParameters;
|
|
1496
|
+
|
|
1497
|
+
ApiKeyAuthParameters?: UpdateConnectionApiKeyAuthRequestParameters;
|
|
1498
|
+
|
|
1499
|
+
InvocationHttpParameters?: ConnectionHttpParameters;
|
|
1500
|
+
}
|
|
1501
|
+
export interface UpdateConnectionRequest {
|
|
1502
|
+
Name: string | undefined;
|
|
1503
|
+
|
|
1504
|
+
Description?: string;
|
|
1505
|
+
|
|
1506
|
+
AuthorizationType?: ConnectionAuthorizationType | string;
|
|
1507
|
+
|
|
1508
|
+
AuthParameters?: UpdateConnectionAuthRequestParameters;
|
|
1509
|
+
}
|
|
1510
|
+
export interface UpdateConnectionResponse {
|
|
1511
|
+
ConnectionArn?: string;
|
|
1512
|
+
|
|
1513
|
+
ConnectionState?: ConnectionState | string;
|
|
1514
|
+
|
|
1515
|
+
CreationTime?: Date;
|
|
1516
|
+
|
|
1517
|
+
LastModifiedTime?: Date;
|
|
1518
|
+
|
|
1519
|
+
LastAuthorizedTime?: Date;
|
|
1520
|
+
}
|
|
1521
|
+
export interface UpdateEndpointRequest {
|
|
1522
|
+
Name: string | undefined;
|
|
1523
|
+
|
|
1524
|
+
Description?: string;
|
|
1525
|
+
|
|
1526
|
+
RoutingConfig?: RoutingConfig;
|
|
1527
|
+
|
|
1528
|
+
ReplicationConfig?: ReplicationConfig;
|
|
1529
|
+
|
|
1530
|
+
EventBuses?: EndpointEventBus[];
|
|
1531
|
+
|
|
1532
|
+
RoleArn?: string;
|
|
1533
|
+
}
|
|
1534
|
+
export interface UpdateEndpointResponse {
|
|
1535
|
+
Name?: string;
|
|
1536
|
+
|
|
1537
|
+
Arn?: string;
|
|
1538
|
+
|
|
1539
|
+
RoutingConfig?: RoutingConfig;
|
|
1540
|
+
|
|
1541
|
+
ReplicationConfig?: ReplicationConfig;
|
|
1542
|
+
|
|
1543
|
+
EventBuses?: EndpointEventBus[];
|
|
1544
|
+
|
|
1545
|
+
RoleArn?: string;
|
|
1546
|
+
|
|
1547
|
+
EndpointId?: string;
|
|
1548
|
+
|
|
1549
|
+
EndpointUrl?: string;
|
|
1550
|
+
|
|
1551
|
+
State?: EndpointState | string;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
export declare const ActivateEventSourceRequestFilterSensitiveLog: (
|
|
1555
|
+
obj: ActivateEventSourceRequest
|
|
1556
|
+
) => any;
|
|
1557
|
+
|
|
1558
|
+
export declare const ApiDestinationFilterSensitiveLog: (
|
|
1559
|
+
obj: ApiDestination
|
|
1560
|
+
) => any;
|
|
1561
|
+
|
|
1562
|
+
export declare const ArchiveFilterSensitiveLog: (obj: Archive) => any;
|
|
1563
|
+
|
|
1564
|
+
export declare const CancelReplayRequestFilterSensitiveLog: (
|
|
1565
|
+
obj: CancelReplayRequest
|
|
1566
|
+
) => any;
|
|
1567
|
+
|
|
1568
|
+
export declare const CancelReplayResponseFilterSensitiveLog: (
|
|
1569
|
+
obj: CancelReplayResponse
|
|
1570
|
+
) => any;
|
|
1571
|
+
|
|
1572
|
+
export declare const CreateApiDestinationRequestFilterSensitiveLog: (
|
|
1573
|
+
obj: CreateApiDestinationRequest
|
|
1574
|
+
) => any;
|
|
1575
|
+
|
|
1576
|
+
export declare const CreateApiDestinationResponseFilterSensitiveLog: (
|
|
1577
|
+
obj: CreateApiDestinationResponse
|
|
1578
|
+
) => any;
|
|
1579
|
+
|
|
1580
|
+
export declare const CreateArchiveRequestFilterSensitiveLog: (
|
|
1581
|
+
obj: CreateArchiveRequest
|
|
1582
|
+
) => any;
|
|
1583
|
+
|
|
1584
|
+
export declare const CreateArchiveResponseFilterSensitiveLog: (
|
|
1585
|
+
obj: CreateArchiveResponse
|
|
1586
|
+
) => any;
|
|
1587
|
+
|
|
1588
|
+
export declare const CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog: (
|
|
1589
|
+
obj: CreateConnectionApiKeyAuthRequestParameters
|
|
1590
|
+
) => any;
|
|
1591
|
+
|
|
1592
|
+
export declare const CreateConnectionBasicAuthRequestParametersFilterSensitiveLog: (
|
|
1593
|
+
obj: CreateConnectionBasicAuthRequestParameters
|
|
1594
|
+
) => any;
|
|
1595
|
+
|
|
1596
|
+
export declare const ConnectionBodyParameterFilterSensitiveLog: (
|
|
1597
|
+
obj: ConnectionBodyParameter
|
|
1598
|
+
) => any;
|
|
1599
|
+
|
|
1600
|
+
export declare const ConnectionHeaderParameterFilterSensitiveLog: (
|
|
1601
|
+
obj: ConnectionHeaderParameter
|
|
1602
|
+
) => any;
|
|
1603
|
+
|
|
1604
|
+
export declare const ConnectionQueryStringParameterFilterSensitiveLog: (
|
|
1605
|
+
obj: ConnectionQueryStringParameter
|
|
1606
|
+
) => any;
|
|
1607
|
+
|
|
1608
|
+
export declare const ConnectionHttpParametersFilterSensitiveLog: (
|
|
1609
|
+
obj: ConnectionHttpParameters
|
|
1610
|
+
) => any;
|
|
1611
|
+
|
|
1612
|
+
export declare const CreateConnectionOAuthClientRequestParametersFilterSensitiveLog: (
|
|
1613
|
+
obj: CreateConnectionOAuthClientRequestParameters
|
|
1614
|
+
) => any;
|
|
1615
|
+
|
|
1616
|
+
export declare const CreateConnectionOAuthRequestParametersFilterSensitiveLog: (
|
|
1617
|
+
obj: CreateConnectionOAuthRequestParameters
|
|
1618
|
+
) => any;
|
|
1619
|
+
|
|
1620
|
+
export declare const CreateConnectionAuthRequestParametersFilterSensitiveLog: (
|
|
1621
|
+
obj: CreateConnectionAuthRequestParameters
|
|
1622
|
+
) => any;
|
|
1623
|
+
|
|
1624
|
+
export declare const CreateConnectionRequestFilterSensitiveLog: (
|
|
1625
|
+
obj: CreateConnectionRequest
|
|
1626
|
+
) => any;
|
|
1627
|
+
|
|
1628
|
+
export declare const CreateConnectionResponseFilterSensitiveLog: (
|
|
1629
|
+
obj: CreateConnectionResponse
|
|
1630
|
+
) => any;
|
|
1631
|
+
|
|
1632
|
+
export declare const EndpointEventBusFilterSensitiveLog: (
|
|
1633
|
+
obj: EndpointEventBus
|
|
1634
|
+
) => any;
|
|
1635
|
+
|
|
1636
|
+
export declare const ReplicationConfigFilterSensitiveLog: (
|
|
1637
|
+
obj: ReplicationConfig
|
|
1638
|
+
) => any;
|
|
1639
|
+
|
|
1640
|
+
export declare const PrimaryFilterSensitiveLog: (obj: Primary) => any;
|
|
1641
|
+
|
|
1642
|
+
export declare const SecondaryFilterSensitiveLog: (obj: Secondary) => any;
|
|
1643
|
+
|
|
1644
|
+
export declare const FailoverConfigFilterSensitiveLog: (
|
|
1645
|
+
obj: FailoverConfig
|
|
1646
|
+
) => any;
|
|
1647
|
+
|
|
1648
|
+
export declare const RoutingConfigFilterSensitiveLog: (
|
|
1649
|
+
obj: RoutingConfig
|
|
1650
|
+
) => any;
|
|
1651
|
+
|
|
1652
|
+
export declare const CreateEndpointRequestFilterSensitiveLog: (
|
|
1653
|
+
obj: CreateEndpointRequest
|
|
1654
|
+
) => any;
|
|
1655
|
+
|
|
1656
|
+
export declare const CreateEndpointResponseFilterSensitiveLog: (
|
|
1657
|
+
obj: CreateEndpointResponse
|
|
1658
|
+
) => any;
|
|
1659
|
+
|
|
1660
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1661
|
+
|
|
1662
|
+
export declare const CreateEventBusRequestFilterSensitiveLog: (
|
|
1663
|
+
obj: CreateEventBusRequest
|
|
1664
|
+
) => any;
|
|
1665
|
+
|
|
1666
|
+
export declare const CreateEventBusResponseFilterSensitiveLog: (
|
|
1667
|
+
obj: CreateEventBusResponse
|
|
1668
|
+
) => any;
|
|
1669
|
+
|
|
1670
|
+
export declare const CreatePartnerEventSourceRequestFilterSensitiveLog: (
|
|
1671
|
+
obj: CreatePartnerEventSourceRequest
|
|
1672
|
+
) => any;
|
|
1673
|
+
|
|
1674
|
+
export declare const CreatePartnerEventSourceResponseFilterSensitiveLog: (
|
|
1675
|
+
obj: CreatePartnerEventSourceResponse
|
|
1676
|
+
) => any;
|
|
1677
|
+
|
|
1678
|
+
export declare const DeactivateEventSourceRequestFilterSensitiveLog: (
|
|
1679
|
+
obj: DeactivateEventSourceRequest
|
|
1680
|
+
) => any;
|
|
1681
|
+
|
|
1682
|
+
export declare const DeauthorizeConnectionRequestFilterSensitiveLog: (
|
|
1683
|
+
obj: DeauthorizeConnectionRequest
|
|
1684
|
+
) => any;
|
|
1685
|
+
|
|
1686
|
+
export declare const DeauthorizeConnectionResponseFilterSensitiveLog: (
|
|
1687
|
+
obj: DeauthorizeConnectionResponse
|
|
1688
|
+
) => any;
|
|
1689
|
+
|
|
1690
|
+
export declare const DeleteApiDestinationRequestFilterSensitiveLog: (
|
|
1691
|
+
obj: DeleteApiDestinationRequest
|
|
1692
|
+
) => any;
|
|
1693
|
+
|
|
1694
|
+
export declare const DeleteApiDestinationResponseFilterSensitiveLog: (
|
|
1695
|
+
obj: DeleteApiDestinationResponse
|
|
1696
|
+
) => any;
|
|
1697
|
+
|
|
1698
|
+
export declare const DeleteArchiveRequestFilterSensitiveLog: (
|
|
1699
|
+
obj: DeleteArchiveRequest
|
|
1700
|
+
) => any;
|
|
1701
|
+
|
|
1702
|
+
export declare const DeleteArchiveResponseFilterSensitiveLog: (
|
|
1703
|
+
obj: DeleteArchiveResponse
|
|
1704
|
+
) => any;
|
|
1705
|
+
|
|
1706
|
+
export declare const DeleteConnectionRequestFilterSensitiveLog: (
|
|
1707
|
+
obj: DeleteConnectionRequest
|
|
1708
|
+
) => any;
|
|
1709
|
+
|
|
1710
|
+
export declare const DeleteConnectionResponseFilterSensitiveLog: (
|
|
1711
|
+
obj: DeleteConnectionResponse
|
|
1712
|
+
) => any;
|
|
1713
|
+
|
|
1714
|
+
export declare const DeleteEndpointRequestFilterSensitiveLog: (
|
|
1715
|
+
obj: DeleteEndpointRequest
|
|
1716
|
+
) => any;
|
|
1717
|
+
|
|
1718
|
+
export declare const DeleteEndpointResponseFilterSensitiveLog: (
|
|
1719
|
+
obj: DeleteEndpointResponse
|
|
1720
|
+
) => any;
|
|
1721
|
+
|
|
1722
|
+
export declare const DeleteEventBusRequestFilterSensitiveLog: (
|
|
1723
|
+
obj: DeleteEventBusRequest
|
|
1724
|
+
) => any;
|
|
1725
|
+
|
|
1726
|
+
export declare const DeletePartnerEventSourceRequestFilterSensitiveLog: (
|
|
1727
|
+
obj: DeletePartnerEventSourceRequest
|
|
1728
|
+
) => any;
|
|
1729
|
+
|
|
1730
|
+
export declare const DeleteRuleRequestFilterSensitiveLog: (
|
|
1731
|
+
obj: DeleteRuleRequest
|
|
1732
|
+
) => any;
|
|
1733
|
+
|
|
1734
|
+
export declare const DescribeApiDestinationRequestFilterSensitiveLog: (
|
|
1735
|
+
obj: DescribeApiDestinationRequest
|
|
1736
|
+
) => any;
|
|
1737
|
+
|
|
1738
|
+
export declare const DescribeApiDestinationResponseFilterSensitiveLog: (
|
|
1739
|
+
obj: DescribeApiDestinationResponse
|
|
1740
|
+
) => any;
|
|
1741
|
+
|
|
1742
|
+
export declare const DescribeArchiveRequestFilterSensitiveLog: (
|
|
1743
|
+
obj: DescribeArchiveRequest
|
|
1744
|
+
) => any;
|
|
1745
|
+
|
|
1746
|
+
export declare const DescribeArchiveResponseFilterSensitiveLog: (
|
|
1747
|
+
obj: DescribeArchiveResponse
|
|
1748
|
+
) => any;
|
|
1749
|
+
|
|
1750
|
+
export declare const DescribeConnectionRequestFilterSensitiveLog: (
|
|
1751
|
+
obj: DescribeConnectionRequest
|
|
1752
|
+
) => any;
|
|
1753
|
+
|
|
1754
|
+
export declare const ConnectionApiKeyAuthResponseParametersFilterSensitiveLog: (
|
|
1755
|
+
obj: ConnectionApiKeyAuthResponseParameters
|
|
1756
|
+
) => any;
|
|
1757
|
+
|
|
1758
|
+
export declare const ConnectionBasicAuthResponseParametersFilterSensitiveLog: (
|
|
1759
|
+
obj: ConnectionBasicAuthResponseParameters
|
|
1760
|
+
) => any;
|
|
1761
|
+
|
|
1762
|
+
export declare const ConnectionOAuthClientResponseParametersFilterSensitiveLog: (
|
|
1763
|
+
obj: ConnectionOAuthClientResponseParameters
|
|
1764
|
+
) => any;
|
|
1765
|
+
|
|
1766
|
+
export declare const ConnectionOAuthResponseParametersFilterSensitiveLog: (
|
|
1767
|
+
obj: ConnectionOAuthResponseParameters
|
|
1768
|
+
) => any;
|
|
1769
|
+
|
|
1770
|
+
export declare const ConnectionAuthResponseParametersFilterSensitiveLog: (
|
|
1771
|
+
obj: ConnectionAuthResponseParameters
|
|
1772
|
+
) => any;
|
|
1773
|
+
|
|
1774
|
+
export declare const DescribeConnectionResponseFilterSensitiveLog: (
|
|
1775
|
+
obj: DescribeConnectionResponse
|
|
1776
|
+
) => any;
|
|
1777
|
+
|
|
1778
|
+
export declare const DescribeEndpointRequestFilterSensitiveLog: (
|
|
1779
|
+
obj: DescribeEndpointRequest
|
|
1780
|
+
) => any;
|
|
1781
|
+
|
|
1782
|
+
export declare const DescribeEndpointResponseFilterSensitiveLog: (
|
|
1783
|
+
obj: DescribeEndpointResponse
|
|
1784
|
+
) => any;
|
|
1785
|
+
|
|
1786
|
+
export declare const DescribeEventBusRequestFilterSensitiveLog: (
|
|
1787
|
+
obj: DescribeEventBusRequest
|
|
1788
|
+
) => any;
|
|
1789
|
+
|
|
1790
|
+
export declare const DescribeEventBusResponseFilterSensitiveLog: (
|
|
1791
|
+
obj: DescribeEventBusResponse
|
|
1792
|
+
) => any;
|
|
1793
|
+
|
|
1794
|
+
export declare const DescribeEventSourceRequestFilterSensitiveLog: (
|
|
1795
|
+
obj: DescribeEventSourceRequest
|
|
1796
|
+
) => any;
|
|
1797
|
+
|
|
1798
|
+
export declare const DescribeEventSourceResponseFilterSensitiveLog: (
|
|
1799
|
+
obj: DescribeEventSourceResponse
|
|
1800
|
+
) => any;
|
|
1801
|
+
|
|
1802
|
+
export declare const DescribePartnerEventSourceRequestFilterSensitiveLog: (
|
|
1803
|
+
obj: DescribePartnerEventSourceRequest
|
|
1804
|
+
) => any;
|
|
1805
|
+
|
|
1806
|
+
export declare const DescribePartnerEventSourceResponseFilterSensitiveLog: (
|
|
1807
|
+
obj: DescribePartnerEventSourceResponse
|
|
1808
|
+
) => any;
|
|
1809
|
+
|
|
1810
|
+
export declare const DescribeReplayRequestFilterSensitiveLog: (
|
|
1811
|
+
obj: DescribeReplayRequest
|
|
1812
|
+
) => any;
|
|
1813
|
+
|
|
1814
|
+
export declare const ReplayDestinationFilterSensitiveLog: (
|
|
1815
|
+
obj: ReplayDestination
|
|
1816
|
+
) => any;
|
|
1817
|
+
|
|
1818
|
+
export declare const DescribeReplayResponseFilterSensitiveLog: (
|
|
1819
|
+
obj: DescribeReplayResponse
|
|
1820
|
+
) => any;
|
|
1821
|
+
|
|
1822
|
+
export declare const DescribeRuleRequestFilterSensitiveLog: (
|
|
1823
|
+
obj: DescribeRuleRequest
|
|
1824
|
+
) => any;
|
|
1825
|
+
|
|
1826
|
+
export declare const DescribeRuleResponseFilterSensitiveLog: (
|
|
1827
|
+
obj: DescribeRuleResponse
|
|
1828
|
+
) => any;
|
|
1829
|
+
|
|
1830
|
+
export declare const DisableRuleRequestFilterSensitiveLog: (
|
|
1831
|
+
obj: DisableRuleRequest
|
|
1832
|
+
) => any;
|
|
1833
|
+
|
|
1834
|
+
export declare const EnableRuleRequestFilterSensitiveLog: (
|
|
1835
|
+
obj: EnableRuleRequest
|
|
1836
|
+
) => any;
|
|
1837
|
+
|
|
1838
|
+
export declare const ListApiDestinationsRequestFilterSensitiveLog: (
|
|
1839
|
+
obj: ListApiDestinationsRequest
|
|
1840
|
+
) => any;
|
|
1841
|
+
|
|
1842
|
+
export declare const ListApiDestinationsResponseFilterSensitiveLog: (
|
|
1843
|
+
obj: ListApiDestinationsResponse
|
|
1844
|
+
) => any;
|
|
1845
|
+
|
|
1846
|
+
export declare const ListArchivesRequestFilterSensitiveLog: (
|
|
1847
|
+
obj: ListArchivesRequest
|
|
1848
|
+
) => any;
|
|
1849
|
+
|
|
1850
|
+
export declare const ListArchivesResponseFilterSensitiveLog: (
|
|
1851
|
+
obj: ListArchivesResponse
|
|
1852
|
+
) => any;
|
|
1853
|
+
|
|
1854
|
+
export declare const ListConnectionsRequestFilterSensitiveLog: (
|
|
1855
|
+
obj: ListConnectionsRequest
|
|
1856
|
+
) => any;
|
|
1857
|
+
|
|
1858
|
+
export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
|
|
1859
|
+
|
|
1860
|
+
export declare const ListConnectionsResponseFilterSensitiveLog: (
|
|
1861
|
+
obj: ListConnectionsResponse
|
|
1862
|
+
) => any;
|
|
1863
|
+
|
|
1864
|
+
export declare const ListEndpointsRequestFilterSensitiveLog: (
|
|
1865
|
+
obj: ListEndpointsRequest
|
|
1866
|
+
) => any;
|
|
1867
|
+
|
|
1868
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
1869
|
+
|
|
1870
|
+
export declare const ListEndpointsResponseFilterSensitiveLog: (
|
|
1871
|
+
obj: ListEndpointsResponse
|
|
1872
|
+
) => any;
|
|
1873
|
+
|
|
1874
|
+
export declare const ListEventBusesRequestFilterSensitiveLog: (
|
|
1875
|
+
obj: ListEventBusesRequest
|
|
1876
|
+
) => any;
|
|
1877
|
+
|
|
1878
|
+
export declare const EventBusFilterSensitiveLog: (obj: EventBus) => any;
|
|
1879
|
+
|
|
1880
|
+
export declare const ListEventBusesResponseFilterSensitiveLog: (
|
|
1881
|
+
obj: ListEventBusesResponse
|
|
1882
|
+
) => any;
|
|
1883
|
+
|
|
1884
|
+
export declare const ListEventSourcesRequestFilterSensitiveLog: (
|
|
1885
|
+
obj: ListEventSourcesRequest
|
|
1886
|
+
) => any;
|
|
1887
|
+
|
|
1888
|
+
export declare const EventSourceFilterSensitiveLog: (obj: EventSource) => any;
|
|
1889
|
+
|
|
1890
|
+
export declare const ListEventSourcesResponseFilterSensitiveLog: (
|
|
1891
|
+
obj: ListEventSourcesResponse
|
|
1892
|
+
) => any;
|
|
1893
|
+
|
|
1894
|
+
export declare const ListPartnerEventSourceAccountsRequestFilterSensitiveLog: (
|
|
1895
|
+
obj: ListPartnerEventSourceAccountsRequest
|
|
1896
|
+
) => any;
|
|
1897
|
+
|
|
1898
|
+
export declare const PartnerEventSourceAccountFilterSensitiveLog: (
|
|
1899
|
+
obj: PartnerEventSourceAccount
|
|
1900
|
+
) => any;
|
|
1901
|
+
|
|
1902
|
+
export declare const ListPartnerEventSourceAccountsResponseFilterSensitiveLog: (
|
|
1903
|
+
obj: ListPartnerEventSourceAccountsResponse
|
|
1904
|
+
) => any;
|
|
1905
|
+
|
|
1906
|
+
export declare const ListPartnerEventSourcesRequestFilterSensitiveLog: (
|
|
1907
|
+
obj: ListPartnerEventSourcesRequest
|
|
1908
|
+
) => any;
|
|
1909
|
+
|
|
1910
|
+
export declare const PartnerEventSourceFilterSensitiveLog: (
|
|
1911
|
+
obj: PartnerEventSource
|
|
1912
|
+
) => any;
|
|
1913
|
+
|
|
1914
|
+
export declare const ListPartnerEventSourcesResponseFilterSensitiveLog: (
|
|
1915
|
+
obj: ListPartnerEventSourcesResponse
|
|
1916
|
+
) => any;
|
|
1917
|
+
|
|
1918
|
+
export declare const ListReplaysRequestFilterSensitiveLog: (
|
|
1919
|
+
obj: ListReplaysRequest
|
|
1920
|
+
) => any;
|
|
1921
|
+
|
|
1922
|
+
export declare const ReplayFilterSensitiveLog: (obj: Replay) => any;
|
|
1923
|
+
|
|
1924
|
+
export declare const ListReplaysResponseFilterSensitiveLog: (
|
|
1925
|
+
obj: ListReplaysResponse
|
|
1926
|
+
) => any;
|
|
1927
|
+
|
|
1928
|
+
export declare const ListRuleNamesByTargetRequestFilterSensitiveLog: (
|
|
1929
|
+
obj: ListRuleNamesByTargetRequest
|
|
1930
|
+
) => any;
|
|
1931
|
+
|
|
1932
|
+
export declare const ListRuleNamesByTargetResponseFilterSensitiveLog: (
|
|
1933
|
+
obj: ListRuleNamesByTargetResponse
|
|
1934
|
+
) => any;
|
|
1935
|
+
|
|
1936
|
+
export declare const ListRulesRequestFilterSensitiveLog: (
|
|
1937
|
+
obj: ListRulesRequest
|
|
1938
|
+
) => any;
|
|
1939
|
+
|
|
1940
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
1941
|
+
|
|
1942
|
+
export declare const ListRulesResponseFilterSensitiveLog: (
|
|
1943
|
+
obj: ListRulesResponse
|
|
1944
|
+
) => any;
|
|
1945
|
+
|
|
1946
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1947
|
+
obj: ListTagsForResourceRequest
|
|
1948
|
+
) => any;
|
|
1949
|
+
|
|
1950
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1951
|
+
obj: ListTagsForResourceResponse
|
|
1952
|
+
) => any;
|
|
1953
|
+
|
|
1954
|
+
export declare const ListTargetsByRuleRequestFilterSensitiveLog: (
|
|
1955
|
+
obj: ListTargetsByRuleRequest
|
|
1956
|
+
) => any;
|
|
1957
|
+
|
|
1958
|
+
export declare const BatchArrayPropertiesFilterSensitiveLog: (
|
|
1959
|
+
obj: BatchArrayProperties
|
|
1960
|
+
) => any;
|
|
1961
|
+
|
|
1962
|
+
export declare const BatchRetryStrategyFilterSensitiveLog: (
|
|
1963
|
+
obj: BatchRetryStrategy
|
|
1964
|
+
) => any;
|
|
1965
|
+
|
|
1966
|
+
export declare const BatchParametersFilterSensitiveLog: (
|
|
1967
|
+
obj: BatchParameters
|
|
1968
|
+
) => any;
|
|
1969
|
+
|
|
1970
|
+
export declare const DeadLetterConfigFilterSensitiveLog: (
|
|
1971
|
+
obj: DeadLetterConfig
|
|
1972
|
+
) => any;
|
|
1973
|
+
|
|
1974
|
+
export declare const CapacityProviderStrategyItemFilterSensitiveLog: (
|
|
1975
|
+
obj: CapacityProviderStrategyItem
|
|
1976
|
+
) => any;
|
|
1977
|
+
|
|
1978
|
+
export declare const AwsVpcConfigurationFilterSensitiveLog: (
|
|
1979
|
+
obj: AwsVpcConfiguration
|
|
1980
|
+
) => any;
|
|
1981
|
+
|
|
1982
|
+
export declare const NetworkConfigurationFilterSensitiveLog: (
|
|
1983
|
+
obj: NetworkConfiguration
|
|
1984
|
+
) => any;
|
|
1985
|
+
|
|
1986
|
+
export declare const PlacementConstraintFilterSensitiveLog: (
|
|
1987
|
+
obj: PlacementConstraint
|
|
1988
|
+
) => any;
|
|
1989
|
+
|
|
1990
|
+
export declare const PlacementStrategyFilterSensitiveLog: (
|
|
1991
|
+
obj: PlacementStrategy
|
|
1992
|
+
) => any;
|
|
1993
|
+
|
|
1994
|
+
export declare const EcsParametersFilterSensitiveLog: (
|
|
1995
|
+
obj: EcsParameters
|
|
1996
|
+
) => any;
|
|
1997
|
+
|
|
1998
|
+
export declare const HttpParametersFilterSensitiveLog: (
|
|
1999
|
+
obj: HttpParameters
|
|
2000
|
+
) => any;
|
|
2001
|
+
|
|
2002
|
+
export declare const InputTransformerFilterSensitiveLog: (
|
|
2003
|
+
obj: InputTransformer
|
|
2004
|
+
) => any;
|
|
2005
|
+
|
|
2006
|
+
export declare const KinesisParametersFilterSensitiveLog: (
|
|
2007
|
+
obj: KinesisParameters
|
|
2008
|
+
) => any;
|
|
2009
|
+
|
|
2010
|
+
export declare const RedshiftDataParametersFilterSensitiveLog: (
|
|
2011
|
+
obj: RedshiftDataParameters
|
|
2012
|
+
) => any;
|
|
2013
|
+
|
|
2014
|
+
export declare const RetryPolicyFilterSensitiveLog: (obj: RetryPolicy) => any;
|
|
2015
|
+
|
|
2016
|
+
export declare const RunCommandTargetFilterSensitiveLog: (
|
|
2017
|
+
obj: RunCommandTarget
|
|
2018
|
+
) => any;
|
|
2019
|
+
|
|
2020
|
+
export declare const RunCommandParametersFilterSensitiveLog: (
|
|
2021
|
+
obj: RunCommandParameters
|
|
2022
|
+
) => any;
|
|
2023
|
+
|
|
2024
|
+
export declare const SageMakerPipelineParameterFilterSensitiveLog: (
|
|
2025
|
+
obj: SageMakerPipelineParameter
|
|
2026
|
+
) => any;
|
|
2027
|
+
|
|
2028
|
+
export declare const SageMakerPipelineParametersFilterSensitiveLog: (
|
|
2029
|
+
obj: SageMakerPipelineParameters
|
|
2030
|
+
) => any;
|
|
2031
|
+
|
|
2032
|
+
export declare const SqsParametersFilterSensitiveLog: (
|
|
2033
|
+
obj: SqsParameters
|
|
2034
|
+
) => any;
|
|
2035
|
+
|
|
2036
|
+
export declare const TargetFilterSensitiveLog: (obj: Target) => any;
|
|
2037
|
+
|
|
2038
|
+
export declare const ListTargetsByRuleResponseFilterSensitiveLog: (
|
|
2039
|
+
obj: ListTargetsByRuleResponse
|
|
2040
|
+
) => any;
|
|
2041
|
+
|
|
2042
|
+
export declare const PutEventsRequestEntryFilterSensitiveLog: (
|
|
2043
|
+
obj: PutEventsRequestEntry
|
|
2044
|
+
) => any;
|
|
2045
|
+
|
|
2046
|
+
export declare const PutEventsRequestFilterSensitiveLog: (
|
|
2047
|
+
obj: PutEventsRequest
|
|
2048
|
+
) => any;
|
|
2049
|
+
|
|
2050
|
+
export declare const PutEventsResultEntryFilterSensitiveLog: (
|
|
2051
|
+
obj: PutEventsResultEntry
|
|
2052
|
+
) => any;
|
|
2053
|
+
|
|
2054
|
+
export declare const PutEventsResponseFilterSensitiveLog: (
|
|
2055
|
+
obj: PutEventsResponse
|
|
2056
|
+
) => any;
|
|
2057
|
+
|
|
2058
|
+
export declare const PutPartnerEventsRequestEntryFilterSensitiveLog: (
|
|
2059
|
+
obj: PutPartnerEventsRequestEntry
|
|
2060
|
+
) => any;
|
|
2061
|
+
|
|
2062
|
+
export declare const PutPartnerEventsRequestFilterSensitiveLog: (
|
|
2063
|
+
obj: PutPartnerEventsRequest
|
|
2064
|
+
) => any;
|
|
2065
|
+
|
|
2066
|
+
export declare const PutPartnerEventsResultEntryFilterSensitiveLog: (
|
|
2067
|
+
obj: PutPartnerEventsResultEntry
|
|
2068
|
+
) => any;
|
|
2069
|
+
|
|
2070
|
+
export declare const PutPartnerEventsResponseFilterSensitiveLog: (
|
|
2071
|
+
obj: PutPartnerEventsResponse
|
|
2072
|
+
) => any;
|
|
2073
|
+
|
|
2074
|
+
export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
|
|
2075
|
+
|
|
2076
|
+
export declare const PutPermissionRequestFilterSensitiveLog: (
|
|
2077
|
+
obj: PutPermissionRequest
|
|
2078
|
+
) => any;
|
|
2079
|
+
|
|
2080
|
+
export declare const PutRuleRequestFilterSensitiveLog: (
|
|
2081
|
+
obj: PutRuleRequest
|
|
2082
|
+
) => any;
|
|
2083
|
+
|
|
2084
|
+
export declare const PutRuleResponseFilterSensitiveLog: (
|
|
2085
|
+
obj: PutRuleResponse
|
|
2086
|
+
) => any;
|
|
2087
|
+
|
|
2088
|
+
export declare const PutTargetsRequestFilterSensitiveLog: (
|
|
2089
|
+
obj: PutTargetsRequest
|
|
2090
|
+
) => any;
|
|
2091
|
+
|
|
2092
|
+
export declare const PutTargetsResultEntryFilterSensitiveLog: (
|
|
2093
|
+
obj: PutTargetsResultEntry
|
|
2094
|
+
) => any;
|
|
2095
|
+
|
|
2096
|
+
export declare const PutTargetsResponseFilterSensitiveLog: (
|
|
2097
|
+
obj: PutTargetsResponse
|
|
2098
|
+
) => any;
|
|
2099
|
+
|
|
2100
|
+
export declare const RemovePermissionRequestFilterSensitiveLog: (
|
|
2101
|
+
obj: RemovePermissionRequest
|
|
2102
|
+
) => any;
|
|
2103
|
+
|
|
2104
|
+
export declare const RemoveTargetsRequestFilterSensitiveLog: (
|
|
2105
|
+
obj: RemoveTargetsRequest
|
|
2106
|
+
) => any;
|
|
2107
|
+
|
|
2108
|
+
export declare const RemoveTargetsResultEntryFilterSensitiveLog: (
|
|
2109
|
+
obj: RemoveTargetsResultEntry
|
|
2110
|
+
) => any;
|
|
2111
|
+
|
|
2112
|
+
export declare const RemoveTargetsResponseFilterSensitiveLog: (
|
|
2113
|
+
obj: RemoveTargetsResponse
|
|
2114
|
+
) => any;
|
|
2115
|
+
|
|
2116
|
+
export declare const StartReplayRequestFilterSensitiveLog: (
|
|
2117
|
+
obj: StartReplayRequest
|
|
2118
|
+
) => any;
|
|
2119
|
+
|
|
2120
|
+
export declare const StartReplayResponseFilterSensitiveLog: (
|
|
2121
|
+
obj: StartReplayResponse
|
|
2122
|
+
) => any;
|
|
2123
|
+
|
|
2124
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2125
|
+
obj: TagResourceRequest
|
|
2126
|
+
) => any;
|
|
2127
|
+
|
|
2128
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2129
|
+
obj: TagResourceResponse
|
|
2130
|
+
) => any;
|
|
2131
|
+
|
|
2132
|
+
export declare const TestEventPatternRequestFilterSensitiveLog: (
|
|
2133
|
+
obj: TestEventPatternRequest
|
|
2134
|
+
) => any;
|
|
2135
|
+
|
|
2136
|
+
export declare const TestEventPatternResponseFilterSensitiveLog: (
|
|
2137
|
+
obj: TestEventPatternResponse
|
|
2138
|
+
) => any;
|
|
2139
|
+
|
|
2140
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2141
|
+
obj: UntagResourceRequest
|
|
2142
|
+
) => any;
|
|
2143
|
+
|
|
2144
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2145
|
+
obj: UntagResourceResponse
|
|
2146
|
+
) => any;
|
|
2147
|
+
|
|
2148
|
+
export declare const UpdateApiDestinationRequestFilterSensitiveLog: (
|
|
2149
|
+
obj: UpdateApiDestinationRequest
|
|
2150
|
+
) => any;
|
|
2151
|
+
|
|
2152
|
+
export declare const UpdateApiDestinationResponseFilterSensitiveLog: (
|
|
2153
|
+
obj: UpdateApiDestinationResponse
|
|
2154
|
+
) => any;
|
|
2155
|
+
|
|
2156
|
+
export declare const UpdateArchiveRequestFilterSensitiveLog: (
|
|
2157
|
+
obj: UpdateArchiveRequest
|
|
2158
|
+
) => any;
|
|
2159
|
+
|
|
2160
|
+
export declare const UpdateArchiveResponseFilterSensitiveLog: (
|
|
2161
|
+
obj: UpdateArchiveResponse
|
|
2162
|
+
) => any;
|
|
2163
|
+
|
|
2164
|
+
export declare const UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog: (
|
|
2165
|
+
obj: UpdateConnectionApiKeyAuthRequestParameters
|
|
2166
|
+
) => any;
|
|
2167
|
+
|
|
2168
|
+
export declare const UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog: (
|
|
2169
|
+
obj: UpdateConnectionBasicAuthRequestParameters
|
|
2170
|
+
) => any;
|
|
2171
|
+
|
|
2172
|
+
export declare const UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog: (
|
|
2173
|
+
obj: UpdateConnectionOAuthClientRequestParameters
|
|
2174
|
+
) => any;
|
|
2175
|
+
|
|
2176
|
+
export declare const UpdateConnectionOAuthRequestParametersFilterSensitiveLog: (
|
|
2177
|
+
obj: UpdateConnectionOAuthRequestParameters
|
|
2178
|
+
) => any;
|
|
2179
|
+
|
|
2180
|
+
export declare const UpdateConnectionAuthRequestParametersFilterSensitiveLog: (
|
|
2181
|
+
obj: UpdateConnectionAuthRequestParameters
|
|
2182
|
+
) => any;
|
|
2183
|
+
|
|
2184
|
+
export declare const UpdateConnectionRequestFilterSensitiveLog: (
|
|
2185
|
+
obj: UpdateConnectionRequest
|
|
2186
|
+
) => any;
|
|
2187
|
+
|
|
2188
|
+
export declare const UpdateConnectionResponseFilterSensitiveLog: (
|
|
2189
|
+
obj: UpdateConnectionResponse
|
|
2190
|
+
) => any;
|
|
2191
|
+
|
|
2192
|
+
export declare const UpdateEndpointRequestFilterSensitiveLog: (
|
|
2193
|
+
obj: UpdateEndpointRequest
|
|
2194
|
+
) => any;
|
|
2195
|
+
|
|
2196
|
+
export declare const UpdateEndpointResponseFilterSensitiveLog: (
|
|
2197
|
+
obj: UpdateEndpointResponse
|
|
2198
|
+
) => any;
|