@aws-sdk/token-providers 3.496.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
|
@@ -192,9 +192,6 @@ var nodeProvider = /* @__PURE__ */ __name((init = {}) => (0, import_property_pro
|
|
|
192
192
|
// Annotate the CommonJS export names for ESM import in node:
|
|
193
193
|
|
|
194
194
|
0 && (module.exports = {
|
|
195
|
-
fromSso,
|
|
196
|
-
fromStatic,
|
|
197
|
-
nodeProvider,
|
|
198
195
|
AccessDeniedException,
|
|
199
196
|
AuthorizationPendingException,
|
|
200
197
|
CreateTokenCommand,
|
|
@@ -206,6 +203,9 @@ var nodeProvider = /* @__PURE__ */ __name((init = {}) => (0, import_property_pro
|
|
|
206
203
|
SSOOIDCClient,
|
|
207
204
|
SlowDownException,
|
|
208
205
|
UnauthorizedClientException,
|
|
209
|
-
UnsupportedGrantTypeException
|
|
206
|
+
UnsupportedGrantTypeException,
|
|
207
|
+
fromSso,
|
|
208
|
+
fromStatic,
|
|
209
|
+
nodeProvider
|
|
210
210
|
});
|
|
211
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";
|