@aws-sdk/client-s3vectors 3.946.0 → 3.948.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.
@@ -295,7 +295,6 @@ export var VectorBucket = [
295
295
  [0, 0, 4, () => EncryptionConfiguration],
296
296
  ];
297
297
  export var VectorBucketSummary = [3, n0, _VBS, 0, [_vBN, _vBA, _cT], [0, 0, 4]];
298
- export var __Unit = "unit";
299
298
  export var S3VectorsServiceException = [-3, _sm, "S3VectorsServiceException", 0, [], []];
300
299
  TypeRegistry.for(_sm).registerError(S3VectorsServiceException, __S3VectorsServiceException);
301
300
  export var DeleteVectorsInputList = 64 | 0;
@@ -61,7 +61,6 @@ export declare var ValidationException: StaticErrorSchema;
61
61
  export declare var ValidationExceptionField: StaticStructureSchema;
62
62
  export declare var VectorBucket: StaticStructureSchema;
63
63
  export declare var VectorBucketSummary: StaticStructureSchema;
64
- export declare var __Unit: "unit";
65
64
  export declare var S3VectorsServiceException: StaticErrorSchema;
66
65
  export declare var DeleteVectorsInputList: number;
67
66
  export declare var Float32VectorData: number;
@@ -66,7 +66,6 @@ export declare var ValidationException: StaticErrorSchema;
66
66
  export declare var ValidationExceptionField: StaticStructureSchema;
67
67
  export declare var VectorBucket: StaticStructureSchema;
68
68
  export declare var VectorBucketSummary: StaticStructureSchema;
69
- export declare var __Unit: "unit";
70
69
  export declare var S3VectorsServiceException: StaticErrorSchema;
71
70
  export declare var DeleteVectorsInputList: number;
72
71
  export declare var Float32VectorData: number;
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.946.0",
4
+ "version": "3.948.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",
@@ -23,17 +23,17 @@
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.946.0",
27
- "@aws-sdk/credential-provider-node": "3.946.0",
26
+ "@aws-sdk/core": "3.947.0",
27
+ "@aws-sdk/credential-provider-node": "3.948.0",
28
28
  "@aws-sdk/middleware-host-header": "3.936.0",
29
29
  "@aws-sdk/middleware-logger": "3.936.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.936.0",
31
- "@aws-sdk/middleware-user-agent": "3.946.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.948.0",
31
+ "@aws-sdk/middleware-user-agent": "3.947.0",
32
32
  "@aws-sdk/region-config-resolver": "3.936.0",
33
33
  "@aws-sdk/types": "3.936.0",
34
34
  "@aws-sdk/util-endpoints": "3.936.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.936.0",
36
- "@aws-sdk/util-user-agent-node": "3.946.0",
36
+ "@aws-sdk/util-user-agent-node": "3.947.0",
37
37
  "@smithy/config-resolver": "^4.4.3",
38
38
  "@smithy/core": "^3.18.7",
39
39
  "@smithy/fetch-http-handler": "^5.3.6",