@aws-sdk/client-dynamodb-streams 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/DynamoDBStreams.d.ts +72 -25
- package/dist-types/ts3.4/DynamoDBStreamsClient.d.ts +129 -77
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +4 -4
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/DynamoDBStreamsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +351 -404
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +53 -14
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,404 +1,351 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { DynamoDBStreamsServiceException as __BaseException } from "./DynamoDBStreamsServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export
|
|
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
|
-
export
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
}
|
|
114
|
-
export
|
|
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
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
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
|
-
export
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
eventName?: OperationType | string;
|
|
353
|
-
|
|
354
|
-
eventVersion?: string;
|
|
355
|
-
|
|
356
|
-
eventSource?: string;
|
|
357
|
-
|
|
358
|
-
awsRegion?: string;
|
|
359
|
-
|
|
360
|
-
dynamodb?: StreamRecord;
|
|
361
|
-
|
|
362
|
-
userIdentity?: Identity;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
export interface GetRecordsOutput {
|
|
366
|
-
|
|
367
|
-
Records?: _Record[];
|
|
368
|
-
|
|
369
|
-
NextShardIterator?: string;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
export declare const DescribeStreamInputFilterSensitiveLog: (obj: DescribeStreamInput) => any;
|
|
373
|
-
|
|
374
|
-
export declare const KeySchemaElementFilterSensitiveLog: (obj: KeySchemaElement) => any;
|
|
375
|
-
|
|
376
|
-
export declare const SequenceNumberRangeFilterSensitiveLog: (obj: SequenceNumberRange) => any;
|
|
377
|
-
|
|
378
|
-
export declare const ShardFilterSensitiveLog: (obj: Shard) => any;
|
|
379
|
-
|
|
380
|
-
export declare const StreamDescriptionFilterSensitiveLog: (obj: StreamDescription) => any;
|
|
381
|
-
|
|
382
|
-
export declare const DescribeStreamOutputFilterSensitiveLog: (obj: DescribeStreamOutput) => any;
|
|
383
|
-
|
|
384
|
-
export declare const GetRecordsInputFilterSensitiveLog: (obj: GetRecordsInput) => any;
|
|
385
|
-
|
|
386
|
-
export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
387
|
-
|
|
388
|
-
export declare const GetShardIteratorInputFilterSensitiveLog: (obj: GetShardIteratorInput) => any;
|
|
389
|
-
|
|
390
|
-
export declare const GetShardIteratorOutputFilterSensitiveLog: (obj: GetShardIteratorOutput) => any;
|
|
391
|
-
|
|
392
|
-
export declare const ListStreamsInputFilterSensitiveLog: (obj: ListStreamsInput) => any;
|
|
393
|
-
|
|
394
|
-
export declare const _StreamFilterSensitiveLog: (obj: _Stream) => any;
|
|
395
|
-
|
|
396
|
-
export declare const ListStreamsOutputFilterSensitiveLog: (obj: ListStreamsOutput) => any;
|
|
397
|
-
|
|
398
|
-
export declare const AttributeValueFilterSensitiveLog: (obj: AttributeValue) => any;
|
|
399
|
-
|
|
400
|
-
export declare const StreamRecordFilterSensitiveLog: (obj: StreamRecord) => any;
|
|
401
|
-
|
|
402
|
-
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
403
|
-
|
|
404
|
-
export declare const GetRecordsOutputFilterSensitiveLog: (obj: GetRecordsOutput) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DynamoDBStreamsServiceException as __BaseException } from "./DynamoDBStreamsServiceException";
|
|
3
|
+
export interface DescribeStreamInput {
|
|
4
|
+
StreamArn: string | undefined;
|
|
5
|
+
Limit?: number;
|
|
6
|
+
ExclusiveStartShardId?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare type KeyType = "HASH" | "RANGE";
|
|
9
|
+
export interface KeySchemaElement {
|
|
10
|
+
AttributeName: string | undefined;
|
|
11
|
+
KeyType: KeyType | string | undefined;
|
|
12
|
+
}
|
|
13
|
+
export interface SequenceNumberRange {
|
|
14
|
+
StartingSequenceNumber?: string;
|
|
15
|
+
EndingSequenceNumber?: string;
|
|
16
|
+
}
|
|
17
|
+
export interface Shard {
|
|
18
|
+
ShardId?: string;
|
|
19
|
+
SequenceNumberRange?: SequenceNumberRange;
|
|
20
|
+
ParentShardId?: string;
|
|
21
|
+
}
|
|
22
|
+
export declare type StreamStatus =
|
|
23
|
+
| "DISABLED"
|
|
24
|
+
| "DISABLING"
|
|
25
|
+
| "ENABLED"
|
|
26
|
+
| "ENABLING";
|
|
27
|
+
export declare type StreamViewType =
|
|
28
|
+
| "KEYS_ONLY"
|
|
29
|
+
| "NEW_AND_OLD_IMAGES"
|
|
30
|
+
| "NEW_IMAGE"
|
|
31
|
+
| "OLD_IMAGE";
|
|
32
|
+
export interface StreamDescription {
|
|
33
|
+
StreamArn?: string;
|
|
34
|
+
StreamLabel?: string;
|
|
35
|
+
StreamStatus?: StreamStatus | string;
|
|
36
|
+
StreamViewType?: StreamViewType | string;
|
|
37
|
+
CreationRequestDateTime?: Date;
|
|
38
|
+
TableName?: string;
|
|
39
|
+
KeySchema?: KeySchemaElement[];
|
|
40
|
+
Shards?: Shard[];
|
|
41
|
+
LastEvaluatedShardId?: string;
|
|
42
|
+
}
|
|
43
|
+
export interface DescribeStreamOutput {
|
|
44
|
+
StreamDescription?: StreamDescription;
|
|
45
|
+
}
|
|
46
|
+
export declare class InternalServerError extends __BaseException {
|
|
47
|
+
readonly name: "InternalServerError";
|
|
48
|
+
readonly $fault: "server";
|
|
49
|
+
constructor(
|
|
50
|
+
opts: __ExceptionOptionType<InternalServerError, __BaseException>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
54
|
+
readonly name: "ResourceNotFoundException";
|
|
55
|
+
readonly $fault: "client";
|
|
56
|
+
constructor(
|
|
57
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
export declare class ExpiredIteratorException extends __BaseException {
|
|
61
|
+
readonly name: "ExpiredIteratorException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
constructor(
|
|
64
|
+
opts: __ExceptionOptionType<ExpiredIteratorException, __BaseException>
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
export interface GetRecordsInput {
|
|
68
|
+
ShardIterator: string | undefined;
|
|
69
|
+
Limit?: number;
|
|
70
|
+
}
|
|
71
|
+
export declare type OperationType = "INSERT" | "MODIFY" | "REMOVE";
|
|
72
|
+
export interface Identity {
|
|
73
|
+
PrincipalId?: string;
|
|
74
|
+
Type?: string;
|
|
75
|
+
}
|
|
76
|
+
export declare class LimitExceededException extends __BaseException {
|
|
77
|
+
readonly name: "LimitExceededException";
|
|
78
|
+
readonly $fault: "client";
|
|
79
|
+
constructor(
|
|
80
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
81
|
+
);
|
|
82
|
+
}
|
|
83
|
+
export declare class TrimmedDataAccessException extends __BaseException {
|
|
84
|
+
readonly name: "TrimmedDataAccessException";
|
|
85
|
+
readonly $fault: "client";
|
|
86
|
+
constructor(
|
|
87
|
+
opts: __ExceptionOptionType<TrimmedDataAccessException, __BaseException>
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
export declare type ShardIteratorType =
|
|
91
|
+
| "AFTER_SEQUENCE_NUMBER"
|
|
92
|
+
| "AT_SEQUENCE_NUMBER"
|
|
93
|
+
| "LATEST"
|
|
94
|
+
| "TRIM_HORIZON";
|
|
95
|
+
export interface GetShardIteratorInput {
|
|
96
|
+
StreamArn: string | undefined;
|
|
97
|
+
ShardId: string | undefined;
|
|
98
|
+
ShardIteratorType: ShardIteratorType | string | undefined;
|
|
99
|
+
SequenceNumber?: string;
|
|
100
|
+
}
|
|
101
|
+
export interface GetShardIteratorOutput {
|
|
102
|
+
ShardIterator?: string;
|
|
103
|
+
}
|
|
104
|
+
export interface ListStreamsInput {
|
|
105
|
+
TableName?: string;
|
|
106
|
+
Limit?: number;
|
|
107
|
+
ExclusiveStartStreamArn?: string;
|
|
108
|
+
}
|
|
109
|
+
export interface _Stream {
|
|
110
|
+
StreamArn?: string;
|
|
111
|
+
TableName?: string;
|
|
112
|
+
StreamLabel?: string;
|
|
113
|
+
}
|
|
114
|
+
export interface ListStreamsOutput {
|
|
115
|
+
Streams?: _Stream[];
|
|
116
|
+
LastEvaluatedStreamArn?: string;
|
|
117
|
+
}
|
|
118
|
+
export declare type AttributeValue =
|
|
119
|
+
| AttributeValue.BMember
|
|
120
|
+
| AttributeValue.BOOLMember
|
|
121
|
+
| AttributeValue.BSMember
|
|
122
|
+
| AttributeValue.LMember
|
|
123
|
+
| AttributeValue.MMember
|
|
124
|
+
| AttributeValue.NMember
|
|
125
|
+
| AttributeValue.NSMember
|
|
126
|
+
| AttributeValue.NULLMember
|
|
127
|
+
| AttributeValue.SMember
|
|
128
|
+
| AttributeValue.SSMember
|
|
129
|
+
| AttributeValue.$UnknownMember;
|
|
130
|
+
export declare namespace AttributeValue {
|
|
131
|
+
interface SMember {
|
|
132
|
+
S: string;
|
|
133
|
+
N?: never;
|
|
134
|
+
B?: never;
|
|
135
|
+
SS?: never;
|
|
136
|
+
NS?: never;
|
|
137
|
+
BS?: never;
|
|
138
|
+
M?: never;
|
|
139
|
+
L?: never;
|
|
140
|
+
NULL?: never;
|
|
141
|
+
BOOL?: never;
|
|
142
|
+
$unknown?: never;
|
|
143
|
+
}
|
|
144
|
+
interface NMember {
|
|
145
|
+
S?: never;
|
|
146
|
+
N: string;
|
|
147
|
+
B?: never;
|
|
148
|
+
SS?: never;
|
|
149
|
+
NS?: never;
|
|
150
|
+
BS?: never;
|
|
151
|
+
M?: never;
|
|
152
|
+
L?: never;
|
|
153
|
+
NULL?: never;
|
|
154
|
+
BOOL?: never;
|
|
155
|
+
$unknown?: never;
|
|
156
|
+
}
|
|
157
|
+
interface BMember {
|
|
158
|
+
S?: never;
|
|
159
|
+
N?: never;
|
|
160
|
+
B: Uint8Array;
|
|
161
|
+
SS?: never;
|
|
162
|
+
NS?: never;
|
|
163
|
+
BS?: never;
|
|
164
|
+
M?: never;
|
|
165
|
+
L?: never;
|
|
166
|
+
NULL?: never;
|
|
167
|
+
BOOL?: never;
|
|
168
|
+
$unknown?: never;
|
|
169
|
+
}
|
|
170
|
+
interface SSMember {
|
|
171
|
+
S?: never;
|
|
172
|
+
N?: never;
|
|
173
|
+
B?: never;
|
|
174
|
+
SS: string[];
|
|
175
|
+
NS?: never;
|
|
176
|
+
BS?: never;
|
|
177
|
+
M?: never;
|
|
178
|
+
L?: never;
|
|
179
|
+
NULL?: never;
|
|
180
|
+
BOOL?: never;
|
|
181
|
+
$unknown?: never;
|
|
182
|
+
}
|
|
183
|
+
interface NSMember {
|
|
184
|
+
S?: never;
|
|
185
|
+
N?: never;
|
|
186
|
+
B?: never;
|
|
187
|
+
SS?: never;
|
|
188
|
+
NS: string[];
|
|
189
|
+
BS?: never;
|
|
190
|
+
M?: never;
|
|
191
|
+
L?: never;
|
|
192
|
+
NULL?: never;
|
|
193
|
+
BOOL?: never;
|
|
194
|
+
$unknown?: never;
|
|
195
|
+
}
|
|
196
|
+
interface BSMember {
|
|
197
|
+
S?: never;
|
|
198
|
+
N?: never;
|
|
199
|
+
B?: never;
|
|
200
|
+
SS?: never;
|
|
201
|
+
NS?: never;
|
|
202
|
+
BS: Uint8Array[];
|
|
203
|
+
M?: never;
|
|
204
|
+
L?: never;
|
|
205
|
+
NULL?: never;
|
|
206
|
+
BOOL?: never;
|
|
207
|
+
$unknown?: never;
|
|
208
|
+
}
|
|
209
|
+
interface MMember {
|
|
210
|
+
S?: never;
|
|
211
|
+
N?: never;
|
|
212
|
+
B?: never;
|
|
213
|
+
SS?: never;
|
|
214
|
+
NS?: never;
|
|
215
|
+
BS?: never;
|
|
216
|
+
M: Record<string, AttributeValue>;
|
|
217
|
+
L?: never;
|
|
218
|
+
NULL?: never;
|
|
219
|
+
BOOL?: never;
|
|
220
|
+
$unknown?: never;
|
|
221
|
+
}
|
|
222
|
+
interface LMember {
|
|
223
|
+
S?: never;
|
|
224
|
+
N?: never;
|
|
225
|
+
B?: never;
|
|
226
|
+
SS?: never;
|
|
227
|
+
NS?: never;
|
|
228
|
+
BS?: never;
|
|
229
|
+
M?: never;
|
|
230
|
+
L: AttributeValue[];
|
|
231
|
+
NULL?: never;
|
|
232
|
+
BOOL?: never;
|
|
233
|
+
$unknown?: never;
|
|
234
|
+
}
|
|
235
|
+
interface NULLMember {
|
|
236
|
+
S?: never;
|
|
237
|
+
N?: never;
|
|
238
|
+
B?: never;
|
|
239
|
+
SS?: never;
|
|
240
|
+
NS?: never;
|
|
241
|
+
BS?: never;
|
|
242
|
+
M?: never;
|
|
243
|
+
L?: never;
|
|
244
|
+
NULL: boolean;
|
|
245
|
+
BOOL?: never;
|
|
246
|
+
$unknown?: never;
|
|
247
|
+
}
|
|
248
|
+
interface BOOLMember {
|
|
249
|
+
S?: never;
|
|
250
|
+
N?: never;
|
|
251
|
+
B?: never;
|
|
252
|
+
SS?: never;
|
|
253
|
+
NS?: never;
|
|
254
|
+
BS?: never;
|
|
255
|
+
M?: never;
|
|
256
|
+
L?: never;
|
|
257
|
+
NULL?: never;
|
|
258
|
+
BOOL: boolean;
|
|
259
|
+
$unknown?: never;
|
|
260
|
+
}
|
|
261
|
+
interface $UnknownMember {
|
|
262
|
+
S?: never;
|
|
263
|
+
N?: never;
|
|
264
|
+
B?: never;
|
|
265
|
+
SS?: never;
|
|
266
|
+
NS?: never;
|
|
267
|
+
BS?: never;
|
|
268
|
+
M?: never;
|
|
269
|
+
L?: never;
|
|
270
|
+
NULL?: never;
|
|
271
|
+
BOOL?: never;
|
|
272
|
+
$unknown: [string, any];
|
|
273
|
+
}
|
|
274
|
+
interface Visitor<T> {
|
|
275
|
+
S: (value: string) => T;
|
|
276
|
+
N: (value: string) => T;
|
|
277
|
+
B: (value: Uint8Array) => T;
|
|
278
|
+
SS: (value: string[]) => T;
|
|
279
|
+
NS: (value: string[]) => T;
|
|
280
|
+
BS: (value: Uint8Array[]) => T;
|
|
281
|
+
M: (value: Record<string, AttributeValue>) => T;
|
|
282
|
+
L: (value: AttributeValue[]) => T;
|
|
283
|
+
NULL: (value: boolean) => T;
|
|
284
|
+
BOOL: (value: boolean) => T;
|
|
285
|
+
_: (name: string, value: any) => T;
|
|
286
|
+
}
|
|
287
|
+
const visit: <T>(value: AttributeValue, visitor: Visitor<T>) => T;
|
|
288
|
+
}
|
|
289
|
+
export interface StreamRecord {
|
|
290
|
+
ApproximateCreationDateTime?: Date;
|
|
291
|
+
Keys?: Record<string, AttributeValue>;
|
|
292
|
+
NewImage?: Record<string, AttributeValue>;
|
|
293
|
+
OldImage?: Record<string, AttributeValue>;
|
|
294
|
+
SequenceNumber?: string;
|
|
295
|
+
SizeBytes?: number;
|
|
296
|
+
StreamViewType?: StreamViewType | string;
|
|
297
|
+
}
|
|
298
|
+
export interface _Record {
|
|
299
|
+
eventID?: string;
|
|
300
|
+
eventName?: OperationType | string;
|
|
301
|
+
eventVersion?: string;
|
|
302
|
+
eventSource?: string;
|
|
303
|
+
awsRegion?: string;
|
|
304
|
+
dynamodb?: StreamRecord;
|
|
305
|
+
userIdentity?: Identity;
|
|
306
|
+
}
|
|
307
|
+
export interface GetRecordsOutput {
|
|
308
|
+
Records?: _Record[];
|
|
309
|
+
NextShardIterator?: string;
|
|
310
|
+
}
|
|
311
|
+
export declare const DescribeStreamInputFilterSensitiveLog: (
|
|
312
|
+
obj: DescribeStreamInput
|
|
313
|
+
) => any;
|
|
314
|
+
export declare const KeySchemaElementFilterSensitiveLog: (
|
|
315
|
+
obj: KeySchemaElement
|
|
316
|
+
) => any;
|
|
317
|
+
export declare const SequenceNumberRangeFilterSensitiveLog: (
|
|
318
|
+
obj: SequenceNumberRange
|
|
319
|
+
) => any;
|
|
320
|
+
export declare const ShardFilterSensitiveLog: (obj: Shard) => any;
|
|
321
|
+
export declare const StreamDescriptionFilterSensitiveLog: (
|
|
322
|
+
obj: StreamDescription
|
|
323
|
+
) => any;
|
|
324
|
+
export declare const DescribeStreamOutputFilterSensitiveLog: (
|
|
325
|
+
obj: DescribeStreamOutput
|
|
326
|
+
) => any;
|
|
327
|
+
export declare const GetRecordsInputFilterSensitiveLog: (
|
|
328
|
+
obj: GetRecordsInput
|
|
329
|
+
) => any;
|
|
330
|
+
export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
331
|
+
export declare const GetShardIteratorInputFilterSensitiveLog: (
|
|
332
|
+
obj: GetShardIteratorInput
|
|
333
|
+
) => any;
|
|
334
|
+
export declare const GetShardIteratorOutputFilterSensitiveLog: (
|
|
335
|
+
obj: GetShardIteratorOutput
|
|
336
|
+
) => any;
|
|
337
|
+
export declare const ListStreamsInputFilterSensitiveLog: (
|
|
338
|
+
obj: ListStreamsInput
|
|
339
|
+
) => any;
|
|
340
|
+
export declare const _StreamFilterSensitiveLog: (obj: _Stream) => any;
|
|
341
|
+
export declare const ListStreamsOutputFilterSensitiveLog: (
|
|
342
|
+
obj: ListStreamsOutput
|
|
343
|
+
) => any;
|
|
344
|
+
export declare const AttributeValueFilterSensitiveLog: (
|
|
345
|
+
obj: AttributeValue
|
|
346
|
+
) => any;
|
|
347
|
+
export declare const StreamRecordFilterSensitiveLog: (obj: StreamRecord) => any;
|
|
348
|
+
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
349
|
+
export declare const GetRecordsOutputFilterSensitiveLog: (
|
|
350
|
+
obj: GetRecordsOutput
|
|
351
|
+
) => any;
|