@aws-sdk/client-sts 3.496.0 → 3.499.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 +11 -13
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -239,24 +239,19 @@ var import_STSServiceException = require("./models/STSServiceException");
|
|
|
239
239
|
// Annotate the CommonJS export names for ESM import in node:
|
|
240
240
|
|
|
241
241
|
0 && (module.exports = {
|
|
242
|
-
AssumeRoleWithSAMLCommand,
|
|
243
|
-
ClientInputEndpointParameters,
|
|
244
|
-
DecodeAuthorizationMessageCommand,
|
|
245
|
-
GetAccessKeyInfoCommand,
|
|
246
|
-
GetCallerIdentityCommand,
|
|
247
|
-
GetFederationTokenCommand,
|
|
248
|
-
GetSessionTokenCommand,
|
|
249
|
-
RuntimeExtension,
|
|
250
|
-
STS,
|
|
251
242
|
STSServiceException,
|
|
252
|
-
decorateDefaultCredentialProvider,
|
|
253
|
-
getDefaultRoleAssumer,
|
|
254
|
-
getDefaultRoleAssumerWithWebIdentity,
|
|
255
243
|
__Client,
|
|
256
244
|
STSClient,
|
|
245
|
+
STS,
|
|
257
246
|
$Command,
|
|
258
247
|
AssumeRoleCommand,
|
|
248
|
+
AssumeRoleWithSAMLCommand,
|
|
259
249
|
AssumeRoleWithWebIdentityCommand,
|
|
250
|
+
DecodeAuthorizationMessageCommand,
|
|
251
|
+
GetAccessKeyInfoCommand,
|
|
252
|
+
GetCallerIdentityCommand,
|
|
253
|
+
GetFederationTokenCommand,
|
|
254
|
+
GetSessionTokenCommand,
|
|
260
255
|
ExpiredTokenException,
|
|
261
256
|
MalformedPolicyDocumentException,
|
|
262
257
|
PackedPolicyTooLargeException,
|
|
@@ -272,6 +267,9 @@ var import_STSServiceException = require("./models/STSServiceException");
|
|
|
272
267
|
AssumeRoleWithWebIdentityRequestFilterSensitiveLog,
|
|
273
268
|
AssumeRoleWithWebIdentityResponseFilterSensitiveLog,
|
|
274
269
|
GetFederationTokenResponseFilterSensitiveLog,
|
|
275
|
-
GetSessionTokenResponseFilterSensitiveLog
|
|
270
|
+
GetSessionTokenResponseFilterSensitiveLog,
|
|
271
|
+
getDefaultRoleAssumer,
|
|
272
|
+
getDefaultRoleAssumerWithWebIdentity,
|
|
273
|
+
decorateDefaultCredentialProvider
|
|
276
274
|
});
|
|
277
275
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
25
25
|
"@aws-sdk/core": "3.496.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|