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