@aws-sdk/client-kinesis 3.130.0 → 3.137.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 +30 -0
- package/dist-cjs/commands/AddTagsToStreamCommand.js +1 -1
- package/dist-cjs/commands/CreateStreamCommand.js +1 -1
- package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +1 -1
- package/dist-cjs/commands/DeleteStreamCommand.js +1 -1
- package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +1 -1
- package/dist-cjs/commands/DescribeLimitsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStreamCommand.js +2 -2
- package/dist-cjs/commands/DescribeStreamConsumerCommand.js +2 -2
- package/dist-cjs/commands/DescribeStreamSummaryCommand.js +2 -2
- package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +2 -2
- package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +2 -2
- package/dist-cjs/commands/GetRecordsCommand.js +2 -2
- package/dist-cjs/commands/GetShardIteratorCommand.js +2 -2
- package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +1 -1
- package/dist-cjs/commands/ListShardsCommand.js +2 -2
- package/dist-cjs/commands/ListStreamConsumersCommand.js +2 -2
- package/dist-cjs/commands/ListStreamsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForStreamCommand.js +2 -2
- package/dist-cjs/commands/MergeShardsCommand.js +1 -1
- package/dist-cjs/commands/PutRecordCommand.js +2 -2
- package/dist-cjs/commands/PutRecordsCommand.js +2 -2
- package/dist-cjs/commands/RegisterStreamConsumerCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +1 -1
- package/dist-cjs/commands/SplitShardCommand.js +1 -1
- package/dist-cjs/commands/StartStreamEncryptionCommand.js +1 -1
- package/dist-cjs/commands/StopStreamEncryptionCommand.js +1 -1
- package/dist-cjs/commands/SubscribeToShardCommand.js +2 -2
- package/dist-cjs/commands/UpdateShardCountCommand.js +2 -2
- package/dist-cjs/commands/UpdateStreamModeCommand.js +1 -1
- package/dist-cjs/models/models_0.js +276 -399
- package/dist-cjs/protocols/Aws_json1_1.js +134 -63
- package/dist-es/commands/AddTagsToStreamCommand.js +2 -2
- package/dist-es/commands/CreateStreamCommand.js +2 -2
- package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +2 -2
- package/dist-es/commands/DeleteStreamCommand.js +2 -2
- package/dist-es/commands/DeregisterStreamConsumerCommand.js +2 -2
- package/dist-es/commands/DescribeLimitsCommand.js +3 -3
- package/dist-es/commands/DescribeStreamCommand.js +3 -3
- package/dist-es/commands/DescribeStreamConsumerCommand.js +3 -3
- package/dist-es/commands/DescribeStreamSummaryCommand.js +3 -3
- package/dist-es/commands/DisableEnhancedMonitoringCommand.js +3 -3
- package/dist-es/commands/EnableEnhancedMonitoringCommand.js +3 -3
- package/dist-es/commands/GetRecordsCommand.js +3 -3
- package/dist-es/commands/GetShardIteratorCommand.js +3 -3
- package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +2 -2
- package/dist-es/commands/ListShardsCommand.js +3 -3
- package/dist-es/commands/ListStreamConsumersCommand.js +3 -3
- package/dist-es/commands/ListStreamsCommand.js +3 -3
- package/dist-es/commands/ListTagsForStreamCommand.js +3 -3
- package/dist-es/commands/MergeShardsCommand.js +2 -2
- package/dist-es/commands/PutRecordCommand.js +3 -3
- package/dist-es/commands/PutRecordsCommand.js +3 -3
- package/dist-es/commands/RegisterStreamConsumerCommand.js +3 -3
- package/dist-es/commands/RemoveTagsFromStreamCommand.js +2 -2
- package/dist-es/commands/SplitShardCommand.js +2 -2
- package/dist-es/commands/StartStreamEncryptionCommand.js +2 -2
- package/dist-es/commands/StopStreamEncryptionCommand.js +2 -2
- package/dist-es/commands/SubscribeToShardCommand.js +3 -3
- package/dist-es/commands/UpdateShardCountCommand.js +3 -3
- package/dist-es/commands/UpdateStreamModeCommand.js +2 -2
- package/dist-es/models/models_0.js +87 -273
- package/dist-es/protocols/Aws_json1_1.js +236 -75
- package/dist-types/models/models_0.d.ts +252 -376
- package/dist-types/protocols/Aws_json1_1.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +126 -250
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/package.json +7 -7
|
@@ -13,12 +13,6 @@ export interface AddTagsToStreamInput {
|
|
|
13
13
|
*/
|
|
14
14
|
Tags: Record<string, string> | undefined;
|
|
15
15
|
}
|
|
16
|
-
export declare namespace AddTagsToStreamInput {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
|
-
const filterSensitiveLog: (obj: AddTagsToStreamInput) => any;
|
|
21
|
-
}
|
|
22
16
|
/**
|
|
23
17
|
* <p>A specified parameter exceeds its restrictions, is not supported, or can't be used.
|
|
24
18
|
* For more information, see the returned message.</p>
|
|
@@ -81,12 +75,6 @@ export interface HashKeyRange {
|
|
|
81
75
|
*/
|
|
82
76
|
EndingHashKey: string | undefined;
|
|
83
77
|
}
|
|
84
|
-
export declare namespace HashKeyRange {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
const filterSensitiveLog: (obj: HashKeyRange) => any;
|
|
89
|
-
}
|
|
90
78
|
/**
|
|
91
79
|
* <p>Output parameter of the GetRecords API. The existing child shard of the current
|
|
92
80
|
* shard.</p>
|
|
@@ -106,12 +94,6 @@ export interface ChildShard {
|
|
|
106
94
|
*/
|
|
107
95
|
HashKeyRange: HashKeyRange | undefined;
|
|
108
96
|
}
|
|
109
|
-
export declare namespace ChildShard {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
const filterSensitiveLog: (obj: ChildShard) => any;
|
|
114
|
-
}
|
|
115
97
|
export declare enum ConsumerStatus {
|
|
116
98
|
ACTIVE = "ACTIVE",
|
|
117
99
|
CREATING = "CREATING",
|
|
@@ -145,12 +127,6 @@ export interface Consumer {
|
|
|
145
127
|
*/
|
|
146
128
|
ConsumerCreationTimestamp: Date | undefined;
|
|
147
129
|
}
|
|
148
|
-
export declare namespace Consumer {
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
const filterSensitiveLog: (obj: Consumer) => any;
|
|
153
|
-
}
|
|
154
130
|
/**
|
|
155
131
|
* <p>An object that represents the details of a registered consumer. This type of object is
|
|
156
132
|
* returned by <a>DescribeStreamConsumer</a>.</p>
|
|
@@ -183,12 +159,6 @@ export interface ConsumerDescription {
|
|
|
183
159
|
*/
|
|
184
160
|
StreamARN: string | undefined;
|
|
185
161
|
}
|
|
186
|
-
export declare namespace ConsumerDescription {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
|
-
const filterSensitiveLog: (obj: ConsumerDescription) => any;
|
|
191
|
-
}
|
|
192
162
|
export declare enum StreamMode {
|
|
193
163
|
ON_DEMAND = "ON_DEMAND",
|
|
194
164
|
PROVISIONED = "PROVISIONED"
|
|
@@ -204,12 +174,6 @@ export interface StreamModeDetails {
|
|
|
204
174
|
*/
|
|
205
175
|
StreamMode: StreamMode | string | undefined;
|
|
206
176
|
}
|
|
207
|
-
export declare namespace StreamModeDetails {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
|
-
const filterSensitiveLog: (obj: StreamModeDetails) => any;
|
|
212
|
-
}
|
|
213
177
|
/**
|
|
214
178
|
* <p>Represents the input for <code>CreateStream</code>.</p>
|
|
215
179
|
*/
|
|
@@ -235,12 +199,6 @@ export interface CreateStreamInput {
|
|
|
235
199
|
*/
|
|
236
200
|
StreamModeDetails?: StreamModeDetails;
|
|
237
201
|
}
|
|
238
|
-
export declare namespace CreateStreamInput {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
|
-
const filterSensitiveLog: (obj: CreateStreamInput) => any;
|
|
243
|
-
}
|
|
244
202
|
/**
|
|
245
203
|
* <p>Represents the input for <a>DecreaseStreamRetentionPeriod</a>.</p>
|
|
246
204
|
*/
|
|
@@ -255,12 +213,6 @@ export interface DecreaseStreamRetentionPeriodInput {
|
|
|
255
213
|
*/
|
|
256
214
|
RetentionPeriodHours: number | undefined;
|
|
257
215
|
}
|
|
258
|
-
export declare namespace DecreaseStreamRetentionPeriodInput {
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
const filterSensitiveLog: (obj: DecreaseStreamRetentionPeriodInput) => any;
|
|
263
|
-
}
|
|
264
216
|
/**
|
|
265
217
|
* <p>Represents the input for <a>DeleteStream</a>.</p>
|
|
266
218
|
*/
|
|
@@ -276,12 +228,6 @@ export interface DeleteStreamInput {
|
|
|
276
228
|
*/
|
|
277
229
|
EnforceConsumerDeletion?: boolean;
|
|
278
230
|
}
|
|
279
|
-
export declare namespace DeleteStreamInput {
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
|
-
const filterSensitiveLog: (obj: DeleteStreamInput) => any;
|
|
284
|
-
}
|
|
285
231
|
export interface DeregisterStreamConsumerInput {
|
|
286
232
|
/**
|
|
287
233
|
* <p>The ARN of the Kinesis data stream that the consumer is registered with. For more
|
|
@@ -302,20 +248,8 @@ export interface DeregisterStreamConsumerInput {
|
|
|
302
248
|
*/
|
|
303
249
|
ConsumerARN?: string;
|
|
304
250
|
}
|
|
305
|
-
export declare namespace DeregisterStreamConsumerInput {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
|
-
const filterSensitiveLog: (obj: DeregisterStreamConsumerInput) => any;
|
|
310
|
-
}
|
|
311
251
|
export interface DescribeLimitsInput {
|
|
312
252
|
}
|
|
313
|
-
export declare namespace DescribeLimitsInput {
|
|
314
|
-
/**
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
|
-
const filterSensitiveLog: (obj: DescribeLimitsInput) => any;
|
|
318
|
-
}
|
|
319
253
|
export interface DescribeLimitsOutput {
|
|
320
254
|
/**
|
|
321
255
|
* <p>The maximum number of shards.</p>
|
|
@@ -334,12 +268,6 @@ export interface DescribeLimitsOutput {
|
|
|
334
268
|
*/
|
|
335
269
|
OnDemandStreamCountLimit: number | undefined;
|
|
336
270
|
}
|
|
337
|
-
export declare namespace DescribeLimitsOutput {
|
|
338
|
-
/**
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
|
-
const filterSensitiveLog: (obj: DescribeLimitsOutput) => any;
|
|
342
|
-
}
|
|
343
271
|
/**
|
|
344
272
|
* <p>Represents the input for <code>DescribeStream</code>.</p>
|
|
345
273
|
*/
|
|
@@ -363,12 +291,6 @@ export interface DescribeStreamInput {
|
|
|
363
291
|
*/
|
|
364
292
|
ExclusiveStartShardId?: string;
|
|
365
293
|
}
|
|
366
|
-
export declare namespace DescribeStreamInput {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
|
-
const filterSensitiveLog: (obj: DescribeStreamInput) => any;
|
|
371
|
-
}
|
|
372
294
|
export declare enum EncryptionType {
|
|
373
295
|
KMS = "KMS",
|
|
374
296
|
NONE = "NONE"
|
|
@@ -439,12 +361,6 @@ export interface EnhancedMetrics {
|
|
|
439
361
|
*/
|
|
440
362
|
ShardLevelMetrics?: (MetricsName | string)[];
|
|
441
363
|
}
|
|
442
|
-
export declare namespace EnhancedMetrics {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
|
-
const filterSensitiveLog: (obj: EnhancedMetrics) => any;
|
|
447
|
-
}
|
|
448
364
|
/**
|
|
449
365
|
* <p>The range of possible sequence numbers for the shard.</p>
|
|
450
366
|
*/
|
|
@@ -459,12 +375,6 @@ export interface SequenceNumberRange {
|
|
|
459
375
|
*/
|
|
460
376
|
EndingSequenceNumber?: string;
|
|
461
377
|
}
|
|
462
|
-
export declare namespace SequenceNumberRange {
|
|
463
|
-
/**
|
|
464
|
-
* @internal
|
|
465
|
-
*/
|
|
466
|
-
const filterSensitiveLog: (obj: SequenceNumberRange) => any;
|
|
467
|
-
}
|
|
468
378
|
/**
|
|
469
379
|
* <p>A uniquely identified group of data records in a Kinesis data stream.</p>
|
|
470
380
|
*/
|
|
@@ -491,12 +401,6 @@ export interface Shard {
|
|
|
491
401
|
*/
|
|
492
402
|
SequenceNumberRange: SequenceNumberRange | undefined;
|
|
493
403
|
}
|
|
494
|
-
export declare namespace Shard {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
const filterSensitiveLog: (obj: Shard) => any;
|
|
499
|
-
}
|
|
500
404
|
export declare enum StreamStatus {
|
|
501
405
|
ACTIVE = "ACTIVE",
|
|
502
406
|
CREATING = "CREATING",
|
|
@@ -623,12 +527,6 @@ export interface StreamDescription {
|
|
|
623
527
|
*/
|
|
624
528
|
KeyId?: string;
|
|
625
529
|
}
|
|
626
|
-
export declare namespace StreamDescription {
|
|
627
|
-
/**
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
630
|
-
const filterSensitiveLog: (obj: StreamDescription) => any;
|
|
631
|
-
}
|
|
632
530
|
/**
|
|
633
531
|
* <p>Represents the output for <code>DescribeStream</code>.</p>
|
|
634
532
|
*/
|
|
@@ -640,12 +538,6 @@ export interface DescribeStreamOutput {
|
|
|
640
538
|
*/
|
|
641
539
|
StreamDescription: StreamDescription | undefined;
|
|
642
540
|
}
|
|
643
|
-
export declare namespace DescribeStreamOutput {
|
|
644
|
-
/**
|
|
645
|
-
* @internal
|
|
646
|
-
*/
|
|
647
|
-
const filterSensitiveLog: (obj: DescribeStreamOutput) => any;
|
|
648
|
-
}
|
|
649
541
|
export interface DescribeStreamConsumerInput {
|
|
650
542
|
/**
|
|
651
543
|
* <p>The ARN of the Kinesis data stream that the consumer is registered with. For more
|
|
@@ -662,36 +554,18 @@ export interface DescribeStreamConsumerInput {
|
|
|
662
554
|
*/
|
|
663
555
|
ConsumerARN?: string;
|
|
664
556
|
}
|
|
665
|
-
export declare namespace DescribeStreamConsumerInput {
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
|
-
const filterSensitiveLog: (obj: DescribeStreamConsumerInput) => any;
|
|
670
|
-
}
|
|
671
557
|
export interface DescribeStreamConsumerOutput {
|
|
672
558
|
/**
|
|
673
559
|
* <p>An object that represents the details of the consumer.</p>
|
|
674
560
|
*/
|
|
675
561
|
ConsumerDescription: ConsumerDescription | undefined;
|
|
676
562
|
}
|
|
677
|
-
export declare namespace DescribeStreamConsumerOutput {
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
|
-
const filterSensitiveLog: (obj: DescribeStreamConsumerOutput) => any;
|
|
682
|
-
}
|
|
683
563
|
export interface DescribeStreamSummaryInput {
|
|
684
564
|
/**
|
|
685
565
|
* <p>The name of the stream to describe.</p>
|
|
686
566
|
*/
|
|
687
567
|
StreamName: string | undefined;
|
|
688
568
|
}
|
|
689
|
-
export declare namespace DescribeStreamSummaryInput {
|
|
690
|
-
/**
|
|
691
|
-
* @internal
|
|
692
|
-
*/
|
|
693
|
-
const filterSensitiveLog: (obj: DescribeStreamSummaryInput) => any;
|
|
694
|
-
}
|
|
695
569
|
/**
|
|
696
570
|
* <p>Represents the output for <a>DescribeStreamSummary</a>
|
|
697
571
|
* </p>
|
|
@@ -811,12 +685,6 @@ export interface StreamDescriptionSummary {
|
|
|
811
685
|
*/
|
|
812
686
|
ConsumerCount?: number;
|
|
813
687
|
}
|
|
814
|
-
export declare namespace StreamDescriptionSummary {
|
|
815
|
-
/**
|
|
816
|
-
* @internal
|
|
817
|
-
*/
|
|
818
|
-
const filterSensitiveLog: (obj: StreamDescriptionSummary) => any;
|
|
819
|
-
}
|
|
820
688
|
export interface DescribeStreamSummaryOutput {
|
|
821
689
|
/**
|
|
822
690
|
* <p>A <a>StreamDescriptionSummary</a> containing information about the
|
|
@@ -824,12 +692,6 @@ export interface DescribeStreamSummaryOutput {
|
|
|
824
692
|
*/
|
|
825
693
|
StreamDescriptionSummary: StreamDescriptionSummary | undefined;
|
|
826
694
|
}
|
|
827
|
-
export declare namespace DescribeStreamSummaryOutput {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
|
-
const filterSensitiveLog: (obj: DescribeStreamSummaryOutput) => any;
|
|
832
|
-
}
|
|
833
695
|
/**
|
|
834
696
|
* <p>Represents the input for <a>DisableEnhancedMonitoring</a>.</p>
|
|
835
697
|
*/
|
|
@@ -890,12 +752,6 @@ export interface DisableEnhancedMonitoringInput {
|
|
|
890
752
|
*/
|
|
891
753
|
ShardLevelMetrics: (MetricsName | string)[] | undefined;
|
|
892
754
|
}
|
|
893
|
-
export declare namespace DisableEnhancedMonitoringInput {
|
|
894
|
-
/**
|
|
895
|
-
* @internal
|
|
896
|
-
*/
|
|
897
|
-
const filterSensitiveLog: (obj: DisableEnhancedMonitoringInput) => any;
|
|
898
|
-
}
|
|
899
755
|
/**
|
|
900
756
|
* <p>Represents the output for <a>EnableEnhancedMonitoring</a> and <a>DisableEnhancedMonitoring</a>.</p>
|
|
901
757
|
*/
|
|
@@ -915,12 +771,6 @@ export interface EnhancedMonitoringOutput {
|
|
|
915
771
|
*/
|
|
916
772
|
DesiredShardLevelMetrics?: (MetricsName | string)[];
|
|
917
773
|
}
|
|
918
|
-
export declare namespace EnhancedMonitoringOutput {
|
|
919
|
-
/**
|
|
920
|
-
* @internal
|
|
921
|
-
*/
|
|
922
|
-
const filterSensitiveLog: (obj: EnhancedMonitoringOutput) => any;
|
|
923
|
-
}
|
|
924
774
|
/**
|
|
925
775
|
* <p>Represents the input for <a>EnableEnhancedMonitoring</a>.</p>
|
|
926
776
|
*/
|
|
@@ -981,12 +831,6 @@ export interface EnableEnhancedMonitoringInput {
|
|
|
981
831
|
*/
|
|
982
832
|
ShardLevelMetrics: (MetricsName | string)[] | undefined;
|
|
983
833
|
}
|
|
984
|
-
export declare namespace EnableEnhancedMonitoringInput {
|
|
985
|
-
/**
|
|
986
|
-
* @internal
|
|
987
|
-
*/
|
|
988
|
-
const filterSensitiveLog: (obj: EnableEnhancedMonitoringInput) => any;
|
|
989
|
-
}
|
|
990
834
|
/**
|
|
991
835
|
* <p>The provided iterator exceeds the maximum age allowed.</p>
|
|
992
836
|
*/
|
|
@@ -1026,12 +870,6 @@ export interface GetRecordsInput {
|
|
|
1026
870
|
*/
|
|
1027
871
|
Limit?: number;
|
|
1028
872
|
}
|
|
1029
|
-
export declare namespace GetRecordsInput {
|
|
1030
|
-
/**
|
|
1031
|
-
* @internal
|
|
1032
|
-
*/
|
|
1033
|
-
const filterSensitiveLog: (obj: GetRecordsInput) => any;
|
|
1034
|
-
}
|
|
1035
873
|
/**
|
|
1036
874
|
* <p>The unit of data of the Kinesis data stream, which is composed of a sequence number, a
|
|
1037
875
|
* partition key, and a data blob.</p>
|
|
@@ -1073,12 +911,6 @@ export interface _Record {
|
|
|
1073
911
|
*/
|
|
1074
912
|
EncryptionType?: EncryptionType | string;
|
|
1075
913
|
}
|
|
1076
|
-
export declare namespace _Record {
|
|
1077
|
-
/**
|
|
1078
|
-
* @internal
|
|
1079
|
-
*/
|
|
1080
|
-
const filterSensitiveLog: (obj: _Record) => any;
|
|
1081
|
-
}
|
|
1082
914
|
/**
|
|
1083
915
|
* <p>Represents the output for <a>GetRecords</a>.</p>
|
|
1084
916
|
*/
|
|
@@ -1106,12 +938,6 @@ export interface GetRecordsOutput {
|
|
|
1106
938
|
*/
|
|
1107
939
|
ChildShards?: ChildShard[];
|
|
1108
940
|
}
|
|
1109
|
-
export declare namespace GetRecordsOutput {
|
|
1110
|
-
/**
|
|
1111
|
-
* @internal
|
|
1112
|
-
*/
|
|
1113
|
-
const filterSensitiveLog: (obj: GetRecordsOutput) => any;
|
|
1114
|
-
}
|
|
1115
941
|
/**
|
|
1116
942
|
* <p>The ciphertext references a key that doesn't exist or that you don't have access
|
|
1117
943
|
* to.</p>
|
|
@@ -1272,12 +1098,6 @@ export interface GetShardIteratorInput {
|
|
|
1272
1098
|
*/
|
|
1273
1099
|
Timestamp?: Date;
|
|
1274
1100
|
}
|
|
1275
|
-
export declare namespace GetShardIteratorInput {
|
|
1276
|
-
/**
|
|
1277
|
-
* @internal
|
|
1278
|
-
*/
|
|
1279
|
-
const filterSensitiveLog: (obj: GetShardIteratorInput) => any;
|
|
1280
|
-
}
|
|
1281
1101
|
/**
|
|
1282
1102
|
* <p>Represents the output for <code>GetShardIterator</code>.</p>
|
|
1283
1103
|
*/
|
|
@@ -1289,12 +1109,6 @@ export interface GetShardIteratorOutput {
|
|
|
1289
1109
|
*/
|
|
1290
1110
|
ShardIterator?: string;
|
|
1291
1111
|
}
|
|
1292
|
-
export declare namespace GetShardIteratorOutput {
|
|
1293
|
-
/**
|
|
1294
|
-
* @internal
|
|
1295
|
-
*/
|
|
1296
|
-
const filterSensitiveLog: (obj: GetShardIteratorOutput) => any;
|
|
1297
|
-
}
|
|
1298
1112
|
/**
|
|
1299
1113
|
* <p>Represents the input for <a>IncreaseStreamRetentionPeriod</a>.</p>
|
|
1300
1114
|
*/
|
|
@@ -1309,12 +1123,6 @@ export interface IncreaseStreamRetentionPeriodInput {
|
|
|
1309
1123
|
*/
|
|
1310
1124
|
RetentionPeriodHours: number | undefined;
|
|
1311
1125
|
}
|
|
1312
|
-
export declare namespace IncreaseStreamRetentionPeriodInput {
|
|
1313
|
-
/**
|
|
1314
|
-
* @internal
|
|
1315
|
-
*/
|
|
1316
|
-
const filterSensitiveLog: (obj: IncreaseStreamRetentionPeriodInput) => any;
|
|
1317
|
-
}
|
|
1318
1126
|
/**
|
|
1319
1127
|
* <p>The processing of the request failed because of an unknown error, exception, or
|
|
1320
1128
|
* failure.</p>
|
|
@@ -1398,12 +1206,6 @@ export interface ShardFilter {
|
|
|
1398
1206
|
*/
|
|
1399
1207
|
Timestamp?: Date;
|
|
1400
1208
|
}
|
|
1401
|
-
export declare namespace ShardFilter {
|
|
1402
|
-
/**
|
|
1403
|
-
* @internal
|
|
1404
|
-
*/
|
|
1405
|
-
const filterSensitiveLog: (obj: ShardFilter) => any;
|
|
1406
|
-
}
|
|
1407
1209
|
export interface ListShardsInput {
|
|
1408
1210
|
/**
|
|
1409
1211
|
* <p>The name of the data stream whose shards you want to list. </p>
|
|
@@ -1485,12 +1287,6 @@ export interface ListShardsInput {
|
|
|
1485
1287
|
*/
|
|
1486
1288
|
ShardFilter?: ShardFilter;
|
|
1487
1289
|
}
|
|
1488
|
-
export declare namespace ListShardsInput {
|
|
1489
|
-
/**
|
|
1490
|
-
* @internal
|
|
1491
|
-
*/
|
|
1492
|
-
const filterSensitiveLog: (obj: ListShardsInput) => any;
|
|
1493
|
-
}
|
|
1494
1290
|
export interface ListShardsOutput {
|
|
1495
1291
|
/**
|
|
1496
1292
|
* <p>An array of JSON objects. Each object represents one shard and specifies the IDs of
|
|
@@ -1516,12 +1312,6 @@ export interface ListShardsOutput {
|
|
|
1516
1312
|
*/
|
|
1517
1313
|
NextToken?: string;
|
|
1518
1314
|
}
|
|
1519
|
-
export declare namespace ListShardsOutput {
|
|
1520
|
-
/**
|
|
1521
|
-
* @internal
|
|
1522
|
-
*/
|
|
1523
|
-
const filterSensitiveLog: (obj: ListShardsOutput) => any;
|
|
1524
|
-
}
|
|
1525
1315
|
export interface ListStreamConsumersInput {
|
|
1526
1316
|
/**
|
|
1527
1317
|
* <p>The ARN of the Kinesis data stream for which you want to list the registered
|
|
@@ -1570,12 +1360,6 @@ export interface ListStreamConsumersInput {
|
|
|
1570
1360
|
*/
|
|
1571
1361
|
StreamCreationTimestamp?: Date;
|
|
1572
1362
|
}
|
|
1573
|
-
export declare namespace ListStreamConsumersInput {
|
|
1574
|
-
/**
|
|
1575
|
-
* @internal
|
|
1576
|
-
*/
|
|
1577
|
-
const filterSensitiveLog: (obj: ListStreamConsumersInput) => any;
|
|
1578
|
-
}
|
|
1579
1363
|
export interface ListStreamConsumersOutput {
|
|
1580
1364
|
/**
|
|
1581
1365
|
* <p>An array of JSON objects. Each object represents one registered consumer.</p>
|
|
@@ -1600,12 +1384,6 @@ export interface ListStreamConsumersOutput {
|
|
|
1600
1384
|
*/
|
|
1601
1385
|
NextToken?: string;
|
|
1602
1386
|
}
|
|
1603
|
-
export declare namespace ListStreamConsumersOutput {
|
|
1604
|
-
/**
|
|
1605
|
-
* @internal
|
|
1606
|
-
*/
|
|
1607
|
-
const filterSensitiveLog: (obj: ListStreamConsumersOutput) => any;
|
|
1608
|
-
}
|
|
1609
1387
|
/**
|
|
1610
1388
|
* <p>Represents the input for <code>ListStreams</code>.</p>
|
|
1611
1389
|
*/
|
|
@@ -1620,12 +1398,6 @@ export interface ListStreamsInput {
|
|
|
1620
1398
|
*/
|
|
1621
1399
|
ExclusiveStartStreamName?: string;
|
|
1622
1400
|
}
|
|
1623
|
-
export declare namespace ListStreamsInput {
|
|
1624
|
-
/**
|
|
1625
|
-
* @internal
|
|
1626
|
-
*/
|
|
1627
|
-
const filterSensitiveLog: (obj: ListStreamsInput) => any;
|
|
1628
|
-
}
|
|
1629
1401
|
/**
|
|
1630
1402
|
* <p>Represents the output for <code>ListStreams</code>.</p>
|
|
1631
1403
|
*/
|
|
@@ -1640,12 +1412,6 @@ export interface ListStreamsOutput {
|
|
|
1640
1412
|
*/
|
|
1641
1413
|
HasMoreStreams: boolean | undefined;
|
|
1642
1414
|
}
|
|
1643
|
-
export declare namespace ListStreamsOutput {
|
|
1644
|
-
/**
|
|
1645
|
-
* @internal
|
|
1646
|
-
*/
|
|
1647
|
-
const filterSensitiveLog: (obj: ListStreamsOutput) => any;
|
|
1648
|
-
}
|
|
1649
1415
|
/**
|
|
1650
1416
|
* <p>Represents the input for <code>ListTagsForStream</code>.</p>
|
|
1651
1417
|
*/
|
|
@@ -1668,12 +1434,6 @@ export interface ListTagsForStreamInput {
|
|
|
1668
1434
|
*/
|
|
1669
1435
|
Limit?: number;
|
|
1670
1436
|
}
|
|
1671
|
-
export declare namespace ListTagsForStreamInput {
|
|
1672
|
-
/**
|
|
1673
|
-
* @internal
|
|
1674
|
-
*/
|
|
1675
|
-
const filterSensitiveLog: (obj: ListTagsForStreamInput) => any;
|
|
1676
|
-
}
|
|
1677
1437
|
/**
|
|
1678
1438
|
* <p>Metadata assigned to the stream, consisting of a key-value pair.</p>
|
|
1679
1439
|
*/
|
|
@@ -1690,12 +1450,6 @@ export interface Tag {
|
|
|
1690
1450
|
*/
|
|
1691
1451
|
Value?: string;
|
|
1692
1452
|
}
|
|
1693
|
-
export declare namespace Tag {
|
|
1694
|
-
/**
|
|
1695
|
-
* @internal
|
|
1696
|
-
*/
|
|
1697
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
1698
|
-
}
|
|
1699
1453
|
/**
|
|
1700
1454
|
* <p>Represents the output for <code>ListTagsForStream</code>.</p>
|
|
1701
1455
|
*/
|
|
@@ -1712,12 +1466,6 @@ export interface ListTagsForStreamOutput {
|
|
|
1712
1466
|
*/
|
|
1713
1467
|
HasMoreTags: boolean | undefined;
|
|
1714
1468
|
}
|
|
1715
|
-
export declare namespace ListTagsForStreamOutput {
|
|
1716
|
-
/**
|
|
1717
|
-
* @internal
|
|
1718
|
-
*/
|
|
1719
|
-
const filterSensitiveLog: (obj: ListTagsForStreamOutput) => any;
|
|
1720
|
-
}
|
|
1721
1469
|
/**
|
|
1722
1470
|
* <p>Represents the input for <code>MergeShards</code>.</p>
|
|
1723
1471
|
*/
|
|
@@ -1735,12 +1483,6 @@ export interface MergeShardsInput {
|
|
|
1735
1483
|
*/
|
|
1736
1484
|
AdjacentShardToMerge: string | undefined;
|
|
1737
1485
|
}
|
|
1738
|
-
export declare namespace MergeShardsInput {
|
|
1739
|
-
/**
|
|
1740
|
-
* @internal
|
|
1741
|
-
*/
|
|
1742
|
-
const filterSensitiveLog: (obj: MergeShardsInput) => any;
|
|
1743
|
-
}
|
|
1744
1486
|
/**
|
|
1745
1487
|
* <p>
|
|
1746
1488
|
*
|
|
@@ -1793,12 +1535,6 @@ export interface PutRecordInput {
|
|
|
1793
1535
|
*/
|
|
1794
1536
|
SequenceNumberForOrdering?: string;
|
|
1795
1537
|
}
|
|
1796
|
-
export declare namespace PutRecordInput {
|
|
1797
|
-
/**
|
|
1798
|
-
* @internal
|
|
1799
|
-
*/
|
|
1800
|
-
const filterSensitiveLog: (obj: PutRecordInput) => any;
|
|
1801
|
-
}
|
|
1802
1538
|
/**
|
|
1803
1539
|
* <p>Represents the output for <code>PutRecord</code>.</p>
|
|
1804
1540
|
*/
|
|
@@ -1830,12 +1566,6 @@ export interface PutRecordOutput {
|
|
|
1830
1566
|
*/
|
|
1831
1567
|
EncryptionType?: EncryptionType | string;
|
|
1832
1568
|
}
|
|
1833
|
-
export declare namespace PutRecordOutput {
|
|
1834
|
-
/**
|
|
1835
|
-
* @internal
|
|
1836
|
-
*/
|
|
1837
|
-
const filterSensitiveLog: (obj: PutRecordOutput) => any;
|
|
1838
|
-
}
|
|
1839
1569
|
/**
|
|
1840
1570
|
* <p>Represents the output for <code>PutRecords</code>.</p>
|
|
1841
1571
|
*/
|
|
@@ -1863,12 +1593,6 @@ export interface PutRecordsRequestEntry {
|
|
|
1863
1593
|
*/
|
|
1864
1594
|
PartitionKey: string | undefined;
|
|
1865
1595
|
}
|
|
1866
|
-
export declare namespace PutRecordsRequestEntry {
|
|
1867
|
-
/**
|
|
1868
|
-
* @internal
|
|
1869
|
-
*/
|
|
1870
|
-
const filterSensitiveLog: (obj: PutRecordsRequestEntry) => any;
|
|
1871
|
-
}
|
|
1872
1596
|
/**
|
|
1873
1597
|
* <p>A <code>PutRecords</code> request.</p>
|
|
1874
1598
|
*/
|
|
@@ -1882,12 +1606,6 @@ export interface PutRecordsInput {
|
|
|
1882
1606
|
*/
|
|
1883
1607
|
StreamName: string | undefined;
|
|
1884
1608
|
}
|
|
1885
|
-
export declare namespace PutRecordsInput {
|
|
1886
|
-
/**
|
|
1887
|
-
* @internal
|
|
1888
|
-
*/
|
|
1889
|
-
const filterSensitiveLog: (obj: PutRecordsInput) => any;
|
|
1890
|
-
}
|
|
1891
1609
|
/**
|
|
1892
1610
|
* <p>Represents the result of an individual record from a <code>PutRecords</code> request.
|
|
1893
1611
|
* A record that is successfully added to a stream includes <code>SequenceNumber</code> and
|
|
@@ -1918,12 +1636,6 @@ export interface PutRecordsResultEntry {
|
|
|
1918
1636
|
*/
|
|
1919
1637
|
ErrorMessage?: string;
|
|
1920
1638
|
}
|
|
1921
|
-
export declare namespace PutRecordsResultEntry {
|
|
1922
|
-
/**
|
|
1923
|
-
* @internal
|
|
1924
|
-
*/
|
|
1925
|
-
const filterSensitiveLog: (obj: PutRecordsResultEntry) => any;
|
|
1926
|
-
}
|
|
1927
1639
|
/**
|
|
1928
1640
|
* <p>
|
|
1929
1641
|
* <code>PutRecords</code> results.</p>
|
|
@@ -1958,12 +1670,6 @@ export interface PutRecordsOutput {
|
|
|
1958
1670
|
*/
|
|
1959
1671
|
EncryptionType?: EncryptionType | string;
|
|
1960
1672
|
}
|
|
1961
|
-
export declare namespace PutRecordsOutput {
|
|
1962
|
-
/**
|
|
1963
|
-
* @internal
|
|
1964
|
-
*/
|
|
1965
|
-
const filterSensitiveLog: (obj: PutRecordsOutput) => any;
|
|
1966
|
-
}
|
|
1967
1673
|
export interface RegisterStreamConsumerInput {
|
|
1968
1674
|
/**
|
|
1969
1675
|
* <p>The ARN of the Kinesis data stream that you want to register the consumer with. For
|
|
@@ -1977,12 +1683,6 @@ export interface RegisterStreamConsumerInput {
|
|
|
1977
1683
|
*/
|
|
1978
1684
|
ConsumerName: string | undefined;
|
|
1979
1685
|
}
|
|
1980
|
-
export declare namespace RegisterStreamConsumerInput {
|
|
1981
|
-
/**
|
|
1982
|
-
* @internal
|
|
1983
|
-
*/
|
|
1984
|
-
const filterSensitiveLog: (obj: RegisterStreamConsumerInput) => any;
|
|
1985
|
-
}
|
|
1986
1686
|
export interface RegisterStreamConsumerOutput {
|
|
1987
1687
|
/**
|
|
1988
1688
|
* <p>An object that represents the details of the consumer you registered. When you
|
|
@@ -1990,12 +1690,6 @@ export interface RegisterStreamConsumerOutput {
|
|
|
1990
1690
|
*/
|
|
1991
1691
|
Consumer: Consumer | undefined;
|
|
1992
1692
|
}
|
|
1993
|
-
export declare namespace RegisterStreamConsumerOutput {
|
|
1994
|
-
/**
|
|
1995
|
-
* @internal
|
|
1996
|
-
*/
|
|
1997
|
-
const filterSensitiveLog: (obj: RegisterStreamConsumerOutput) => any;
|
|
1998
|
-
}
|
|
1999
1693
|
/**
|
|
2000
1694
|
* <p>Represents the input for <code>RemoveTagsFromStream</code>.</p>
|
|
2001
1695
|
*/
|
|
@@ -2009,12 +1703,6 @@ export interface RemoveTagsFromStreamInput {
|
|
|
2009
1703
|
*/
|
|
2010
1704
|
TagKeys: string[] | undefined;
|
|
2011
1705
|
}
|
|
2012
|
-
export declare namespace RemoveTagsFromStreamInput {
|
|
2013
|
-
/**
|
|
2014
|
-
* @internal
|
|
2015
|
-
*/
|
|
2016
|
-
const filterSensitiveLog: (obj: RemoveTagsFromStreamInput) => any;
|
|
2017
|
-
}
|
|
2018
1706
|
/**
|
|
2019
1707
|
* <p>Represents the input for <code>SplitShard</code>.</p>
|
|
2020
1708
|
*/
|
|
@@ -2038,12 +1726,6 @@ export interface SplitShardInput {
|
|
|
2038
1726
|
*/
|
|
2039
1727
|
NewStartingHashKey: string | undefined;
|
|
2040
1728
|
}
|
|
2041
|
-
export declare namespace SplitShardInput {
|
|
2042
|
-
/**
|
|
2043
|
-
* @internal
|
|
2044
|
-
*/
|
|
2045
|
-
const filterSensitiveLog: (obj: SplitShardInput) => any;
|
|
2046
|
-
}
|
|
2047
1729
|
export interface StartStreamEncryptionInput {
|
|
2048
1730
|
/**
|
|
2049
1731
|
* <p>The name of the stream for which to start encrypting records.</p>
|
|
@@ -2088,12 +1770,6 @@ export interface StartStreamEncryptionInput {
|
|
|
2088
1770
|
*/
|
|
2089
1771
|
KeyId: string | undefined;
|
|
2090
1772
|
}
|
|
2091
|
-
export declare namespace StartStreamEncryptionInput {
|
|
2092
|
-
/**
|
|
2093
|
-
* @internal
|
|
2094
|
-
*/
|
|
2095
|
-
const filterSensitiveLog: (obj: StartStreamEncryptionInput) => any;
|
|
2096
|
-
}
|
|
2097
1773
|
export interface StopStreamEncryptionInput {
|
|
2098
1774
|
/**
|
|
2099
1775
|
* <p>The name of the stream on which to stop encrypting records.</p>
|
|
@@ -2138,12 +1814,6 @@ export interface StopStreamEncryptionInput {
|
|
|
2138
1814
|
*/
|
|
2139
1815
|
KeyId: string | undefined;
|
|
2140
1816
|
}
|
|
2141
|
-
export declare namespace StopStreamEncryptionInput {
|
|
2142
|
-
/**
|
|
2143
|
-
* @internal
|
|
2144
|
-
*/
|
|
2145
|
-
const filterSensitiveLog: (obj: StopStreamEncryptionInput) => any;
|
|
2146
|
-
}
|
|
2147
1817
|
/**
|
|
2148
1818
|
* <p>The starting position in the data stream from which to start streaming.</p>
|
|
2149
1819
|
*/
|
|
@@ -2184,12 +1854,6 @@ export interface StartingPosition {
|
|
|
2184
1854
|
*/
|
|
2185
1855
|
Timestamp?: Date;
|
|
2186
1856
|
}
|
|
2187
|
-
export declare namespace StartingPosition {
|
|
2188
|
-
/**
|
|
2189
|
-
* @internal
|
|
2190
|
-
*/
|
|
2191
|
-
const filterSensitiveLog: (obj: StartingPosition) => any;
|
|
2192
|
-
}
|
|
2193
1857
|
export interface SubscribeToShardInput {
|
|
2194
1858
|
/**
|
|
2195
1859
|
* <p>For this parameter, use the value you obtained when you called <a>RegisterStreamConsumer</a>.</p>
|
|
@@ -2205,12 +1869,6 @@ export interface SubscribeToShardInput {
|
|
|
2205
1869
|
*/
|
|
2206
1870
|
StartingPosition: StartingPosition | undefined;
|
|
2207
1871
|
}
|
|
2208
|
-
export declare namespace SubscribeToShardInput {
|
|
2209
|
-
/**
|
|
2210
|
-
* @internal
|
|
2211
|
-
*/
|
|
2212
|
-
const filterSensitiveLog: (obj: SubscribeToShardInput) => any;
|
|
2213
|
-
}
|
|
2214
1872
|
/**
|
|
2215
1873
|
* <p>After you call <a>SubscribeToShard</a>, Kinesis Data Streams sends events
|
|
2216
1874
|
* of this type over an HTTP/2 connection to your consumer.</p>
|
|
@@ -2239,12 +1897,6 @@ export interface SubscribeToShardEvent {
|
|
|
2239
1897
|
*/
|
|
2240
1898
|
ChildShards?: ChildShard[];
|
|
2241
1899
|
}
|
|
2242
|
-
export declare namespace SubscribeToShardEvent {
|
|
2243
|
-
/**
|
|
2244
|
-
* @internal
|
|
2245
|
-
*/
|
|
2246
|
-
const filterSensitiveLog: (obj: SubscribeToShardEvent) => any;
|
|
2247
|
-
}
|
|
2248
1900
|
/**
|
|
2249
1901
|
* <p>This is a tagged union for all of the types of events an enhanced fan-out consumer can
|
|
2250
1902
|
* receive over HTTP/2 after a call to <a>SubscribeToShard</a>.</p>
|
|
@@ -2452,10 +2104,6 @@ export declare namespace SubscribeToShardEventStream {
|
|
|
2452
2104
|
_: (name: string, value: any) => T;
|
|
2453
2105
|
}
|
|
2454
2106
|
const visit: <T>(value: SubscribeToShardEventStream, visitor: Visitor<T>) => T;
|
|
2455
|
-
/**
|
|
2456
|
-
* @internal
|
|
2457
|
-
*/
|
|
2458
|
-
const filterSensitiveLog: (obj: SubscribeToShardEventStream) => any;
|
|
2459
2107
|
}
|
|
2460
2108
|
export interface SubscribeToShardOutput {
|
|
2461
2109
|
/**
|
|
@@ -2463,12 +2111,6 @@ export interface SubscribeToShardOutput {
|
|
|
2463
2111
|
*/
|
|
2464
2112
|
EventStream: AsyncIterable<SubscribeToShardEventStream> | undefined;
|
|
2465
2113
|
}
|
|
2466
|
-
export declare namespace SubscribeToShardOutput {
|
|
2467
|
-
/**
|
|
2468
|
-
* @internal
|
|
2469
|
-
*/
|
|
2470
|
-
const filterSensitiveLog: (obj: SubscribeToShardOutput) => any;
|
|
2471
|
-
}
|
|
2472
2114
|
export declare enum ScalingType {
|
|
2473
2115
|
UNIFORM_SCALING = "UNIFORM_SCALING"
|
|
2474
2116
|
}
|
|
@@ -2505,12 +2147,6 @@ export interface UpdateShardCountInput {
|
|
|
2505
2147
|
*/
|
|
2506
2148
|
ScalingType: ScalingType | string | undefined;
|
|
2507
2149
|
}
|
|
2508
|
-
export declare namespace UpdateShardCountInput {
|
|
2509
|
-
/**
|
|
2510
|
-
* @internal
|
|
2511
|
-
*/
|
|
2512
|
-
const filterSensitiveLog: (obj: UpdateShardCountInput) => any;
|
|
2513
|
-
}
|
|
2514
2150
|
export interface UpdateShardCountOutput {
|
|
2515
2151
|
/**
|
|
2516
2152
|
* <p>The name of the stream.</p>
|
|
@@ -2525,12 +2161,6 @@ export interface UpdateShardCountOutput {
|
|
|
2525
2161
|
*/
|
|
2526
2162
|
TargetShardCount?: number;
|
|
2527
2163
|
}
|
|
2528
|
-
export declare namespace UpdateShardCountOutput {
|
|
2529
|
-
/**
|
|
2530
|
-
* @internal
|
|
2531
|
-
*/
|
|
2532
|
-
const filterSensitiveLog: (obj: UpdateShardCountOutput) => any;
|
|
2533
|
-
}
|
|
2534
2164
|
export interface UpdateStreamModeInput {
|
|
2535
2165
|
/**
|
|
2536
2166
|
* <p> Specifies the ARN of the data stream whose capacity mode you want to update. </p>
|
|
@@ -2542,9 +2172,255 @@ export interface UpdateStreamModeInput {
|
|
|
2542
2172
|
*/
|
|
2543
2173
|
StreamModeDetails: StreamModeDetails | undefined;
|
|
2544
2174
|
}
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2175
|
+
/**
|
|
2176
|
+
* @internal
|
|
2177
|
+
*/
|
|
2178
|
+
export declare const AddTagsToStreamInputFilterSensitiveLog: (obj: AddTagsToStreamInput) => any;
|
|
2179
|
+
/**
|
|
2180
|
+
* @internal
|
|
2181
|
+
*/
|
|
2182
|
+
export declare const HashKeyRangeFilterSensitiveLog: (obj: HashKeyRange) => any;
|
|
2183
|
+
/**
|
|
2184
|
+
* @internal
|
|
2185
|
+
*/
|
|
2186
|
+
export declare const ChildShardFilterSensitiveLog: (obj: ChildShard) => any;
|
|
2187
|
+
/**
|
|
2188
|
+
* @internal
|
|
2189
|
+
*/
|
|
2190
|
+
export declare const ConsumerFilterSensitiveLog: (obj: Consumer) => any;
|
|
2191
|
+
/**
|
|
2192
|
+
* @internal
|
|
2193
|
+
*/
|
|
2194
|
+
export declare const ConsumerDescriptionFilterSensitiveLog: (obj: ConsumerDescription) => any;
|
|
2195
|
+
/**
|
|
2196
|
+
* @internal
|
|
2197
|
+
*/
|
|
2198
|
+
export declare const StreamModeDetailsFilterSensitiveLog: (obj: StreamModeDetails) => any;
|
|
2199
|
+
/**
|
|
2200
|
+
* @internal
|
|
2201
|
+
*/
|
|
2202
|
+
export declare const CreateStreamInputFilterSensitiveLog: (obj: CreateStreamInput) => any;
|
|
2203
|
+
/**
|
|
2204
|
+
* @internal
|
|
2205
|
+
*/
|
|
2206
|
+
export declare const DecreaseStreamRetentionPeriodInputFilterSensitiveLog: (obj: DecreaseStreamRetentionPeriodInput) => any;
|
|
2207
|
+
/**
|
|
2208
|
+
* @internal
|
|
2209
|
+
*/
|
|
2210
|
+
export declare const DeleteStreamInputFilterSensitiveLog: (obj: DeleteStreamInput) => any;
|
|
2211
|
+
/**
|
|
2212
|
+
* @internal
|
|
2213
|
+
*/
|
|
2214
|
+
export declare const DeregisterStreamConsumerInputFilterSensitiveLog: (obj: DeregisterStreamConsumerInput) => any;
|
|
2215
|
+
/**
|
|
2216
|
+
* @internal
|
|
2217
|
+
*/
|
|
2218
|
+
export declare const DescribeLimitsInputFilterSensitiveLog: (obj: DescribeLimitsInput) => any;
|
|
2219
|
+
/**
|
|
2220
|
+
* @internal
|
|
2221
|
+
*/
|
|
2222
|
+
export declare const DescribeLimitsOutputFilterSensitiveLog: (obj: DescribeLimitsOutput) => any;
|
|
2223
|
+
/**
|
|
2224
|
+
* @internal
|
|
2225
|
+
*/
|
|
2226
|
+
export declare const DescribeStreamInputFilterSensitiveLog: (obj: DescribeStreamInput) => any;
|
|
2227
|
+
/**
|
|
2228
|
+
* @internal
|
|
2229
|
+
*/
|
|
2230
|
+
export declare const EnhancedMetricsFilterSensitiveLog: (obj: EnhancedMetrics) => any;
|
|
2231
|
+
/**
|
|
2232
|
+
* @internal
|
|
2233
|
+
*/
|
|
2234
|
+
export declare const SequenceNumberRangeFilterSensitiveLog: (obj: SequenceNumberRange) => any;
|
|
2235
|
+
/**
|
|
2236
|
+
* @internal
|
|
2237
|
+
*/
|
|
2238
|
+
export declare const ShardFilterSensitiveLog: (obj: Shard) => any;
|
|
2239
|
+
/**
|
|
2240
|
+
* @internal
|
|
2241
|
+
*/
|
|
2242
|
+
export declare const StreamDescriptionFilterSensitiveLog: (obj: StreamDescription) => any;
|
|
2243
|
+
/**
|
|
2244
|
+
* @internal
|
|
2245
|
+
*/
|
|
2246
|
+
export declare const DescribeStreamOutputFilterSensitiveLog: (obj: DescribeStreamOutput) => any;
|
|
2247
|
+
/**
|
|
2248
|
+
* @internal
|
|
2249
|
+
*/
|
|
2250
|
+
export declare const DescribeStreamConsumerInputFilterSensitiveLog: (obj: DescribeStreamConsumerInput) => any;
|
|
2251
|
+
/**
|
|
2252
|
+
* @internal
|
|
2253
|
+
*/
|
|
2254
|
+
export declare const DescribeStreamConsumerOutputFilterSensitiveLog: (obj: DescribeStreamConsumerOutput) => any;
|
|
2255
|
+
/**
|
|
2256
|
+
* @internal
|
|
2257
|
+
*/
|
|
2258
|
+
export declare const DescribeStreamSummaryInputFilterSensitiveLog: (obj: DescribeStreamSummaryInput) => any;
|
|
2259
|
+
/**
|
|
2260
|
+
* @internal
|
|
2261
|
+
*/
|
|
2262
|
+
export declare const StreamDescriptionSummaryFilterSensitiveLog: (obj: StreamDescriptionSummary) => any;
|
|
2263
|
+
/**
|
|
2264
|
+
* @internal
|
|
2265
|
+
*/
|
|
2266
|
+
export declare const DescribeStreamSummaryOutputFilterSensitiveLog: (obj: DescribeStreamSummaryOutput) => any;
|
|
2267
|
+
/**
|
|
2268
|
+
* @internal
|
|
2269
|
+
*/
|
|
2270
|
+
export declare const DisableEnhancedMonitoringInputFilterSensitiveLog: (obj: DisableEnhancedMonitoringInput) => any;
|
|
2271
|
+
/**
|
|
2272
|
+
* @internal
|
|
2273
|
+
*/
|
|
2274
|
+
export declare const EnhancedMonitoringOutputFilterSensitiveLog: (obj: EnhancedMonitoringOutput) => any;
|
|
2275
|
+
/**
|
|
2276
|
+
* @internal
|
|
2277
|
+
*/
|
|
2278
|
+
export declare const EnableEnhancedMonitoringInputFilterSensitiveLog: (obj: EnableEnhancedMonitoringInput) => any;
|
|
2279
|
+
/**
|
|
2280
|
+
* @internal
|
|
2281
|
+
*/
|
|
2282
|
+
export declare const GetRecordsInputFilterSensitiveLog: (obj: GetRecordsInput) => any;
|
|
2283
|
+
/**
|
|
2284
|
+
* @internal
|
|
2285
|
+
*/
|
|
2286
|
+
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
2287
|
+
/**
|
|
2288
|
+
* @internal
|
|
2289
|
+
*/
|
|
2290
|
+
export declare const GetRecordsOutputFilterSensitiveLog: (obj: GetRecordsOutput) => any;
|
|
2291
|
+
/**
|
|
2292
|
+
* @internal
|
|
2293
|
+
*/
|
|
2294
|
+
export declare const GetShardIteratorInputFilterSensitiveLog: (obj: GetShardIteratorInput) => any;
|
|
2295
|
+
/**
|
|
2296
|
+
* @internal
|
|
2297
|
+
*/
|
|
2298
|
+
export declare const GetShardIteratorOutputFilterSensitiveLog: (obj: GetShardIteratorOutput) => any;
|
|
2299
|
+
/**
|
|
2300
|
+
* @internal
|
|
2301
|
+
*/
|
|
2302
|
+
export declare const IncreaseStreamRetentionPeriodInputFilterSensitiveLog: (obj: IncreaseStreamRetentionPeriodInput) => any;
|
|
2303
|
+
/**
|
|
2304
|
+
* @internal
|
|
2305
|
+
*/
|
|
2306
|
+
export declare const ShardFilterFilterSensitiveLog: (obj: ShardFilter) => any;
|
|
2307
|
+
/**
|
|
2308
|
+
* @internal
|
|
2309
|
+
*/
|
|
2310
|
+
export declare const ListShardsInputFilterSensitiveLog: (obj: ListShardsInput) => any;
|
|
2311
|
+
/**
|
|
2312
|
+
* @internal
|
|
2313
|
+
*/
|
|
2314
|
+
export declare const ListShardsOutputFilterSensitiveLog: (obj: ListShardsOutput) => any;
|
|
2315
|
+
/**
|
|
2316
|
+
* @internal
|
|
2317
|
+
*/
|
|
2318
|
+
export declare const ListStreamConsumersInputFilterSensitiveLog: (obj: ListStreamConsumersInput) => any;
|
|
2319
|
+
/**
|
|
2320
|
+
* @internal
|
|
2321
|
+
*/
|
|
2322
|
+
export declare const ListStreamConsumersOutputFilterSensitiveLog: (obj: ListStreamConsumersOutput) => any;
|
|
2323
|
+
/**
|
|
2324
|
+
* @internal
|
|
2325
|
+
*/
|
|
2326
|
+
export declare const ListStreamsInputFilterSensitiveLog: (obj: ListStreamsInput) => any;
|
|
2327
|
+
/**
|
|
2328
|
+
* @internal
|
|
2329
|
+
*/
|
|
2330
|
+
export declare const ListStreamsOutputFilterSensitiveLog: (obj: ListStreamsOutput) => any;
|
|
2331
|
+
/**
|
|
2332
|
+
* @internal
|
|
2333
|
+
*/
|
|
2334
|
+
export declare const ListTagsForStreamInputFilterSensitiveLog: (obj: ListTagsForStreamInput) => any;
|
|
2335
|
+
/**
|
|
2336
|
+
* @internal
|
|
2337
|
+
*/
|
|
2338
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2339
|
+
/**
|
|
2340
|
+
* @internal
|
|
2341
|
+
*/
|
|
2342
|
+
export declare const ListTagsForStreamOutputFilterSensitiveLog: (obj: ListTagsForStreamOutput) => any;
|
|
2343
|
+
/**
|
|
2344
|
+
* @internal
|
|
2345
|
+
*/
|
|
2346
|
+
export declare const MergeShardsInputFilterSensitiveLog: (obj: MergeShardsInput) => any;
|
|
2347
|
+
/**
|
|
2348
|
+
* @internal
|
|
2349
|
+
*/
|
|
2350
|
+
export declare const PutRecordInputFilterSensitiveLog: (obj: PutRecordInput) => any;
|
|
2351
|
+
/**
|
|
2352
|
+
* @internal
|
|
2353
|
+
*/
|
|
2354
|
+
export declare const PutRecordOutputFilterSensitiveLog: (obj: PutRecordOutput) => any;
|
|
2355
|
+
/**
|
|
2356
|
+
* @internal
|
|
2357
|
+
*/
|
|
2358
|
+
export declare const PutRecordsRequestEntryFilterSensitiveLog: (obj: PutRecordsRequestEntry) => any;
|
|
2359
|
+
/**
|
|
2360
|
+
* @internal
|
|
2361
|
+
*/
|
|
2362
|
+
export declare const PutRecordsInputFilterSensitiveLog: (obj: PutRecordsInput) => any;
|
|
2363
|
+
/**
|
|
2364
|
+
* @internal
|
|
2365
|
+
*/
|
|
2366
|
+
export declare const PutRecordsResultEntryFilterSensitiveLog: (obj: PutRecordsResultEntry) => any;
|
|
2367
|
+
/**
|
|
2368
|
+
* @internal
|
|
2369
|
+
*/
|
|
2370
|
+
export declare const PutRecordsOutputFilterSensitiveLog: (obj: PutRecordsOutput) => any;
|
|
2371
|
+
/**
|
|
2372
|
+
* @internal
|
|
2373
|
+
*/
|
|
2374
|
+
export declare const RegisterStreamConsumerInputFilterSensitiveLog: (obj: RegisterStreamConsumerInput) => any;
|
|
2375
|
+
/**
|
|
2376
|
+
* @internal
|
|
2377
|
+
*/
|
|
2378
|
+
export declare const RegisterStreamConsumerOutputFilterSensitiveLog: (obj: RegisterStreamConsumerOutput) => any;
|
|
2379
|
+
/**
|
|
2380
|
+
* @internal
|
|
2381
|
+
*/
|
|
2382
|
+
export declare const RemoveTagsFromStreamInputFilterSensitiveLog: (obj: RemoveTagsFromStreamInput) => any;
|
|
2383
|
+
/**
|
|
2384
|
+
* @internal
|
|
2385
|
+
*/
|
|
2386
|
+
export declare const SplitShardInputFilterSensitiveLog: (obj: SplitShardInput) => any;
|
|
2387
|
+
/**
|
|
2388
|
+
* @internal
|
|
2389
|
+
*/
|
|
2390
|
+
export declare const StartStreamEncryptionInputFilterSensitiveLog: (obj: StartStreamEncryptionInput) => any;
|
|
2391
|
+
/**
|
|
2392
|
+
* @internal
|
|
2393
|
+
*/
|
|
2394
|
+
export declare const StopStreamEncryptionInputFilterSensitiveLog: (obj: StopStreamEncryptionInput) => any;
|
|
2395
|
+
/**
|
|
2396
|
+
* @internal
|
|
2397
|
+
*/
|
|
2398
|
+
export declare const StartingPositionFilterSensitiveLog: (obj: StartingPosition) => any;
|
|
2399
|
+
/**
|
|
2400
|
+
* @internal
|
|
2401
|
+
*/
|
|
2402
|
+
export declare const SubscribeToShardInputFilterSensitiveLog: (obj: SubscribeToShardInput) => any;
|
|
2403
|
+
/**
|
|
2404
|
+
* @internal
|
|
2405
|
+
*/
|
|
2406
|
+
export declare const SubscribeToShardEventFilterSensitiveLog: (obj: SubscribeToShardEvent) => any;
|
|
2407
|
+
/**
|
|
2408
|
+
* @internal
|
|
2409
|
+
*/
|
|
2410
|
+
export declare const SubscribeToShardEventStreamFilterSensitiveLog: (obj: SubscribeToShardEventStream) => any;
|
|
2411
|
+
/**
|
|
2412
|
+
* @internal
|
|
2413
|
+
*/
|
|
2414
|
+
export declare const SubscribeToShardOutputFilterSensitiveLog: (obj: SubscribeToShardOutput) => any;
|
|
2415
|
+
/**
|
|
2416
|
+
* @internal
|
|
2417
|
+
*/
|
|
2418
|
+
export declare const UpdateShardCountInputFilterSensitiveLog: (obj: UpdateShardCountInput) => any;
|
|
2419
|
+
/**
|
|
2420
|
+
* @internal
|
|
2421
|
+
*/
|
|
2422
|
+
export declare const UpdateShardCountOutputFilterSensitiveLog: (obj: UpdateShardCountOutput) => any;
|
|
2423
|
+
/**
|
|
2424
|
+
* @internal
|
|
2425
|
+
*/
|
|
2426
|
+
export declare const UpdateStreamModeInputFilterSensitiveLog: (obj: UpdateStreamModeInput) => any;
|