@aws-sdk/client-s3vectors 3.954.0 → 3.956.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
|
@@ -583,7 +583,7 @@ var ListVectorsOutputList = [1, n0, _LVOL, 0, () => ListOutputVector$];
|
|
|
583
583
|
var PutVectorsInputList = [1, n0, _PVIL, 0, () => PutInputVector$];
|
|
584
584
|
var QueryVectorsOutputList = [1, n0, _QVOL, 0, () => QueryOutputVector$];
|
|
585
585
|
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
586
|
-
var VectorData$ = [
|
|
586
|
+
var VectorData$ = [4, n0, _VD, 0, [_fl], [64 | 1]];
|
|
587
587
|
var CreateIndex$ = [
|
|
588
588
|
9,
|
|
589
589
|
n0,
|
package/dist-es/index.js
CHANGED
|
@@ -310,7 +310,7 @@ var QueryVectorsOutputList = [1, n0, _QVOL, 0, () => QueryOutputVector$];
|
|
|
310
310
|
var TagKeyList = 64 | 0;
|
|
311
311
|
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
312
312
|
var TagsMap = 128 | 0;
|
|
313
|
-
export var VectorData$ = [
|
|
313
|
+
export var VectorData$ = [4, n0, _VD, 0, [_fl], [64 | 1]];
|
|
314
314
|
export var CreateIndex$ = [
|
|
315
315
|
9,
|
|
316
316
|
n0,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -13,5 +13,5 @@ export * from "./schemas/schemas_0";
|
|
|
13
13
|
export * from "./pagination";
|
|
14
14
|
export * from "./models/enums";
|
|
15
15
|
export * from "./models/errors";
|
|
16
|
-
export
|
|
16
|
+
export * from "./models/models_0";
|
|
17
17
|
export { S3VectorsServiceException } from "./models/S3VectorsServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
2
2
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
3
|
export declare var ConflictException$: StaticErrorSchema;
|
|
4
4
|
export declare var CreateIndexInput$: StaticStructureSchema;
|
|
@@ -62,7 +62,7 @@ export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
|
62
62
|
export declare var VectorBucket$: StaticStructureSchema;
|
|
63
63
|
export declare var VectorBucketSummary$: StaticStructureSchema;
|
|
64
64
|
export declare var S3VectorsServiceException$: StaticErrorSchema;
|
|
65
|
-
export declare var VectorData$:
|
|
65
|
+
export declare var VectorData$: StaticUnionSchema;
|
|
66
66
|
export declare var CreateIndex$: StaticOperationSchema;
|
|
67
67
|
export declare var CreateVectorBucket$: StaticOperationSchema;
|
|
68
68
|
export declare var DeleteIndex$: StaticOperationSchema;
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
StaticErrorSchema,
|
|
3
3
|
StaticOperationSchema,
|
|
4
4
|
StaticStructureSchema,
|
|
5
|
+
StaticUnionSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
7
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
8
|
export declare var ConflictException$: StaticErrorSchema;
|
|
@@ -66,7 +67,7 @@ export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
|
66
67
|
export declare var VectorBucket$: StaticStructureSchema;
|
|
67
68
|
export declare var VectorBucketSummary$: StaticStructureSchema;
|
|
68
69
|
export declare var S3VectorsServiceException$: StaticErrorSchema;
|
|
69
|
-
export declare var VectorData$:
|
|
70
|
+
export declare var VectorData$: StaticUnionSchema;
|
|
70
71
|
export declare var CreateIndex$: StaticOperationSchema;
|
|
71
72
|
export declare var CreateVectorBucket$: StaticOperationSchema;
|
|
72
73
|
export declare var DeleteIndex$: StaticOperationSchema;
|
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.956.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3vectors",
|
|
@@ -23,41 +23,41 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^4.4.
|
|
38
|
-
"@smithy/core": "^3.
|
|
39
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
40
|
-
"@smithy/hash-node": "^4.2.
|
|
41
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
42
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
46
|
-
"@smithy/middleware-stack": "^4.2.
|
|
47
|
-
"@smithy/node-config-provider": "^4.3.
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
49
|
-
"@smithy/protocol-http": "^5.3.
|
|
50
|
-
"@smithy/smithy-client": "^4.10.
|
|
51
|
-
"@smithy/types": "^4.
|
|
52
|
-
"@smithy/url-parser": "^4.2.
|
|
26
|
+
"@aws-sdk/core": "3.956.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.956.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.956.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.956.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.956.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.956.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.956.0",
|
|
33
|
+
"@aws-sdk/types": "3.956.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.956.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.956.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.956.0",
|
|
37
|
+
"@smithy/config-resolver": "^4.4.5",
|
|
38
|
+
"@smithy/core": "^3.20.0",
|
|
39
|
+
"@smithy/fetch-http-handler": "^5.3.8",
|
|
40
|
+
"@smithy/hash-node": "^4.2.7",
|
|
41
|
+
"@smithy/invalid-dependency": "^4.2.7",
|
|
42
|
+
"@smithy/middleware-content-length": "^4.2.7",
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.1",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.17",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.8",
|
|
46
|
+
"@smithy/middleware-stack": "^4.2.7",
|
|
47
|
+
"@smithy/node-config-provider": "^4.3.7",
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.7",
|
|
49
|
+
"@smithy/protocol-http": "^5.3.7",
|
|
50
|
+
"@smithy/smithy-client": "^4.10.2",
|
|
51
|
+
"@smithy/types": "^4.11.0",
|
|
52
|
+
"@smithy/url-parser": "^4.2.7",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
58
|
-
"@smithy/util-endpoints": "^3.2.
|
|
59
|
-
"@smithy/util-middleware": "^4.2.
|
|
60
|
-
"@smithy/util-retry": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.16",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.19",
|
|
58
|
+
"@smithy/util-endpoints": "^3.2.7",
|
|
59
|
+
"@smithy/util-middleware": "^4.2.7",
|
|
60
|
+
"@smithy/util-retry": "^4.2.7",
|
|
61
61
|
"@smithy/util-utf8": "^4.2.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|