@aws-sdk/client-kinesis 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/Kinesis.d.ts +526 -150
- package/dist-types/ts3.4/KinesisClient.d.ts +312 -105
- package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +29 -29
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/KinesisServiceException.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 +1073 -982
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListStreamConsumersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +356 -89
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -39
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -39
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForStreamExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForStreamNotExists.d.ts +13 -7
- package/package.json +38 -38
|
@@ -1,982 +1,1073 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { KinesisServiceException as __BaseException } from "./KinesisServiceException";
|
|
3
|
-
|
|
4
|
-
export interface AddTagsToStreamInput {
|
|
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
|
-
export interface
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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
|
-
export interface DeleteStreamInput {
|
|
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
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
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
|
-
|
|
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
|
-
export declare class
|
|
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
|
-
|
|
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
|
-
export interface
|
|
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
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
export interface
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
export interface
|
|
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
|
-
export interface
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
}
|
|
610
|
-
export interface
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
export interface
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
export
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
export
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { KinesisServiceException as __BaseException } from "./KinesisServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AddTagsToStreamInput {
|
|
5
|
+
StreamName: string | undefined;
|
|
6
|
+
|
|
7
|
+
Tags: Record<string, string> | undefined;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class InvalidArgumentException extends __BaseException {
|
|
11
|
+
readonly name: "InvalidArgumentException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
|
|
14
|
+
constructor(
|
|
15
|
+
opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export declare class LimitExceededException extends __BaseException {
|
|
20
|
+
readonly name: "LimitExceededException";
|
|
21
|
+
readonly $fault: "client";
|
|
22
|
+
|
|
23
|
+
constructor(
|
|
24
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
29
|
+
readonly name: "ResourceInUseException";
|
|
30
|
+
readonly $fault: "client";
|
|
31
|
+
|
|
32
|
+
constructor(
|
|
33
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
38
|
+
readonly name: "ResourceNotFoundException";
|
|
39
|
+
readonly $fault: "client";
|
|
40
|
+
|
|
41
|
+
constructor(
|
|
42
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
43
|
+
);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface HashKeyRange {
|
|
47
|
+
StartingHashKey: string | undefined;
|
|
48
|
+
|
|
49
|
+
EndingHashKey: string | undefined;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export interface ChildShard {
|
|
53
|
+
ShardId: string | undefined;
|
|
54
|
+
|
|
55
|
+
ParentShards: string[] | undefined;
|
|
56
|
+
|
|
57
|
+
HashKeyRange: HashKeyRange | undefined;
|
|
58
|
+
}
|
|
59
|
+
export declare enum ConsumerStatus {
|
|
60
|
+
ACTIVE = "ACTIVE",
|
|
61
|
+
CREATING = "CREATING",
|
|
62
|
+
DELETING = "DELETING",
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface Consumer {
|
|
66
|
+
ConsumerName: string | undefined;
|
|
67
|
+
|
|
68
|
+
ConsumerARN: string | undefined;
|
|
69
|
+
|
|
70
|
+
ConsumerStatus: ConsumerStatus | string | undefined;
|
|
71
|
+
|
|
72
|
+
ConsumerCreationTimestamp: Date | undefined;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export interface ConsumerDescription {
|
|
76
|
+
ConsumerName: string | undefined;
|
|
77
|
+
|
|
78
|
+
ConsumerARN: string | undefined;
|
|
79
|
+
|
|
80
|
+
ConsumerStatus: ConsumerStatus | string | undefined;
|
|
81
|
+
|
|
82
|
+
ConsumerCreationTimestamp: Date | undefined;
|
|
83
|
+
|
|
84
|
+
StreamARN: string | undefined;
|
|
85
|
+
}
|
|
86
|
+
export declare enum StreamMode {
|
|
87
|
+
ON_DEMAND = "ON_DEMAND",
|
|
88
|
+
PROVISIONED = "PROVISIONED",
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export interface StreamModeDetails {
|
|
92
|
+
StreamMode: StreamMode | string | undefined;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export interface CreateStreamInput {
|
|
96
|
+
StreamName: string | undefined;
|
|
97
|
+
|
|
98
|
+
ShardCount?: number;
|
|
99
|
+
|
|
100
|
+
StreamModeDetails?: StreamModeDetails;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export interface DecreaseStreamRetentionPeriodInput {
|
|
104
|
+
StreamName: string | undefined;
|
|
105
|
+
|
|
106
|
+
RetentionPeriodHours: number | undefined;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export interface DeleteStreamInput {
|
|
110
|
+
StreamName: string | undefined;
|
|
111
|
+
|
|
112
|
+
EnforceConsumerDeletion?: boolean;
|
|
113
|
+
}
|
|
114
|
+
export interface DeregisterStreamConsumerInput {
|
|
115
|
+
StreamARN?: string;
|
|
116
|
+
|
|
117
|
+
ConsumerName?: string;
|
|
118
|
+
|
|
119
|
+
ConsumerARN?: string;
|
|
120
|
+
}
|
|
121
|
+
export interface DescribeLimitsInput {}
|
|
122
|
+
export interface DescribeLimitsOutput {
|
|
123
|
+
ShardLimit: number | undefined;
|
|
124
|
+
|
|
125
|
+
OpenShardCount: number | undefined;
|
|
126
|
+
|
|
127
|
+
OnDemandStreamCount: number | undefined;
|
|
128
|
+
|
|
129
|
+
OnDemandStreamCountLimit: number | undefined;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export interface DescribeStreamInput {
|
|
133
|
+
StreamName: string | undefined;
|
|
134
|
+
|
|
135
|
+
Limit?: number;
|
|
136
|
+
|
|
137
|
+
ExclusiveStartShardId?: string;
|
|
138
|
+
}
|
|
139
|
+
export declare enum EncryptionType {
|
|
140
|
+
KMS = "KMS",
|
|
141
|
+
NONE = "NONE",
|
|
142
|
+
}
|
|
143
|
+
export declare enum MetricsName {
|
|
144
|
+
ALL = "ALL",
|
|
145
|
+
INCOMING_BYTES = "IncomingBytes",
|
|
146
|
+
INCOMING_RECORDS = "IncomingRecords",
|
|
147
|
+
ITERATOR_AGE_MILLISECONDS = "IteratorAgeMilliseconds",
|
|
148
|
+
OUTGOING_BYTES = "OutgoingBytes",
|
|
149
|
+
OUTGOING_RECORDS = "OutgoingRecords",
|
|
150
|
+
READ_PROVISIONED_THROUGHPUT_EXCEEDED = "ReadProvisionedThroughputExceeded",
|
|
151
|
+
WRITE_PROVISIONED_THROUGHPUT_EXCEEDED = "WriteProvisionedThroughputExceeded",
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
export interface EnhancedMetrics {
|
|
155
|
+
ShardLevelMetrics?: (MetricsName | string)[];
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
export interface SequenceNumberRange {
|
|
159
|
+
StartingSequenceNumber: string | undefined;
|
|
160
|
+
|
|
161
|
+
EndingSequenceNumber?: string;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export interface Shard {
|
|
165
|
+
ShardId: string | undefined;
|
|
166
|
+
|
|
167
|
+
ParentShardId?: string;
|
|
168
|
+
|
|
169
|
+
AdjacentParentShardId?: string;
|
|
170
|
+
|
|
171
|
+
HashKeyRange: HashKeyRange | undefined;
|
|
172
|
+
|
|
173
|
+
SequenceNumberRange: SequenceNumberRange | undefined;
|
|
174
|
+
}
|
|
175
|
+
export declare enum StreamStatus {
|
|
176
|
+
ACTIVE = "ACTIVE",
|
|
177
|
+
CREATING = "CREATING",
|
|
178
|
+
DELETING = "DELETING",
|
|
179
|
+
UPDATING = "UPDATING",
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
export interface StreamDescription {
|
|
183
|
+
StreamName: string | undefined;
|
|
184
|
+
|
|
185
|
+
StreamARN: string | undefined;
|
|
186
|
+
|
|
187
|
+
StreamStatus: StreamStatus | string | undefined;
|
|
188
|
+
|
|
189
|
+
StreamModeDetails?: StreamModeDetails;
|
|
190
|
+
|
|
191
|
+
Shards: Shard[] | undefined;
|
|
192
|
+
|
|
193
|
+
HasMoreShards: boolean | undefined;
|
|
194
|
+
|
|
195
|
+
RetentionPeriodHours: number | undefined;
|
|
196
|
+
|
|
197
|
+
StreamCreationTimestamp: Date | undefined;
|
|
198
|
+
|
|
199
|
+
EnhancedMonitoring: EnhancedMetrics[] | undefined;
|
|
200
|
+
|
|
201
|
+
EncryptionType?: EncryptionType | string;
|
|
202
|
+
|
|
203
|
+
KeyId?: string;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export interface DescribeStreamOutput {
|
|
207
|
+
StreamDescription: StreamDescription | undefined;
|
|
208
|
+
}
|
|
209
|
+
export interface DescribeStreamConsumerInput {
|
|
210
|
+
StreamARN?: string;
|
|
211
|
+
|
|
212
|
+
ConsumerName?: string;
|
|
213
|
+
|
|
214
|
+
ConsumerARN?: string;
|
|
215
|
+
}
|
|
216
|
+
export interface DescribeStreamConsumerOutput {
|
|
217
|
+
ConsumerDescription: ConsumerDescription | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface DescribeStreamSummaryInput {
|
|
220
|
+
StreamName: string | undefined;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export interface StreamDescriptionSummary {
|
|
224
|
+
StreamName: string | undefined;
|
|
225
|
+
|
|
226
|
+
StreamARN: string | undefined;
|
|
227
|
+
|
|
228
|
+
StreamStatus: StreamStatus | string | undefined;
|
|
229
|
+
|
|
230
|
+
StreamModeDetails?: StreamModeDetails;
|
|
231
|
+
|
|
232
|
+
RetentionPeriodHours: number | undefined;
|
|
233
|
+
|
|
234
|
+
StreamCreationTimestamp: Date | undefined;
|
|
235
|
+
|
|
236
|
+
EnhancedMonitoring: EnhancedMetrics[] | undefined;
|
|
237
|
+
|
|
238
|
+
EncryptionType?: EncryptionType | string;
|
|
239
|
+
|
|
240
|
+
KeyId?: string;
|
|
241
|
+
|
|
242
|
+
OpenShardCount: number | undefined;
|
|
243
|
+
|
|
244
|
+
ConsumerCount?: number;
|
|
245
|
+
}
|
|
246
|
+
export interface DescribeStreamSummaryOutput {
|
|
247
|
+
StreamDescriptionSummary: StreamDescriptionSummary | undefined;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
export interface DisableEnhancedMonitoringInput {
|
|
251
|
+
StreamName: string | undefined;
|
|
252
|
+
|
|
253
|
+
ShardLevelMetrics: (MetricsName | string)[] | undefined;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export interface EnhancedMonitoringOutput {
|
|
257
|
+
StreamName?: string;
|
|
258
|
+
|
|
259
|
+
CurrentShardLevelMetrics?: (MetricsName | string)[];
|
|
260
|
+
|
|
261
|
+
DesiredShardLevelMetrics?: (MetricsName | string)[];
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
export interface EnableEnhancedMonitoringInput {
|
|
265
|
+
StreamName: string | undefined;
|
|
266
|
+
|
|
267
|
+
ShardLevelMetrics: (MetricsName | string)[] | undefined;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export declare class ExpiredIteratorException extends __BaseException {
|
|
271
|
+
readonly name: "ExpiredIteratorException";
|
|
272
|
+
readonly $fault: "client";
|
|
273
|
+
|
|
274
|
+
constructor(
|
|
275
|
+
opts: __ExceptionOptionType<ExpiredIteratorException, __BaseException>
|
|
276
|
+
);
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export declare class ExpiredNextTokenException extends __BaseException {
|
|
280
|
+
readonly name: "ExpiredNextTokenException";
|
|
281
|
+
readonly $fault: "client";
|
|
282
|
+
|
|
283
|
+
constructor(
|
|
284
|
+
opts: __ExceptionOptionType<ExpiredNextTokenException, __BaseException>
|
|
285
|
+
);
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
export interface GetRecordsInput {
|
|
289
|
+
ShardIterator: string | undefined;
|
|
290
|
+
|
|
291
|
+
Limit?: number;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
export interface _Record {
|
|
295
|
+
SequenceNumber: string | undefined;
|
|
296
|
+
|
|
297
|
+
ApproximateArrivalTimestamp?: Date;
|
|
298
|
+
|
|
299
|
+
Data: Uint8Array | undefined;
|
|
300
|
+
|
|
301
|
+
PartitionKey: string | undefined;
|
|
302
|
+
|
|
303
|
+
EncryptionType?: EncryptionType | string;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
export interface GetRecordsOutput {
|
|
307
|
+
Records: _Record[] | undefined;
|
|
308
|
+
|
|
309
|
+
NextShardIterator?: string;
|
|
310
|
+
|
|
311
|
+
MillisBehindLatest?: number;
|
|
312
|
+
|
|
313
|
+
ChildShards?: ChildShard[];
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
export declare class KMSAccessDeniedException extends __BaseException {
|
|
317
|
+
readonly name: "KMSAccessDeniedException";
|
|
318
|
+
readonly $fault: "client";
|
|
319
|
+
|
|
320
|
+
constructor(
|
|
321
|
+
opts: __ExceptionOptionType<KMSAccessDeniedException, __BaseException>
|
|
322
|
+
);
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
export declare class KMSDisabledException extends __BaseException {
|
|
326
|
+
readonly name: "KMSDisabledException";
|
|
327
|
+
readonly $fault: "client";
|
|
328
|
+
|
|
329
|
+
constructor(
|
|
330
|
+
opts: __ExceptionOptionType<KMSDisabledException, __BaseException>
|
|
331
|
+
);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
export declare class KMSInvalidStateException extends __BaseException {
|
|
335
|
+
readonly name: "KMSInvalidStateException";
|
|
336
|
+
readonly $fault: "client";
|
|
337
|
+
|
|
338
|
+
constructor(
|
|
339
|
+
opts: __ExceptionOptionType<KMSInvalidStateException, __BaseException>
|
|
340
|
+
);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
export declare class KMSNotFoundException extends __BaseException {
|
|
344
|
+
readonly name: "KMSNotFoundException";
|
|
345
|
+
readonly $fault: "client";
|
|
346
|
+
|
|
347
|
+
constructor(
|
|
348
|
+
opts: __ExceptionOptionType<KMSNotFoundException, __BaseException>
|
|
349
|
+
);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
export declare class KMSOptInRequired extends __BaseException {
|
|
353
|
+
readonly name: "KMSOptInRequired";
|
|
354
|
+
readonly $fault: "client";
|
|
355
|
+
|
|
356
|
+
constructor(opts: __ExceptionOptionType<KMSOptInRequired, __BaseException>);
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
export declare class KMSThrottlingException extends __BaseException {
|
|
360
|
+
readonly name: "KMSThrottlingException";
|
|
361
|
+
readonly $fault: "client";
|
|
362
|
+
|
|
363
|
+
constructor(
|
|
364
|
+
opts: __ExceptionOptionType<KMSThrottlingException, __BaseException>
|
|
365
|
+
);
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
export declare class ProvisionedThroughputExceededException extends __BaseException {
|
|
369
|
+
readonly name: "ProvisionedThroughputExceededException";
|
|
370
|
+
readonly $fault: "client";
|
|
371
|
+
|
|
372
|
+
constructor(
|
|
373
|
+
opts: __ExceptionOptionType<
|
|
374
|
+
ProvisionedThroughputExceededException,
|
|
375
|
+
__BaseException
|
|
376
|
+
>
|
|
377
|
+
);
|
|
378
|
+
}
|
|
379
|
+
export declare enum ShardIteratorType {
|
|
380
|
+
AFTER_SEQUENCE_NUMBER = "AFTER_SEQUENCE_NUMBER",
|
|
381
|
+
AT_SEQUENCE_NUMBER = "AT_SEQUENCE_NUMBER",
|
|
382
|
+
AT_TIMESTAMP = "AT_TIMESTAMP",
|
|
383
|
+
LATEST = "LATEST",
|
|
384
|
+
TRIM_HORIZON = "TRIM_HORIZON",
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
export interface GetShardIteratorInput {
|
|
388
|
+
StreamName: string | undefined;
|
|
389
|
+
|
|
390
|
+
ShardId: string | undefined;
|
|
391
|
+
|
|
392
|
+
ShardIteratorType: ShardIteratorType | string | undefined;
|
|
393
|
+
|
|
394
|
+
StartingSequenceNumber?: string;
|
|
395
|
+
|
|
396
|
+
Timestamp?: Date;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
export interface GetShardIteratorOutput {
|
|
400
|
+
ShardIterator?: string;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
export interface IncreaseStreamRetentionPeriodInput {
|
|
404
|
+
StreamName: string | undefined;
|
|
405
|
+
|
|
406
|
+
RetentionPeriodHours: number | undefined;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
export declare class InternalFailureException extends __BaseException {
|
|
410
|
+
readonly name: "InternalFailureException";
|
|
411
|
+
readonly $fault: "server";
|
|
412
|
+
|
|
413
|
+
constructor(
|
|
414
|
+
opts: __ExceptionOptionType<InternalFailureException, __BaseException>
|
|
415
|
+
);
|
|
416
|
+
}
|
|
417
|
+
export declare enum ShardFilterType {
|
|
418
|
+
AFTER_SHARD_ID = "AFTER_SHARD_ID",
|
|
419
|
+
AT_LATEST = "AT_LATEST",
|
|
420
|
+
AT_TIMESTAMP = "AT_TIMESTAMP",
|
|
421
|
+
AT_TRIM_HORIZON = "AT_TRIM_HORIZON",
|
|
422
|
+
FROM_TIMESTAMP = "FROM_TIMESTAMP",
|
|
423
|
+
FROM_TRIM_HORIZON = "FROM_TRIM_HORIZON",
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
export interface ShardFilter {
|
|
427
|
+
Type: ShardFilterType | string | undefined;
|
|
428
|
+
|
|
429
|
+
ShardId?: string;
|
|
430
|
+
|
|
431
|
+
Timestamp?: Date;
|
|
432
|
+
}
|
|
433
|
+
export interface ListShardsInput {
|
|
434
|
+
StreamName?: string;
|
|
435
|
+
|
|
436
|
+
NextToken?: string;
|
|
437
|
+
|
|
438
|
+
ExclusiveStartShardId?: string;
|
|
439
|
+
|
|
440
|
+
MaxResults?: number;
|
|
441
|
+
|
|
442
|
+
StreamCreationTimestamp?: Date;
|
|
443
|
+
|
|
444
|
+
ShardFilter?: ShardFilter;
|
|
445
|
+
}
|
|
446
|
+
export interface ListShardsOutput {
|
|
447
|
+
Shards?: Shard[];
|
|
448
|
+
|
|
449
|
+
NextToken?: string;
|
|
450
|
+
}
|
|
451
|
+
export interface ListStreamConsumersInput {
|
|
452
|
+
StreamARN: string | undefined;
|
|
453
|
+
|
|
454
|
+
NextToken?: string;
|
|
455
|
+
|
|
456
|
+
MaxResults?: number;
|
|
457
|
+
|
|
458
|
+
StreamCreationTimestamp?: Date;
|
|
459
|
+
}
|
|
460
|
+
export interface ListStreamConsumersOutput {
|
|
461
|
+
Consumers?: Consumer[];
|
|
462
|
+
|
|
463
|
+
NextToken?: string;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
export interface ListStreamsInput {
|
|
467
|
+
Limit?: number;
|
|
468
|
+
|
|
469
|
+
ExclusiveStartStreamName?: string;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
export interface ListStreamsOutput {
|
|
473
|
+
StreamNames: string[] | undefined;
|
|
474
|
+
|
|
475
|
+
HasMoreStreams: boolean | undefined;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
export interface ListTagsForStreamInput {
|
|
479
|
+
StreamName: string | undefined;
|
|
480
|
+
|
|
481
|
+
ExclusiveStartTagKey?: string;
|
|
482
|
+
|
|
483
|
+
Limit?: number;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export interface Tag {
|
|
487
|
+
Key: string | undefined;
|
|
488
|
+
|
|
489
|
+
Value?: string;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
export interface ListTagsForStreamOutput {
|
|
493
|
+
Tags: Tag[] | undefined;
|
|
494
|
+
|
|
495
|
+
HasMoreTags: boolean | undefined;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
export interface MergeShardsInput {
|
|
499
|
+
StreamName: string | undefined;
|
|
500
|
+
|
|
501
|
+
ShardToMerge: string | undefined;
|
|
502
|
+
|
|
503
|
+
AdjacentShardToMerge: string | undefined;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
export declare class ValidationException extends __BaseException {
|
|
507
|
+
readonly name: "ValidationException";
|
|
508
|
+
readonly $fault: "client";
|
|
509
|
+
|
|
510
|
+
constructor(
|
|
511
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
512
|
+
);
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
export interface PutRecordInput {
|
|
516
|
+
StreamName: string | undefined;
|
|
517
|
+
|
|
518
|
+
Data: Uint8Array | undefined;
|
|
519
|
+
|
|
520
|
+
PartitionKey: string | undefined;
|
|
521
|
+
|
|
522
|
+
ExplicitHashKey?: string;
|
|
523
|
+
|
|
524
|
+
SequenceNumberForOrdering?: string;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
export interface PutRecordOutput {
|
|
528
|
+
ShardId: string | undefined;
|
|
529
|
+
|
|
530
|
+
SequenceNumber: string | undefined;
|
|
531
|
+
|
|
532
|
+
EncryptionType?: EncryptionType | string;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
export interface PutRecordsRequestEntry {
|
|
536
|
+
Data: Uint8Array | undefined;
|
|
537
|
+
|
|
538
|
+
ExplicitHashKey?: string;
|
|
539
|
+
|
|
540
|
+
PartitionKey: string | undefined;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
export interface PutRecordsInput {
|
|
544
|
+
Records: PutRecordsRequestEntry[] | undefined;
|
|
545
|
+
|
|
546
|
+
StreamName: string | undefined;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
export interface PutRecordsResultEntry {
|
|
550
|
+
SequenceNumber?: string;
|
|
551
|
+
|
|
552
|
+
ShardId?: string;
|
|
553
|
+
|
|
554
|
+
ErrorCode?: string;
|
|
555
|
+
|
|
556
|
+
ErrorMessage?: string;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
export interface PutRecordsOutput {
|
|
560
|
+
FailedRecordCount?: number;
|
|
561
|
+
|
|
562
|
+
Records: PutRecordsResultEntry[] | undefined;
|
|
563
|
+
|
|
564
|
+
EncryptionType?: EncryptionType | string;
|
|
565
|
+
}
|
|
566
|
+
export interface RegisterStreamConsumerInput {
|
|
567
|
+
StreamARN: string | undefined;
|
|
568
|
+
|
|
569
|
+
ConsumerName: string | undefined;
|
|
570
|
+
}
|
|
571
|
+
export interface RegisterStreamConsumerOutput {
|
|
572
|
+
Consumer: Consumer | undefined;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
export interface RemoveTagsFromStreamInput {
|
|
576
|
+
StreamName: string | undefined;
|
|
577
|
+
|
|
578
|
+
TagKeys: string[] | undefined;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
export interface SplitShardInput {
|
|
582
|
+
StreamName: string | undefined;
|
|
583
|
+
|
|
584
|
+
ShardToSplit: string | undefined;
|
|
585
|
+
|
|
586
|
+
NewStartingHashKey: string | undefined;
|
|
587
|
+
}
|
|
588
|
+
export interface StartStreamEncryptionInput {
|
|
589
|
+
StreamName: string | undefined;
|
|
590
|
+
|
|
591
|
+
EncryptionType: EncryptionType | string | undefined;
|
|
592
|
+
|
|
593
|
+
KeyId: string | undefined;
|
|
594
|
+
}
|
|
595
|
+
export interface StopStreamEncryptionInput {
|
|
596
|
+
StreamName: string | undefined;
|
|
597
|
+
|
|
598
|
+
EncryptionType: EncryptionType | string | undefined;
|
|
599
|
+
|
|
600
|
+
KeyId: string | undefined;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
export interface StartingPosition {
|
|
604
|
+
Type: ShardIteratorType | string | undefined;
|
|
605
|
+
|
|
606
|
+
SequenceNumber?: string;
|
|
607
|
+
|
|
608
|
+
Timestamp?: Date;
|
|
609
|
+
}
|
|
610
|
+
export interface SubscribeToShardInput {
|
|
611
|
+
ConsumerARN: string | undefined;
|
|
612
|
+
|
|
613
|
+
ShardId: string | undefined;
|
|
614
|
+
|
|
615
|
+
StartingPosition: StartingPosition | undefined;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
export interface SubscribeToShardEvent {
|
|
619
|
+
Records: _Record[] | undefined;
|
|
620
|
+
|
|
621
|
+
ContinuationSequenceNumber: string | undefined;
|
|
622
|
+
|
|
623
|
+
MillisBehindLatest: number | undefined;
|
|
624
|
+
|
|
625
|
+
ChildShards?: ChildShard[];
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
export declare type SubscribeToShardEventStream =
|
|
629
|
+
| SubscribeToShardEventStream.InternalFailureExceptionMember
|
|
630
|
+
| SubscribeToShardEventStream.KMSAccessDeniedExceptionMember
|
|
631
|
+
| SubscribeToShardEventStream.KMSDisabledExceptionMember
|
|
632
|
+
| SubscribeToShardEventStream.KMSInvalidStateExceptionMember
|
|
633
|
+
| SubscribeToShardEventStream.KMSNotFoundExceptionMember
|
|
634
|
+
| SubscribeToShardEventStream.KMSOptInRequiredMember
|
|
635
|
+
| SubscribeToShardEventStream.KMSThrottlingExceptionMember
|
|
636
|
+
| SubscribeToShardEventStream.ResourceInUseExceptionMember
|
|
637
|
+
| SubscribeToShardEventStream.ResourceNotFoundExceptionMember
|
|
638
|
+
| SubscribeToShardEventStream.SubscribeToShardEventMember
|
|
639
|
+
| SubscribeToShardEventStream.$UnknownMember;
|
|
640
|
+
export declare namespace SubscribeToShardEventStream {
|
|
641
|
+
interface SubscribeToShardEventMember {
|
|
642
|
+
SubscribeToShardEvent: SubscribeToShardEvent;
|
|
643
|
+
ResourceNotFoundException?: never;
|
|
644
|
+
ResourceInUseException?: never;
|
|
645
|
+
KMSDisabledException?: never;
|
|
646
|
+
KMSInvalidStateException?: never;
|
|
647
|
+
KMSAccessDeniedException?: never;
|
|
648
|
+
KMSNotFoundException?: never;
|
|
649
|
+
KMSOptInRequired?: never;
|
|
650
|
+
KMSThrottlingException?: never;
|
|
651
|
+
InternalFailureException?: never;
|
|
652
|
+
$unknown?: never;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
interface ResourceNotFoundExceptionMember {
|
|
656
|
+
SubscribeToShardEvent?: never;
|
|
657
|
+
ResourceNotFoundException: ResourceNotFoundException;
|
|
658
|
+
ResourceInUseException?: never;
|
|
659
|
+
KMSDisabledException?: never;
|
|
660
|
+
KMSInvalidStateException?: never;
|
|
661
|
+
KMSAccessDeniedException?: never;
|
|
662
|
+
KMSNotFoundException?: never;
|
|
663
|
+
KMSOptInRequired?: never;
|
|
664
|
+
KMSThrottlingException?: never;
|
|
665
|
+
InternalFailureException?: never;
|
|
666
|
+
$unknown?: never;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
interface ResourceInUseExceptionMember {
|
|
670
|
+
SubscribeToShardEvent?: never;
|
|
671
|
+
ResourceNotFoundException?: never;
|
|
672
|
+
ResourceInUseException: ResourceInUseException;
|
|
673
|
+
KMSDisabledException?: never;
|
|
674
|
+
KMSInvalidStateException?: never;
|
|
675
|
+
KMSAccessDeniedException?: never;
|
|
676
|
+
KMSNotFoundException?: never;
|
|
677
|
+
KMSOptInRequired?: never;
|
|
678
|
+
KMSThrottlingException?: never;
|
|
679
|
+
InternalFailureException?: never;
|
|
680
|
+
$unknown?: never;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
interface KMSDisabledExceptionMember {
|
|
684
|
+
SubscribeToShardEvent?: never;
|
|
685
|
+
ResourceNotFoundException?: never;
|
|
686
|
+
ResourceInUseException?: never;
|
|
687
|
+
KMSDisabledException: KMSDisabledException;
|
|
688
|
+
KMSInvalidStateException?: never;
|
|
689
|
+
KMSAccessDeniedException?: never;
|
|
690
|
+
KMSNotFoundException?: never;
|
|
691
|
+
KMSOptInRequired?: never;
|
|
692
|
+
KMSThrottlingException?: never;
|
|
693
|
+
InternalFailureException?: never;
|
|
694
|
+
$unknown?: never;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
interface KMSInvalidStateExceptionMember {
|
|
698
|
+
SubscribeToShardEvent?: never;
|
|
699
|
+
ResourceNotFoundException?: never;
|
|
700
|
+
ResourceInUseException?: never;
|
|
701
|
+
KMSDisabledException?: never;
|
|
702
|
+
KMSInvalidStateException: KMSInvalidStateException;
|
|
703
|
+
KMSAccessDeniedException?: never;
|
|
704
|
+
KMSNotFoundException?: never;
|
|
705
|
+
KMSOptInRequired?: never;
|
|
706
|
+
KMSThrottlingException?: never;
|
|
707
|
+
InternalFailureException?: never;
|
|
708
|
+
$unknown?: never;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
interface KMSAccessDeniedExceptionMember {
|
|
712
|
+
SubscribeToShardEvent?: never;
|
|
713
|
+
ResourceNotFoundException?: never;
|
|
714
|
+
ResourceInUseException?: never;
|
|
715
|
+
KMSDisabledException?: never;
|
|
716
|
+
KMSInvalidStateException?: never;
|
|
717
|
+
KMSAccessDeniedException: KMSAccessDeniedException;
|
|
718
|
+
KMSNotFoundException?: never;
|
|
719
|
+
KMSOptInRequired?: never;
|
|
720
|
+
KMSThrottlingException?: never;
|
|
721
|
+
InternalFailureException?: never;
|
|
722
|
+
$unknown?: never;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
interface KMSNotFoundExceptionMember {
|
|
726
|
+
SubscribeToShardEvent?: never;
|
|
727
|
+
ResourceNotFoundException?: never;
|
|
728
|
+
ResourceInUseException?: never;
|
|
729
|
+
KMSDisabledException?: never;
|
|
730
|
+
KMSInvalidStateException?: never;
|
|
731
|
+
KMSAccessDeniedException?: never;
|
|
732
|
+
KMSNotFoundException: KMSNotFoundException;
|
|
733
|
+
KMSOptInRequired?: never;
|
|
734
|
+
KMSThrottlingException?: never;
|
|
735
|
+
InternalFailureException?: never;
|
|
736
|
+
$unknown?: never;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
interface KMSOptInRequiredMember {
|
|
740
|
+
SubscribeToShardEvent?: never;
|
|
741
|
+
ResourceNotFoundException?: never;
|
|
742
|
+
ResourceInUseException?: never;
|
|
743
|
+
KMSDisabledException?: never;
|
|
744
|
+
KMSInvalidStateException?: never;
|
|
745
|
+
KMSAccessDeniedException?: never;
|
|
746
|
+
KMSNotFoundException?: never;
|
|
747
|
+
KMSOptInRequired: KMSOptInRequired;
|
|
748
|
+
KMSThrottlingException?: never;
|
|
749
|
+
InternalFailureException?: never;
|
|
750
|
+
$unknown?: never;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
interface KMSThrottlingExceptionMember {
|
|
754
|
+
SubscribeToShardEvent?: never;
|
|
755
|
+
ResourceNotFoundException?: never;
|
|
756
|
+
ResourceInUseException?: never;
|
|
757
|
+
KMSDisabledException?: never;
|
|
758
|
+
KMSInvalidStateException?: never;
|
|
759
|
+
KMSAccessDeniedException?: never;
|
|
760
|
+
KMSNotFoundException?: never;
|
|
761
|
+
KMSOptInRequired?: never;
|
|
762
|
+
KMSThrottlingException: KMSThrottlingException;
|
|
763
|
+
InternalFailureException?: never;
|
|
764
|
+
$unknown?: never;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
interface InternalFailureExceptionMember {
|
|
768
|
+
SubscribeToShardEvent?: never;
|
|
769
|
+
ResourceNotFoundException?: never;
|
|
770
|
+
ResourceInUseException?: never;
|
|
771
|
+
KMSDisabledException?: never;
|
|
772
|
+
KMSInvalidStateException?: never;
|
|
773
|
+
KMSAccessDeniedException?: never;
|
|
774
|
+
KMSNotFoundException?: never;
|
|
775
|
+
KMSOptInRequired?: never;
|
|
776
|
+
KMSThrottlingException?: never;
|
|
777
|
+
InternalFailureException: InternalFailureException;
|
|
778
|
+
$unknown?: never;
|
|
779
|
+
}
|
|
780
|
+
interface $UnknownMember {
|
|
781
|
+
SubscribeToShardEvent?: never;
|
|
782
|
+
ResourceNotFoundException?: never;
|
|
783
|
+
ResourceInUseException?: never;
|
|
784
|
+
KMSDisabledException?: never;
|
|
785
|
+
KMSInvalidStateException?: never;
|
|
786
|
+
KMSAccessDeniedException?: never;
|
|
787
|
+
KMSNotFoundException?: never;
|
|
788
|
+
KMSOptInRequired?: never;
|
|
789
|
+
KMSThrottlingException?: never;
|
|
790
|
+
InternalFailureException?: never;
|
|
791
|
+
$unknown: [string, any];
|
|
792
|
+
}
|
|
793
|
+
interface Visitor<T> {
|
|
794
|
+
SubscribeToShardEvent: (value: SubscribeToShardEvent) => T;
|
|
795
|
+
ResourceNotFoundException: (value: ResourceNotFoundException) => T;
|
|
796
|
+
ResourceInUseException: (value: ResourceInUseException) => T;
|
|
797
|
+
KMSDisabledException: (value: KMSDisabledException) => T;
|
|
798
|
+
KMSInvalidStateException: (value: KMSInvalidStateException) => T;
|
|
799
|
+
KMSAccessDeniedException: (value: KMSAccessDeniedException) => T;
|
|
800
|
+
KMSNotFoundException: (value: KMSNotFoundException) => T;
|
|
801
|
+
KMSOptInRequired: (value: KMSOptInRequired) => T;
|
|
802
|
+
KMSThrottlingException: (value: KMSThrottlingException) => T;
|
|
803
|
+
InternalFailureException: (value: InternalFailureException) => T;
|
|
804
|
+
_: (name: string, value: any) => T;
|
|
805
|
+
}
|
|
806
|
+
const visit: <T>(
|
|
807
|
+
value: SubscribeToShardEventStream,
|
|
808
|
+
visitor: Visitor<T>
|
|
809
|
+
) => T;
|
|
810
|
+
}
|
|
811
|
+
export interface SubscribeToShardOutput {
|
|
812
|
+
EventStream: AsyncIterable<SubscribeToShardEventStream> | undefined;
|
|
813
|
+
}
|
|
814
|
+
export declare enum ScalingType {
|
|
815
|
+
UNIFORM_SCALING = "UNIFORM_SCALING",
|
|
816
|
+
}
|
|
817
|
+
export interface UpdateShardCountInput {
|
|
818
|
+
StreamName: string | undefined;
|
|
819
|
+
|
|
820
|
+
TargetShardCount: number | undefined;
|
|
821
|
+
|
|
822
|
+
ScalingType: ScalingType | string | undefined;
|
|
823
|
+
}
|
|
824
|
+
export interface UpdateShardCountOutput {
|
|
825
|
+
StreamName?: string;
|
|
826
|
+
|
|
827
|
+
CurrentShardCount?: number;
|
|
828
|
+
|
|
829
|
+
TargetShardCount?: number;
|
|
830
|
+
}
|
|
831
|
+
export interface UpdateStreamModeInput {
|
|
832
|
+
StreamARN: string | undefined;
|
|
833
|
+
|
|
834
|
+
StreamModeDetails: StreamModeDetails | undefined;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
export declare const AddTagsToStreamInputFilterSensitiveLog: (
|
|
838
|
+
obj: AddTagsToStreamInput
|
|
839
|
+
) => any;
|
|
840
|
+
|
|
841
|
+
export declare const HashKeyRangeFilterSensitiveLog: (obj: HashKeyRange) => any;
|
|
842
|
+
|
|
843
|
+
export declare const ChildShardFilterSensitiveLog: (obj: ChildShard) => any;
|
|
844
|
+
|
|
845
|
+
export declare const ConsumerFilterSensitiveLog: (obj: Consumer) => any;
|
|
846
|
+
|
|
847
|
+
export declare const ConsumerDescriptionFilterSensitiveLog: (
|
|
848
|
+
obj: ConsumerDescription
|
|
849
|
+
) => any;
|
|
850
|
+
|
|
851
|
+
export declare const StreamModeDetailsFilterSensitiveLog: (
|
|
852
|
+
obj: StreamModeDetails
|
|
853
|
+
) => any;
|
|
854
|
+
|
|
855
|
+
export declare const CreateStreamInputFilterSensitiveLog: (
|
|
856
|
+
obj: CreateStreamInput
|
|
857
|
+
) => any;
|
|
858
|
+
|
|
859
|
+
export declare const DecreaseStreamRetentionPeriodInputFilterSensitiveLog: (
|
|
860
|
+
obj: DecreaseStreamRetentionPeriodInput
|
|
861
|
+
) => any;
|
|
862
|
+
|
|
863
|
+
export declare const DeleteStreamInputFilterSensitiveLog: (
|
|
864
|
+
obj: DeleteStreamInput
|
|
865
|
+
) => any;
|
|
866
|
+
|
|
867
|
+
export declare const DeregisterStreamConsumerInputFilterSensitiveLog: (
|
|
868
|
+
obj: DeregisterStreamConsumerInput
|
|
869
|
+
) => any;
|
|
870
|
+
|
|
871
|
+
export declare const DescribeLimitsInputFilterSensitiveLog: (
|
|
872
|
+
obj: DescribeLimitsInput
|
|
873
|
+
) => any;
|
|
874
|
+
|
|
875
|
+
export declare const DescribeLimitsOutputFilterSensitiveLog: (
|
|
876
|
+
obj: DescribeLimitsOutput
|
|
877
|
+
) => any;
|
|
878
|
+
|
|
879
|
+
export declare const DescribeStreamInputFilterSensitiveLog: (
|
|
880
|
+
obj: DescribeStreamInput
|
|
881
|
+
) => any;
|
|
882
|
+
|
|
883
|
+
export declare const EnhancedMetricsFilterSensitiveLog: (
|
|
884
|
+
obj: EnhancedMetrics
|
|
885
|
+
) => any;
|
|
886
|
+
|
|
887
|
+
export declare const SequenceNumberRangeFilterSensitiveLog: (
|
|
888
|
+
obj: SequenceNumberRange
|
|
889
|
+
) => any;
|
|
890
|
+
|
|
891
|
+
export declare const ShardFilterSensitiveLog: (obj: Shard) => any;
|
|
892
|
+
|
|
893
|
+
export declare const StreamDescriptionFilterSensitiveLog: (
|
|
894
|
+
obj: StreamDescription
|
|
895
|
+
) => any;
|
|
896
|
+
|
|
897
|
+
export declare const DescribeStreamOutputFilterSensitiveLog: (
|
|
898
|
+
obj: DescribeStreamOutput
|
|
899
|
+
) => any;
|
|
900
|
+
|
|
901
|
+
export declare const DescribeStreamConsumerInputFilterSensitiveLog: (
|
|
902
|
+
obj: DescribeStreamConsumerInput
|
|
903
|
+
) => any;
|
|
904
|
+
|
|
905
|
+
export declare const DescribeStreamConsumerOutputFilterSensitiveLog: (
|
|
906
|
+
obj: DescribeStreamConsumerOutput
|
|
907
|
+
) => any;
|
|
908
|
+
|
|
909
|
+
export declare const DescribeStreamSummaryInputFilterSensitiveLog: (
|
|
910
|
+
obj: DescribeStreamSummaryInput
|
|
911
|
+
) => any;
|
|
912
|
+
|
|
913
|
+
export declare const StreamDescriptionSummaryFilterSensitiveLog: (
|
|
914
|
+
obj: StreamDescriptionSummary
|
|
915
|
+
) => any;
|
|
916
|
+
|
|
917
|
+
export declare const DescribeStreamSummaryOutputFilterSensitiveLog: (
|
|
918
|
+
obj: DescribeStreamSummaryOutput
|
|
919
|
+
) => any;
|
|
920
|
+
|
|
921
|
+
export declare const DisableEnhancedMonitoringInputFilterSensitiveLog: (
|
|
922
|
+
obj: DisableEnhancedMonitoringInput
|
|
923
|
+
) => any;
|
|
924
|
+
|
|
925
|
+
export declare const EnhancedMonitoringOutputFilterSensitiveLog: (
|
|
926
|
+
obj: EnhancedMonitoringOutput
|
|
927
|
+
) => any;
|
|
928
|
+
|
|
929
|
+
export declare const EnableEnhancedMonitoringInputFilterSensitiveLog: (
|
|
930
|
+
obj: EnableEnhancedMonitoringInput
|
|
931
|
+
) => any;
|
|
932
|
+
|
|
933
|
+
export declare const GetRecordsInputFilterSensitiveLog: (
|
|
934
|
+
obj: GetRecordsInput
|
|
935
|
+
) => any;
|
|
936
|
+
|
|
937
|
+
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
938
|
+
|
|
939
|
+
export declare const GetRecordsOutputFilterSensitiveLog: (
|
|
940
|
+
obj: GetRecordsOutput
|
|
941
|
+
) => any;
|
|
942
|
+
|
|
943
|
+
export declare const GetShardIteratorInputFilterSensitiveLog: (
|
|
944
|
+
obj: GetShardIteratorInput
|
|
945
|
+
) => any;
|
|
946
|
+
|
|
947
|
+
export declare const GetShardIteratorOutputFilterSensitiveLog: (
|
|
948
|
+
obj: GetShardIteratorOutput
|
|
949
|
+
) => any;
|
|
950
|
+
|
|
951
|
+
export declare const IncreaseStreamRetentionPeriodInputFilterSensitiveLog: (
|
|
952
|
+
obj: IncreaseStreamRetentionPeriodInput
|
|
953
|
+
) => any;
|
|
954
|
+
|
|
955
|
+
export declare const ShardFilterFilterSensitiveLog: (obj: ShardFilter) => any;
|
|
956
|
+
|
|
957
|
+
export declare const ListShardsInputFilterSensitiveLog: (
|
|
958
|
+
obj: ListShardsInput
|
|
959
|
+
) => any;
|
|
960
|
+
|
|
961
|
+
export declare const ListShardsOutputFilterSensitiveLog: (
|
|
962
|
+
obj: ListShardsOutput
|
|
963
|
+
) => any;
|
|
964
|
+
|
|
965
|
+
export declare const ListStreamConsumersInputFilterSensitiveLog: (
|
|
966
|
+
obj: ListStreamConsumersInput
|
|
967
|
+
) => any;
|
|
968
|
+
|
|
969
|
+
export declare const ListStreamConsumersOutputFilterSensitiveLog: (
|
|
970
|
+
obj: ListStreamConsumersOutput
|
|
971
|
+
) => any;
|
|
972
|
+
|
|
973
|
+
export declare const ListStreamsInputFilterSensitiveLog: (
|
|
974
|
+
obj: ListStreamsInput
|
|
975
|
+
) => any;
|
|
976
|
+
|
|
977
|
+
export declare const ListStreamsOutputFilterSensitiveLog: (
|
|
978
|
+
obj: ListStreamsOutput
|
|
979
|
+
) => any;
|
|
980
|
+
|
|
981
|
+
export declare const ListTagsForStreamInputFilterSensitiveLog: (
|
|
982
|
+
obj: ListTagsForStreamInput
|
|
983
|
+
) => any;
|
|
984
|
+
|
|
985
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
986
|
+
|
|
987
|
+
export declare const ListTagsForStreamOutputFilterSensitiveLog: (
|
|
988
|
+
obj: ListTagsForStreamOutput
|
|
989
|
+
) => any;
|
|
990
|
+
|
|
991
|
+
export declare const MergeShardsInputFilterSensitiveLog: (
|
|
992
|
+
obj: MergeShardsInput
|
|
993
|
+
) => any;
|
|
994
|
+
|
|
995
|
+
export declare const PutRecordInputFilterSensitiveLog: (
|
|
996
|
+
obj: PutRecordInput
|
|
997
|
+
) => any;
|
|
998
|
+
|
|
999
|
+
export declare const PutRecordOutputFilterSensitiveLog: (
|
|
1000
|
+
obj: PutRecordOutput
|
|
1001
|
+
) => any;
|
|
1002
|
+
|
|
1003
|
+
export declare const PutRecordsRequestEntryFilterSensitiveLog: (
|
|
1004
|
+
obj: PutRecordsRequestEntry
|
|
1005
|
+
) => any;
|
|
1006
|
+
|
|
1007
|
+
export declare const PutRecordsInputFilterSensitiveLog: (
|
|
1008
|
+
obj: PutRecordsInput
|
|
1009
|
+
) => any;
|
|
1010
|
+
|
|
1011
|
+
export declare const PutRecordsResultEntryFilterSensitiveLog: (
|
|
1012
|
+
obj: PutRecordsResultEntry
|
|
1013
|
+
) => any;
|
|
1014
|
+
|
|
1015
|
+
export declare const PutRecordsOutputFilterSensitiveLog: (
|
|
1016
|
+
obj: PutRecordsOutput
|
|
1017
|
+
) => any;
|
|
1018
|
+
|
|
1019
|
+
export declare const RegisterStreamConsumerInputFilterSensitiveLog: (
|
|
1020
|
+
obj: RegisterStreamConsumerInput
|
|
1021
|
+
) => any;
|
|
1022
|
+
|
|
1023
|
+
export declare const RegisterStreamConsumerOutputFilterSensitiveLog: (
|
|
1024
|
+
obj: RegisterStreamConsumerOutput
|
|
1025
|
+
) => any;
|
|
1026
|
+
|
|
1027
|
+
export declare const RemoveTagsFromStreamInputFilterSensitiveLog: (
|
|
1028
|
+
obj: RemoveTagsFromStreamInput
|
|
1029
|
+
) => any;
|
|
1030
|
+
|
|
1031
|
+
export declare const SplitShardInputFilterSensitiveLog: (
|
|
1032
|
+
obj: SplitShardInput
|
|
1033
|
+
) => any;
|
|
1034
|
+
|
|
1035
|
+
export declare const StartStreamEncryptionInputFilterSensitiveLog: (
|
|
1036
|
+
obj: StartStreamEncryptionInput
|
|
1037
|
+
) => any;
|
|
1038
|
+
|
|
1039
|
+
export declare const StopStreamEncryptionInputFilterSensitiveLog: (
|
|
1040
|
+
obj: StopStreamEncryptionInput
|
|
1041
|
+
) => any;
|
|
1042
|
+
|
|
1043
|
+
export declare const StartingPositionFilterSensitiveLog: (
|
|
1044
|
+
obj: StartingPosition
|
|
1045
|
+
) => any;
|
|
1046
|
+
|
|
1047
|
+
export declare const SubscribeToShardInputFilterSensitiveLog: (
|
|
1048
|
+
obj: SubscribeToShardInput
|
|
1049
|
+
) => any;
|
|
1050
|
+
|
|
1051
|
+
export declare const SubscribeToShardEventFilterSensitiveLog: (
|
|
1052
|
+
obj: SubscribeToShardEvent
|
|
1053
|
+
) => any;
|
|
1054
|
+
|
|
1055
|
+
export declare const SubscribeToShardEventStreamFilterSensitiveLog: (
|
|
1056
|
+
obj: SubscribeToShardEventStream
|
|
1057
|
+
) => any;
|
|
1058
|
+
|
|
1059
|
+
export declare const SubscribeToShardOutputFilterSensitiveLog: (
|
|
1060
|
+
obj: SubscribeToShardOutput
|
|
1061
|
+
) => any;
|
|
1062
|
+
|
|
1063
|
+
export declare const UpdateShardCountInputFilterSensitiveLog: (
|
|
1064
|
+
obj: UpdateShardCountInput
|
|
1065
|
+
) => any;
|
|
1066
|
+
|
|
1067
|
+
export declare const UpdateShardCountOutputFilterSensitiveLog: (
|
|
1068
|
+
obj: UpdateShardCountOutput
|
|
1069
|
+
) => any;
|
|
1070
|
+
|
|
1071
|
+
export declare const UpdateStreamModeInputFilterSensitiveLog: (
|
|
1072
|
+
obj: UpdateStreamModeInput
|
|
1073
|
+
) => any;
|