@aws-sdk/client-sts 3.986.0 → 3.988.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 +30 -603
- package/dist-cjs/models/STSServiceException.js +12 -0
- package/dist-cjs/models/errors.js +160 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +388 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +80 -74
- package/dist-types/schemas/schemas_0.d.ts +20 -13
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -13
- package/package.json +13 -13
|
@@ -113,6 +113,86 @@ const n0 = "com.amazonaws.sts";
|
|
|
113
113
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
114
114
|
import { ExpiredTokenException, ExpiredTradeInTokenException, IDPCommunicationErrorException, IDPRejectedClaimException, InvalidAuthorizationMessageException, InvalidIdentityTokenException, JWTPayloadSizeExceededException, MalformedPolicyDocumentException, OutboundWebIdentityFederationDisabledException, PackedPolicyTooLargeException, RegionDisabledException, SessionDurationEscalationException, } from "../models/errors";
|
|
115
115
|
import { STSServiceException } from "../models/STSServiceException";
|
|
116
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
117
|
+
export var STSServiceException$ = [-3, _s, "STSServiceException", 0, [], []];
|
|
118
|
+
_s_registry.registerError(STSServiceException$, STSServiceException);
|
|
119
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
120
|
+
export var ExpiredTokenException$ = [-3, n0, _ETE,
|
|
121
|
+
{ [_aQE]: [`ExpiredTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
122
|
+
[_m],
|
|
123
|
+
[0]
|
|
124
|
+
];
|
|
125
|
+
n0_registry.registerError(ExpiredTokenException$, ExpiredTokenException);
|
|
126
|
+
export var ExpiredTradeInTokenException$ = [-3, n0, _ETITE,
|
|
127
|
+
{ [_aQE]: [`ExpiredTradeInTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
128
|
+
[_m],
|
|
129
|
+
[0]
|
|
130
|
+
];
|
|
131
|
+
n0_registry.registerError(ExpiredTradeInTokenException$, ExpiredTradeInTokenException);
|
|
132
|
+
export var IDPCommunicationErrorException$ = [-3, n0, _IDPCEE,
|
|
133
|
+
{ [_aQE]: [`IDPCommunicationError`, 400], [_e]: _c, [_hE]: 400 },
|
|
134
|
+
[_m],
|
|
135
|
+
[0]
|
|
136
|
+
];
|
|
137
|
+
n0_registry.registerError(IDPCommunicationErrorException$, IDPCommunicationErrorException);
|
|
138
|
+
export var IDPRejectedClaimException$ = [-3, n0, _IDPRCE,
|
|
139
|
+
{ [_aQE]: [`IDPRejectedClaim`, 403], [_e]: _c, [_hE]: 403 },
|
|
140
|
+
[_m],
|
|
141
|
+
[0]
|
|
142
|
+
];
|
|
143
|
+
n0_registry.registerError(IDPRejectedClaimException$, IDPRejectedClaimException);
|
|
144
|
+
export var InvalidAuthorizationMessageException$ = [-3, n0, _IAME,
|
|
145
|
+
{ [_aQE]: [`InvalidAuthorizationMessageException`, 400], [_e]: _c, [_hE]: 400 },
|
|
146
|
+
[_m],
|
|
147
|
+
[0]
|
|
148
|
+
];
|
|
149
|
+
n0_registry.registerError(InvalidAuthorizationMessageException$, InvalidAuthorizationMessageException);
|
|
150
|
+
export var InvalidIdentityTokenException$ = [-3, n0, _IITE,
|
|
151
|
+
{ [_aQE]: [`InvalidIdentityToken`, 400], [_e]: _c, [_hE]: 400 },
|
|
152
|
+
[_m],
|
|
153
|
+
[0]
|
|
154
|
+
];
|
|
155
|
+
n0_registry.registerError(InvalidIdentityTokenException$, InvalidIdentityTokenException);
|
|
156
|
+
export var JWTPayloadSizeExceededException$ = [-3, n0, _JWTPSEE,
|
|
157
|
+
{ [_aQE]: [`JWTPayloadSizeExceededException`, 400], [_e]: _c, [_hE]: 400 },
|
|
158
|
+
[_m],
|
|
159
|
+
[0]
|
|
160
|
+
];
|
|
161
|
+
n0_registry.registerError(JWTPayloadSizeExceededException$, JWTPayloadSizeExceededException);
|
|
162
|
+
export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
|
|
163
|
+
{ [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 },
|
|
164
|
+
[_m],
|
|
165
|
+
[0]
|
|
166
|
+
];
|
|
167
|
+
n0_registry.registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
168
|
+
export var OutboundWebIdentityFederationDisabledException$ = [-3, n0, _OWIFDE,
|
|
169
|
+
{ [_aQE]: [`OutboundWebIdentityFederationDisabledException`, 403], [_e]: _c, [_hE]: 403 },
|
|
170
|
+
[_m],
|
|
171
|
+
[0]
|
|
172
|
+
];
|
|
173
|
+
n0_registry.registerError(OutboundWebIdentityFederationDisabledException$, OutboundWebIdentityFederationDisabledException);
|
|
174
|
+
export var PackedPolicyTooLargeException$ = [-3, n0, _PPTLE,
|
|
175
|
+
{ [_aQE]: [`PackedPolicyTooLarge`, 400], [_e]: _c, [_hE]: 400 },
|
|
176
|
+
[_m],
|
|
177
|
+
[0]
|
|
178
|
+
];
|
|
179
|
+
n0_registry.registerError(PackedPolicyTooLargeException$, PackedPolicyTooLargeException);
|
|
180
|
+
export var RegionDisabledException$ = [-3, n0, _RDE,
|
|
181
|
+
{ [_aQE]: [`RegionDisabledException`, 403], [_e]: _c, [_hE]: 403 },
|
|
182
|
+
[_m],
|
|
183
|
+
[0]
|
|
184
|
+
];
|
|
185
|
+
n0_registry.registerError(RegionDisabledException$, RegionDisabledException);
|
|
186
|
+
export var SessionDurationEscalationException$ = [-3, n0, _SDEE,
|
|
187
|
+
{ [_aQE]: [`SessionDurationEscalationException`, 403], [_e]: _c, [_hE]: 403 },
|
|
188
|
+
[_m],
|
|
189
|
+
[0]
|
|
190
|
+
];
|
|
191
|
+
n0_registry.registerError(SessionDurationEscalationException$, SessionDurationEscalationException);
|
|
192
|
+
export const errorTypeRegistries = [
|
|
193
|
+
_s_registry,
|
|
194
|
+
n0_registry,
|
|
195
|
+
];
|
|
116
196
|
var accessKeySecretType = [0, n0, _aKST, 8, 0];
|
|
117
197
|
var clientTokenType = [0, n0, _cTT, 8, 0];
|
|
118
198
|
var SAMLAssertionType = [0, n0, _SAMLAT, 8, 0];
|
|
@@ -178,18 +258,6 @@ export var DecodeAuthorizationMessageResponse$ = [3, n0, _DAMRe,
|
|
|
178
258
|
[_DM],
|
|
179
259
|
[0]
|
|
180
260
|
];
|
|
181
|
-
export var ExpiredTokenException$ = [-3, n0, _ETE,
|
|
182
|
-
{ [_aQE]: [`ExpiredTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
183
|
-
[_m],
|
|
184
|
-
[0]
|
|
185
|
-
];
|
|
186
|
-
TypeRegistry.for(n0).registerError(ExpiredTokenException$, ExpiredTokenException);
|
|
187
|
-
export var ExpiredTradeInTokenException$ = [-3, n0, _ETITE,
|
|
188
|
-
{ [_aQE]: [`ExpiredTradeInTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
189
|
-
[_m],
|
|
190
|
-
[0]
|
|
191
|
-
];
|
|
192
|
-
TypeRegistry.for(n0).registerError(ExpiredTradeInTokenException$, ExpiredTradeInTokenException);
|
|
193
261
|
export var FederatedUser$ = [3, n0, _FU,
|
|
194
262
|
0,
|
|
195
263
|
[_FUI, _A],
|
|
@@ -255,54 +323,6 @@ export var GetWebIdentityTokenResponse$ = [3, n0, _GWITRe,
|
|
|
255
323
|
[_WIT, _E],
|
|
256
324
|
[[() => webIdentityTokenType, 0], 4]
|
|
257
325
|
];
|
|
258
|
-
export var IDPCommunicationErrorException$ = [-3, n0, _IDPCEE,
|
|
259
|
-
{ [_aQE]: [`IDPCommunicationError`, 400], [_e]: _c, [_hE]: 400 },
|
|
260
|
-
[_m],
|
|
261
|
-
[0]
|
|
262
|
-
];
|
|
263
|
-
TypeRegistry.for(n0).registerError(IDPCommunicationErrorException$, IDPCommunicationErrorException);
|
|
264
|
-
export var IDPRejectedClaimException$ = [-3, n0, _IDPRCE,
|
|
265
|
-
{ [_aQE]: [`IDPRejectedClaim`, 403], [_e]: _c, [_hE]: 403 },
|
|
266
|
-
[_m],
|
|
267
|
-
[0]
|
|
268
|
-
];
|
|
269
|
-
TypeRegistry.for(n0).registerError(IDPRejectedClaimException$, IDPRejectedClaimException);
|
|
270
|
-
export var InvalidAuthorizationMessageException$ = [-3, n0, _IAME,
|
|
271
|
-
{ [_aQE]: [`InvalidAuthorizationMessageException`, 400], [_e]: _c, [_hE]: 400 },
|
|
272
|
-
[_m],
|
|
273
|
-
[0]
|
|
274
|
-
];
|
|
275
|
-
TypeRegistry.for(n0).registerError(InvalidAuthorizationMessageException$, InvalidAuthorizationMessageException);
|
|
276
|
-
export var InvalidIdentityTokenException$ = [-3, n0, _IITE,
|
|
277
|
-
{ [_aQE]: [`InvalidIdentityToken`, 400], [_e]: _c, [_hE]: 400 },
|
|
278
|
-
[_m],
|
|
279
|
-
[0]
|
|
280
|
-
];
|
|
281
|
-
TypeRegistry.for(n0).registerError(InvalidIdentityTokenException$, InvalidIdentityTokenException);
|
|
282
|
-
export var JWTPayloadSizeExceededException$ = [-3, n0, _JWTPSEE,
|
|
283
|
-
{ [_aQE]: [`JWTPayloadSizeExceededException`, 400], [_e]: _c, [_hE]: 400 },
|
|
284
|
-
[_m],
|
|
285
|
-
[0]
|
|
286
|
-
];
|
|
287
|
-
TypeRegistry.for(n0).registerError(JWTPayloadSizeExceededException$, JWTPayloadSizeExceededException);
|
|
288
|
-
export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
|
|
289
|
-
{ [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 },
|
|
290
|
-
[_m],
|
|
291
|
-
[0]
|
|
292
|
-
];
|
|
293
|
-
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
294
|
-
export var OutboundWebIdentityFederationDisabledException$ = [-3, n0, _OWIFDE,
|
|
295
|
-
{ [_aQE]: [`OutboundWebIdentityFederationDisabledException`, 403], [_e]: _c, [_hE]: 403 },
|
|
296
|
-
[_m],
|
|
297
|
-
[0]
|
|
298
|
-
];
|
|
299
|
-
TypeRegistry.for(n0).registerError(OutboundWebIdentityFederationDisabledException$, OutboundWebIdentityFederationDisabledException);
|
|
300
|
-
export var PackedPolicyTooLargeException$ = [-3, n0, _PPTLE,
|
|
301
|
-
{ [_aQE]: [`PackedPolicyTooLarge`, 400], [_e]: _c, [_hE]: 400 },
|
|
302
|
-
[_m],
|
|
303
|
-
[0]
|
|
304
|
-
];
|
|
305
|
-
TypeRegistry.for(n0).registerError(PackedPolicyTooLargeException$, PackedPolicyTooLargeException);
|
|
306
326
|
export var PolicyDescriptorType$ = [3, n0, _PDT,
|
|
307
327
|
0,
|
|
308
328
|
[_a],
|
|
@@ -313,25 +333,11 @@ export var ProvidedContext$ = [3, n0, _PCr,
|
|
|
313
333
|
[_PAro, _CA],
|
|
314
334
|
[0, 0]
|
|
315
335
|
];
|
|
316
|
-
export var RegionDisabledException$ = [-3, n0, _RDE,
|
|
317
|
-
{ [_aQE]: [`RegionDisabledException`, 403], [_e]: _c, [_hE]: 403 },
|
|
318
|
-
[_m],
|
|
319
|
-
[0]
|
|
320
|
-
];
|
|
321
|
-
TypeRegistry.for(n0).registerError(RegionDisabledException$, RegionDisabledException);
|
|
322
|
-
export var SessionDurationEscalationException$ = [-3, n0, _SDEE,
|
|
323
|
-
{ [_aQE]: [`SessionDurationEscalationException`, 403], [_e]: _c, [_hE]: 403 },
|
|
324
|
-
[_m],
|
|
325
|
-
[0]
|
|
326
|
-
];
|
|
327
|
-
TypeRegistry.for(n0).registerError(SessionDurationEscalationException$, SessionDurationEscalationException);
|
|
328
336
|
export var Tag$ = [3, n0, _Ta,
|
|
329
337
|
0,
|
|
330
338
|
[_K, _V],
|
|
331
339
|
[0, 0], 2
|
|
332
340
|
];
|
|
333
|
-
export var STSServiceException$ = [-3, _s, "STSServiceException", 0, [], []];
|
|
334
|
-
TypeRegistry.for(_s).registerError(STSServiceException$, STSServiceException);
|
|
335
341
|
var policyDescriptorListType = [1, n0, _pDLT,
|
|
336
342
|
0, () => PolicyDescriptorType$
|
|
337
343
|
];
|
|
@@ -1,4 +1,24 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var STSServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var ExpiredTokenException$: StaticErrorSchema;
|
|
5
|
+
export declare var ExpiredTradeInTokenException$: StaticErrorSchema;
|
|
6
|
+
export declare var IDPCommunicationErrorException$: StaticErrorSchema;
|
|
7
|
+
export declare var IDPRejectedClaimException$: StaticErrorSchema;
|
|
8
|
+
export declare var InvalidAuthorizationMessageException$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidIdentityTokenException$: StaticErrorSchema;
|
|
10
|
+
export declare var JWTPayloadSizeExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
12
|
+
export declare var OutboundWebIdentityFederationDisabledException$: StaticErrorSchema;
|
|
13
|
+
export declare var PackedPolicyTooLargeException$: StaticErrorSchema;
|
|
14
|
+
export declare var RegionDisabledException$: StaticErrorSchema;
|
|
15
|
+
export declare var SessionDurationEscalationException$: StaticErrorSchema;
|
|
16
|
+
/**
|
|
17
|
+
* TypeRegistry instances containing modeled errors.
|
|
18
|
+
* @internal
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
22
|
export declare var AssumedRoleUser$: StaticStructureSchema;
|
|
3
23
|
export declare var AssumeRoleRequest$: StaticStructureSchema;
|
|
4
24
|
export declare var AssumeRoleResponse$: StaticStructureSchema;
|
|
@@ -11,8 +31,6 @@ export declare var AssumeRootResponse$: StaticStructureSchema;
|
|
|
11
31
|
export declare var Credentials$: StaticStructureSchema;
|
|
12
32
|
export declare var DecodeAuthorizationMessageRequest$: StaticStructureSchema;
|
|
13
33
|
export declare var DecodeAuthorizationMessageResponse$: StaticStructureSchema;
|
|
14
|
-
export declare var ExpiredTokenException$: StaticErrorSchema;
|
|
15
|
-
export declare var ExpiredTradeInTokenException$: StaticErrorSchema;
|
|
16
34
|
export declare var FederatedUser$: StaticStructureSchema;
|
|
17
35
|
export declare var GetAccessKeyInfoRequest$: StaticStructureSchema;
|
|
18
36
|
export declare var GetAccessKeyInfoResponse$: StaticStructureSchema;
|
|
@@ -26,20 +44,9 @@ export declare var GetSessionTokenRequest$: StaticStructureSchema;
|
|
|
26
44
|
export declare var GetSessionTokenResponse$: StaticStructureSchema;
|
|
27
45
|
export declare var GetWebIdentityTokenRequest$: StaticStructureSchema;
|
|
28
46
|
export declare var GetWebIdentityTokenResponse$: StaticStructureSchema;
|
|
29
|
-
export declare var IDPCommunicationErrorException$: StaticErrorSchema;
|
|
30
|
-
export declare var IDPRejectedClaimException$: StaticErrorSchema;
|
|
31
|
-
export declare var InvalidAuthorizationMessageException$: StaticErrorSchema;
|
|
32
|
-
export declare var InvalidIdentityTokenException$: StaticErrorSchema;
|
|
33
|
-
export declare var JWTPayloadSizeExceededException$: StaticErrorSchema;
|
|
34
|
-
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
35
|
-
export declare var OutboundWebIdentityFederationDisabledException$: StaticErrorSchema;
|
|
36
|
-
export declare var PackedPolicyTooLargeException$: StaticErrorSchema;
|
|
37
47
|
export declare var PolicyDescriptorType$: StaticStructureSchema;
|
|
38
48
|
export declare var ProvidedContext$: StaticStructureSchema;
|
|
39
|
-
export declare var RegionDisabledException$: StaticErrorSchema;
|
|
40
|
-
export declare var SessionDurationEscalationException$: StaticErrorSchema;
|
|
41
49
|
export declare var Tag$: StaticStructureSchema;
|
|
42
|
-
export declare var STSServiceException$: StaticErrorSchema;
|
|
43
50
|
export declare var AssumeRole$: StaticOperationSchema;
|
|
44
51
|
export declare var AssumeRoleWithSAML$: StaticOperationSchema;
|
|
45
52
|
export declare var AssumeRoleWithWebIdentity$: StaticOperationSchema;
|
|
@@ -1,8 +1,23 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var STSServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var ExpiredTokenException$: StaticErrorSchema;
|
|
9
|
+
export declare var ExpiredTradeInTokenException$: StaticErrorSchema;
|
|
10
|
+
export declare var IDPCommunicationErrorException$: StaticErrorSchema;
|
|
11
|
+
export declare var IDPRejectedClaimException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidAuthorizationMessageException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidIdentityTokenException$: StaticErrorSchema;
|
|
14
|
+
export declare var JWTPayloadSizeExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
16
|
+
export declare var OutboundWebIdentityFederationDisabledException$: StaticErrorSchema;
|
|
17
|
+
export declare var PackedPolicyTooLargeException$: StaticErrorSchema;
|
|
18
|
+
export declare var RegionDisabledException$: StaticErrorSchema;
|
|
19
|
+
export declare var SessionDurationEscalationException$: StaticErrorSchema;
|
|
20
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
21
|
export declare var AssumedRoleUser$: StaticStructureSchema;
|
|
7
22
|
export declare var AssumeRoleRequest$: StaticStructureSchema;
|
|
8
23
|
export declare var AssumeRoleResponse$: StaticStructureSchema;
|
|
@@ -15,8 +30,6 @@ export declare var AssumeRootResponse$: StaticStructureSchema;
|
|
|
15
30
|
export declare var Credentials$: StaticStructureSchema;
|
|
16
31
|
export declare var DecodeAuthorizationMessageRequest$: StaticStructureSchema;
|
|
17
32
|
export declare var DecodeAuthorizationMessageResponse$: StaticStructureSchema;
|
|
18
|
-
export declare var ExpiredTokenException$: StaticErrorSchema;
|
|
19
|
-
export declare var ExpiredTradeInTokenException$: StaticErrorSchema;
|
|
20
33
|
export declare var FederatedUser$: StaticStructureSchema;
|
|
21
34
|
export declare var GetAccessKeyInfoRequest$: StaticStructureSchema;
|
|
22
35
|
export declare var GetAccessKeyInfoResponse$: StaticStructureSchema;
|
|
@@ -30,20 +43,9 @@ export declare var GetSessionTokenRequest$: StaticStructureSchema;
|
|
|
30
43
|
export declare var GetSessionTokenResponse$: StaticStructureSchema;
|
|
31
44
|
export declare var GetWebIdentityTokenRequest$: StaticStructureSchema;
|
|
32
45
|
export declare var GetWebIdentityTokenResponse$: StaticStructureSchema;
|
|
33
|
-
export declare var IDPCommunicationErrorException$: StaticErrorSchema;
|
|
34
|
-
export declare var IDPRejectedClaimException$: StaticErrorSchema;
|
|
35
|
-
export declare var InvalidAuthorizationMessageException$: StaticErrorSchema;
|
|
36
|
-
export declare var InvalidIdentityTokenException$: StaticErrorSchema;
|
|
37
|
-
export declare var JWTPayloadSizeExceededException$: StaticErrorSchema;
|
|
38
|
-
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
39
|
-
export declare var OutboundWebIdentityFederationDisabledException$: StaticErrorSchema;
|
|
40
|
-
export declare var PackedPolicyTooLargeException$: StaticErrorSchema;
|
|
41
46
|
export declare var PolicyDescriptorType$: StaticStructureSchema;
|
|
42
47
|
export declare var ProvidedContext$: StaticStructureSchema;
|
|
43
|
-
export declare var RegionDisabledException$: StaticErrorSchema;
|
|
44
|
-
export declare var SessionDurationEscalationException$: StaticErrorSchema;
|
|
45
48
|
export declare var Tag$: StaticStructureSchema;
|
|
46
|
-
export declare var STSServiceException$: StaticErrorSchema;
|
|
47
49
|
export declare var AssumeRole$: StaticOperationSchema;
|
|
48
50
|
export declare var AssumeRoleWithSAML$: StaticOperationSchema;
|
|
49
51
|
export declare var AssumeRoleWithWebIdentity$: StaticOperationSchema;
|
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.988.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",
|
|
@@ -25,38 +25,38 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
27
27
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
28
|
-
"@aws-sdk/core": "^3.973.
|
|
29
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
+
"@aws-sdk/core": "^3.973.8",
|
|
29
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
30
30
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
31
31
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
32
32
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
33
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
33
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
34
34
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
35
35
|
"@aws-sdk/types": "^3.973.1",
|
|
36
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
37
37
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
38
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
38
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
39
39
|
"@smithy/config-resolver": "^4.4.6",
|
|
40
|
-
"@smithy/core": "^3.
|
|
40
|
+
"@smithy/core": "^3.23.0",
|
|
41
41
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
42
42
|
"@smithy/hash-node": "^4.2.8",
|
|
43
43
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
44
44
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
45
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
46
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
46
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
47
47
|
"@smithy/middleware-serde": "^4.2.9",
|
|
48
48
|
"@smithy/middleware-stack": "^4.2.8",
|
|
49
49
|
"@smithy/node-config-provider": "^4.3.8",
|
|
50
|
-
"@smithy/node-http-handler": "^4.4.
|
|
50
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
51
51
|
"@smithy/protocol-http": "^5.3.8",
|
|
52
|
-
"@smithy/smithy-client": "^4.11.
|
|
52
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
53
53
|
"@smithy/types": "^4.12.0",
|
|
54
54
|
"@smithy/url-parser": "^4.2.8",
|
|
55
55
|
"@smithy/util-base64": "^4.3.0",
|
|
56
56
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
57
57
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
58
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
59
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
58
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
59
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
60
60
|
"@smithy/util-endpoints": "^3.2.8",
|
|
61
61
|
"@smithy/util-middleware": "^4.2.8",
|
|
62
62
|
"@smithy/util-retry": "^4.2.8",
|