@aws-sdk/nested-clients 3.954.0 → 3.956.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.
@@ -206,7 +206,7 @@ var ExpiredTokenException$ = [
206
206
  -3,
207
207
  n0,
208
208
  _ETE,
209
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ExpiredTokenException`, 400] },
209
+ { [_aQE]: [`ExpiredTokenException`, 400], [_e]: _c, [_hE]: 400 },
210
210
  [_m],
211
211
  [0],
212
212
  ];
@@ -215,7 +215,7 @@ var IDPCommunicationErrorException$ = [
215
215
  -3,
216
216
  n0,
217
217
  _IDPCEE,
218
- { [_e]: _c, [_hE]: 400, [_aQE]: [`IDPCommunicationError`, 400] },
218
+ { [_aQE]: [`IDPCommunicationError`, 400], [_e]: _c, [_hE]: 400 },
219
219
  [_m],
220
220
  [0],
221
221
  ];
@@ -224,7 +224,7 @@ var IDPRejectedClaimException$ = [
224
224
  -3,
225
225
  n0,
226
226
  _IDPRCE,
227
- { [_e]: _c, [_hE]: 403, [_aQE]: [`IDPRejectedClaim`, 403] },
227
+ { [_aQE]: [`IDPRejectedClaim`, 403], [_e]: _c, [_hE]: 403 },
228
228
  [_m],
229
229
  [0],
230
230
  ];
@@ -233,7 +233,7 @@ var InvalidIdentityTokenException$ = [
233
233
  -3,
234
234
  n0,
235
235
  _IITE,
236
- { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidIdentityToken`, 400] },
236
+ { [_aQE]: [`InvalidIdentityToken`, 400], [_e]: _c, [_hE]: 400 },
237
237
  [_m],
238
238
  [0],
239
239
  ];
@@ -242,7 +242,7 @@ var MalformedPolicyDocumentException$ = [
242
242
  -3,
243
243
  n0,
244
244
  _MPDE,
245
- { [_e]: _c, [_hE]: 400, [_aQE]: [`MalformedPolicyDocument`, 400] },
245
+ { [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 },
246
246
  [_m],
247
247
  [0],
248
248
  ];
@@ -251,7 +251,7 @@ var PackedPolicyTooLargeException$ = [
251
251
  -3,
252
252
  n0,
253
253
  _PPTLE,
254
- { [_e]: _c, [_hE]: 400, [_aQE]: [`PackedPolicyTooLarge`, 400] },
254
+ { [_aQE]: [`PackedPolicyTooLarge`, 400], [_e]: _c, [_hE]: 400 },
255
255
  [_m],
256
256
  [0],
257
257
  ];
@@ -262,7 +262,7 @@ var RegionDisabledException$ = [
262
262
  -3,
263
263
  n0,
264
264
  _RDE,
265
- { [_e]: _c, [_hE]: 403, [_aQE]: [`RegionDisabledException`, 403] },
265
+ { [_aQE]: [`RegionDisabledException`, 403], [_e]: _c, [_hE]: 403 },
266
266
  [_m],
267
267
  [0],
268
268
  ];
@@ -4,4 +4,5 @@ export * from "./commands";
4
4
  export * from "./schemas/schemas_0";
5
5
  export * from "./models/enums";
6
6
  export * from "./models/errors";
7
+ export * from "./models/models_0";
7
8
  export { SigninServiceException } from "./models/SigninServiceException";
@@ -4,4 +4,5 @@ export * from "./commands";
4
4
  export * from "./schemas/schemas_0";
5
5
  export * from "./models/enums";
6
6
  export * from "./models/errors";
7
+ export * from "./models/models_0";
7
8
  export { SSOOIDCServiceException } from "./models/SSOOIDCServiceException";
@@ -3,5 +3,6 @@ export * from "./STS";
3
3
  export * from "./commands";
4
4
  export * from "./schemas/schemas_0";
5
5
  export * from "./models/errors";
6
+ export * from "./models/models_0";
6
7
  export * from "./defaultRoleAssumers";
7
8
  export { STSServiceException } from "./models/STSServiceException";
@@ -107,7 +107,7 @@ export var ExpiredTokenException$ = [
107
107
  -3,
108
108
  n0,
109
109
  _ETE,
110
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ExpiredTokenException`, 400] },
110
+ { [_aQE]: [`ExpiredTokenException`, 400], [_e]: _c, [_hE]: 400 },
111
111
  [_m],
112
112
  [0],
113
113
  ];
@@ -116,7 +116,7 @@ export var IDPCommunicationErrorException$ = [
116
116
  -3,
117
117
  n0,
118
118
  _IDPCEE,
119
- { [_e]: _c, [_hE]: 400, [_aQE]: [`IDPCommunicationError`, 400] },
119
+ { [_aQE]: [`IDPCommunicationError`, 400], [_e]: _c, [_hE]: 400 },
120
120
  [_m],
121
121
  [0],
122
122
  ];
@@ -125,7 +125,7 @@ export var IDPRejectedClaimException$ = [
125
125
  -3,
126
126
  n0,
127
127
  _IDPRCE,
128
- { [_e]: _c, [_hE]: 403, [_aQE]: [`IDPRejectedClaim`, 403] },
128
+ { [_aQE]: [`IDPRejectedClaim`, 403], [_e]: _c, [_hE]: 403 },
129
129
  [_m],
130
130
  [0],
131
131
  ];
@@ -134,7 +134,7 @@ export var InvalidIdentityTokenException$ = [
134
134
  -3,
135
135
  n0,
136
136
  _IITE,
137
- { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidIdentityToken`, 400] },
137
+ { [_aQE]: [`InvalidIdentityToken`, 400], [_e]: _c, [_hE]: 400 },
138
138
  [_m],
