@aws-sdk/token-providers 3.495.0 → 3.501.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.
|
@@ -911,7 +911,7 @@ class CreateTokenCommand extends smithy_client_7.Command {
|
|
|
911
911
|
}
|
|
912
912
|
resolveMiddleware(clientStack, configuration, options) {
|
|
913
913
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
914
|
-
this.middlewareStack.use((0, middleware_endpoint_2.getEndpointPlugin)(configuration,
|
|
914
|
+
this.middlewareStack.use((0, middleware_endpoint_2.getEndpointPlugin)(configuration, CreateTokenCommand.getEndpointParameterInstructions()));
|
|
915
915
|
const stack = clientStack.concat(this.middlewareStack);
|
|
916
916
|
const { logger } = configuration;
|
|
917
917
|
const clientName = "SSOOIDCClient";
|
package/dist-cjs/index.js
CHANGED
|
@@ -190,9 +190,22 @@ var nodeProvider = /* @__PURE__ */ __name((init = {}) => (0, import_property_pro
|
|
|
190
190
|
(token) => token.expiration !== void 0
|
|
191
191
|
), "nodeProvider");
|
|
192
192
|
// Annotate the CommonJS export names for ESM import in node:
|
|
193
|
+
|
|
193
194
|
0 && (module.exports = {
|
|
195
|
+
AccessDeniedException,
|
|
196
|
+
AuthorizationPendingException,
|
|
197
|
+
CreateTokenCommand,
|
|
198
|
+
ExpiredTokenException,
|
|
199
|
+
InternalServerException,
|
|
200
|
+
InvalidClientException,
|
|
201
|
+
InvalidRequestException,
|
|
202
|
+
InvalidScopeException,
|
|
203
|
+
SSOOIDCClient,
|
|
204
|
+
SlowDownException,
|
|
205
|
+
UnauthorizedClientException,
|
|
206
|
+
UnsupportedGrantTypeException,
|
|
194
207
|
fromSso,
|
|
195
208
|
fromStatic,
|
|
196
|
-
nodeProvider
|
|
197
|
-
...require("./bundle/client-sso-oidc-node")
|
|
209
|
+
nodeProvider
|
|
198
210
|
});
|
|
211
|
+
|
|
@@ -890,7 +890,7 @@ class CreateTokenCommand extends $Command {
|
|
|
890
890
|
}
|
|
891
891
|
resolveMiddleware(clientStack, configuration, options) {
|
|
892
892
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
893
|
-
this.middlewareStack.use(getEndpointPlugin(configuration,
|
|
893
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateTokenCommand.getEndpointParameterInstructions()));
|
|
894
894
|
const stack = clientStack.concat(this.middlewareStack);
|
|
895
895
|
const { logger } = configuration;
|
|
896
896
|
const clientName = "SSOOIDCClient";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.501.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,40 +29,40 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
31
31
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
37
|
-
"@aws-sdk/types": "3.
|
|
38
|
-
"@aws-sdk/util-endpoints": "3.
|
|
39
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
40
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
41
|
-
"@smithy/config-resolver": "^2.1.
|
|
42
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
43
|
-
"@smithy/hash-node": "^2.1.
|
|
44
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
45
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
46
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
47
|
-
"@smithy/middleware-retry": "^2.1.
|
|
48
|
-
"@smithy/middleware-serde": "^2.1.
|
|
49
|
-
"@smithy/middleware-stack": "^2.1.
|
|
50
|
-
"@smithy/node-config-provider": "^2.2.
|
|
51
|
-
"@smithy/node-http-handler": "^2.3.
|
|
52
|
-
"@smithy/property-provider": "^2.1.
|
|
53
|
-
"@smithy/protocol-http": "^3.1.
|
|
54
|
-
"@smithy/shared-ini-file-loader": "^2.3.
|
|
55
|
-
"@smithy/smithy-client": "^2.3.
|
|
56
|
-
"@smithy/types": "^2.9.
|
|
57
|
-
"@smithy/url-parser": "^2.1.
|
|
58
|
-
"@smithy/util-base64": "^2.1.
|
|
59
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
60
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
61
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
62
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
63
|
-
"@smithy/util-endpoints": "^1.1.
|
|
64
|
-
"@smithy/util-retry": "^2.1.
|
|
65
|
-
"@smithy/util-utf8": "^2.1.
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
36
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
37
|
+
"@aws-sdk/types": "3.496.0",
|
|
38
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
39
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
40
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
41
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
42
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
43
|
+
"@smithy/hash-node": "^2.1.1",
|
|
44
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
46
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
47
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
48
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
49
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
50
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
51
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
52
|
+
"@smithy/property-provider": "^2.1.1",
|
|
53
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
54
|
+
"@smithy/shared-ini-file-loader": "^2.3.1",
|
|
55
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
56
|
+
"@smithy/types": "^2.9.1",
|
|
57
|
+
"@smithy/url-parser": "^2.1.1",
|
|
58
|
+
"@smithy/util-base64": "^2.1.1",
|
|
59
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
60
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
61
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
63
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
64
|
+
"@smithy/util-retry": "^2.1.1",
|
|
65
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
66
66
|
"tslib": "^2.5.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|