@aws-sdk/client-s3vectors 3.1013.0 → 3.1014.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.
@@ -15,7 +15,7 @@ export declare const getRuntimeConfig: (config: S3VectorsClientConfig) => {
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
18
+ useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
20
  cacheMiddleware?: boolean | undefined;
21
21
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: S3VectorsClientConfig) => {
22
22
  utf8Encoder: (input: Uint8Array | string) => string;
23
23
  disableHostPrefix: boolean;
24
24
  serviceId: string;
25
- useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
26
26
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
27
27
  region: string | import("@smithy/types").Provider<any>;
28
28
  profile?: string;
@@ -22,7 +22,8 @@ export declare const getRuntimeConfig: (config: S3VectorsClientConfig) => {
22
22
  retryMode: string | import("@smithy/types").Provider<string>;
23
23
  sha256: import("@smithy/types").HashConstructor;
24
24
  streamCollector: import("@smithy/types").StreamCollector;
25
- useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
26
+ (boolean | import("@smithy/types").Provider<boolean | undefined>);
26
27
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
27
28
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
28
29
  cacheMiddleware?: boolean | undefined;
@@ -27,7 +27,8 @@ export declare const getRuntimeConfig: (config: S3VectorsClientConfig) => {
27
27
  utf8Encoder: (input: Uint8Array | string) => string;
28
28
  disableHostPrefix: boolean;
29
29
  serviceId: string;
30
- useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
+ useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
+ (boolean | import("@smithy/types").Provider<boolean | undefined>);
31
32
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
32
33
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
33
34
  region: string | import("@smithy/types").Provider<any>;
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.1013.0",
4
+ "version": "3.1014.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,38 +23,38 @@
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.973.22",
27
- "@aws-sdk/credential-provider-node": "^3.972.23",
26
+ "@aws-sdk/core": "^3.973.23",
27
+ "@aws-sdk/credential-provider-node": "^3.972.24",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
31
- "@aws-sdk/middleware-user-agent": "^3.972.23",
32
- "@aws-sdk/region-config-resolver": "^3.972.8",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.24",
32
+ "@aws-sdk/region-config-resolver": "^3.972.9",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.9",
37
- "@smithy/config-resolver": "^4.4.11",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.10",
37
+ "@smithy/config-resolver": "^4.4.13",
38
38
  "@smithy/core": "^3.23.12",
39
39
  "@smithy/fetch-http-handler": "^5.3.15",
40
40
  "@smithy/hash-node": "^4.2.12",
41
41
  "@smithy/invalid-dependency": "^4.2.12",
42
42
  "@smithy/middleware-content-length": "^4.2.12",
43
- "@smithy/middleware-endpoint": "^4.4.26",
44
- "@smithy/middleware-retry": "^4.4.43",
43
+ "@smithy/middleware-endpoint": "^4.4.27",
44
+ "@smithy/middleware-retry": "^4.4.44",
45
45
  "@smithy/middleware-serde": "^4.2.15",
46
46
  "@smithy/middleware-stack": "^4.2.12",
47
47
  "@smithy/node-config-provider": "^4.3.12",
48
48
  "@smithy/node-http-handler": "^4.5.0",
49
49
  "@smithy/protocol-http": "^5.3.12",
50
- "@smithy/smithy-client": "^4.12.6",
50
+ "@smithy/smithy-client": "^4.12.7",
51
51
  "@smithy/types": "^4.13.1",
52
52
  "@smithy/url-parser": "^4.2.12",
53
53
  "@smithy/util-base64": "^4.3.2",
54
54
  "@smithy/util-body-length-browser": "^4.2.2",
55
55
  "@smithy/util-body-length-node": "^4.2.3",
56
- "@smithy/util-defaults-mode-browser": "^4.3.42",
57
- "@smithy/util-defaults-mode-node": "^4.2.45",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.43",
57
+ "@smithy/util-defaults-mode-node": "^4.2.47",
58
58
  "@smithy/util-endpoints": "^3.3.3",
59
59
  "@smithy/util-middleware": "^4.2.12",
60
60
  "@smithy/util-retry": "^4.2.12",