139
139
  [0],
140
140
  ];
@@ -143,7 +143,7 @@ export var MalformedPolicyDocumentException$ = [
143
143
  -3,
144
144
  n0,
145
145
  _MPDE,
146
- { [_e]: _c, [_hE]: 400, [_aQE]: [`MalformedPolicyDocument`, 400] },
146
+ { [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 },
147
147
  [_m],
148
148
  [0],
149
149
  ];
@@ -152,7 +152,7 @@ export var PackedPolicyTooLargeException$ = [
152
152
  -3,
153
153
  n0,
154
154
  _PPTLE,
155
- { [_e]: _c, [_hE]: 400, [_aQE]: [`PackedPolicyTooLarge`, 400] },
155
+ { [_aQE]: [`PackedPolicyTooLarge`, 400], [_e]: _c, [_hE]: 400 },
156
156
  [_m],
157
157
  [0],
158
158
  ];
@@ -163,7 +163,7 @@ export var RegionDisabledException$ = [
163
163
  -3,
164
164
  n0,
165
165
  _RDE,
166
- { [_e]: _c, [_hE]: 403, [_aQE]: [`RegionDisabledException`, 403] },
166
+ { [_aQE]: [`RegionDisabledException`, 403], [_e]: _c, [_hE]: 403 },
167
167
  [_m],
168
168
  [0],
169
169
  ];
@@ -13,5 +13,5 @@ export * from "./commands";
13
13
  export * from "./schemas/schemas_0";
14
14
  export * from "./models/enums";
15
15
  export * from "./models/errors";
16
- export type * from "./models/models_0";
16
+ export * from "./models/models_0";
17
17
  export { SigninServiceException } from "./models/SigninServiceException";
@@ -50,5 +50,5 @@ export * from "./commands";
50
50
  export * from "./schemas/schemas_0";
51
51
  export * from "./models/enums";
52
52
  export * from "./models/errors";
53
- export type * from "./models/models_0";
53
+ export * from "./models/models_0";
54
54
  export { SSOOIDCServiceException } from "./models/SSOOIDCServiceException";
@@ -14,6 +14,6 @@ export type { STSExtensionConfiguration } from "./extensionConfiguration";
14
14
  export * from "./commands";
15
15
  export * from "./schemas/schemas_0";
16
16
  export * from "./models/errors";
17
- export type * from "./models/models_0";
17
+ export * from "./models/models_0";
18
18
  export * from "./defaultRoleAssumers";
19
19
  export { STSServiceException } from "./models/STSServiceException";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.954.0",
3
+ "version": "3.956.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
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": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "3.954.0",
33
- "@aws-sdk/middleware-host-header": "3.953.0",
34
- "@aws-sdk/middleware-logger": "3.953.0",
35
- "@aws-sdk/middleware-recursion-detection": "3.953.0",
36
- "@aws-sdk/middleware-user-agent": "3.954.0",
37
- "@aws-sdk/region-config-resolver": "3.953.0",
38
- "@aws-sdk/types": "3.953.0",
39
- "@aws-sdk/util-endpoints": "3.953.0",
40
- "@aws-sdk/util-user-agent-browser": "3.953.0",
41
- "@aws-sdk/util-user-agent-node": "3.954.0",
42
- "@smithy/config-resolver": "^4.4.4",
43
- "@smithy/core": "^3.19.0",
44
- "@smithy/fetch-http-handler": "^5.3.7",
45
- "@smithy/hash-node": "^4.2.6",
46
- "@smithy/invalid-dependency": "^4.2.6",
47
- "@smithy/middleware-content-length": "^4.2.6",
48
- "@smithy/middleware-endpoint": "^4.4.0",
49
- "@smithy/middleware-retry": "^4.4.16",
50
- "@smithy/middleware-serde": "^4.2.7",
51
- "@smithy/middleware-stack": "^4.2.6",
52
- "@smithy/node-config-provider": "^4.3.6",
53
- "@smithy/node-http-handler": "^4.4.6",
54
- "@smithy/protocol-http": "^5.3.6",
55
- "@smithy/smithy-client": "^4.10.1",
56
- "@smithy/types": "^4.10.0",
57
- "@smithy/url-parser": "^4.2.6",
32
+ "@aws-sdk/core": "3.956.0",
33
+ "@aws-sdk/middleware-host-header": "3.956.0",
34
+ "@aws-sdk/middleware-logger": "3.956.0",
35
+ "@aws-sdk/middleware-recursion-detection": "3.956.0",
36
+ "@aws-sdk/middleware-user-agent": "3.956.0",
37
+ "@aws-sdk/region-config-resolver": "3.956.0",
38
+ "@aws-sdk/types": "3.956.0",
39
+ "@aws-sdk/util-endpoints": "3.956.0",
40
+ "@aws-sdk/util-user-agent-browser": "3.956.0",
41
+ "@aws-sdk/util-user-agent-node": "3.956.0",
42
+ "@smithy/config-resolver": "^4.4.5",
43
+ "@smithy/core": "^3.20.0",
44
+ "@smithy/fetch-http-handler": "^5.3.8",
45
+ "@smithy/hash-node": "^4.2.7",
46
+ "@smithy/invalid-dependency": "^4.2.7",
47
+ "@smithy/middleware-content-length": "^4.2.7",
48
+ "@smithy/middleware-endpoint": "^4.4.1",
49
+ "@smithy/middleware-retry": "^4.4.17",
50
+ "@smithy/middleware-serde": "^4.2.8",
51
+ "@smithy/middleware-stack": "^4.2.7",
52
+ "@smithy/node-config-provider": "^4.3.7",
53
+ "@smithy/node-http-handler": "^4.4.7",
54
+ "@smithy/protocol-http": "^5.3.7",
55
+ "@smithy/smithy-client": "^4.10.2",
56
+ "@smithy/types": "^4.11.0",
57
+ "@smithy/url-parser": "^4.2.7",
58
58
  "@smithy/util-base64": "^4.3.0",
59
59
  "@smithy/util-body-length-browser": "^4.2.0",
60
60
  "@smithy/util-body-length-node": "^4.2.1",
61
- "@smithy/util-defaults-mode-browser": "^4.3.15",
62
- "@smithy/util-defaults-mode-node": "^4.2.18",
63
- "@smithy/util-endpoints": "^3.2.6",
64
- "@smithy/util-middleware": "^4.2.6",
65
- "@smithy/util-retry": "^4.2.6",
61
+ "@smithy/util-defaults-mode-browser": "^4.3.16",
62
+ "@smithy/util-defaults-mode-node": "^4.2.19",
63
+ "@smithy/util-endpoints": "^3.2.7",
64
+ "@smithy/util-middleware": "^4.2.7",
65
+ "@smithy/util-retry": "^4.2.7",
66
66
  "@smithy/util-utf8": "^4.2.0",
67
67
  "tslib": "^2.6.2"
68
68
  },