@aws-sdk/client-sts 3.261.0 → 3.264.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.
|
@@ -857,7 +857,7 @@ const deserializeAws_queryCredentials = (output, context) => {
|
|
|
857
857
|
contents.SessionToken = (0, smithy_client_1.expectString)(output["SessionToken"]);
|
|
858
858
|
}
|
|
859
859
|
if (output["Expiration"] !== undefined) {
|
|
860
|
-
contents.Expiration = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
860
|
+
contents.Expiration = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["Expiration"]));
|
|
861
861
|
}
|
|
862
862
|
return contents;
|
|
863
863
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getValueFromTextNode as __getValueFromTextNode,
|
|
2
|
+
import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getValueFromTextNode as __getValueFromTextNode, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseInt32 as __strictParseInt32, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { XMLParser } from "fast-xml-parser";
|
|
4
4
|
import { ExpiredTokenException, IDPCommunicationErrorException, IDPRejectedClaimException, InvalidAuthorizationMessageException, InvalidIdentityTokenException, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, } from "../models/models_0";
|
|
5
5
|
import { STSServiceException as __BaseException } from "../models/STSServiceException";
|
|
@@ -838,7 +838,7 @@ const deserializeAws_queryCredentials = (output, context) => {
|
|
|
838
838
|
contents.SessionToken = __expectString(output["SessionToken"]);
|
|
839
839
|
}
|
|
840
840
|
if (output["Expiration"] !== undefined) {
|
|
841
|
-
contents.Expiration = __expectNonNull(
|
|
841
|
+
contents.Expiration = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["Expiration"]));
|
|
842
842
|
}
|
|
843
843
|
return contents;
|
|
844
844
|
};
|
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.264.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.259.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.264.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.257.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
30
30
|
"@aws-sdk/middleware-content-length": "3.257.0",
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.264.0",
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.257.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.257.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.257.0",
|