@aws-sdk/client-keyspacesstreams 3.929.0 → 3.931.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
CHANGED
|
@@ -209,62 +209,6 @@ const StreamViewType = {
|
|
|
209
209
|
NEW_IMAGE: "NEW_IMAGE",
|
|
210
210
|
OLD_IMAGE: "OLD_IMAGE",
|
|
211
211
|
};
|
|
212
|
-
exports.KeyspacesCellValue = void 0;
|
|
213
|
-
(function (KeyspacesCellValue) {
|
|
214
|
-
KeyspacesCellValue.visit = (value, visitor) => {
|
|
215
|
-
if (value.asciiT !== undefined)
|
|
216
|
-
return visitor.asciiT(value.asciiT);
|
|
217
|
-
if (value.bigintT !== undefined)
|
|
218
|
-
return visitor.bigintT(value.bigintT);
|
|
219
|
-
if (value.blobT !== undefined)
|
|
220
|
-
return visitor.blobT(value.blobT);
|
|
221
|
-
if (value.boolT !== undefined)
|
|
222
|
-
return visitor.boolT(value.boolT);
|
|
223
|
-
if (value.counterT !== undefined)
|
|
224
|
-
return visitor.counterT(value.counterT);
|
|
225
|
-
if (value.dateT !== undefined)
|
|
226
|
-
return visitor.dateT(value.dateT);
|
|
227
|
-
if (value.decimalT !== undefined)
|
|
228
|
-
return visitor.decimalT(value.decimalT);
|
|
229
|
-
if (value.doubleT !== undefined)
|
|
230
|
-
return visitor.doubleT(value.doubleT);
|
|
231
|
-
if (value.floatT !== undefined)
|
|
232
|
-
return visitor.floatT(value.floatT);
|
|
233
|
-
if (value.inetT !== undefined)
|
|
234
|
-
return visitor.inetT(value.inetT);
|
|
235
|
-
if (value.intT !== undefined)
|
|
236
|
-
return visitor.intT(value.intT);
|
|
237
|
-
if (value.listT !== undefined)
|
|
238
|
-
return visitor.listT(value.listT);
|
|
239
|
-
if (value.mapT !== undefined)
|
|
240
|
-
return visitor.mapT(value.mapT);
|
|
241
|
-
if (value.setT !== undefined)
|
|
242
|
-
return visitor.setT(value.setT);
|
|
243
|
-
if (value.smallintT !== undefined)
|
|
244
|
-
return visitor.smallintT(value.smallintT);
|
|
245
|
-
if (value.textT !== undefined)
|
|
246
|
-
return visitor.textT(value.textT);
|
|
247
|
-
if (value.timeT !== undefined)
|
|
248
|
-
return visitor.timeT(value.timeT);
|
|
249
|
-
if (value.timestampT !== undefined)
|
|
250
|
-
return visitor.timestampT(value.timestampT);
|
|
251
|
-
if (value.timeuuidT !== undefined)
|
|
252
|
-
return visitor.timeuuidT(value.timeuuidT);
|
|
253
|
-
if (value.tinyintT !== undefined)
|
|
254
|
-
return visitor.tinyintT(value.tinyintT);
|
|
255
|
-
if (value.tupleT !== undefined)
|
|
256
|
-
return visitor.tupleT(value.tupleT);
|
|
257
|
-
if (value.uuidT !== undefined)
|
|
258
|
-
return visitor.uuidT(value.uuidT);
|
|
259
|
-
if (value.varcharT !== undefined)
|
|
260
|
-
return visitor.varcharT(value.varcharT);
|
|
261
|
-
if (value.varintT !== undefined)
|
|
262
|
-
return visitor.varintT(value.varintT);
|
|
263
|
-
if (value.udtT !== undefined)
|
|
264
|
-
return visitor.udtT(value.udtT);
|
|
265
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
266
|
-
};
|
|
267
|
-
})(exports.KeyspacesCellValue || (exports.KeyspacesCellValue = {}));
|
|
268
212
|
|
|
269
213
|
const _ADE = "AccessDeniedException";
|
|
270
214
|
const _GR = "GetRecords";
|
|
@@ -93,59 +93,3 @@ export const StreamViewType = {
|
|
|
93
93
|
NEW_IMAGE: "NEW_IMAGE",
|
|
94
94
|
OLD_IMAGE: "OLD_IMAGE",
|
|
95
95
|
};
|
|
96
|
-
export var KeyspacesCellValue;
|
|
97
|
-
(function (KeyspacesCellValue) {
|
|
98
|
-
KeyspacesCellValue.visit = (value, visitor) => {
|
|
99
|
-
if (value.asciiT !== undefined)
|
|
100
|
-
return visitor.asciiT(value.asciiT);
|
|
101
|
-
if (value.bigintT !== undefined)
|
|
102
|
-
return visitor.bigintT(value.bigintT);
|
|
103
|
-
if (value.blobT !== undefined)
|
|
104
|
-
return visitor.blobT(value.blobT);
|
|
105
|
-
if (value.boolT !== undefined)
|
|
106
|
-
return visitor.boolT(value.boolT);
|
|
107
|
-
if (value.counterT !== undefined)
|
|
108
|
-
return visitor.counterT(value.counterT);
|
|
109
|
-
if (value.dateT !== undefined)
|
|
110
|
-
return visitor.dateT(value.dateT);
|
|
111
|
-
if (value.decimalT !== undefined)
|
|
112
|
-
return visitor.decimalT(value.decimalT);
|
|
113
|
-
if (value.doubleT !== undefined)
|
|
114
|
-
return visitor.doubleT(value.doubleT);
|
|
115
|
-
if (value.floatT !== undefined)
|
|
116
|
-
return visitor.floatT(value.floatT);
|
|
117
|
-
if (value.inetT !== undefined)
|
|
118
|
-
return visitor.inetT(value.inetT);
|
|
119
|
-
if (value.intT !== undefined)
|
|
120
|
-
return visitor.intT(value.intT);
|
|
121
|
-
if (value.listT !== undefined)
|
|
122
|
-
return visitor.listT(value.listT);
|
|
123
|
-
if (value.mapT !== undefined)
|
|
124
|
-
return visitor.mapT(value.mapT);
|
|
125
|
-
if (value.setT !== undefined)
|
|
126
|
-
return visitor.setT(value.setT);
|
|
127
|
-
if (value.smallintT !== undefined)
|
|
128
|
-
return visitor.smallintT(value.smallintT);
|
|
129
|
-
if (value.textT !== undefined)
|
|
130
|
-
return visitor.textT(value.textT);
|
|
131
|
-
if (value.timeT !== undefined)
|
|
132
|
-
return visitor.timeT(value.timeT);
|
|
133
|
-
if (value.timestampT !== undefined)
|
|
134
|
-
return visitor.timestampT(value.timestampT);
|
|
135
|
-
if (value.timeuuidT !== undefined)
|
|
136
|
-
return visitor.timeuuidT(value.timeuuidT);
|
|
137
|
-
if (value.tinyintT !== undefined)
|
|
138
|
-
return visitor.tinyintT(value.tinyintT);
|
|
139
|
-
if (value.tupleT !== undefined)
|
|
140
|
-
return visitor.tupleT(value.tupleT);
|
|
141
|
-
if (value.uuidT !== undefined)
|
|
142
|
-
return visitor.uuidT(value.uuidT);
|
|
143
|
-
if (value.varcharT !== undefined)
|
|
144
|
-
return visitor.varcharT(value.varcharT);
|
|
145
|
-
if (value.varintT !== undefined)
|
|
146
|
-
return visitor.varintT(value.varintT);
|
|
147
|
-
if (value.udtT !== undefined)
|
|
148
|
-
return visitor.udtT(value.udtT);
|
|
149
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
150
|
-
};
|
|
151
|
-
})(KeyspacesCellValue || (KeyspacesCellValue = {}));
|
|
@@ -1245,6 +1245,10 @@ export declare namespace KeyspacesCellValue {
|
|
|
1245
1245
|
udtT?: never;
|
|
1246
1246
|
$unknown: [string, any];
|
|
1247
1247
|
}
|
|
1248
|
+
/**
|
|
1249
|
+
* @deprecated unused in schema-serde mode.
|
|
1250
|
+
*
|
|
1251
|
+
*/
|
|
1248
1252
|
interface Visitor<T> {
|
|
1249
1253
|
asciiT: (value: string) => T;
|
|
1250
1254
|
bigintT: (value: string) => T;
|
|
@@ -1273,7 +1277,6 @@ export declare namespace KeyspacesCellValue {
|
|
|
1273
1277
|
udtT: (value: Record<string, KeyspacesCell>) => T;
|
|
1274
1278
|
_: (name: string, value: any) => T;
|
|
1275
1279
|
}
|
|
1276
|
-
const visit: <T>(value: KeyspacesCellValue, visitor: Visitor<T>) => T;
|
|
1277
1280
|
}
|
|
1278
1281
|
/**
|
|
1279
1282
|
* <p>Represents a cell in an Amazon Keyspaces table, containing both the value and metadata about the cell.</p>
|
|
@@ -925,7 +925,6 @@ export declare namespace KeyspacesCellValue {
|
|
|
925
925
|
udtT: (value: Record<string, KeyspacesCell>) => T;
|
|
926
926
|
_: (name: string, value: any) => T;
|
|
927
927
|
}
|
|
928
|
-
const visit: <T>(value: KeyspacesCellValue, visitor: Visitor<T>) => T;
|
|
929
928
|
}
|
|
930
929
|
export interface KeyspacesCell {
|
|
931
930
|
value?: KeyspacesCellValue | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-keyspacesstreams",
|
|
3
3
|
"description": "AWS SDK for JavaScript Keyspacesstreams Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.931.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-keyspacesstreams",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.931.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.931.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.931.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.931.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|