@aws-sdk/client-firehose 3.169.0 → 3.171.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/Firehose.d.ts +208 -65
- package/dist-types/ts3.4/FirehoseClient.d.ts +176 -85
- package/dist-types/ts3.4/commands/CreateDeliveryStreamCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDeliveryStreamCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDeliveryStreamCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeliveryStreamsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTagsForDeliveryStreamCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutRecordBatchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartDeliveryStreamEncryptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopDeliveryStreamEncryptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagDeliveryStreamCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UntagDeliveryStreamCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +12 -12
- 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/FirehoseServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +990 -1340
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +149 -38
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,1340 +1,990 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { FirehoseServiceException as __BaseException } from "./FirehoseServiceException";
|
|
3
|
-
export interface AmazonopensearchserviceBufferingHints {
|
|
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
|
-
export interface
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
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
|
-
|
|
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
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
export
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
}
|
|
167
|
-
export
|
|
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
|
-
export
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
}
|
|
252
|
-
export declare
|
|
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
|
-
export
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
}
|
|
322
|
-
export
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
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
|
-
export interface
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
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
|
-
|
|
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
|
-
export interface
|
|
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
|
-
|
|
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
|
-
export
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
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
|
-
export
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
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
|
-
|
|
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
|
-
|
|
770
|
-
export
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
export
|
|
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
|
-
export
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
export
|
|
861
|
-
|
|
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
|
-
export
|
|
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
|
-
export
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
HasMoreTags: boolean | undefined;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
export interface _Record {
|
|
996
|
-
|
|
997
|
-
Data: Uint8Array | undefined;
|
|
998
|
-
}
|
|
999
|
-
export interface PutRecordInput {
|
|
1000
|
-
|
|
1001
|
-
DeliveryStreamName: string | undefined;
|
|
1002
|
-
|
|
1003
|
-
Record: _Record | undefined;
|
|
1004
|
-
}
|
|
1005
|
-
export interface PutRecordOutput {
|
|
1006
|
-
|
|
1007
|
-
RecordId: string | undefined;
|
|
1008
|
-
|
|
1009
|
-
Encrypted?: boolean;
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
export declare class ServiceUnavailableException extends __BaseException {
|
|
1013
|
-
readonly name: "ServiceUnavailableException";
|
|
1014
|
-
readonly $fault: "server";
|
|
1015
|
-
|
|
1016
|
-
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
1017
|
-
}
|
|
1018
|
-
export interface PutRecordBatchInput {
|
|
1019
|
-
|
|
1020
|
-
DeliveryStreamName: string | undefined;
|
|
1021
|
-
|
|
1022
|
-
Records: _Record[] | undefined;
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
export interface PutRecordBatchResponseEntry {
|
|
1026
|
-
|
|
1027
|
-
RecordId?: string;
|
|
1028
|
-
|
|
1029
|
-
ErrorCode?: string;
|
|
1030
|
-
|
|
1031
|
-
ErrorMessage?: string;
|
|
1032
|
-
}
|
|
1033
|
-
export interface PutRecordBatchOutput {
|
|
1034
|
-
|
|
1035
|
-
FailedPutCount: number | undefined;
|
|
1036
|
-
|
|
1037
|
-
Encrypted?: boolean;
|
|
1038
|
-
|
|
1039
|
-
RequestResponses: PutRecordBatchResponseEntry[] | undefined;
|
|
1040
|
-
}
|
|
1041
|
-
export interface StartDeliveryStreamEncryptionInput {
|
|
1042
|
-
|
|
1043
|
-
DeliveryStreamName: string | undefined;
|
|
1044
|
-
|
|
1045
|
-
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput;
|
|
1046
|
-
}
|
|
1047
|
-
export interface StartDeliveryStreamEncryptionOutput {
|
|
1048
|
-
}
|
|
1049
|
-
export interface StopDeliveryStreamEncryptionInput {
|
|
1050
|
-
|
|
1051
|
-
DeliveryStreamName: string | undefined;
|
|
1052
|
-
}
|
|
1053
|
-
export interface StopDeliveryStreamEncryptionOutput {
|
|
1054
|
-
}
|
|
1055
|
-
export interface TagDeliveryStreamInput {
|
|
1056
|
-
|
|
1057
|
-
DeliveryStreamName: string | undefined;
|
|
1058
|
-
|
|
1059
|
-
Tags: Tag[] | undefined;
|
|
1060
|
-
}
|
|
1061
|
-
export interface TagDeliveryStreamOutput {
|
|
1062
|
-
}
|
|
1063
|
-
export interface UntagDeliveryStreamInput {
|
|
1064
|
-
|
|
1065
|
-
DeliveryStreamName: string | undefined;
|
|
1066
|
-
|
|
1067
|
-
TagKeys: string[] | undefined;
|
|
1068
|
-
}
|
|
1069
|
-
export interface UntagDeliveryStreamOutput {
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
export interface HttpEndpointDestinationUpdate {
|
|
1073
|
-
|
|
1074
|
-
EndpointConfiguration?: HttpEndpointConfiguration;
|
|
1075
|
-
|
|
1076
|
-
BufferingHints?: HttpEndpointBufferingHints;
|
|
1077
|
-
|
|
1078
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
1079
|
-
|
|
1080
|
-
RequestConfiguration?: HttpEndpointRequestConfiguration;
|
|
1081
|
-
|
|
1082
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
1083
|
-
|
|
1084
|
-
RoleARN?: string;
|
|
1085
|
-
|
|
1086
|
-
RetryOptions?: HttpEndpointRetryOptions;
|
|
1087
|
-
|
|
1088
|
-
S3BackupMode?: HttpEndpointS3BackupMode | string;
|
|
1089
|
-
|
|
1090
|
-
S3Update?: S3DestinationUpdate;
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
export interface RedshiftDestinationUpdate {
|
|
1094
|
-
|
|
1095
|
-
RoleARN?: string;
|
|
1096
|
-
|
|
1097
|
-
ClusterJDBCURL?: string;
|
|
1098
|
-
|
|
1099
|
-
CopyCommand?: CopyCommand;
|
|
1100
|
-
|
|
1101
|
-
Username?: string;
|
|
1102
|
-
|
|
1103
|
-
Password?: string;
|
|
1104
|
-
|
|
1105
|
-
RetryOptions?: RedshiftRetryOptions;
|
|
1106
|
-
|
|
1107
|
-
S3Update?: S3DestinationUpdate;
|
|
1108
|
-
|
|
1109
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
1110
|
-
|
|
1111
|
-
S3BackupMode?: RedshiftS3BackupMode | string;
|
|
1112
|
-
|
|
1113
|
-
S3BackupUpdate?: S3DestinationUpdate;
|
|
1114
|
-
|
|
1115
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
export interface SplunkDestinationUpdate {
|
|
1119
|
-
|
|
1120
|
-
HECEndpoint?: string;
|
|
1121
|
-
|
|
1122
|
-
HECEndpointType?: HECEndpointType | string;
|
|
1123
|
-
|
|
1124
|
-
HECToken?: string;
|
|
1125
|
-
|
|
1126
|
-
HECAcknowledgmentTimeoutInSeconds?: number;
|
|
1127
|
-
|
|
1128
|
-
RetryOptions?: SplunkRetryOptions;
|
|
1129
|
-
|
|
1130
|
-
S3BackupMode?: SplunkS3BackupMode | string;
|
|
1131
|
-
|
|
1132
|
-
S3Update?: S3DestinationUpdate;
|
|
1133
|
-
|
|
1134
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
1135
|
-
|
|
1136
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
1137
|
-
}
|
|
1138
|
-
export interface UpdateDestinationInput {
|
|
1139
|
-
|
|
1140
|
-
DeliveryStreamName: string | undefined;
|
|
1141
|
-
|
|
1142
|
-
CurrentDeliveryStreamVersionId: string | undefined;
|
|
1143
|
-
|
|
1144
|
-
DestinationId: string | undefined;
|
|
1145
|
-
|
|
1146
|
-
S3DestinationUpdate?: S3DestinationUpdate;
|
|
1147
|
-
|
|
1148
|
-
ExtendedS3DestinationUpdate?: ExtendedS3DestinationUpdate;
|
|
1149
|
-
|
|
1150
|
-
RedshiftDestinationUpdate?: RedshiftDestinationUpdate;
|
|
1151
|
-
|
|
1152
|
-
ElasticsearchDestinationUpdate?: ElasticsearchDestinationUpdate;
|
|
1153
|
-
AmazonopensearchserviceDestinationUpdate?: AmazonopensearchserviceDestinationUpdate;
|
|
1154
|
-
|
|
1155
|
-
SplunkDestinationUpdate?: SplunkDestinationUpdate;
|
|
1156
|
-
|
|
1157
|
-
HttpEndpointDestinationUpdate?: HttpEndpointDestinationUpdate;
|
|
1158
|
-
}
|
|
1159
|
-
export interface UpdateDestinationOutput {
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
export declare const AmazonopensearchserviceBufferingHintsFilterSensitiveLog: (obj: AmazonopensearchserviceBufferingHints) => any;
|
|
1163
|
-
|
|
1164
|
-
export declare const CloudWatchLoggingOptionsFilterSensitiveLog: (obj: CloudWatchLoggingOptions) => any;
|
|
1165
|
-
|
|
1166
|
-
export declare const ProcessorParameterFilterSensitiveLog: (obj: ProcessorParameter) => any;
|
|
1167
|
-
|
|
1168
|
-
export declare const ProcessorFilterSensitiveLog: (obj: Processor) => any;
|
|
1169
|
-
|
|
1170
|
-
export declare const ProcessingConfigurationFilterSensitiveLog: (obj: ProcessingConfiguration) => any;
|
|
1171
|
-
|
|
1172
|
-
export declare const AmazonopensearchserviceRetryOptionsFilterSensitiveLog: (obj: AmazonopensearchserviceRetryOptions) => any;
|
|
1173
|
-
|
|
1174
|
-
export declare const BufferingHintsFilterSensitiveLog: (obj: BufferingHints) => any;
|
|
1175
|
-
|
|
1176
|
-
export declare const KMSEncryptionConfigFilterSensitiveLog: (obj: KMSEncryptionConfig) => any;
|
|
1177
|
-
|
|
1178
|
-
export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
|
|
1179
|
-
|
|
1180
|
-
export declare const S3DestinationConfigurationFilterSensitiveLog: (obj: S3DestinationConfiguration) => any;
|
|
1181
|
-
|
|
1182
|
-
export declare const VpcConfigurationFilterSensitiveLog: (obj: VpcConfiguration) => any;
|
|
1183
|
-
|
|
1184
|
-
export declare const AmazonopensearchserviceDestinationConfigurationFilterSensitiveLog: (obj: AmazonopensearchserviceDestinationConfiguration) => any;
|
|
1185
|
-
|
|
1186
|
-
export declare const S3DestinationDescriptionFilterSensitiveLog: (obj: S3DestinationDescription) => any;
|
|
1187
|
-
|
|
1188
|
-
export declare const VpcConfigurationDescriptionFilterSensitiveLog: (obj: VpcConfigurationDescription) => any;
|
|
1189
|
-
|
|
1190
|
-
export declare const AmazonopensearchserviceDestinationDescriptionFilterSensitiveLog: (obj: AmazonopensearchserviceDestinationDescription) => any;
|
|
1191
|
-
|
|
1192
|
-
export declare const S3DestinationUpdateFilterSensitiveLog: (obj: S3DestinationUpdate) => any;
|
|
1193
|
-
|
|
1194
|
-
export declare const AmazonopensearchserviceDestinationUpdateFilterSensitiveLog: (obj: AmazonopensearchserviceDestinationUpdate) => any;
|
|
1195
|
-
|
|
1196
|
-
export declare const CopyCommandFilterSensitiveLog: (obj: CopyCommand) => any;
|
|
1197
|
-
|
|
1198
|
-
export declare const DeliveryStreamEncryptionConfigurationInputFilterSensitiveLog: (obj: DeliveryStreamEncryptionConfigurationInput) => any;
|
|
1199
|
-
|
|
1200
|
-
export declare const ElasticsearchBufferingHintsFilterSensitiveLog: (obj: ElasticsearchBufferingHints) => any;
|
|
1201
|
-
|
|
1202
|
-
export declare const ElasticsearchRetryOptionsFilterSensitiveLog: (obj: ElasticsearchRetryOptions) => any;
|
|
1203
|
-
|
|
1204
|
-
export declare const ElasticsearchDestinationConfigurationFilterSensitiveLog: (obj: ElasticsearchDestinationConfiguration) => any;
|
|
1205
|
-
|
|
1206
|
-
export declare const HiveJsonSerDeFilterSensitiveLog: (obj: HiveJsonSerDe) => any;
|
|
1207
|
-
|
|
1208
|
-
export declare const OpenXJsonSerDeFilterSensitiveLog: (obj: OpenXJsonSerDe) => any;
|
|
1209
|
-
|
|
1210
|
-
export declare const DeserializerFilterSensitiveLog: (obj: Deserializer) => any;
|
|
1211
|
-
|
|
1212
|
-
export declare const InputFormatConfigurationFilterSensitiveLog: (obj: InputFormatConfiguration) => any;
|
|
1213
|
-
|
|
1214
|
-
export declare const OrcSerDeFilterSensitiveLog: (obj: OrcSerDe) => any;
|
|
1215
|
-
|
|
1216
|
-
export declare const ParquetSerDeFilterSensitiveLog: (obj: ParquetSerDe) => any;
|
|
1217
|
-
|
|
1218
|
-
export declare const SerializerFilterSensitiveLog: (obj: Serializer) => any;
|
|
1219
|
-
|
|
1220
|
-
export declare const OutputFormatConfigurationFilterSensitiveLog: (obj: OutputFormatConfiguration) => any;
|
|
1221
|
-
|
|
1222
|
-
export declare const SchemaConfigurationFilterSensitiveLog: (obj: SchemaConfiguration) => any;
|
|
1223
|
-
|
|
1224
|
-
export declare const DataFormatConversionConfigurationFilterSensitiveLog: (obj: DataFormatConversionConfiguration) => any;
|
|
1225
|
-
|
|
1226
|
-
export declare const RetryOptionsFilterSensitiveLog: (obj: RetryOptions) => any;
|
|
1227
|
-
|
|
1228
|
-
export declare const DynamicPartitioningConfigurationFilterSensitiveLog: (obj: DynamicPartitioningConfiguration) => any;
|
|
1229
|
-
|
|
1230
|
-
export declare const ExtendedS3DestinationConfigurationFilterSensitiveLog: (obj: ExtendedS3DestinationConfiguration) => any;
|
|
1231
|
-
|
|
1232
|
-
export declare const HttpEndpointBufferingHintsFilterSensitiveLog: (obj: HttpEndpointBufferingHints) => any;
|
|
1233
|
-
|
|
1234
|
-
export declare const HttpEndpointConfigurationFilterSensitiveLog: (obj: HttpEndpointConfiguration) => any;
|
|
1235
|
-
|
|
1236
|
-
export declare const HttpEndpointCommonAttributeFilterSensitiveLog: (obj: HttpEndpointCommonAttribute) => any;
|
|
1237
|
-
|
|
1238
|
-
export declare const HttpEndpointRequestConfigurationFilterSensitiveLog: (obj: HttpEndpointRequestConfiguration) => any;
|
|
1239
|
-
|
|
1240
|
-
export declare const HttpEndpointRetryOptionsFilterSensitiveLog: (obj: HttpEndpointRetryOptions) => any;
|
|
1241
|
-
|
|
1242
|
-
export declare const HttpEndpointDestinationConfigurationFilterSensitiveLog: (obj: HttpEndpointDestinationConfiguration) => any;
|
|
1243
|
-
|
|
1244
|
-
export declare const KinesisStreamSourceConfigurationFilterSensitiveLog: (obj: KinesisStreamSourceConfiguration) => any;
|
|
1245
|
-
|
|
1246
|
-
export declare const RedshiftRetryOptionsFilterSensitiveLog: (obj: RedshiftRetryOptions) => any;
|
|
1247
|
-
|
|
1248
|
-
export declare const RedshiftDestinationConfigurationFilterSensitiveLog: (obj: RedshiftDestinationConfiguration) => any;
|
|
1249
|
-
|
|
1250
|
-
export declare const SplunkRetryOptionsFilterSensitiveLog: (obj: SplunkRetryOptions) => any;
|
|
1251
|
-
|
|
1252
|
-
export declare const SplunkDestinationConfigurationFilterSensitiveLog: (obj: SplunkDestinationConfiguration) => any;
|
|
1253
|
-
|
|
1254
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1255
|
-
|
|
1256
|
-
export declare const CreateDeliveryStreamInputFilterSensitiveLog: (obj: CreateDeliveryStreamInput) => any;
|
|
1257
|
-
|
|
1258
|
-
export declare const CreateDeliveryStreamOutputFilterSensitiveLog: (obj: CreateDeliveryStreamOutput) => any;
|
|
1259
|
-
|
|
1260
|
-
export declare const DeleteDeliveryStreamInputFilterSensitiveLog: (obj: DeleteDeliveryStreamInput) => any;
|
|
1261
|
-
|
|
1262
|
-
export declare const DeleteDeliveryStreamOutputFilterSensitiveLog: (obj: DeleteDeliveryStreamOutput) => any;
|
|
1263
|
-
|
|
1264
|
-
export declare const FailureDescriptionFilterSensitiveLog: (obj: FailureDescription) => any;
|
|
1265
|
-
|
|
1266
|
-
export declare const DeliveryStreamEncryptionConfigurationFilterSensitiveLog: (obj: DeliveryStreamEncryptionConfiguration) => any;
|
|
1267
|
-
|
|
1268
|
-
export declare const ElasticsearchDestinationDescriptionFilterSensitiveLog: (obj: ElasticsearchDestinationDescription) => any;
|
|
1269
|
-
|
|
1270
|
-
export declare const ExtendedS3DestinationDescriptionFilterSensitiveLog: (obj: ExtendedS3DestinationDescription) => any;
|
|
1271
|
-
|
|
1272
|
-
export declare const HttpEndpointDescriptionFilterSensitiveLog: (obj: HttpEndpointDescription) => any;
|
|
1273
|
-
|
|
1274
|
-
export declare const HttpEndpointDestinationDescriptionFilterSensitiveLog: (obj: HttpEndpointDestinationDescription) => any;
|
|
1275
|
-
|
|
1276
|
-
export declare const RedshiftDestinationDescriptionFilterSensitiveLog: (obj: RedshiftDestinationDescription) => any;
|
|
1277
|
-
|
|
1278
|
-
export declare const SplunkDestinationDescriptionFilterSensitiveLog: (obj: SplunkDestinationDescription) => any;
|
|
1279
|
-
|
|
1280
|
-
export declare const DestinationDescriptionFilterSensitiveLog: (obj: DestinationDescription) => any;
|
|
1281
|
-
|
|
1282
|
-
export declare const KinesisStreamSourceDescriptionFilterSensitiveLog: (obj: KinesisStreamSourceDescription) => any;
|
|
1283
|
-
|
|
1284
|
-
export declare const SourceDescriptionFilterSensitiveLog: (obj: SourceDescription) => any;
|
|
1285
|
-
|
|
1286
|
-
export declare const DeliveryStreamDescriptionFilterSensitiveLog: (obj: DeliveryStreamDescription) => any;
|
|
1287
|
-
|
|
1288
|
-
export declare const DescribeDeliveryStreamInputFilterSensitiveLog: (obj: DescribeDeliveryStreamInput) => any;
|
|
1289
|
-
|
|
1290
|
-
export declare const DescribeDeliveryStreamOutputFilterSensitiveLog: (obj: DescribeDeliveryStreamOutput) => any;
|
|
1291
|
-
|
|
1292
|
-
export declare const ElasticsearchDestinationUpdateFilterSensitiveLog: (obj: ElasticsearchDestinationUpdate) => any;
|
|
1293
|
-
|
|
1294
|
-
export declare const ExtendedS3DestinationUpdateFilterSensitiveLog: (obj: ExtendedS3DestinationUpdate) => any;
|
|
1295
|
-
|
|
1296
|
-
export declare const ListDeliveryStreamsInputFilterSensitiveLog: (obj: ListDeliveryStreamsInput) => any;
|
|
1297
|
-
|
|
1298
|
-
export declare const ListDeliveryStreamsOutputFilterSensitiveLog: (obj: ListDeliveryStreamsOutput) => any;
|
|
1299
|
-
|
|
1300
|
-
export declare const ListTagsForDeliveryStreamInputFilterSensitiveLog: (obj: ListTagsForDeliveryStreamInput) => any;
|
|
1301
|
-
|
|
1302
|
-
export declare const ListTagsForDeliveryStreamOutputFilterSensitiveLog: (obj: ListTagsForDeliveryStreamOutput) => any;
|
|
1303
|
-
|
|
1304
|
-
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
1305
|
-
|
|
1306
|
-
export declare const PutRecordInputFilterSensitiveLog: (obj: PutRecordInput) => any;
|
|
1307
|
-
|
|
1308
|
-
export declare const PutRecordOutputFilterSensitiveLog: (obj: PutRecordOutput) => any;
|
|
1309
|
-
|
|
1310
|
-
export declare const PutRecordBatchInputFilterSensitiveLog: (obj: PutRecordBatchInput) => any;
|
|
1311
|
-
|
|
1312
|
-
export declare const PutRecordBatchResponseEntryFilterSensitiveLog: (obj: PutRecordBatchResponseEntry) => any;
|
|
1313
|
-
|
|
1314
|
-
export declare const PutRecordBatchOutputFilterSensitiveLog: (obj: PutRecordBatchOutput) => any;
|
|
1315
|
-
|
|
1316
|
-
export declare const StartDeliveryStreamEncryptionInputFilterSensitiveLog: (obj: StartDeliveryStreamEncryptionInput) => any;
|
|
1317
|
-
|
|
1318
|
-
export declare const StartDeliveryStreamEncryptionOutputFilterSensitiveLog: (obj: StartDeliveryStreamEncryptionOutput) => any;
|
|
1319
|
-
|
|
1320
|
-
export declare const StopDeliveryStreamEncryptionInputFilterSensitiveLog: (obj: StopDeliveryStreamEncryptionInput) => any;
|
|
1321
|
-
|
|
1322
|
-
export declare const StopDeliveryStreamEncryptionOutputFilterSensitiveLog: (obj: StopDeliveryStreamEncryptionOutput) => any;
|
|
1323
|
-
|
|
1324
|
-
export declare const TagDeliveryStreamInputFilterSensitiveLog: (obj: TagDeliveryStreamInput) => any;
|
|
1325
|
-
|
|
1326
|
-
export declare const TagDeliveryStreamOutputFilterSensitiveLog: (obj: TagDeliveryStreamOutput) => any;
|
|
1327
|
-
|
|
1328
|
-
export declare const UntagDeliveryStreamInputFilterSensitiveLog: (obj: UntagDeliveryStreamInput) => any;
|
|
1329
|
-
|
|
1330
|
-
export declare const UntagDeliveryStreamOutputFilterSensitiveLog: (obj: UntagDeliveryStreamOutput) => any;
|
|
1331
|
-
|
|
1332
|
-
export declare const HttpEndpointDestinationUpdateFilterSensitiveLog: (obj: HttpEndpointDestinationUpdate) => any;
|
|
1333
|
-
|
|
1334
|
-
export declare const RedshiftDestinationUpdateFilterSensitiveLog: (obj: RedshiftDestinationUpdate) => any;
|
|
1335
|
-
|
|
1336
|
-
export declare const SplunkDestinationUpdateFilterSensitiveLog: (obj: SplunkDestinationUpdate) => any;
|
|
1337
|
-
|
|
1338
|
-
export declare const UpdateDestinationInputFilterSensitiveLog: (obj: UpdateDestinationInput) => any;
|
|
1339
|
-
|
|
1340
|
-
export declare const UpdateDestinationOutputFilterSensitiveLog: (obj: UpdateDestinationOutput) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { FirehoseServiceException as __BaseException } from "./FirehoseServiceException";
|
|
3
|
+
export interface AmazonopensearchserviceBufferingHints {
|
|
4
|
+
IntervalInSeconds?: number;
|
|
5
|
+
SizeInMBs?: number;
|
|
6
|
+
}
|
|
7
|
+
export interface CloudWatchLoggingOptions {
|
|
8
|
+
Enabled?: boolean;
|
|
9
|
+
LogGroupName?: string;
|
|
10
|
+
LogStreamName?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare enum AmazonopensearchserviceIndexRotationPeriod {
|
|
13
|
+
NoRotation = "NoRotation",
|
|
14
|
+
OneDay = "OneDay",
|
|
15
|
+
OneHour = "OneHour",
|
|
16
|
+
OneMonth = "OneMonth",
|
|
17
|
+
OneWeek = "OneWeek",
|
|
18
|
+
}
|
|
19
|
+
export declare enum ProcessorParameterName {
|
|
20
|
+
BUFFER_INTERVAL_IN_SECONDS = "BufferIntervalInSeconds",
|
|
21
|
+
BUFFER_SIZE_IN_MB = "BufferSizeInMBs",
|
|
22
|
+
Delimiter = "Delimiter",
|
|
23
|
+
JSON_PARSING_ENGINE = "JsonParsingEngine",
|
|
24
|
+
LAMBDA_ARN = "LambdaArn",
|
|
25
|
+
LAMBDA_NUMBER_OF_RETRIES = "NumberOfRetries",
|
|
26
|
+
METADATA_EXTRACTION_QUERY = "MetadataExtractionQuery",
|
|
27
|
+
ROLE_ARN = "RoleArn",
|
|
28
|
+
SUB_RECORD_TYPE = "SubRecordType",
|
|
29
|
+
}
|
|
30
|
+
export interface ProcessorParameter {
|
|
31
|
+
ParameterName: ProcessorParameterName | string | undefined;
|
|
32
|
+
ParameterValue: string | undefined;
|
|
33
|
+
}
|
|
34
|
+
export declare type ProcessorType =
|
|
35
|
+
| "AppendDelimiterToRecord"
|
|
36
|
+
| "Lambda"
|
|
37
|
+
| "MetadataExtraction"
|
|
38
|
+
| "RecordDeAggregation";
|
|
39
|
+
export interface Processor {
|
|
40
|
+
Type: ProcessorType | string | undefined;
|
|
41
|
+
Parameters?: ProcessorParameter[];
|
|
42
|
+
}
|
|
43
|
+
export interface ProcessingConfiguration {
|
|
44
|
+
Enabled?: boolean;
|
|
45
|
+
Processors?: Processor[];
|
|
46
|
+
}
|
|
47
|
+
export interface AmazonopensearchserviceRetryOptions {
|
|
48
|
+
DurationInSeconds?: number;
|
|
49
|
+
}
|
|
50
|
+
export declare enum AmazonopensearchserviceS3BackupMode {
|
|
51
|
+
AllDocuments = "AllDocuments",
|
|
52
|
+
FailedDocumentsOnly = "FailedDocumentsOnly",
|
|
53
|
+
}
|
|
54
|
+
export interface BufferingHints {
|
|
55
|
+
SizeInMBs?: number;
|
|
56
|
+
IntervalInSeconds?: number;
|
|
57
|
+
}
|
|
58
|
+
export declare enum CompressionFormat {
|
|
59
|
+
GZIP = "GZIP",
|
|
60
|
+
HADOOP_SNAPPY = "HADOOP_SNAPPY",
|
|
61
|
+
SNAPPY = "Snappy",
|
|
62
|
+
UNCOMPRESSED = "UNCOMPRESSED",
|
|
63
|
+
ZIP = "ZIP",
|
|
64
|
+
}
|
|
65
|
+
export interface KMSEncryptionConfig {
|
|
66
|
+
AWSKMSKeyARN: string | undefined;
|
|
67
|
+
}
|
|
68
|
+
export declare type NoEncryptionConfig = "NoEncryption";
|
|
69
|
+
export interface EncryptionConfiguration {
|
|
70
|
+
NoEncryptionConfig?: NoEncryptionConfig | string;
|
|
71
|
+
KMSEncryptionConfig?: KMSEncryptionConfig;
|
|
72
|
+
}
|
|
73
|
+
export interface S3DestinationConfiguration {
|
|
74
|
+
RoleARN: string | undefined;
|
|
75
|
+
BucketARN: string | undefined;
|
|
76
|
+
Prefix?: string;
|
|
77
|
+
ErrorOutputPrefix?: string;
|
|
78
|
+
BufferingHints?: BufferingHints;
|
|
79
|
+
CompressionFormat?: CompressionFormat | string;
|
|
80
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
81
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
82
|
+
}
|
|
83
|
+
export interface VpcConfiguration {
|
|
84
|
+
SubnetIds: string[] | undefined;
|
|
85
|
+
RoleARN: string | undefined;
|
|
86
|
+
SecurityGroupIds: string[] | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface AmazonopensearchserviceDestinationConfiguration {
|
|
89
|
+
RoleARN: string | undefined;
|
|
90
|
+
DomainARN?: string;
|
|
91
|
+
ClusterEndpoint?: string;
|
|
92
|
+
IndexName: string | undefined;
|
|
93
|
+
TypeName?: string;
|
|
94
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod | string;
|
|
95
|
+
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
96
|
+
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
97
|
+
S3BackupMode?: AmazonopensearchserviceS3BackupMode | string;
|
|
98
|
+
S3Configuration: S3DestinationConfiguration | undefined;
|
|
99
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
100
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
101
|
+
VpcConfiguration?: VpcConfiguration;
|
|
102
|
+
}
|
|
103
|
+
export interface S3DestinationDescription {
|
|
104
|
+
RoleARN: string | undefined;
|
|
105
|
+
BucketARN: string | undefined;
|
|
106
|
+
Prefix?: string;
|
|
107
|
+
ErrorOutputPrefix?: string;
|
|
108
|
+
BufferingHints: BufferingHints | undefined;
|
|
109
|
+
CompressionFormat: CompressionFormat | string | undefined;
|
|
110
|
+
EncryptionConfiguration: EncryptionConfiguration | undefined;
|
|
111
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
112
|
+
}
|
|
113
|
+
export interface VpcConfigurationDescription {
|
|
114
|
+
SubnetIds: string[] | undefined;
|
|
115
|
+
RoleARN: string | undefined;
|
|
116
|
+
SecurityGroupIds: string[] | undefined;
|
|
117
|
+
VpcId: string | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface AmazonopensearchserviceDestinationDescription {
|
|
120
|
+
RoleARN?: string;
|
|
121
|
+
DomainARN?: string;
|
|
122
|
+
ClusterEndpoint?: string;
|
|
123
|
+
IndexName?: string;
|
|
124
|
+
TypeName?: string;
|
|
125
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod | string;
|
|
126
|
+
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
127
|
+
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
128
|
+
S3BackupMode?: AmazonopensearchserviceS3BackupMode | string;
|
|
129
|
+
S3DestinationDescription?: S3DestinationDescription;
|
|
130
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
131
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
132
|
+
VpcConfigurationDescription?: VpcConfigurationDescription;
|
|
133
|
+
}
|
|
134
|
+
export interface S3DestinationUpdate {
|
|
135
|
+
RoleARN?: string;
|
|
136
|
+
BucketARN?: string;
|
|
137
|
+
Prefix?: string;
|
|
138
|
+
ErrorOutputPrefix?: string;
|
|
139
|
+
BufferingHints?: BufferingHints;
|
|
140
|
+
CompressionFormat?: CompressionFormat | string;
|
|
141
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
142
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
143
|
+
}
|
|
144
|
+
export interface AmazonopensearchserviceDestinationUpdate {
|
|
145
|
+
RoleARN?: string;
|
|
146
|
+
DomainARN?: string;
|
|
147
|
+
ClusterEndpoint?: string;
|
|
148
|
+
IndexName?: string;
|
|
149
|
+
TypeName?: string;
|
|
150
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod | string;
|
|
151
|
+
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
152
|
+
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
153
|
+
S3Update?: S3DestinationUpdate;
|
|
154
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
155
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
156
|
+
}
|
|
157
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
158
|
+
readonly name: "ConcurrentModificationException";
|
|
159
|
+
readonly $fault: "client";
|
|
160
|
+
constructor(
|
|
161
|
+
opts: __ExceptionOptionType<
|
|
162
|
+
ConcurrentModificationException,
|
|
163
|
+
__BaseException
|
|
164
|
+
>
|
|
165
|
+
);
|
|
166
|
+
}
|
|
167
|
+
export declare enum ContentEncoding {
|
|
168
|
+
GZIP = "GZIP",
|
|
169
|
+
NONE = "NONE",
|
|
170
|
+
}
|
|
171
|
+
export interface CopyCommand {
|
|
172
|
+
DataTableName: string | undefined;
|
|
173
|
+
DataTableColumns?: string;
|
|
174
|
+
CopyOptions?: string;
|
|
175
|
+
}
|
|
176
|
+
export declare enum KeyType {
|
|
177
|
+
AWS_OWNED_CMK = "AWS_OWNED_CMK",
|
|
178
|
+
CUSTOMER_MANAGED_CMK = "CUSTOMER_MANAGED_CMK",
|
|
179
|
+
}
|
|
180
|
+
export interface DeliveryStreamEncryptionConfigurationInput {
|
|
181
|
+
KeyARN?: string;
|
|
182
|
+
KeyType: KeyType | string | undefined;
|
|
183
|
+
}
|
|
184
|
+
export declare type DeliveryStreamType = "DirectPut" | "KinesisStreamAsSource";
|
|
185
|
+
export interface ElasticsearchBufferingHints {
|
|
186
|
+
IntervalInSeconds?: number;
|
|
187
|
+
SizeInMBs?: number;
|
|
188
|
+
}
|
|
189
|
+
export declare type ElasticsearchIndexRotationPeriod =
|
|
190
|
+
| "NoRotation"
|
|
191
|
+
| "OneDay"
|
|
192
|
+
| "OneHour"
|
|
193
|
+
| "OneMonth"
|
|
194
|
+
| "OneWeek";
|
|
195
|
+
export interface ElasticsearchRetryOptions {
|
|
196
|
+
DurationInSeconds?: number;
|
|
197
|
+
}
|
|
198
|
+
export declare type ElasticsearchS3BackupMode =
|
|
199
|
+
| "AllDocuments"
|
|
200
|
+
| "FailedDocumentsOnly";
|
|
201
|
+
export interface ElasticsearchDestinationConfiguration {
|
|
202
|
+
RoleARN: string | undefined;
|
|
203
|
+
DomainARN?: string;
|
|
204
|
+
ClusterEndpoint?: string;
|
|
205
|
+
IndexName: string | undefined;
|
|
206
|
+
TypeName?: string;
|
|
207
|
+
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod | string;
|
|
208
|
+
BufferingHints?: ElasticsearchBufferingHints;
|
|
209
|
+
RetryOptions?: ElasticsearchRetryOptions;
|
|
210
|
+
S3BackupMode?: ElasticsearchS3BackupMode | string;
|
|
211
|
+
S3Configuration: S3DestinationConfiguration | undefined;
|
|
212
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
213
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
214
|
+
VpcConfiguration?: VpcConfiguration;
|
|
215
|
+
}
|
|
216
|
+
export interface HiveJsonSerDe {
|
|
217
|
+
TimestampFormats?: string[];
|
|
218
|
+
}
|
|
219
|
+
export interface OpenXJsonSerDe {
|
|
220
|
+
ConvertDotsInJsonKeysToUnderscores?: boolean;
|
|
221
|
+
CaseInsensitive?: boolean;
|
|
222
|
+
ColumnToJsonKeyMappings?: Record<string, string>;
|
|
223
|
+
}
|
|
224
|
+
export interface Deserializer {
|
|
225
|
+
OpenXJsonSerDe?: OpenXJsonSerDe;
|
|
226
|
+
HiveJsonSerDe?: HiveJsonSerDe;
|
|
227
|
+
}
|
|
228
|
+
export interface InputFormatConfiguration {
|
|
229
|
+
Deserializer?: Deserializer;
|
|
230
|
+
}
|
|
231
|
+
export declare enum OrcCompression {
|
|
232
|
+
NONE = "NONE",
|
|
233
|
+
SNAPPY = "SNAPPY",
|
|
234
|
+
ZLIB = "ZLIB",
|
|
235
|
+
}
|
|
236
|
+
export declare enum OrcFormatVersion {
|
|
237
|
+
V0_11 = "V0_11",
|
|
238
|
+
V0_12 = "V0_12",
|
|
239
|
+
}
|
|
240
|
+
export interface OrcSerDe {
|
|
241
|
+
StripeSizeBytes?: number;
|
|
242
|
+
BlockSizeBytes?: number;
|
|
243
|
+
RowIndexStride?: number;
|
|
244
|
+
EnablePadding?: boolean;
|
|
245
|
+
PaddingTolerance?: number;
|
|
246
|
+
Compression?: OrcCompression | string;
|
|
247
|
+
BloomFilterColumns?: string[];
|
|
248
|
+
BloomFilterFalsePositiveProbability?: number;
|
|
249
|
+
DictionaryKeyThreshold?: number;
|
|
250
|
+
FormatVersion?: OrcFormatVersion | string;
|
|
251
|
+
}
|
|
252
|
+
export declare enum ParquetCompression {
|
|
253
|
+
GZIP = "GZIP",
|
|
254
|
+
SNAPPY = "SNAPPY",
|
|
255
|
+
UNCOMPRESSED = "UNCOMPRESSED",
|
|
256
|
+
}
|
|
257
|
+
export declare enum ParquetWriterVersion {
|
|
258
|
+
V1 = "V1",
|
|
259
|
+
V2 = "V2",
|
|
260
|
+
}
|
|
261
|
+
export interface ParquetSerDe {
|
|
262
|
+
BlockSizeBytes?: number;
|
|
263
|
+
PageSizeBytes?: number;
|
|
264
|
+
Compression?: ParquetCompression | string;
|
|
265
|
+
EnableDictionaryCompression?: boolean;
|
|
266
|
+
MaxPaddingBytes?: number;
|
|
267
|
+
WriterVersion?: ParquetWriterVersion | string;
|
|
268
|
+
}
|
|
269
|
+
export interface Serializer {
|
|
270
|
+
ParquetSerDe?: ParquetSerDe;
|
|
271
|
+
OrcSerDe?: OrcSerDe;
|
|
272
|
+
}
|
|
273
|
+
export interface OutputFormatConfiguration {
|
|
274
|
+
Serializer?: Serializer;
|
|
275
|
+
}
|
|
276
|
+
export interface SchemaConfiguration {
|
|
277
|
+
RoleARN?: string;
|
|
278
|
+
CatalogId?: string;
|
|
279
|
+
DatabaseName?: string;
|
|
280
|
+
TableName?: string;
|
|
281
|
+
Region?: string;
|
|
282
|
+
VersionId?: string;
|
|
283
|
+
}
|
|
284
|
+
export interface DataFormatConversionConfiguration {
|
|
285
|
+
SchemaConfiguration?: SchemaConfiguration;
|
|
286
|
+
InputFormatConfiguration?: InputFormatConfiguration;
|
|
287
|
+
OutputFormatConfiguration?: OutputFormatConfiguration;
|
|
288
|
+
Enabled?: boolean;
|
|
289
|
+
}
|
|
290
|
+
export interface RetryOptions {
|
|
291
|
+
DurationInSeconds?: number;
|
|
292
|
+
}
|
|
293
|
+
export interface DynamicPartitioningConfiguration {
|
|
294
|
+
RetryOptions?: RetryOptions;
|
|
295
|
+
Enabled?: boolean;
|
|
296
|
+
}
|
|
297
|
+
export declare type S3BackupMode = "Disabled" | "Enabled";
|
|
298
|
+
export interface ExtendedS3DestinationConfiguration {
|
|
299
|
+
RoleARN: string | undefined;
|
|
300
|
+
BucketARN: string | undefined;
|
|
301
|
+
Prefix?: string;
|
|
302
|
+
ErrorOutputPrefix?: string;
|
|
303
|
+
BufferingHints?: BufferingHints;
|
|
304
|
+
CompressionFormat?: CompressionFormat | string;
|
|
305
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
306
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
307
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
308
|
+
S3BackupMode?: S3BackupMode | string;
|
|
309
|
+
S3BackupConfiguration?: S3DestinationConfiguration;
|
|
310
|
+
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
311
|
+
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
312
|
+
}
|
|
313
|
+
export interface HttpEndpointBufferingHints {
|
|
314
|
+
SizeInMBs?: number;
|
|
315
|
+
IntervalInSeconds?: number;
|
|
316
|
+
}
|
|
317
|
+
export interface HttpEndpointConfiguration {
|
|
318
|
+
Url: string | undefined;
|
|
319
|
+
Name?: string;
|
|
320
|
+
AccessKey?: string;
|
|
321
|
+
}
|
|
322
|
+
export interface HttpEndpointCommonAttribute {
|
|
323
|
+
AttributeName: string | undefined;
|
|
324
|
+
AttributeValue: string | undefined;
|
|
325
|
+
}
|
|
326
|
+
export interface HttpEndpointRequestConfiguration {
|
|
327
|
+
ContentEncoding?: ContentEncoding | string;
|
|
328
|
+
CommonAttributes?: HttpEndpointCommonAttribute[];
|
|
329
|
+
}
|
|
330
|
+
export interface HttpEndpointRetryOptions {
|
|
331
|
+
DurationInSeconds?: number;
|
|
332
|
+
}
|
|
333
|
+
export declare type HttpEndpointS3BackupMode = "AllData" | "FailedDataOnly";
|
|
334
|
+
export interface HttpEndpointDestinationConfiguration {
|
|
335
|
+
EndpointConfiguration: HttpEndpointConfiguration | undefined;
|
|
336
|
+
BufferingHints?: HttpEndpointBufferingHints;
|
|
337
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
338
|
+
RequestConfiguration?: HttpEndpointRequestConfiguration;
|
|
339
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
340
|
+
RoleARN?: string;
|
|
341
|
+
RetryOptions?: HttpEndpointRetryOptions;
|
|
342
|
+
S3BackupMode?: HttpEndpointS3BackupMode | string;
|
|
343
|
+
S3Configuration: S3DestinationConfiguration | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface KinesisStreamSourceConfiguration {
|
|
346
|
+
KinesisStreamARN: string | undefined;
|
|
347
|
+
RoleARN: string | undefined;
|
|
348
|
+
}
|
|
349
|
+
export interface RedshiftRetryOptions {
|
|
350
|
+
DurationInSeconds?: number;
|
|
351
|
+
}
|
|
352
|
+
export declare type RedshiftS3BackupMode = "Disabled" | "Enabled";
|
|
353
|
+
export interface RedshiftDestinationConfiguration {
|
|
354
|
+
RoleARN: string | undefined;
|
|
355
|
+
ClusterJDBCURL: string | undefined;
|
|
356
|
+
CopyCommand: CopyCommand | undefined;
|
|
357
|
+
Username: string | undefined;
|
|
358
|
+
Password: string | undefined;
|
|
359
|
+
RetryOptions?: RedshiftRetryOptions;
|
|
360
|
+
S3Configuration: S3DestinationConfiguration | undefined;
|
|
361
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
362
|
+
S3BackupMode?: RedshiftS3BackupMode | string;
|
|
363
|
+
S3BackupConfiguration?: S3DestinationConfiguration;
|
|
364
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
365
|
+
}
|
|
366
|
+
export declare type HECEndpointType = "Event" | "Raw";
|
|
367
|
+
export interface SplunkRetryOptions {
|
|
368
|
+
DurationInSeconds?: number;
|
|
369
|
+
}
|
|
370
|
+
export declare type SplunkS3BackupMode = "AllEvents" | "FailedEventsOnly";
|
|
371
|
+
export interface SplunkDestinationConfiguration {
|
|
372
|
+
HECEndpoint: string | undefined;
|
|
373
|
+
HECEndpointType: HECEndpointType | string | undefined;
|
|
374
|
+
HECToken: string | undefined;
|
|
375
|
+
HECAcknowledgmentTimeoutInSeconds?: number;
|
|
376
|
+
RetryOptions?: SplunkRetryOptions;
|
|
377
|
+
S3BackupMode?: SplunkS3BackupMode | string;
|
|
378
|
+
S3Configuration: S3DestinationConfiguration | undefined;
|
|
379
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
380
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
381
|
+
}
|
|
382
|
+
export interface Tag {
|
|
383
|
+
Key: string | undefined;
|
|
384
|
+
Value?: string;
|
|
385
|
+
}
|
|
386
|
+
export interface CreateDeliveryStreamInput {
|
|
387
|
+
DeliveryStreamName: string | undefined;
|
|
388
|
+
DeliveryStreamType?: DeliveryStreamType | string;
|
|
389
|
+
KinesisStreamSourceConfiguration?: KinesisStreamSourceConfiguration;
|
|
390
|
+
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput;
|
|
391
|
+
S3DestinationConfiguration?: S3DestinationConfiguration;
|
|
392
|
+
ExtendedS3DestinationConfiguration?: ExtendedS3DestinationConfiguration;
|
|
393
|
+
RedshiftDestinationConfiguration?: RedshiftDestinationConfiguration;
|
|
394
|
+
ElasticsearchDestinationConfiguration?: ElasticsearchDestinationConfiguration;
|
|
395
|
+
AmazonopensearchserviceDestinationConfiguration?: AmazonopensearchserviceDestinationConfiguration;
|
|
396
|
+
SplunkDestinationConfiguration?: SplunkDestinationConfiguration;
|
|
397
|
+
HttpEndpointDestinationConfiguration?: HttpEndpointDestinationConfiguration;
|
|
398
|
+
Tags?: Tag[];
|
|
399
|
+
}
|
|
400
|
+
export interface CreateDeliveryStreamOutput {
|
|
401
|
+
DeliveryStreamARN?: string;
|
|
402
|
+
}
|
|
403
|
+
export declare class InvalidArgumentException extends __BaseException {
|
|
404
|
+
readonly name: "InvalidArgumentException";
|
|
405
|
+
readonly $fault: "client";
|
|
406
|
+
constructor(
|
|
407
|
+
opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
|
|
408
|
+
);
|
|
409
|
+
}
|
|
410
|
+
export declare class InvalidKMSResourceException extends __BaseException {
|
|
411
|
+
readonly name: "InvalidKMSResourceException";
|
|
412
|
+
readonly $fault: "client";
|
|
413
|
+
code?: string;
|
|
414
|
+
constructor(
|
|
415
|
+
opts: __ExceptionOptionType<InvalidKMSResourceException, __BaseException>
|
|
416
|
+
);
|
|
417
|
+
}
|
|
418
|
+
export declare class LimitExceededException extends __BaseException {
|
|
419
|
+
readonly name: "LimitExceededException";
|
|
420
|
+
readonly $fault: "client";
|
|
421
|
+
constructor(
|
|
422
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
423
|
+
);
|
|
424
|
+
}
|
|
425
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
426
|
+
readonly name: "ResourceInUseException";
|
|
427
|
+
readonly $fault: "client";
|
|
428
|
+
constructor(
|
|
429
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
430
|
+
);
|
|
431
|
+
}
|
|
432
|
+
export interface DeleteDeliveryStreamInput {
|
|
433
|
+
DeliveryStreamName: string | undefined;
|
|
434
|
+
AllowForceDelete?: boolean;
|
|
435
|
+
}
|
|
436
|
+
export interface DeleteDeliveryStreamOutput {}
|
|
437
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
438
|
+
readonly name: "ResourceNotFoundException";
|
|
439
|
+
readonly $fault: "client";
|
|
440
|
+
constructor(
|
|
441
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
442
|
+
);
|
|
443
|
+
}
|
|
444
|
+
export declare enum DeliveryStreamFailureType {
|
|
445
|
+
CREATE_ENI_FAILED = "CREATE_ENI_FAILED",
|
|
446
|
+
CREATE_KMS_GRANT_FAILED = "CREATE_KMS_GRANT_FAILED",
|
|
447
|
+
DELETE_ENI_FAILED = "DELETE_ENI_FAILED",
|
|
448
|
+
DISABLED_KMS_KEY = "DISABLED_KMS_KEY",
|
|
449
|
+
ENI_ACCESS_DENIED = "ENI_ACCESS_DENIED",
|
|
450
|
+
INVALID_KMS_KEY = "INVALID_KMS_KEY",
|
|
451
|
+
KMS_ACCESS_DENIED = "KMS_ACCESS_DENIED",
|
|
452
|
+
KMS_KEY_NOT_FOUND = "KMS_KEY_NOT_FOUND",
|
|
453
|
+
KMS_OPT_IN_REQUIRED = "KMS_OPT_IN_REQUIRED",
|
|
454
|
+
RETIRE_KMS_GRANT_FAILED = "RETIRE_KMS_GRANT_FAILED",
|
|
455
|
+
SECURITY_GROUP_ACCESS_DENIED = "SECURITY_GROUP_ACCESS_DENIED",
|
|
456
|
+
SECURITY_GROUP_NOT_FOUND = "SECURITY_GROUP_NOT_FOUND",
|
|
457
|
+
SUBNET_ACCESS_DENIED = "SUBNET_ACCESS_DENIED",
|
|
458
|
+
SUBNET_NOT_FOUND = "SUBNET_NOT_FOUND",
|
|
459
|
+
UNKNOWN_ERROR = "UNKNOWN_ERROR",
|
|
460
|
+
}
|
|
461
|
+
export interface FailureDescription {
|
|
462
|
+
Type: DeliveryStreamFailureType | string | undefined;
|
|
463
|
+
Details: string | undefined;
|
|
464
|
+
}
|
|
465
|
+
export declare enum DeliveryStreamEncryptionStatus {
|
|
466
|
+
DISABLED = "DISABLED",
|
|
467
|
+
DISABLING = "DISABLING",
|
|
468
|
+
DISABLING_FAILED = "DISABLING_FAILED",
|
|
469
|
+
ENABLED = "ENABLED",
|
|
470
|
+
ENABLING = "ENABLING",
|
|
471
|
+
ENABLING_FAILED = "ENABLING_FAILED",
|
|
472
|
+
}
|
|
473
|
+
export interface DeliveryStreamEncryptionConfiguration {
|
|
474
|
+
KeyARN?: string;
|
|
475
|
+
KeyType?: KeyType | string;
|
|
476
|
+
Status?: DeliveryStreamEncryptionStatus | string;
|
|
477
|
+
FailureDescription?: FailureDescription;
|
|
478
|
+
}
|
|
479
|
+
export declare enum DeliveryStreamStatus {
|
|
480
|
+
ACTIVE = "ACTIVE",
|
|
481
|
+
CREATING = "CREATING",
|
|
482
|
+
CREATING_FAILED = "CREATING_FAILED",
|
|
483
|
+
DELETING = "DELETING",
|
|
484
|
+
DELETING_FAILED = "DELETING_FAILED",
|
|
485
|
+
}
|
|
486
|
+
export interface ElasticsearchDestinationDescription {
|
|
487
|
+
RoleARN?: string;
|
|
488
|
+
DomainARN?: string;
|
|
489
|
+
ClusterEndpoint?: string;
|
|
490
|
+
IndexName?: string;
|
|
491
|
+
TypeName?: string;
|
|
492
|
+
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod | string;
|
|
493
|
+
BufferingHints?: ElasticsearchBufferingHints;
|
|
494
|
+
RetryOptions?: ElasticsearchRetryOptions;
|
|
495
|
+
S3BackupMode?: ElasticsearchS3BackupMode | string;
|
|
496
|
+
S3DestinationDescription?: S3DestinationDescription;
|
|
497
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
498
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
499
|
+
VpcConfigurationDescription?: VpcConfigurationDescription;
|
|
500
|
+
}
|
|
501
|
+
export interface ExtendedS3DestinationDescription {
|
|
502
|
+
RoleARN: string | undefined;
|
|
503
|
+
BucketARN: string | undefined;
|
|
504
|
+
Prefix?: string;
|
|
505
|
+
ErrorOutputPrefix?: string;
|
|
506
|
+
BufferingHints: BufferingHints | undefined;
|
|
507
|
+
CompressionFormat: CompressionFormat | string | undefined;
|
|
508
|
+
EncryptionConfiguration: EncryptionConfiguration | undefined;
|
|
509
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
510
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
511
|
+
S3BackupMode?: S3BackupMode | string;
|
|
512
|
+
S3BackupDescription?: S3DestinationDescription;
|
|
513
|
+
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
514
|
+
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
515
|
+
}
|
|
516
|
+
export interface HttpEndpointDescription {
|
|
517
|
+
Url?: string;
|
|
518
|
+
Name?: string;
|
|
519
|
+
}
|
|
520
|
+
export interface HttpEndpointDestinationDescription {
|
|
521
|
+
EndpointConfiguration?: HttpEndpointDescription;
|
|
522
|
+
BufferingHints?: HttpEndpointBufferingHints;
|
|
523
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
524
|
+
RequestConfiguration?: HttpEndpointRequestConfiguration;
|
|
525
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
526
|
+
RoleARN?: string;
|
|
527
|
+
RetryOptions?: HttpEndpointRetryOptions;
|
|
528
|
+
S3BackupMode?: HttpEndpointS3BackupMode | string;
|
|
529
|
+
S3DestinationDescription?: S3DestinationDescription;
|
|
530
|
+
}
|
|
531
|
+
export interface RedshiftDestinationDescription {
|
|
532
|
+
RoleARN: string | undefined;
|
|
533
|
+
ClusterJDBCURL: string | undefined;
|
|
534
|
+
CopyCommand: CopyCommand | undefined;
|
|
535
|
+
Username: string | undefined;
|
|
536
|
+
RetryOptions?: RedshiftRetryOptions;
|
|
537
|
+
S3DestinationDescription: S3DestinationDescription | undefined;
|
|
538
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
539
|
+
S3BackupMode?: RedshiftS3BackupMode | string;
|
|
540
|
+
S3BackupDescription?: S3DestinationDescription;
|
|
541
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
542
|
+
}
|
|
543
|
+
export interface SplunkDestinationDescription {
|
|
544
|
+
HECEndpoint?: string;
|
|
545
|
+
HECEndpointType?: HECEndpointType | string;
|
|
546
|
+
HECToken?: string;
|
|
547
|
+
HECAcknowledgmentTimeoutInSeconds?: number;
|
|
548
|
+
RetryOptions?: SplunkRetryOptions;
|
|
549
|
+
S3BackupMode?: SplunkS3BackupMode | string;
|
|
550
|
+
S3DestinationDescription?: S3DestinationDescription;
|
|
551
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
552
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
553
|
+
}
|
|
554
|
+
export interface DestinationDescription {
|
|
555
|
+
DestinationId: string | undefined;
|
|
556
|
+
S3DestinationDescription?: S3DestinationDescription;
|
|
557
|
+
ExtendedS3DestinationDescription?: ExtendedS3DestinationDescription;
|
|
558
|
+
RedshiftDestinationDescription?: RedshiftDestinationDescription;
|
|
559
|
+
ElasticsearchDestinationDescription?: ElasticsearchDestinationDescription;
|
|
560
|
+
AmazonopensearchserviceDestinationDescription?: AmazonopensearchserviceDestinationDescription;
|
|
561
|
+
SplunkDestinationDescription?: SplunkDestinationDescription;
|
|
562
|
+
HttpEndpointDestinationDescription?: HttpEndpointDestinationDescription;
|
|
563
|
+
}
|
|
564
|
+
export interface KinesisStreamSourceDescription {
|
|
565
|
+
KinesisStreamARN?: string;
|
|
566
|
+
RoleARN?: string;
|
|
567
|
+
DeliveryStartTimestamp?: Date;
|
|
568
|
+
}
|
|
569
|
+
export interface SourceDescription {
|
|
570
|
+
KinesisStreamSourceDescription?: KinesisStreamSourceDescription;
|
|
571
|
+
}
|
|
572
|
+
export interface DeliveryStreamDescription {
|
|
573
|
+
DeliveryStreamName: string | undefined;
|
|
574
|
+
DeliveryStreamARN: string | undefined;
|
|
575
|
+
DeliveryStreamStatus: DeliveryStreamStatus | string | undefined;
|
|
576
|
+
FailureDescription?: FailureDescription;
|
|
577
|
+
DeliveryStreamEncryptionConfiguration?: DeliveryStreamEncryptionConfiguration;
|
|
578
|
+
DeliveryStreamType: DeliveryStreamType | string | undefined;
|
|
579
|
+
VersionId: string | undefined;
|
|
580
|
+
CreateTimestamp?: Date;
|
|
581
|
+
LastUpdateTimestamp?: Date;
|
|
582
|
+
Source?: SourceDescription;
|
|
583
|
+
Destinations: DestinationDescription[] | undefined;
|
|
584
|
+
HasMoreDestinations: boolean | undefined;
|
|
585
|
+
}
|
|
586
|
+
export interface DescribeDeliveryStreamInput {
|
|
587
|
+
DeliveryStreamName: string | undefined;
|
|
588
|
+
Limit?: number;
|
|
589
|
+
ExclusiveStartDestinationId?: string;
|
|
590
|
+
}
|
|
591
|
+
export interface DescribeDeliveryStreamOutput {
|
|
592
|
+
DeliveryStreamDescription: DeliveryStreamDescription | undefined;
|
|
593
|
+
}
|
|
594
|
+
export interface ElasticsearchDestinationUpdate {
|
|
595
|
+
RoleARN?: string;
|
|
596
|
+
DomainARN?: string;
|
|
597
|
+
ClusterEndpoint?: string;
|
|
598
|
+
IndexName?: string;
|
|
599
|
+
TypeName?: string;
|
|
600
|
+
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod | string;
|
|
601
|
+
BufferingHints?: ElasticsearchBufferingHints;
|
|
602
|
+
RetryOptions?: ElasticsearchRetryOptions;
|
|
603
|
+
S3Update?: S3DestinationUpdate;
|
|
604
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
605
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
606
|
+
}
|
|
607
|
+
export interface ExtendedS3DestinationUpdate {
|
|
608
|
+
RoleARN?: string;
|
|
609
|
+
BucketARN?: string;
|
|
610
|
+
Prefix?: string;
|
|
611
|
+
ErrorOutputPrefix?: string;
|
|
612
|
+
BufferingHints?: BufferingHints;
|
|
613
|
+
CompressionFormat?: CompressionFormat | string;
|
|
614
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
615
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
616
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
617
|
+
S3BackupMode?: S3BackupMode | string;
|
|
618
|
+
S3BackupUpdate?: S3DestinationUpdate;
|
|
619
|
+
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
620
|
+
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
621
|
+
}
|
|
622
|
+
export interface ListDeliveryStreamsInput {
|
|
623
|
+
Limit?: number;
|
|
624
|
+
DeliveryStreamType?: DeliveryStreamType | string;
|
|
625
|
+
ExclusiveStartDeliveryStreamName?: string;
|
|
626
|
+
}
|
|
627
|
+
export interface ListDeliveryStreamsOutput {
|
|
628
|
+
DeliveryStreamNames: string[] | undefined;
|
|
629
|
+
HasMoreDeliveryStreams: boolean | undefined;
|
|
630
|
+
}
|
|
631
|
+
export interface ListTagsForDeliveryStreamInput {
|
|
632
|
+
DeliveryStreamName: string | undefined;
|
|
633
|
+
ExclusiveStartTagKey?: string;
|
|
634
|
+
Limit?: number;
|
|
635
|
+
}
|
|
636
|
+
export interface ListTagsForDeliveryStreamOutput {
|
|
637
|
+
Tags: Tag[] | undefined;
|
|
638
|
+
HasMoreTags: boolean | undefined;
|
|
639
|
+
}
|
|
640
|
+
export interface _Record {
|
|
641
|
+
Data: Uint8Array | undefined;
|
|
642
|
+
}
|
|
643
|
+
export interface PutRecordInput {
|
|
644
|
+
DeliveryStreamName: string | undefined;
|
|
645
|
+
Record: _Record | undefined;
|
|
646
|
+
}
|
|
647
|
+
export interface PutRecordOutput {
|
|
648
|
+
RecordId: string | undefined;
|
|
649
|
+
Encrypted?: boolean;
|
|
650
|
+
}
|
|
651
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
652
|
+
readonly name: "ServiceUnavailableException";
|
|
653
|
+
readonly $fault: "server";
|
|
654
|
+
constructor(
|
|
655
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
656
|
+
);
|
|
657
|
+
}
|
|
658
|
+
export interface PutRecordBatchInput {
|
|
659
|
+
DeliveryStreamName: string | undefined;
|
|
660
|
+
Records: _Record[] | undefined;
|
|
661
|
+
}
|
|
662
|
+
export interface PutRecordBatchResponseEntry {
|
|
663
|
+
RecordId?: string;
|
|
664
|
+
ErrorCode?: string;
|
|
665
|
+
ErrorMessage?: string;
|
|
666
|
+
}
|
|
667
|
+
export interface PutRecordBatchOutput {
|
|
668
|
+
FailedPutCount: number | undefined;
|
|
669
|
+
Encrypted?: boolean;
|
|
670
|
+
RequestResponses: PutRecordBatchResponseEntry[] | undefined;
|
|
671
|
+
}
|
|
672
|
+
export interface StartDeliveryStreamEncryptionInput {
|
|
673
|
+
DeliveryStreamName: string | undefined;
|
|
674
|
+
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput;
|
|
675
|
+
}
|
|
676
|
+
export interface StartDeliveryStreamEncryptionOutput {}
|
|
677
|
+
export interface StopDeliveryStreamEncryptionInput {
|
|
678
|
+
DeliveryStreamName: string | undefined;
|
|
679
|
+
}
|
|
680
|
+
export interface StopDeliveryStreamEncryptionOutput {}
|
|
681
|
+
export interface TagDeliveryStreamInput {
|
|
682
|
+
DeliveryStreamName: string | undefined;
|
|
683
|
+
Tags: Tag[] | undefined;
|
|
684
|
+
}
|
|
685
|
+
export interface TagDeliveryStreamOutput {}
|
|
686
|
+
export interface UntagDeliveryStreamInput {
|
|
687
|
+
DeliveryStreamName: string | undefined;
|
|
688
|
+
TagKeys: string[] | undefined;
|
|
689
|
+
}
|
|
690
|
+
export interface UntagDeliveryStreamOutput {}
|
|
691
|
+
export interface HttpEndpointDestinationUpdate {
|
|
692
|
+
EndpointConfiguration?: HttpEndpointConfiguration;
|
|
693
|
+
BufferingHints?: HttpEndpointBufferingHints;
|
|
694
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
695
|
+
RequestConfiguration?: HttpEndpointRequestConfiguration;
|
|
696
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
697
|
+
RoleARN?: string;
|
|
698
|
+
RetryOptions?: HttpEndpointRetryOptions;
|
|
699
|
+
S3BackupMode?: HttpEndpointS3BackupMode | string;
|
|
700
|
+
S3Update?: S3DestinationUpdate;
|
|
701
|
+
}
|
|
702
|
+
export interface RedshiftDestinationUpdate {
|
|
703
|
+
RoleARN?: string;
|
|
704
|
+
ClusterJDBCURL?: string;
|
|
705
|
+
CopyCommand?: CopyCommand;
|
|
706
|
+
Username?: string;
|
|
707
|
+
Password?: string;
|
|
708
|
+
RetryOptions?: RedshiftRetryOptions;
|
|
709
|
+
S3Update?: S3DestinationUpdate;
|
|
710
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
711
|
+
S3BackupMode?: RedshiftS3BackupMode | string;
|
|
712
|
+
S3BackupUpdate?: S3DestinationUpdate;
|
|
713
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
714
|
+
}
|
|
715
|
+
export interface SplunkDestinationUpdate {
|
|
716
|
+
HECEndpoint?: string;
|
|
717
|
+
HECEndpointType?: HECEndpointType | string;
|
|
718
|
+
HECToken?: string;
|
|
719
|
+
HECAcknowledgmentTimeoutInSeconds?: number;
|
|
720
|
+
RetryOptions?: SplunkRetryOptions;
|
|
721
|
+
S3BackupMode?: SplunkS3BackupMode | string;
|
|
722
|
+
S3Update?: S3DestinationUpdate;
|
|
723
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
724
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
725
|
+
}
|
|
726
|
+
export interface UpdateDestinationInput {
|
|
727
|
+
DeliveryStreamName: string | undefined;
|
|
728
|
+
CurrentDeliveryStreamVersionId: string | undefined;
|
|
729
|
+
DestinationId: string | undefined;
|
|
730
|
+
S3DestinationUpdate?: S3DestinationUpdate;
|
|
731
|
+
ExtendedS3DestinationUpdate?: ExtendedS3DestinationUpdate;
|
|
732
|
+
RedshiftDestinationUpdate?: RedshiftDestinationUpdate;
|
|
733
|
+
ElasticsearchDestinationUpdate?: ElasticsearchDestinationUpdate;
|
|
734
|
+
AmazonopensearchserviceDestinationUpdate?: AmazonopensearchserviceDestinationUpdate;
|
|
735
|
+
SplunkDestinationUpdate?: SplunkDestinationUpdate;
|
|
736
|
+
HttpEndpointDestinationUpdate?: HttpEndpointDestinationUpdate;
|
|
737
|
+
}
|
|
738
|
+
export interface UpdateDestinationOutput {}
|
|
739
|
+
export declare const AmazonopensearchserviceBufferingHintsFilterSensitiveLog: (
|
|
740
|
+
obj: AmazonopensearchserviceBufferingHints
|
|
741
|
+
) => any;
|
|
742
|
+
export declare const CloudWatchLoggingOptionsFilterSensitiveLog: (
|
|
743
|
+
obj: CloudWatchLoggingOptions
|
|
744
|
+
) => any;
|
|
745
|
+
export declare const ProcessorParameterFilterSensitiveLog: (
|
|
746
|
+
obj: ProcessorParameter
|
|
747
|
+
) => any;
|
|
748
|
+
export declare const ProcessorFilterSensitiveLog: (obj: Processor) => any;
|
|
749
|
+
export declare const ProcessingConfigurationFilterSensitiveLog: (
|
|
750
|
+
obj: ProcessingConfiguration
|
|
751
|
+
) => any;
|
|
752
|
+
export declare const AmazonopensearchserviceRetryOptionsFilterSensitiveLog: (
|
|
753
|
+
obj: AmazonopensearchserviceRetryOptions
|
|
754
|
+
) => any;
|
|
755
|
+
export declare const BufferingHintsFilterSensitiveLog: (
|
|
756
|
+
obj: BufferingHints
|
|
757
|
+
) => any;
|
|
758
|
+
export declare const KMSEncryptionConfigFilterSensitiveLog: (
|
|
759
|
+
obj: KMSEncryptionConfig
|
|
760
|
+
) => any;
|
|
761
|
+
export declare const EncryptionConfigurationFilterSensitiveLog: (
|
|
762
|
+
obj: EncryptionConfiguration
|
|
763
|
+
) => any;
|
|
764
|
+
export declare const S3DestinationConfigurationFilterSensitiveLog: (
|
|
765
|
+
obj: S3DestinationConfiguration
|
|
766
|
+
) => any;
|
|
767
|
+
export declare const VpcConfigurationFilterSensitiveLog: (
|
|
768
|
+
obj: VpcConfiguration
|
|
769
|
+
) => any;
|
|
770
|
+
export declare const AmazonopensearchserviceDestinationConfigurationFilterSensitiveLog: (
|
|
771
|
+
obj: AmazonopensearchserviceDestinationConfiguration
|
|
772
|
+
) => any;
|
|
773
|
+
export declare const S3DestinationDescriptionFilterSensitiveLog: (
|
|
774
|
+
obj: S3DestinationDescription
|
|
775
|
+
) => any;
|
|
776
|
+
export declare const VpcConfigurationDescriptionFilterSensitiveLog: (
|
|
777
|
+
obj: VpcConfigurationDescription
|
|
778
|
+
) => any;
|
|
779
|
+
export declare const AmazonopensearchserviceDestinationDescriptionFilterSensitiveLog: (
|
|
780
|
+
obj: AmazonopensearchserviceDestinationDescription
|
|
781
|
+
) => any;
|
|
782
|
+
export declare const S3DestinationUpdateFilterSensitiveLog: (
|
|
783
|
+
obj: S3DestinationUpdate
|
|
784
|
+
) => any;
|
|
785
|
+
export declare const AmazonopensearchserviceDestinationUpdateFilterSensitiveLog: (
|
|
786
|
+
obj: AmazonopensearchserviceDestinationUpdate
|
|
787
|
+
) => any;
|
|
788
|
+
export declare const CopyCommandFilterSensitiveLog: (obj: CopyCommand) => any;
|
|
789
|
+
export declare const DeliveryStreamEncryptionConfigurationInputFilterSensitiveLog: (
|
|
790
|
+
obj: DeliveryStreamEncryptionConfigurationInput
|
|
791
|
+
) => any;
|
|
792
|
+
export declare const ElasticsearchBufferingHintsFilterSensitiveLog: (
|
|
793
|
+
obj: ElasticsearchBufferingHints
|
|
794
|
+
) => any;
|
|
795
|
+
export declare const ElasticsearchRetryOptionsFilterSensitiveLog: (
|
|
796
|
+
obj: ElasticsearchRetryOptions
|
|
797
|
+
) => any;
|
|
798
|
+
export declare const ElasticsearchDestinationConfigurationFilterSensitiveLog: (
|
|
799
|
+
obj: ElasticsearchDestinationConfiguration
|
|
800
|
+
) => any;
|
|
801
|
+
export declare const HiveJsonSerDeFilterSensitiveLog: (
|
|
802
|
+
obj: HiveJsonSerDe
|
|
803
|
+
) => any;
|
|
804
|
+
export declare const OpenXJsonSerDeFilterSensitiveLog: (
|
|
805
|
+
obj: OpenXJsonSerDe
|
|
806
|
+
) => any;
|
|
807
|
+
export declare const DeserializerFilterSensitiveLog: (obj: Deserializer) => any;
|
|
808
|
+
export declare const InputFormatConfigurationFilterSensitiveLog: (
|
|
809
|
+
obj: InputFormatConfiguration
|
|
810
|
+
) => any;
|
|
811
|
+
export declare const OrcSerDeFilterSensitiveLog: (obj: OrcSerDe) => any;
|
|
812
|
+
export declare const ParquetSerDeFilterSensitiveLog: (obj: ParquetSerDe) => any;
|
|
813
|
+
export declare const SerializerFilterSensitiveLog: (obj: Serializer) => any;
|
|
814
|
+
export declare const OutputFormatConfigurationFilterSensitiveLog: (
|
|
815
|
+
obj: OutputFormatConfiguration
|
|
816
|
+
) => any;
|
|
817
|
+
export declare const SchemaConfigurationFilterSensitiveLog: (
|
|
818
|
+
obj: SchemaConfiguration
|
|
819
|
+
) => any;
|
|
820
|
+
export declare const DataFormatConversionConfigurationFilterSensitiveLog: (
|
|
821
|
+
obj: DataFormatConversionConfiguration
|
|
822
|
+
) => any;
|
|
823
|
+
export declare const RetryOptionsFilterSensitiveLog: (obj: RetryOptions) => any;
|
|
824
|
+
export declare const DynamicPartitioningConfigurationFilterSensitiveLog: (
|
|
825
|
+
obj: DynamicPartitioningConfiguration
|
|
826
|
+
) => any;
|
|
827
|
+
export declare const ExtendedS3DestinationConfigurationFilterSensitiveLog: (
|
|
828
|
+
obj: ExtendedS3DestinationConfiguration
|
|
829
|
+
) => any;
|
|
830
|
+
export declare const HttpEndpointBufferingHintsFilterSensitiveLog: (
|
|
831
|
+
obj: HttpEndpointBufferingHints
|
|
832
|
+
) => any;
|
|
833
|
+
export declare const HttpEndpointConfigurationFilterSensitiveLog: (
|
|
834
|
+
obj: HttpEndpointConfiguration
|
|
835
|
+
) => any;
|
|
836
|
+
export declare const HttpEndpointCommonAttributeFilterSensitiveLog: (
|
|
837
|
+
obj: HttpEndpointCommonAttribute
|
|
838
|
+
) => any;
|
|
839
|
+
export declare const HttpEndpointRequestConfigurationFilterSensitiveLog: (
|
|
840
|
+
obj: HttpEndpointRequestConfiguration
|
|
841
|
+
) => any;
|
|
842
|
+
export declare const HttpEndpointRetryOptionsFilterSensitiveLog: (
|
|
843
|
+
obj: HttpEndpointRetryOptions
|
|
844
|
+
) => any;
|
|
845
|
+
export declare const HttpEndpointDestinationConfigurationFilterSensitiveLog: (
|
|
846
|
+
obj: HttpEndpointDestinationConfiguration
|
|
847
|
+
) => any;
|
|
848
|
+
export declare const KinesisStreamSourceConfigurationFilterSensitiveLog: (
|
|
849
|
+
obj: KinesisStreamSourceConfiguration
|
|
850
|
+
) => any;
|
|
851
|
+
export declare const RedshiftRetryOptionsFilterSensitiveLog: (
|
|
852
|
+
obj: RedshiftRetryOptions
|
|
853
|
+
) => any;
|
|
854
|
+
export declare const RedshiftDestinationConfigurationFilterSensitiveLog: (
|
|
855
|
+
obj: RedshiftDestinationConfiguration
|
|
856
|
+
) => any;
|
|
857
|
+
export declare const SplunkRetryOptionsFilterSensitiveLog: (
|
|
858
|
+
obj: SplunkRetryOptions
|
|
859
|
+
) => any;
|
|
860
|
+
export declare const SplunkDestinationConfigurationFilterSensitiveLog: (
|
|
861
|
+
obj: SplunkDestinationConfiguration
|
|
862
|
+
) => any;
|
|
863
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
864
|
+
export declare const CreateDeliveryStreamInputFilterSensitiveLog: (
|
|
865
|
+
obj: CreateDeliveryStreamInput
|
|
866
|
+
) => any;
|
|
867
|
+
export declare const CreateDeliveryStreamOutputFilterSensitiveLog: (
|
|
868
|
+
obj: CreateDeliveryStreamOutput
|
|
869
|
+
) => any;
|
|
870
|
+
export declare const DeleteDeliveryStreamInputFilterSensitiveLog: (
|
|
871
|
+
obj: DeleteDeliveryStreamInput
|
|
872
|
+
) => any;
|
|
873
|
+
export declare const DeleteDeliveryStreamOutputFilterSensitiveLog: (
|
|
874
|
+
obj: DeleteDeliveryStreamOutput
|
|
875
|
+
) => any;
|
|
876
|
+
export declare const FailureDescriptionFilterSensitiveLog: (
|
|
877
|
+
obj: FailureDescription
|
|
878
|
+
) => any;
|
|
879
|
+
export declare const DeliveryStreamEncryptionConfigurationFilterSensitiveLog: (
|
|
880
|
+
obj: DeliveryStreamEncryptionConfiguration
|
|
881
|
+
) => any;
|
|
882
|
+
export declare const ElasticsearchDestinationDescriptionFilterSensitiveLog: (
|
|
883
|
+
obj: ElasticsearchDestinationDescription
|
|
884
|
+
) => any;
|
|
885
|
+
export declare const ExtendedS3DestinationDescriptionFilterSensitiveLog: (
|
|
886
|
+
obj: ExtendedS3DestinationDescription
|
|
887
|
+
) => any;
|
|
888
|
+
export declare const HttpEndpointDescriptionFilterSensitiveLog: (
|
|
889
|
+
obj: HttpEndpointDescription
|
|
890
|
+
) => any;
|
|
891
|
+
export declare const HttpEndpointDestinationDescriptionFilterSensitiveLog: (
|
|
892
|
+
obj: HttpEndpointDestinationDescription
|
|
893
|
+
) => any;
|
|
894
|
+
export declare const RedshiftDestinationDescriptionFilterSensitiveLog: (
|
|
895
|
+
obj: RedshiftDestinationDescription
|
|
896
|
+
) => any;
|
|
897
|
+
export declare const SplunkDestinationDescriptionFilterSensitiveLog: (
|
|
898
|
+
obj: SplunkDestinationDescription
|
|
899
|
+
) => any;
|
|
900
|
+
export declare const DestinationDescriptionFilterSensitiveLog: (
|
|
901
|
+
obj: DestinationDescription
|
|
902
|
+
) => any;
|
|
903
|
+
export declare const KinesisStreamSourceDescriptionFilterSensitiveLog: (
|
|
904
|
+
obj: KinesisStreamSourceDescription
|
|
905
|
+
) => any;
|
|
906
|
+
export declare const SourceDescriptionFilterSensitiveLog: (
|
|
907
|
+
obj: SourceDescription
|
|
908
|
+
) => any;
|
|
909
|
+
export declare const DeliveryStreamDescriptionFilterSensitiveLog: (
|
|
910
|
+
obj: DeliveryStreamDescription
|
|
911
|
+
) => any;
|
|
912
|
+
export declare const DescribeDeliveryStreamInputFilterSensitiveLog: (
|
|
913
|
+
obj: DescribeDeliveryStreamInput
|
|
914
|
+
) => any;
|
|
915
|
+
export declare const DescribeDeliveryStreamOutputFilterSensitiveLog: (
|
|
916
|
+
obj: DescribeDeliveryStreamOutput
|
|
917
|
+
) => any;
|
|
918
|
+
export declare const ElasticsearchDestinationUpdateFilterSensitiveLog: (
|
|
919
|
+
obj: ElasticsearchDestinationUpdate
|
|
920
|
+
) => any;
|
|
921
|
+
export declare const ExtendedS3DestinationUpdateFilterSensitiveLog: (
|
|
922
|
+
obj: ExtendedS3DestinationUpdate
|
|
923
|
+
) => any;
|
|
924
|
+
export declare const ListDeliveryStreamsInputFilterSensitiveLog: (
|
|
925
|
+
obj: ListDeliveryStreamsInput
|
|
926
|
+
) => any;
|
|
927
|
+
export declare const ListDeliveryStreamsOutputFilterSensitiveLog: (
|
|
928
|
+
obj: ListDeliveryStreamsOutput
|
|
929
|
+
) => any;
|
|
930
|
+
export declare const ListTagsForDeliveryStreamInputFilterSensitiveLog: (
|
|
931
|
+
obj: ListTagsForDeliveryStreamInput
|
|
932
|
+
) => any;
|
|
933
|
+
export declare const ListTagsForDeliveryStreamOutputFilterSensitiveLog: (
|
|
934
|
+
obj: ListTagsForDeliveryStreamOutput
|
|
935
|
+
) => any;
|
|
936
|
+
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
937
|
+
export declare const PutRecordInputFilterSensitiveLog: (
|
|
938
|
+
obj: PutRecordInput
|
|
939
|
+
) => any;
|
|
940
|
+
export declare const PutRecordOutputFilterSensitiveLog: (
|
|
941
|
+
obj: PutRecordOutput
|
|
942
|
+
) => any;
|
|
943
|
+
export declare const PutRecordBatchInputFilterSensitiveLog: (
|
|
944
|
+
obj: PutRecordBatchInput
|
|
945
|
+
) => any;
|
|
946
|
+
export declare const PutRecordBatchResponseEntryFilterSensitiveLog: (
|
|
947
|
+
obj: PutRecordBatchResponseEntry
|
|
948
|
+
) => any;
|
|
949
|
+
export declare const PutRecordBatchOutputFilterSensitiveLog: (
|
|
950
|
+
obj: PutRecordBatchOutput
|
|
951
|
+
) => any;
|
|
952
|
+
export declare const StartDeliveryStreamEncryptionInputFilterSensitiveLog: (
|
|
953
|
+
obj: StartDeliveryStreamEncryptionInput
|
|
954
|
+
) => any;
|
|
955
|
+
export declare const StartDeliveryStreamEncryptionOutputFilterSensitiveLog: (
|
|
956
|
+
obj: StartDeliveryStreamEncryptionOutput
|
|
957
|
+
) => any;
|
|
958
|
+
export declare const StopDeliveryStreamEncryptionInputFilterSensitiveLog: (
|
|
959
|
+
obj: StopDeliveryStreamEncryptionInput
|
|
960
|
+
) => any;
|
|
961
|
+
export declare const StopDeliveryStreamEncryptionOutputFilterSensitiveLog: (
|
|
962
|
+
obj: StopDeliveryStreamEncryptionOutput
|
|
963
|
+
) => any;
|
|
964
|
+
export declare const TagDeliveryStreamInputFilterSensitiveLog: (
|
|
965
|
+
obj: TagDeliveryStreamInput
|
|
966
|
+
) => any;
|
|
967
|
+
export declare const TagDeliveryStreamOutputFilterSensitiveLog: (
|
|
968
|
+
obj: TagDeliveryStreamOutput
|
|
969
|
+
) => any;
|
|
970
|
+
export declare const UntagDeliveryStreamInputFilterSensitiveLog: (
|
|
971
|
+
obj: UntagDeliveryStreamInput
|
|
972
|
+
) => any;
|
|
973
|
+
export declare const UntagDeliveryStreamOutputFilterSensitiveLog: (
|
|
974
|
+
obj: UntagDeliveryStreamOutput
|
|
975
|
+
) => any;
|
|
976
|
+
export declare const HttpEndpointDestinationUpdateFilterSensitiveLog: (
|
|
977
|
+
obj: HttpEndpointDestinationUpdate
|
|
978
|
+
) => any;
|
|
979
|
+
export declare const RedshiftDestinationUpdateFilterSensitiveLog: (
|
|
980
|
+
obj: RedshiftDestinationUpdate
|
|
981
|
+
) => any;
|
|
982
|
+
export declare const SplunkDestinationUpdateFilterSensitiveLog: (
|
|
983
|
+
obj: SplunkDestinationUpdate
|
|
984
|
+
) => any;
|
|
985
|
+
export declare const UpdateDestinationInputFilterSensitiveLog: (
|
|
986
|
+
obj: UpdateDestinationInput
|
|
987
|
+
) => any;
|
|
988
|
+
export declare const UpdateDestinationOutputFilterSensitiveLog: (
|
|
989
|
+
obj: UpdateDestinationOutput
|
|
990
|
+
) => any;
|