@aws-sdk/client-sso 3.1094.0 → 3.1096.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 +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -41,6 +41,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
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: import("@smithy/types").HttpAuthScheme[] | ({
|
|
@@ -59,4 +60,5 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
59
60
|
systemClockOffset?: number;
|
|
60
61
|
signingRegion?: string;
|
|
61
62
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
63
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
62
64
|
};
|
|
@@ -42,6 +42,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
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
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
|
|
47
48
|
schemeId: string;
|
|
@@ -59,4 +60,5 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
59
60
|
systemClockOffset?: number;
|
|
60
61
|
signingRegion?: string;
|
|
61
62
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
63
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
62
64
|
};
|
|
@@ -40,6 +40,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
40
40
|
logger?: import("@smithy/types").Logger;
|
|
41
41
|
}) => import("@smithy/types").EndpointV2;
|
|
42
42
|
tls?: boolean;
|
|
43
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
43
44
|
serviceConfiguredEndpoint?: never;
|
|
44
45
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
45
46
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
|
|
@@ -58,4 +59,5 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
58
59
|
systemClockOffset?: number;
|
|
59
60
|
signingRegion?: string;
|
|
60
61
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
62
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
61
63
|
};
|
|
@@ -68,6 +68,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
68
68
|
},
|
|
69
69
|
) => import("@smithy/types").EndpointV2;
|
|
70
70
|
tls?: boolean;
|
|
71
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
71
72
|
serviceConfiguredEndpoint?: never;
|
|
72
73
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
73
74
|
httpAuthSchemes:
|
|
@@ -108,4 +109,5 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
108
109
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
109
110
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
110
111
|
) => import("@smithy/types").RequestSigner;
|
|
112
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
111
113
|
};
|
|
@@ -67,6 +67,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
67
67
|
},
|
|
68
68
|
) => import("@smithy/types").EndpointV2;
|
|
69
69
|
tls?: boolean;
|
|
70
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
70
71
|
serviceConfiguredEndpoint?: never;
|
|
71
72
|
httpAuthSchemes:
|
|
72
73
|
| import("@smithy/types").HttpAuthScheme[]
|
|
@@ -106,4 +107,5 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
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
|
};
|
|
@@ -72,6 +72,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
72
72
|
},
|
|
73
73
|
) => import("@smithy/types").EndpointV2;
|
|
74
74
|
tls?: boolean;
|
|
75
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
75
76
|
serviceConfiguredEndpoint?: never;
|
|
76
77
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
77
78
|
httpAuthSchemes:
|
|
@@ -112,4 +113,5 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
112
113
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
113
114
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
114
115
|
) => import("@smithy/types").RequestSigner;
|
|
116
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
115
117
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1096.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@aws-sdk/core": "^3.
|
|
53
|
+
"@aws-sdk/core": "^3.977.1",
|
|
54
54
|
"@aws-sdk/types": "^3.974.2",
|
|
55
|
-
"@smithy/core": "^3.29.
|
|
56
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
57
|
-
"@smithy/node-http-handler": "^4.9.
|
|
55
|
+
"@smithy/core": "^3.29.8",
|
|
56
|
+
"@smithy/fetch-http-handler": "^5.6.10",
|
|
57
|
+
"@smithy/node-http-handler": "^4.9.10",
|
|
58
58
|
"@smithy/types": "^4.16.1",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@smithy/snapshot-testing": "^2.2.
|
|
62
|
+
"@smithy/snapshot-testing": "^2.2.13",
|
|
63
63
|
"@tsconfig/node20": "20.1.8",
|
|
64
64
|
"@types/node": "^20.14.8",
|
|
65
65
|
"concurrently": "7.0.0",
|