@aws-sdk/client-s3vectors 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
|
@@ -290,14 +290,6 @@ let KmsNotFoundException$1 = class KmsNotFoundException extends S3VectorsService
|
|
|
290
290
|
Object.setPrototypeOf(this, KmsNotFoundException.prototype);
|
|
291
291
|
}
|
|
292
292
|
};
|
|
293
|
-
exports.VectorData = void 0;
|
|
294
|
-
(function (VectorData) {
|
|
295
|
-
VectorData.visit = (value, visitor) => {
|
|
296
|
-
if (value.float32 !== undefined)
|
|
297
|
-
return visitor.float32(value.float32);
|
|
298
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
299
|
-
};
|
|
300
|
-
})(exports.VectorData || (exports.VectorData = {}));
|
|
301
293
|
|
|
302
294
|
const _ADE = "AccessDeniedException";
|
|
303
295
|
const _CE = "ConflictException";
|
|
@@ -174,11 +174,3 @@ export class KmsNotFoundException extends __BaseException {
|
|
|
174
174
|
Object.setPrototypeOf(this, KmsNotFoundException.prototype);
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
|
-
export var VectorData;
|
|
178
|
-
(function (VectorData) {
|
|
179
|
-
VectorData.visit = (value, visitor) => {
|
|
180
|
-
if (value.float32 !== undefined)
|
|
181
|
-
return visitor.float32(value.float32);
|
|
182
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
183
|
-
};
|
|
184
|
-
})(VectorData || (VectorData = {}));
|
|
@@ -516,11 +516,14 @@ export declare namespace VectorData {
|
|
|
516
516
|
float32?: never;
|
|
517
517
|
$unknown: [string, any];
|
|
518
518
|
}
|
|
519
|
+
/**
|
|
520
|
+
* @deprecated unused in schema-serde mode.
|
|
521
|
+
*
|
|
522
|
+
*/
|
|
519
523
|
interface Visitor<T> {
|
|
520
524
|
float32: (value: number[]) => T;
|
|
521
525
|
_: (name: string, value: any) => T;
|
|
522
526
|
}
|
|
523
|
-
const visit: <T>(value: VectorData, visitor: Visitor<T>) => T;
|
|
524
527
|
}
|
|
525
528
|
/**
|
|
526
529
|
* <note> <p>Amazon S3 Vectors is in preview release for Amazon S3 and is subject to change.</p> </note> <p>The attributes of a vector returned by the <code>GetVectors</code> operation.</p>
|
|
@@ -195,7 +195,6 @@ export declare namespace VectorData {
|
|
|
195
195
|
float32: (value: number[]) => T;
|
|
196
196
|
_: (name: string, value: any) => T;
|
|
197
197
|
}
|
|
198
|
-
const visit: <T>(value: VectorData, visitor: Visitor<T>) => T;
|
|
199
198
|
}
|
|
200
199
|
export interface GetOutputVector {
|
|
201
200
|
key: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3vectors",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3vectors 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-s3vectors",
|
|
@@ -22,41 +22,41 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^4.4.
|
|
37
|
-
"@smithy/core": "^3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
39
|
-
"@smithy/hash-node": "^4.2.
|
|
40
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
41
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
44
|
-
"@smithy/middleware-serde": "^4.2.
|
|
45
|
-
"@smithy/middleware-stack": "^4.2.
|
|
46
|
-
"@smithy/node-config-provider": "^4.3.
|
|
47
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
-
"@smithy/protocol-http": "^5.3.
|
|
49
|
-
"@smithy/smithy-client": "^4.9.
|
|
50
|
-
"@smithy/types": "^4.
|
|
51
|
-
"@smithy/url-parser": "^4.2.
|
|
25
|
+
"@aws-sdk/core": "3.931.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.931.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.931.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
32
|
+
"@aws-sdk/types": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.931.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
37
|
+
"@smithy/core": "^3.18.2",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
39
|
+
"@smithy/hash-node": "^4.2.5",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
44
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
45
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
46
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
47
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
48
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
49
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
50
|
+
"@smithy/types": "^4.9.0",
|
|
51
|
+
"@smithy/url-parser": "^4.2.5",
|
|
52
52
|
"@smithy/util-base64": "^4.3.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
57
|
-
"@smithy/util-endpoints": "^3.2.
|
|
58
|
-
"@smithy/util-middleware": "^4.2.
|
|
59
|
-
"@smithy/util-retry": "^4.2.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
57
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
58
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
59
|
+
"@smithy/util-retry": "^4.2.5",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|