@aws-sdk/client-dynamodb-streams 3.1075.0 → 3.1077.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/dist-cjs/index.js +545 -15
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +9 -11
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -57
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/DynamoDBStreamsServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -61
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -39
- package/dist-cjs/schemas/schemas_0.js +0 -279
|
@@ -1,279 +0,0 @@
|
|
|
1
|
-
const _ACDT = "ApproximateCreationDateTime";
|
|
2
|
-
const _AM = "AttributeMap";
|
|
3
|
-
const _AN = "AttributeName";
|
|
4
|
-
const _AV = "AttributeValue";
|
|
5
|
-
const _B = "B";
|
|
6
|
-
const _BOOL = "BOOL";
|
|
7
|
-
const _BS = "BS";
|
|
8
|
-
const _CRDT = "CreationRequestDateTime";
|
|
9
|
-
const _DS = "DescribeStream";
|
|
10
|
-
const _DSI = "DescribeStreamInput";
|
|
11
|
-
const _DSO = "DescribeStreamOutput";
|
|
12
|
-
const _EIE = "ExpiredIteratorException";
|
|
13
|
-
const _ESN = "EndingSequenceNumber";
|
|
14
|
-
const _ESSA = "ExclusiveStartStreamArn";
|
|
15
|
-
const _ESSI = "ExclusiveStartShardId";
|
|
16
|
-
const _GR = "GetRecords";
|
|
17
|
-
const _GRI = "GetRecordsInput";
|
|
18
|
-
const _GRO = "GetRecordsOutput";
|
|
19
|
-
const _GSI = "GetShardIterator";
|
|
20
|
-
const _GSII = "GetShardIteratorInput";
|
|
21
|
-
const _GSIO = "GetShardIteratorOutput";
|
|
22
|
-
const _I = "Identity";
|
|
23
|
-
const _ISE = "InternalServerError";
|
|
24
|
-
const _K = "Keys";
|
|
25
|
-
const _KS = "KeySchema";
|
|
26
|
-
const _KSE = "KeySchemaElement";
|
|
27
|
-
const _KT = "KeyType";
|
|
28
|
-
const _L = "Limit";
|
|
29
|
-
const _LAV = "ListAttributeValue";
|
|
30
|
-
const _LEE = "LimitExceededException";
|
|
31
|
-
const _LESA = "LastEvaluatedStreamArn";
|
|
32
|
-
const _LESI = "LastEvaluatedShardId";
|
|
33
|
-
const _LS = "ListStreams";
|
|
34
|
-
const _LSI = "ListStreamsInput";
|
|
35
|
-
const _LSO = "ListStreamsOutput";
|
|
36
|
-
const _L_ = "L";
|
|
37
|
-
const _M = "M";
|
|
38
|
-
const _MAV = "MapAttributeValue";
|
|
39
|
-
const _N = "N";
|
|
40
|
-
const _NI = "NewImage";
|
|
41
|
-
const _NS = "NS";
|
|
42
|
-
const _NSI = "NextShardIterator";
|
|
43
|
-
const _NULL = "NULL";
|
|
44
|
-
const _OI = "OldImage";
|
|
45
|
-
const _PI = "PrincipalId";
|
|
46
|
-
const _PSI = "ParentShardId";
|
|
47
|
-
const _R = "Records";
|
|
48
|
-
const _RL = "RecordList";
|
|
49
|
-
const _RNFE = "ResourceNotFoundException";
|
|
50
|
-
const _Re = "Record";
|
|
51
|
-
const _S = "Streams";
|
|
52
|
-
const _SA = "StreamArn";
|
|
53
|
-
const _SB = "SizeBytes";
|
|
54
|
-
const _SD = "StreamDescription";
|
|
55
|
-
const _SDL = "ShardDescriptionList";
|
|
56
|
-
const _SF = "ShardFilter";
|
|
57
|
-
const _SI = "ShardIterator";
|
|
58
|
-
const _SIT = "ShardIteratorType";
|
|
59
|
-
const _SIh = "ShardId";
|
|
60
|
-
const _SL = "StreamLabel";
|
|
61
|
-
const _SLt = "StreamList";
|
|
62
|
-
const _SN = "SequenceNumber";
|
|
63
|
-
const _SNR = "SequenceNumberRange";
|
|
64
|
-
const _SR = "StreamRecord";
|
|
65
|
-
const _SS = "StreamStatus";
|
|
66
|
-
const _SSN = "StartingSequenceNumber";
|
|
67
|
-
const _SS_ = "SS";
|
|
68
|
-
const _SVT = "StreamViewType";
|
|
69
|
-
const _S_ = "S";
|
|
70
|
-
const _Sh = "Shard";
|
|
71
|
-
const _Sha = "Shards";
|
|
72
|
-
const _St = "Stream";
|
|
73
|
-
const _T = "Type";
|
|
74
|
-
const _TDAE = "TrimmedDataAccessException";
|
|
75
|
-
const _TN = "TableName";
|
|
76
|
-
const _aR = "awsRegion";
|
|
77
|
-
const _c = "client";
|
|
78
|
-
const _d = "dynamodb";
|
|
79
|
-
const _e = "error";
|
|
80
|
-
const _eID = "eventID";
|
|
81
|
-
const _eN = "eventName";
|
|
82
|
-
const _eS = "eventSource";
|
|
83
|
-
const _eV = "eventVersion";
|
|
84
|
-
const _m = "message";
|
|
85
|
-
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.dynamodbstreams";
|
|
86
|
-
const _se = "server";
|
|
87
|
-
const _uI = "userIdentity";
|
|
88
|
-
const n0 = "com.amazonaws.dynamodbstreams";
|
|
89
|
-
const { TypeRegistry } = require("@smithy/core/schema");
|
|
90
|
-
const { DynamoDBStreamsServiceException } = require("../models/DynamoDBStreamsServiceException");
|
|
91
|
-
const { ExpiredIteratorException, InternalServerError, LimitExceededException, ResourceNotFoundException, TrimmedDataAccessException } = require("../models/errors");
|
|
92
|
-
const _s_registry = TypeRegistry.for(_s);
|
|
93
|
-
const DynamoDBStreamsServiceException$ = [-3, _s, "DynamoDBStreamsServiceException", 0, [], []];
|
|
94
|
-
exports.DynamoDBStreamsServiceException$ = DynamoDBStreamsServiceException$;
|
|
95
|
-
_s_registry.registerError(DynamoDBStreamsServiceException$, DynamoDBStreamsServiceException);
|
|
96
|
-
const n0_registry = TypeRegistry.for(n0);
|
|
97
|
-
const ExpiredIteratorException$ = [-3, n0, _EIE,
|
|
98
|
-
{ [_e]: _c },
|
|
99
|
-
[_m],
|
|
100
|
-
[0]
|
|
101
|
-
];
|
|
102
|
-
exports.ExpiredIteratorException$ = ExpiredIteratorException$;
|
|
103
|
-
n0_registry.registerError(ExpiredIteratorException$, ExpiredIteratorException);
|
|
104
|
-
const InternalServerError$ = [-3, n0, _ISE,
|
|
105
|
-
{ [_e]: _se },
|
|
106
|
-
[_m],
|
|
107
|
-
[0]
|
|
108
|
-
];
|
|
109
|
-
exports.InternalServerError$ = InternalServerError$;
|
|
110
|
-
n0_registry.registerError(InternalServerError$, InternalServerError);
|
|
111
|
-
const LimitExceededException$ = [-3, n0, _LEE,
|
|
112
|
-
{ [_e]: _c },
|
|
113
|
-
[_m],
|
|
114
|
-
[0]
|
|
115
|
-
];
|
|
116
|
-
exports.LimitExceededException$ = LimitExceededException$;
|
|
117
|
-
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
118
|
-
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
119
|
-
{ [_e]: _c },
|
|
120
|
-
[_m],
|
|
121
|
-
[0]
|
|
122
|
-
];
|
|
123
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
124
|
-
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
125
|
-
const TrimmedDataAccessException$ = [-3, n0, _TDAE,
|
|
126
|
-
{ [_e]: _c },
|
|
127
|
-
[_m],
|
|
128
|
-
[0]
|
|
129
|
-
];
|
|
130
|
-
exports.TrimmedDataAccessException$ = TrimmedDataAccessException$;
|
|
131
|
-
n0_registry.registerError(TrimmedDataAccessException$, TrimmedDataAccessException);
|
|
132
|
-
exports.errorTypeRegistries = [
|
|
133
|
-
_s_registry,
|
|
134
|
-
n0_registry,
|
|
135
|
-
];
|
|
136
|
-
const DescribeStreamInput$ = [3, n0, _DSI,
|
|
137
|
-
0,
|
|
138
|
-
[_SA, _L, _ESSI, _SF],
|
|
139
|
-
[0, 1, 0, () => ShardFilter$], 1
|
|
140
|
-
];
|
|
141
|
-
exports.DescribeStreamInput$ = DescribeStreamInput$;
|
|
142
|
-
const DescribeStreamOutput$ = [3, n0, _DSO,
|
|
143
|
-
0,
|
|
144
|
-
[_SD],
|
|
145
|
-
[() => StreamDescription$]
|
|
146
|
-
];
|
|
147
|
-
exports.DescribeStreamOutput$ = DescribeStreamOutput$;
|
|
148
|
-
const GetRecordsInput$ = [3, n0, _GRI,
|
|
149
|
-
0,
|
|
150
|
-
[_SI, _L],
|
|
151
|
-
[0, 1], 1
|
|
152
|
-
];
|
|
153
|
-
exports.GetRecordsInput$ = GetRecordsInput$;
|
|
154
|
-
const GetRecordsOutput$ = [3, n0, _GRO,
|
|
155
|
-
0,
|
|
156
|
-
[_R, _NSI],
|
|
157
|
-
[() => RecordList, 0]
|
|
158
|
-
];
|
|
159
|
-
exports.GetRecordsOutput$ = GetRecordsOutput$;
|
|
160
|
-
const GetShardIteratorInput$ = [3, n0, _GSII,
|
|
161
|
-
0,
|
|
162
|
-
[_SA, _SIh, _SIT, _SN],
|
|
163
|
-
[0, 0, 0, 0], 3
|
|
164
|
-
];
|
|
165
|
-
exports.GetShardIteratorInput$ = GetShardIteratorInput$;
|
|
166
|
-
const GetShardIteratorOutput$ = [3, n0, _GSIO,
|
|
167
|
-
0,
|
|
168
|
-
[_SI],
|
|
169
|
-
[0]
|
|
170
|
-
];
|
|
171
|
-
exports.GetShardIteratorOutput$ = GetShardIteratorOutput$;
|
|
172
|
-
const Identity$ = [3, n0, _I,
|
|
173
|
-
0,
|
|
174
|
-
[_PI, _T],
|
|
175
|
-
[0, 0]
|
|
176
|
-
];
|
|
177
|
-
exports.Identity$ = Identity$;
|
|
178
|
-
const KeySchemaElement$ = [3, n0, _KSE,
|
|
179
|
-
0,
|
|
180
|
-
[_AN, _KT],
|
|
181
|
-
[0, 0], 2
|
|
182
|
-
];
|
|
183
|
-
exports.KeySchemaElement$ = KeySchemaElement$;
|
|
184
|
-
const ListStreamsInput$ = [3, n0, _LSI,
|
|
185
|
-
0,
|
|
186
|
-
[_TN, _L, _ESSA],
|
|
187
|
-
[0, 1, 0]
|
|
188
|
-
];
|
|
189
|
-
exports.ListStreamsInput$ = ListStreamsInput$;
|
|
190
|
-
const ListStreamsOutput$ = [3, n0, _LSO,
|
|
191
|
-
0,
|
|
192
|
-
[_S, _LESA],
|
|
193
|
-
[() => StreamList, 0]
|
|
194
|
-
];
|
|
195
|
-
exports.ListStreamsOutput$ = ListStreamsOutput$;
|
|
196
|
-
const _Record$ = [3, n0, _Re,
|
|
197
|
-
0,
|
|
198
|
-
[_eID, _eN, _eV, _eS, _aR, _d, _uI],
|
|
199
|
-
[0, 0, 0, 0, 0, () => StreamRecord$, () => Identity$]
|
|
200
|
-
];
|
|
201
|
-
exports._Record$ = _Record$;
|
|
202
|
-
const SequenceNumberRange$ = [3, n0, _SNR,
|
|
203
|
-
0,
|
|
204
|
-
[_SSN, _ESN],
|
|
205
|
-
[0, 0]
|
|
206
|
-
];
|
|
207
|
-
exports.SequenceNumberRange$ = SequenceNumberRange$;
|
|
208
|
-
const Shard$ = [3, n0, _Sh,
|
|
209
|
-
0,
|
|
210
|
-
[_SIh, _SNR, _PSI],
|
|
211
|
-
[0, () => SequenceNumberRange$, 0]
|
|
212
|
-
];
|
|
213
|
-
exports.Shard$ = Shard$;
|
|
214
|
-
const ShardFilter$ = [3, n0, _SF,
|
|
215
|
-
0,
|
|
216
|
-
[_T, _SIh],
|
|
217
|
-
[0, 0]
|
|
218
|
-
];
|
|
219
|
-
exports.ShardFilter$ = ShardFilter$;
|
|
220
|
-
const _Stream$ = [3, n0, _St,
|
|
221
|
-
0,
|
|
222
|
-
[_SA, _TN, _SL],
|
|
223
|
-
[0, 0, 0]
|
|
224
|
-
];
|
|
225
|
-
exports._Stream$ = _Stream$;
|
|
226
|
-
const StreamDescription$ = [3, n0, _SD,
|
|
227
|
-
0,
|
|
228
|
-
[_SA, _SL, _SS, _SVT, _CRDT, _TN, _KS, _Sha, _LESI],
|
|
229
|
-
[0, 0, 0, 0, 4, 0, () => KeySchema, () => ShardDescriptionList, 0]
|
|
230
|
-
];
|
|
231
|
-
exports.StreamDescription$ = StreamDescription$;
|
|
232
|
-
const StreamRecord$ = [3, n0, _SR,
|
|
233
|
-
0,
|
|
234
|
-
[_ACDT, _K, _NI, _OI, _SN, _SB, _SVT],
|
|
235
|
-
[4, () => AttributeMap, () => AttributeMap, () => AttributeMap, 0, 1, 0]
|
|
236
|
-
];
|
|
237
|
-
exports.StreamRecord$ = StreamRecord$;
|
|
238
|
-
var BinarySetAttributeValue = 64 | 21;
|
|
239
|
-
var KeySchema = [1, n0, _KS,
|
|
240
|
-
0, () => KeySchemaElement$
|
|
241
|
-
];
|
|
242
|
-
var ListAttributeValue = [1, n0, _LAV,
|
|
243
|
-
0, () => AttributeValue$
|
|
244
|
-
];
|
|
245
|
-
var NumberSetAttributeValue = 64 | 0;
|
|
246
|
-
var RecordList = [1, n0, _RL,
|
|
247
|
-
0, () => _Record$
|
|
248
|
-
];
|
|
249
|
-
var ShardDescriptionList = [1, n0, _SDL,
|
|
250
|
-
0, () => Shard$
|
|
251
|
-
];
|
|
252
|
-
var StreamList = [1, n0, _SLt,
|
|
253
|
-
0, () => _Stream$
|
|
254
|
-
];
|
|
255
|
-
var StringSetAttributeValue = 64 | 0;
|
|
256
|
-
var AttributeMap = [2, n0, _AM,
|
|
257
|
-
0, 0, () => AttributeValue$
|
|
258
|
-
];
|
|
259
|
-
var MapAttributeValue = [2, n0, _MAV,
|
|
260
|
-
0, 0, () => AttributeValue$
|
|
261
|
-
];
|
|
262
|
-
const AttributeValue$ = [4, n0, _AV,
|
|
263
|
-
0,
|
|
264
|
-
[_S_, _N, _B, _SS_, _NS, _BS, _M, _L_, _NULL, _BOOL],
|
|
265
|
-
[0, 0, 21, 64 | 0, 64 | 0, 64 | 21, () => MapAttributeValue, () => ListAttributeValue, 2, 2]
|
|
266
|
-
];
|
|
267
|
-
exports.AttributeValue$ = AttributeValue$;
|
|
268
|
-
exports.DescribeStream$ = [9, n0, _DS,
|
|
269
|
-
0, () => DescribeStreamInput$, () => DescribeStreamOutput$
|
|
270
|
-
];
|
|
271
|
-
exports.GetRecords$ = [9, n0, _GR,
|
|
272
|
-
0, () => GetRecordsInput$, () => GetRecordsOutput$
|
|
273
|
-
];
|
|
274
|
-
exports.GetShardIterator$ = [9, n0, _GSI,
|
|
275
|
-
0, () => GetShardIteratorInput$, () => GetShardIteratorOutput$
|
|
276
|
-
];
|
|
277
|
-
exports.ListStreams$ = [9, n0, _LS,
|
|
278
|
-
0, () => ListStreamsInput$, () => ListStreamsOutput$
|
|
279
|
-
];
|