@aws-sdk/client-sts 3.1033.0 → 3.1035.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.
|
@@ -83,6 +83,7 @@ exports.InvalidIdentityTokenException = InvalidIdentityTokenException;
|
|
|
83
83
|
class IDPCommunicationErrorException extends STSServiceException_1.STSServiceException {
|
|
84
84
|
name = "IDPCommunicationErrorException";
|
|
85
85
|
$fault = "client";
|
|
86
|
+
$retryable = {};
|
|
86
87
|
constructor(opts) {
|
|
87
88
|
super({
|
|
88
89
|
name: "IDPCommunicationErrorException",
|
package/dist-es/models/errors.js
CHANGED
|
@@ -74,6 +74,7 @@ export class InvalidIdentityTokenException extends __BaseException {
|
|
|
74
74
|
export class IDPCommunicationErrorException extends __BaseException {
|
|
75
75
|
name = "IDPCommunicationErrorException";
|
|
76
76
|
$fault = "client";
|
|
77
|
+
$retryable = {};
|
|
77
78
|
constructor(opts) {
|
|
78
79
|
super({
|
|
79
80
|
name: "IDPCommunicationErrorException",
|
|
@@ -100,6 +100,7 @@ export declare class InvalidIdentityTokenException extends __BaseException {
|
|
|
100
100
|
export declare class IDPCommunicationErrorException extends __BaseException {
|
|
101
101
|
readonly name: "IDPCommunicationErrorException";
|
|
102
102
|
readonly $fault: "client";
|
|
103
|
+
$retryable: {};
|
|
103
104
|
/**
|
|
104
105
|
* @internal
|
|
105
106
|
*/
|
|
@@ -48,6 +48,7 @@ export declare class InvalidIdentityTokenException extends __BaseException {
|
|
|
48
48
|
export declare class IDPCommunicationErrorException extends __BaseException {
|
|
49
49
|
readonly name: "IDPCommunicationErrorException";
|
|
50
50
|
readonly $fault: "client";
|
|
51
|
+
$retryable: {};
|
|
51
52
|
constructor(
|
|
52
53
|
opts: __ExceptionOptionType<IDPCommunicationErrorException, __BaseException>
|
|
53
54
|
);
|
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.1035.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
|
@@ -27,47 +27,47 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.974.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
30
|
+
"@aws-sdk/core": "^3.974.4",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.35",
|
|
32
32
|
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
33
33
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
36
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
37
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "^3.972.34",
|
|
36
|
+
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
37
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.21",
|
|
38
38
|
"@aws-sdk/types": "^3.973.8",
|
|
39
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
39
|
+
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
40
40
|
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
41
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
42
|
-
"@smithy/config-resolver": "^4.4.
|
|
43
|
-
"@smithy/core": "^3.23.
|
|
41
|
+
"@aws-sdk/util-user-agent-node": "^3.973.20",
|
|
42
|
+
"@smithy/config-resolver": "^4.4.17",
|
|
43
|
+
"@smithy/core": "^3.23.16",
|
|
44
44
|
"@smithy/fetch-http-handler": "^5.3.17",
|
|
45
45
|
"@smithy/hash-node": "^4.2.14",
|
|
46
46
|
"@smithy/invalid-dependency": "^4.2.14",
|
|
47
47
|
"@smithy/middleware-content-length": "^4.2.14",
|
|
48
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
49
|
-
"@smithy/middleware-retry": "^4.5.
|
|
50
|
-
"@smithy/middleware-serde": "^4.2.
|
|
48
|
+
"@smithy/middleware-endpoint": "^4.4.31",
|
|
49
|
+
"@smithy/middleware-retry": "^4.5.4",
|
|
50
|
+
"@smithy/middleware-serde": "^4.2.19",
|
|
51
51
|
"@smithy/middleware-stack": "^4.2.14",
|
|
52
52
|
"@smithy/node-config-provider": "^4.3.14",
|
|
53
|
-
"@smithy/node-http-handler": "^4.
|
|
53
|
+
"@smithy/node-http-handler": "^4.6.0",
|
|
54
54
|
"@smithy/protocol-http": "^5.3.14",
|
|
55
|
-
"@smithy/smithy-client": "^4.12.
|
|
55
|
+
"@smithy/smithy-client": "^4.12.12",
|
|
56
56
|
"@smithy/types": "^4.14.1",
|
|
57
57
|
"@smithy/url-parser": "^4.2.14",
|
|
58
58
|
"@smithy/util-base64": "^4.3.2",
|
|
59
59
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
60
60
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
61
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
62
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
63
|
-
"@smithy/util-endpoints": "^3.4.
|
|
61
|
+
"@smithy/util-defaults-mode-browser": "^4.3.48",
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^4.2.53",
|
|
63
|
+
"@smithy/util-endpoints": "^3.4.2",
|
|
64
64
|
"@smithy/util-middleware": "^4.2.14",
|
|
65
|
-
"@smithy/util-retry": "^4.3.
|
|
65
|
+
"@smithy/util-retry": "^4.3.3",
|
|
66
66
|
"@smithy/util-utf8": "^4.2.2",
|
|
67
67
|
"tslib": "^2.6.2"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@smithy/snapshot-testing": "^2.0.
|
|
70
|
+
"@smithy/snapshot-testing": "^2.0.7",
|
|
71
71
|
"@tsconfig/node20": "20.1.8",
|
|
72
72
|
"@types/node": "^20.14.8",
|
|
73
73
|
"concurrently": "7.0.0",
|