@aws-sdk/client-bedrock 3.1093.0 → 3.1095.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 +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -42,6 +42,7 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
|
|
|
42
42
|
logger?: import("@smithy/types").Logger;
|
|
43
43
|
}) => import("@smithy/types").EndpointV2;
|
|
44
44
|
tls?: boolean;
|
|
45
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
45
46
|
serviceConfiguredEndpoint?: never;
|
|
46
47
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
47
48
|
httpAuthSchemes: ({
|
|
@@ -61,4 +62,5 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
|
|
|
61
62
|
systemClockOffset?: number;
|
|
62
63
|
signingRegion?: string;
|
|
63
64
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
65
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
64
66
|
};
|
|
@@ -55,6 +55,7 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
|
|
|
55
55
|
logger?: import("@smithy/types").Logger;
|
|
56
56
|
}) => import("@smithy/types").EndpointV2;
|
|
57
57
|
tls?: boolean;
|
|
58
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
58
59
|
serviceConfiguredEndpoint?: never;
|
|
59
60
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockHttpAuthSchemeProvider;
|
|
60
61
|
token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider;
|
|
@@ -64,4 +65,5 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
|
|
|
64
65
|
systemClockOffset?: number;
|
|
65
66
|
signingRegion?: string;
|
|
66
67
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
68
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
67
69
|
};
|
|
@@ -41,6 +41,7 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
|
|
|
41
41
|
logger?: import("@smithy/types").Logger;
|
|
42
42
|
}) => import("@smithy/types").EndpointV2;
|
|
43
43
|
tls?: boolean;
|
|
44
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
44
45
|
serviceConfiguredEndpoint?: never;
|
|
45
46
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
46
47
|
httpAuthSchemes: ({
|
|
@@ -60,4 +61,5 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
|
|
|
60
61
|
systemClockOffset?: number;
|
|
61
62
|
signingRegion?: string;
|
|
62
63
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
64
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
63
65
|
};
|
|
@@ -71,6 +71,7 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
|
|
|
71
71
|
},
|
|
72
72
|
) => import("@smithy/types").EndpointV2;
|
|
73
73
|
tls?: boolean;
|
|
74
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
74
75
|
serviceConfiguredEndpoint?: never;
|
|
75
76
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
76
77
|
httpAuthSchemes: (
|
|
@@ -106,4 +107,5 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
|
|
|
106
107
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
107
108
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
108
109
|
) => import("@smithy/types").RequestSigner;
|
|
110
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
109
111
|
};
|
|
@@ -95,6 +95,7 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
|
|
|
95
95
|
},
|
|
96
96
|
) => import("@smithy/types").EndpointV2;
|
|
97
97
|
tls?: boolean;
|
|
98
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
98
99
|
serviceConfiguredEndpoint?: never;
|
|
99
100
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockHttpAuthSchemeProvider;
|
|
100
101
|
token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider;
|
|
@@ -113,4 +114,5 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
|
|
|
113
114
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
114
115
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
115
116
|
) => import("@smithy/types").RequestSigner;
|
|
117
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
116
118
|
};
|
|
@@ -75,6 +75,7 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
|
|
|
75
75
|
},
|
|
76
76
|
) => import("@smithy/types").EndpointV2;
|
|
77
77
|
tls?: boolean;
|
|
78
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
78
79
|
serviceConfiguredEndpoint?: never;
|
|
79
80
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
80
81
|
httpAuthSchemes: (
|
|
@@ -110,4 +111,5 @@ export declare const getRuntimeConfig: (config: BedrockClientConfig) => {
|
|
|
110
111
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
111
112
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
112
113
|
) => import("@smithy/types").RequestSigner;
|
|
114
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
113
115
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1095.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-bedrock",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
51
|
-
"@aws-sdk/token-providers": "3.
|
|
49
|
+
"@aws-sdk/core": "^3.977.0",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.72",
|
|
51
|
+
"@aws-sdk/token-providers": "3.1095.0",
|
|
52
52
|
"@aws-sdk/types": "^3.974.2",
|
|
53
|
-
"@smithy/core": "^3.29.
|
|
54
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
55
|
-
"@smithy/node-http-handler": "^4.9.
|
|
53
|
+
"@smithy/core": "^3.29.8",
|
|
54
|
+
"@smithy/fetch-http-handler": "^5.6.10",
|
|
55
|
+
"@smithy/node-http-handler": "^4.9.10",
|
|
56
56
|
"@smithy/types": "^4.16.1",
|
|
57
57
|
"tslib": "^2.6.2"
|
|
58
58
|
},
|