@aws-sdk/client-cognito-identity-provider 3.987.0 → 3.989.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 +138 -4528
- package/dist-cjs/models/CognitoIdentityProviderServiceException.js +12 -0
- package/dist-cjs/models/errors.js +722 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +3251 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +342 -336
- package/dist-types/schemas/schemas_0.d.ts +63 -56
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +58 -56
- package/package.json +13 -13
|
@@ -1,4 +1,67 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var CognitoIdentityProviderServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var AliasExistsException$: StaticErrorSchema;
|
|
5
|
+
export declare var CodeDeliveryFailureException$: StaticErrorSchema;
|
|
6
|
+
export declare var CodeMismatchException$: StaticErrorSchema;
|
|
7
|
+
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
8
|
+
export declare var DeviceKeyExistsException$: StaticErrorSchema;
|
|
9
|
+
export declare var DuplicateProviderException$: StaticErrorSchema;
|
|
10
|
+
export declare var EnableSoftwareTokenMFAException$: StaticErrorSchema;
|
|
11
|
+
export declare var ExpiredCodeException$: StaticErrorSchema;
|
|
12
|
+
export declare var FeatureUnavailableInTierException$: StaticErrorSchema;
|
|
13
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
14
|
+
export declare var GroupExistsException$: StaticErrorSchema;
|
|
15
|
+
export declare var InternalErrorException$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidEmailRoleAccessPolicyException$: StaticErrorSchema;
|
|
17
|
+
export declare var InvalidLambdaResponseException$: StaticErrorSchema;
|
|
18
|
+
export declare var InvalidOAuthFlowException$: StaticErrorSchema;
|
|
19
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
20
|
+
export declare var InvalidPasswordException$: StaticErrorSchema;
|
|
21
|
+
export declare var InvalidSmsRoleAccessPolicyException$: StaticErrorSchema;
|
|
22
|
+
export declare var InvalidSmsRoleTrustRelationshipException$: StaticErrorSchema;
|
|
23
|
+
export declare var InvalidUserPoolConfigurationException$: StaticErrorSchema;
|
|
24
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
25
|
+
export declare var ManagedLoginBrandingExistsException$: StaticErrorSchema;
|
|
26
|
+
export declare var MFAMethodNotFoundException$: StaticErrorSchema;
|
|
27
|
+
export declare var NotAuthorizedException$: StaticErrorSchema;
|
|
28
|
+
export declare var PasswordHistoryPolicyViolationException$: StaticErrorSchema;
|
|
29
|
+
export declare var PasswordResetRequiredException$: StaticErrorSchema;
|
|
30
|
+
export declare var PreconditionNotMetException$: StaticErrorSchema;
|
|
31
|
+
export declare var RefreshTokenReuseException$: StaticErrorSchema;
|
|
32
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
33
|
+
export declare var ScopeDoesNotExistException$: StaticErrorSchema;
|
|
34
|
+
export declare var SoftwareTokenMFANotFoundException$: StaticErrorSchema;
|
|
35
|
+
export declare var TermsExistsException$: StaticErrorSchema;
|
|
36
|
+
export declare var TierChangeNotAllowedException$: StaticErrorSchema;
|
|
37
|
+
export declare var TooManyFailedAttemptsException$: StaticErrorSchema;
|
|
38
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
39
|
+
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
40
|
+
export declare var UnexpectedLambdaException$: StaticErrorSchema;
|
|
41
|
+
export declare var UnsupportedIdentityProviderException$: StaticErrorSchema;
|
|
42
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
43
|
+
export declare var UnsupportedTokenTypeException$: StaticErrorSchema;
|
|
44
|
+
export declare var UnsupportedUserStateException$: StaticErrorSchema;
|
|
45
|
+
export declare var UserImportInProgressException$: StaticErrorSchema;
|
|
46
|
+
export declare var UserLambdaValidationException$: StaticErrorSchema;
|
|
47
|
+
export declare var UsernameExistsException$: StaticErrorSchema;
|
|
48
|
+
export declare var UserNotConfirmedException$: StaticErrorSchema;
|
|
49
|
+
export declare var UserNotFoundException$: StaticErrorSchema;
|
|
50
|
+
export declare var UserPoolAddOnNotEnabledException$: StaticErrorSchema;
|
|
51
|
+
export declare var UserPoolTaggingException$: StaticErrorSchema;
|
|
52
|
+
export declare var WebAuthnChallengeNotFoundException$: StaticErrorSchema;
|
|
53
|
+
export declare var WebAuthnClientMismatchException$: StaticErrorSchema;
|
|
54
|
+
export declare var WebAuthnConfigurationMissingException$: StaticErrorSchema;
|
|
55
|
+
export declare var WebAuthnCredentialNotSupportedException$: StaticErrorSchema;
|
|
56
|
+
export declare var WebAuthnNotEnabledException$: StaticErrorSchema;
|
|
57
|
+
export declare var WebAuthnOriginNotAllowedException$: StaticErrorSchema;
|
|
58
|
+
export declare var WebAuthnRelyingPartyMismatchException$: StaticErrorSchema;
|
|
59
|
+
/**
|
|
60
|
+
* TypeRegistry instances containing modeled errors.
|
|
61
|
+
* @internal
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
65
|
export declare var AccountRecoverySettingType$: StaticStructureSchema;
|
|
3
66
|
export declare var AccountTakeoverActionsType$: StaticStructureSchema;
|
|
4
67
|
export declare var AccountTakeoverActionType$: StaticStructureSchema;
|
|
@@ -55,7 +118,6 @@ export declare var AdminUpdateUserAttributesResponse$: StaticStructureSchema;
|
|
|
55
118
|
export declare var AdminUserGlobalSignOutRequest$: StaticStructureSchema;
|
|
56
119
|
export declare var AdminUserGlobalSignOutResponse$: StaticStructureSchema;
|
|
57
120
|
export declare var AdvancedSecurityAdditionalFlowsType$: StaticStructureSchema;
|
|
58
|
-
export declare var AliasExistsException$: StaticErrorSchema;
|
|
59
121
|
export declare var AnalyticsConfigurationType$: StaticStructureSchema;
|
|
60
122
|
export declare var AnalyticsMetadataType$: StaticStructureSchema;
|
|
61
123
|
export declare var AssetType$: StaticStructureSchema;
|
|
@@ -69,13 +131,10 @@ export declare var ChangePasswordRequest$: StaticStructureSchema;
|
|
|
69
131
|
export declare var ChangePasswordResponse$: StaticStructureSchema;
|
|
70
132
|
export declare var CloudWatchLogsConfigurationType$: StaticStructureSchema;
|
|
71
133
|
export declare var CodeDeliveryDetailsType$: StaticStructureSchema;
|
|
72
|
-
export declare var CodeDeliveryFailureException$: StaticErrorSchema;
|
|
73
|
-
export declare var CodeMismatchException$: StaticErrorSchema;
|
|
74
134
|
export declare var CompleteWebAuthnRegistrationRequest$: StaticStructureSchema;
|
|
75
135
|
export declare var CompleteWebAuthnRegistrationResponse$: StaticStructureSchema;
|
|
76
136
|
export declare var CompromisedCredentialsActionsType$: StaticStructureSchema;
|
|
77
137
|
export declare var CompromisedCredentialsRiskConfigurationType$: StaticStructureSchema;
|
|
78
|
-
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
79
138
|
export declare var ConfirmDeviceRequest$: StaticStructureSchema;
|
|
80
139
|
export declare var ConfirmDeviceResponse$: StaticStructureSchema;
|
|
81
140
|
export declare var ConfirmForgotPasswordRequest$: StaticStructureSchema;
|
|
@@ -139,22 +198,16 @@ export declare var DescribeUserPoolDomainResponse$: StaticStructureSchema;
|
|
|
139
198
|
export declare var DescribeUserPoolRequest$: StaticStructureSchema;
|
|
140
199
|
export declare var DescribeUserPoolResponse$: StaticStructureSchema;
|
|
141
200
|
export declare var DeviceConfigurationType$: StaticStructureSchema;
|
|
142
|
-
export declare var DeviceKeyExistsException$: StaticErrorSchema;
|
|
143
201
|
export declare var DeviceSecretVerifierConfigType$: StaticStructureSchema;
|
|
144
202
|
export declare var DeviceType$: StaticStructureSchema;
|
|
145
203
|
export declare var DomainDescriptionType$: StaticStructureSchema;
|
|
146
|
-
export declare var DuplicateProviderException$: StaticErrorSchema;
|
|
147
204
|
export declare var EmailConfigurationType$: StaticStructureSchema;
|
|
148
205
|
export declare var EmailMfaConfigType$: StaticStructureSchema;
|
|
149
206
|
export declare var EmailMfaSettingsType$: StaticStructureSchema;
|
|
150
|
-
export declare var EnableSoftwareTokenMFAException$: StaticErrorSchema;
|
|
151
207
|
export declare var EventContextDataType$: StaticStructureSchema;
|
|
152
208
|
export declare var EventFeedbackType$: StaticStructureSchema;
|
|
153
209
|
export declare var EventRiskType$: StaticStructureSchema;
|
|
154
|
-
export declare var ExpiredCodeException$: StaticErrorSchema;
|
|
155
|
-
export declare var FeatureUnavailableInTierException$: StaticErrorSchema;
|
|
156
210
|
export declare var FirehoseConfigurationType$: StaticStructureSchema;
|
|
157
|
-
export declare var ForbiddenException$: StaticErrorSchema;
|
|
158
211
|
export declare var ForgetDeviceRequest$: StaticStructureSchema;
|
|
159
212
|
export declare var ForgotPasswordRequest$: StaticStructureSchema;
|
|
160
213
|
export declare var ForgotPasswordResponse$: StaticStructureSchema;
|
|
@@ -184,24 +237,13 @@ export declare var GetUserRequest$: StaticStructureSchema;
|
|
|
184
237
|
export declare var GetUserResponse$: StaticStructureSchema;
|
|
185
238
|
export declare var GlobalSignOutRequest$: StaticStructureSchema;
|
|
186
239
|
export declare var GlobalSignOutResponse$: StaticStructureSchema;
|
|
187
|
-
export declare var GroupExistsException$: StaticErrorSchema;
|
|
188
240
|
export declare var GroupType$: StaticStructureSchema;
|
|
189
241
|
export declare var HttpHeader$: StaticStructureSchema;
|
|
190
242
|
export declare var IdentityProviderType$: StaticStructureSchema;
|
|
191
243
|
export declare var InboundFederationLambdaType$: StaticStructureSchema;
|
|
192
244
|
export declare var InitiateAuthRequest$: StaticStructureSchema;
|
|
193
245
|
export declare var InitiateAuthResponse$: StaticStructureSchema;
|
|
194
|
-
export declare var InternalErrorException$: StaticErrorSchema;
|
|
195
|
-
export declare var InvalidEmailRoleAccessPolicyException$: StaticErrorSchema;
|
|
196
|
-
export declare var InvalidLambdaResponseException$: StaticErrorSchema;
|
|
197
|
-
export declare var InvalidOAuthFlowException$: StaticErrorSchema;
|
|
198
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
199
|
-
export declare var InvalidPasswordException$: StaticErrorSchema;
|
|
200
|
-
export declare var InvalidSmsRoleAccessPolicyException$: StaticErrorSchema;
|
|
201
|
-
export declare var InvalidSmsRoleTrustRelationshipException$: StaticErrorSchema;
|
|
202
|
-
export declare var InvalidUserPoolConfigurationException$: StaticErrorSchema;
|
|
203
246
|
export declare var LambdaConfigType$: StaticStructureSchema;
|
|
204
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
205
247
|
export declare var ListDevicesRequest$: StaticStructureSchema;
|
|
206
248
|
export declare var ListDevicesResponse$: StaticStructureSchema;
|
|
207
249
|
export declare var ListGroupsRequest$: StaticStructureSchema;
|
|
@@ -228,29 +270,21 @@ export declare var ListWebAuthnCredentialsRequest$: StaticStructureSchema;
|
|
|
228
270
|
export declare var ListWebAuthnCredentialsResponse$: StaticStructureSchema;
|
|
229
271
|
export declare var LogConfigurationType$: StaticStructureSchema;
|
|
230
272
|
export declare var LogDeliveryConfigurationType$: StaticStructureSchema;
|
|
231
|
-
export declare var ManagedLoginBrandingExistsException$: StaticErrorSchema;
|
|
232
273
|
export declare var ManagedLoginBrandingType$: StaticStructureSchema;
|
|
233
274
|
export declare var MessageTemplateType$: StaticStructureSchema;
|
|
234
|
-
export declare var MFAMethodNotFoundException$: StaticErrorSchema;
|
|
235
275
|
export declare var MFAOptionType$: StaticStructureSchema;
|
|
236
276
|
export declare var NewDeviceMetadataType$: StaticStructureSchema;
|
|
237
|
-
export declare var NotAuthorizedException$: StaticErrorSchema;
|
|
238
277
|
export declare var NotifyConfigurationType$: StaticStructureSchema;
|
|
239
278
|
export declare var NotifyEmailType$: StaticStructureSchema;
|
|
240
279
|
export declare var NumberAttributeConstraintsType$: StaticStructureSchema;
|
|
241
|
-
export declare var PasswordHistoryPolicyViolationException$: StaticErrorSchema;
|
|
242
280
|
export declare var PasswordPolicyType$: StaticStructureSchema;
|
|
243
|
-
export declare var PasswordResetRequiredException$: StaticErrorSchema;
|
|
244
|
-
export declare var PreconditionNotMetException$: StaticErrorSchema;
|
|
245
281
|
export declare var PreTokenGenerationVersionConfigType$: StaticStructureSchema;
|
|
246
282
|
export declare var ProviderDescription$: StaticStructureSchema;
|
|
247
283
|
export declare var ProviderUserIdentifierType$: StaticStructureSchema;
|
|
248
284
|
export declare var RecoveryOptionType$: StaticStructureSchema;
|
|
249
|
-
export declare var RefreshTokenReuseException$: StaticErrorSchema;
|
|
250
285
|
export declare var RefreshTokenRotationType$: StaticStructureSchema;
|
|
251
286
|
export declare var ResendConfirmationCodeRequest$: StaticStructureSchema;
|
|
252
287
|
export declare var ResendConfirmationCodeResponse$: StaticStructureSchema;
|
|
253
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
254
288
|
export declare var ResourceServerScopeType$: StaticStructureSchema;
|
|
255
289
|
export declare var ResourceServerType$: StaticStructureSchema;
|
|
256
290
|
export declare var RespondToAuthChallengeRequest$: StaticStructureSchema;
|
|
@@ -261,7 +295,6 @@ export declare var RiskConfigurationType$: StaticStructureSchema;
|
|
|
261
295
|
export declare var RiskExceptionConfigurationType$: StaticStructureSchema;
|
|
262
296
|
export declare var S3ConfigurationType$: StaticStructureSchema;
|
|
263
297
|
export declare var SchemaAttributeType$: StaticStructureSchema;
|
|
264
|
-
export declare var ScopeDoesNotExistException$: StaticErrorSchema;
|
|
265
298
|
export declare var SetLogDeliveryConfigurationRequest$: StaticStructureSchema;
|
|
266
299
|
export declare var SetLogDeliveryConfigurationResponse$: StaticStructureSchema;
|
|
267
300
|
export declare var SetRiskConfigurationRequest$: StaticStructureSchema;
|
|
@@ -281,7 +314,6 @@ export declare var SmsConfigurationType$: StaticStructureSchema;
|
|
|
281
314
|
export declare var SmsMfaConfigType$: StaticStructureSchema;
|
|
282
315
|
export declare var SMSMfaSettingsType$: StaticStructureSchema;
|
|
283
316
|
export declare var SoftwareTokenMfaConfigType$: StaticStructureSchema;
|
|
284
|
-
export declare var SoftwareTokenMFANotFoundException$: StaticErrorSchema;
|
|
285
317
|
export declare var SoftwareTokenMfaSettingsType$: StaticStructureSchema;
|
|
286
318
|
export declare var StartUserImportJobRequest$: StaticStructureSchema;
|
|
287
319
|
export declare var StartUserImportJobResponse$: StaticStructureSchema;
|
|
@@ -293,19 +325,9 @@ export declare var StringAttributeConstraintsType$: StaticStructureSchema;
|
|
|
293
325
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
294
326
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
295
327
|
export declare var TermsDescriptionType$: StaticStructureSchema;
|
|
296
|
-
export declare var TermsExistsException$: StaticErrorSchema;
|
|
297
328
|
export declare var TermsType$: StaticStructureSchema;
|
|
298
|
-
export declare var TierChangeNotAllowedException$: StaticErrorSchema;
|
|
299
329
|
export declare var TokenValidityUnitsType$: StaticStructureSchema;
|
|
300
|
-
export declare var TooManyFailedAttemptsException$: StaticErrorSchema;
|
|
301
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
302
330
|
export declare var UICustomizationType$: StaticStructureSchema;
|
|
303
|
-
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
304
|
-
export declare var UnexpectedLambdaException$: StaticErrorSchema;
|
|
305
|
-
export declare var UnsupportedIdentityProviderException$: StaticErrorSchema;
|
|
306
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
307
|
-
export declare var UnsupportedTokenTypeException$: StaticErrorSchema;
|
|
308
|
-
export declare var UnsupportedUserStateException$: StaticErrorSchema;
|
|
309
331
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
310
332
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
311
333
|
export declare var UpdateAuthEventFeedbackRequest$: StaticStructureSchema;
|
|
@@ -332,20 +354,13 @@ export declare var UpdateUserPoolRequest$: StaticStructureSchema;
|
|
|
332
354
|
export declare var UpdateUserPoolResponse$: StaticStructureSchema;
|
|
333
355
|
export declare var UserAttributeUpdateSettingsType$: StaticStructureSchema;
|
|
334
356
|
export declare var UserContextDataType$: StaticStructureSchema;
|
|
335
|
-
export declare var UserImportInProgressException$: StaticErrorSchema;
|
|
336
357
|
export declare var UserImportJobType$: StaticStructureSchema;
|
|
337
|
-
export declare var UserLambdaValidationException$: StaticErrorSchema;
|
|
338
358
|
export declare var UsernameConfigurationType$: StaticStructureSchema;
|
|
339
|
-
export declare var UsernameExistsException$: StaticErrorSchema;
|
|
340
|
-
export declare var UserNotConfirmedException$: StaticErrorSchema;
|
|
341
|
-
export declare var UserNotFoundException$: StaticErrorSchema;
|
|
342
|
-
export declare var UserPoolAddOnNotEnabledException$: StaticErrorSchema;
|
|
343
359
|
export declare var UserPoolAddOnsType$: StaticStructureSchema;
|
|
344
360
|
export declare var UserPoolClientDescription$: StaticStructureSchema;
|
|
345
361
|
export declare var UserPoolClientType$: StaticStructureSchema;
|
|
346
362
|
export declare var UserPoolDescriptionType$: StaticStructureSchema;
|
|
347
363
|
export declare var UserPoolPolicyType$: StaticStructureSchema;
|
|
348
|
-
export declare var UserPoolTaggingException$: StaticErrorSchema;
|
|
349
364
|
export declare var UserPoolType$: StaticStructureSchema;
|
|
350
365
|
export declare var UserType$: StaticStructureSchema;
|
|
351
366
|
export declare var VerificationMessageTemplateType$: StaticStructureSchema;
|
|
@@ -353,16 +368,8 @@ export declare var VerifySoftwareTokenRequest$: StaticStructureSchema;
|
|
|
353
368
|
export declare var VerifySoftwareTokenResponse$: StaticStructureSchema;
|
|
354
369
|
export declare var VerifyUserAttributeRequest$: StaticStructureSchema;
|
|
355
370
|
export declare var VerifyUserAttributeResponse$: StaticStructureSchema;
|
|
356
|
-
export declare var WebAuthnChallengeNotFoundException$: StaticErrorSchema;
|
|
357
|
-
export declare var WebAuthnClientMismatchException$: StaticErrorSchema;
|
|
358
|
-
export declare var WebAuthnConfigurationMissingException$: StaticErrorSchema;
|
|
359
371
|
export declare var WebAuthnConfigurationType$: StaticStructureSchema;
|
|
360
372
|
export declare var WebAuthnCredentialDescription$: StaticStructureSchema;
|
|
361
|
-
export declare var WebAuthnCredentialNotSupportedException$: StaticErrorSchema;
|
|
362
|
-
export declare var WebAuthnNotEnabledException$: StaticErrorSchema;
|
|
363
|
-
export declare var WebAuthnOriginNotAllowedException$: StaticErrorSchema;
|
|
364
|
-
export declare var WebAuthnRelyingPartyMismatchException$: StaticErrorSchema;
|
|
365
|
-
export declare var CognitoIdentityProviderServiceException$: StaticErrorSchema;
|
|
366
373
|
export declare var AddCustomAttributes$: StaticOperationSchema;
|
|
367
374
|
export declare var AdminAddUserToGroup$: StaticOperationSchema;
|
|
368
375
|
export declare var AdminConfirmSignUp$: StaticOperationSchema;
|
|
@@ -1,8 +1,66 @@
|
|
|
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 CognitoIdentityProviderServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var AliasExistsException$: StaticErrorSchema;
|
|
9
|
+
export declare var CodeDeliveryFailureException$: StaticErrorSchema;
|
|
10
|
+
export declare var CodeMismatchException$: StaticErrorSchema;
|
|
11
|
+
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
12
|
+
export declare var DeviceKeyExistsException$: StaticErrorSchema;
|
|
13
|
+
export declare var DuplicateProviderException$: StaticErrorSchema;
|
|
14
|
+
export declare var EnableSoftwareTokenMFAException$: StaticErrorSchema;
|
|
15
|
+
export declare var ExpiredCodeException$: StaticErrorSchema;
|
|
16
|
+
export declare var FeatureUnavailableInTierException$: StaticErrorSchema;
|
|
17
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
18
|
+
export declare var GroupExistsException$: StaticErrorSchema;
|
|
19
|
+
export declare var InternalErrorException$: StaticErrorSchema;
|
|
20
|
+
export declare var InvalidEmailRoleAccessPolicyException$: StaticErrorSchema;
|
|
21
|
+
export declare var InvalidLambdaResponseException$: StaticErrorSchema;
|
|
22
|
+
export declare var InvalidOAuthFlowException$: StaticErrorSchema;
|
|
23
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
24
|
+
export declare var InvalidPasswordException$: StaticErrorSchema;
|
|
25
|
+
export declare var InvalidSmsRoleAccessPolicyException$: StaticErrorSchema;
|
|
26
|
+
export declare var InvalidSmsRoleTrustRelationshipException$: StaticErrorSchema;
|
|
27
|
+
export declare var InvalidUserPoolConfigurationException$: StaticErrorSchema;
|
|
28
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
29
|
+
export declare var ManagedLoginBrandingExistsException$: StaticErrorSchema;
|
|
30
|
+
export declare var MFAMethodNotFoundException$: StaticErrorSchema;
|
|
31
|
+
export declare var NotAuthorizedException$: StaticErrorSchema;
|
|
32
|
+
export declare var PasswordHistoryPolicyViolationException$: StaticErrorSchema;
|
|
33
|
+
export declare var PasswordResetRequiredException$: StaticErrorSchema;
|
|
34
|
+
export declare var PreconditionNotMetException$: StaticErrorSchema;
|
|
35
|
+
export declare var RefreshTokenReuseException$: StaticErrorSchema;
|
|
36
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
37
|
+
export declare var ScopeDoesNotExistException$: StaticErrorSchema;
|
|
38
|
+
export declare var SoftwareTokenMFANotFoundException$: StaticErrorSchema;
|
|
39
|
+
export declare var TermsExistsException$: StaticErrorSchema;
|
|
40
|
+
export declare var TierChangeNotAllowedException$: StaticErrorSchema;
|
|
41
|
+
export declare var TooManyFailedAttemptsException$: StaticErrorSchema;
|
|
42
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
43
|
+
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
44
|
+
export declare var UnexpectedLambdaException$: StaticErrorSchema;
|
|
45
|
+
export declare var UnsupportedIdentityProviderException$: StaticErrorSchema;
|
|
46
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
47
|
+
export declare var UnsupportedTokenTypeException$: StaticErrorSchema;
|
|
48
|
+
export declare var UnsupportedUserStateException$: StaticErrorSchema;
|
|
49
|
+
export declare var UserImportInProgressException$: StaticErrorSchema;
|
|
50
|
+
export declare var UserLambdaValidationException$: StaticErrorSchema;
|
|
51
|
+
export declare var UsernameExistsException$: StaticErrorSchema;
|
|
52
|
+
export declare var UserNotConfirmedException$: StaticErrorSchema;
|
|
53
|
+
export declare var UserNotFoundException$: StaticErrorSchema;
|
|
54
|
+
export declare var UserPoolAddOnNotEnabledException$: StaticErrorSchema;
|
|
55
|
+
export declare var UserPoolTaggingException$: StaticErrorSchema;
|
|
56
|
+
export declare var WebAuthnChallengeNotFoundException$: StaticErrorSchema;
|
|
57
|
+
export declare var WebAuthnClientMismatchException$: StaticErrorSchema;
|
|
58
|
+
export declare var WebAuthnConfigurationMissingException$: StaticErrorSchema;
|
|
59
|
+
export declare var WebAuthnCredentialNotSupportedException$: StaticErrorSchema;
|
|
60
|
+
export declare var WebAuthnNotEnabledException$: StaticErrorSchema;
|
|
61
|
+
export declare var WebAuthnOriginNotAllowedException$: StaticErrorSchema;
|
|
62
|
+
export declare var WebAuthnRelyingPartyMismatchException$: StaticErrorSchema;
|
|
63
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
64
|
export declare var AccountRecoverySettingType$: StaticStructureSchema;
|
|
7
65
|
export declare var AccountTakeoverActionsType$: StaticStructureSchema;
|
|
8
66
|
export declare var AccountTakeoverActionType$: StaticStructureSchema;
|
|
@@ -59,7 +117,6 @@ export declare var AdminUpdateUserAttributesResponse$: StaticStructureSchema;
|
|
|
59
117
|
export declare var AdminUserGlobalSignOutRequest$: StaticStructureSchema;
|
|
60
118
|
export declare var AdminUserGlobalSignOutResponse$: StaticStructureSchema;
|
|
61
119
|
export declare var AdvancedSecurityAdditionalFlowsType$: StaticStructureSchema;
|
|
62
|
-
export declare var AliasExistsException$: StaticErrorSchema;
|
|
63
120
|
export declare var AnalyticsConfigurationType$: StaticStructureSchema;
|
|
64
121
|
export declare var AnalyticsMetadataType$: StaticStructureSchema;
|
|
65
122
|
export declare var AssetType$: StaticStructureSchema;
|
|
@@ -73,13 +130,10 @@ export declare var ChangePasswordRequest$: StaticStructureSchema;
|
|
|
73
130
|
export declare var ChangePasswordResponse$: StaticStructureSchema;
|
|
74
131
|
export declare var CloudWatchLogsConfigurationType$: StaticStructureSchema;
|
|
75
132
|
export declare var CodeDeliveryDetailsType$: StaticStructureSchema;
|
|
76
|
-
export declare var CodeDeliveryFailureException$: StaticErrorSchema;
|
|
77
|
-
export declare var CodeMismatchException$: StaticErrorSchema;
|
|
78
133
|
export declare var CompleteWebAuthnRegistrationRequest$: StaticStructureSchema;
|
|
79
134
|
export declare var CompleteWebAuthnRegistrationResponse$: StaticStructureSchema;
|
|
80
135
|
export declare var CompromisedCredentialsActionsType$: StaticStructureSchema;
|
|
81
136
|
export declare var CompromisedCredentialsRiskConfigurationType$: StaticStructureSchema;
|
|
82
|
-
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
83
137
|
export declare var ConfirmDeviceRequest$: StaticStructureSchema;
|
|
84
138
|
export declare var ConfirmDeviceResponse$: StaticStructureSchema;
|
|
85
139
|
export declare var ConfirmForgotPasswordRequest$: StaticStructureSchema;
|
|
@@ -143,22 +197,16 @@ export declare var DescribeUserPoolDomainResponse$: StaticStructureSchema;
|
|
|
143
197
|
export declare var DescribeUserPoolRequest$: StaticStructureSchema;
|
|
144
198
|
export declare var DescribeUserPoolResponse$: StaticStructureSchema;
|
|
145
199
|
export declare var DeviceConfigurationType$: StaticStructureSchema;
|
|
146
|
-
export declare var DeviceKeyExistsException$: StaticErrorSchema;
|
|
147
200
|
export declare var DeviceSecretVerifierConfigType$: StaticStructureSchema;
|
|
148
201
|
export declare var DeviceType$: StaticStructureSchema;
|
|
149
202
|
export declare var DomainDescriptionType$: StaticStructureSchema;
|
|
150
|
-
export declare var DuplicateProviderException$: StaticErrorSchema;
|
|
151
203
|
export declare var EmailConfigurationType$: StaticStructureSchema;
|
|
152
204
|
export declare var EmailMfaConfigType$: StaticStructureSchema;
|
|
153
205
|
export declare var EmailMfaSettingsType$: StaticStructureSchema;
|
|
154
|
-
export declare var EnableSoftwareTokenMFAException$: StaticErrorSchema;
|
|
155
206
|
export declare var EventContextDataType$: StaticStructureSchema;
|
|
156
207
|
export declare var EventFeedbackType$: StaticStructureSchema;
|
|
157
208
|
export declare var EventRiskType$: StaticStructureSchema;
|
|
158
|
-
export declare var ExpiredCodeException$: StaticErrorSchema;
|
|
159
|
-
export declare var FeatureUnavailableInTierException$: StaticErrorSchema;
|
|
160
209
|
export declare var FirehoseConfigurationType$: StaticStructureSchema;
|
|
161
|
-
export declare var ForbiddenException$: StaticErrorSchema;
|
|
162
210
|
export declare var ForgetDeviceRequest$: StaticStructureSchema;
|
|
163
211
|
export declare var ForgotPasswordRequest$: StaticStructureSchema;
|
|
164
212
|
export declare var ForgotPasswordResponse$: StaticStructureSchema;
|
|
@@ -188,24 +236,13 @@ export declare var GetUserRequest$: StaticStructureSchema;
|
|
|
188
236
|
export declare var GetUserResponse$: StaticStructureSchema;
|
|
189
237
|
export declare var GlobalSignOutRequest$: StaticStructureSchema;
|
|
190
238
|
export declare var GlobalSignOutResponse$: StaticStructureSchema;
|
|
191
|
-
export declare var GroupExistsException$: StaticErrorSchema;
|
|
192
239
|
export declare var GroupType$: StaticStructureSchema;
|
|
193
240
|
export declare var HttpHeader$: StaticStructureSchema;
|
|
194
241
|
export declare var IdentityProviderType$: StaticStructureSchema;
|
|
195
242
|
export declare var InboundFederationLambdaType$: StaticStructureSchema;
|
|
196
243
|
export declare var InitiateAuthRequest$: StaticStructureSchema;
|
|
197
244
|
export declare var InitiateAuthResponse$: StaticStructureSchema;
|
|
198
|
-
export declare var InternalErrorException$: StaticErrorSchema;
|
|
199
|
-
export declare var InvalidEmailRoleAccessPolicyException$: StaticErrorSchema;
|
|
200
|
-
export declare var InvalidLambdaResponseException$: StaticErrorSchema;
|
|
201
|
-
export declare var InvalidOAuthFlowException$: StaticErrorSchema;
|
|
202
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
203
|
-
export declare var InvalidPasswordException$: StaticErrorSchema;
|
|
204
|
-
export declare var InvalidSmsRoleAccessPolicyException$: StaticErrorSchema;
|
|
205
|
-
export declare var InvalidSmsRoleTrustRelationshipException$: StaticErrorSchema;
|
|
206
|
-
export declare var InvalidUserPoolConfigurationException$: StaticErrorSchema;
|
|
207
245
|
export declare var LambdaConfigType$: StaticStructureSchema;
|
|
208
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
209
246
|
export declare var ListDevicesRequest$: StaticStructureSchema;
|
|
210
247
|
export declare var ListDevicesResponse$: StaticStructureSchema;
|
|
211
248
|
export declare var ListGroupsRequest$: StaticStructureSchema;
|
|
@@ -232,29 +269,21 @@ export declare var ListWebAuthnCredentialsRequest$: StaticStructureSchema;
|
|
|
232
269
|
export declare var ListWebAuthnCredentialsResponse$: StaticStructureSchema;
|
|
233
270
|
export declare var LogConfigurationType$: StaticStructureSchema;
|
|
234
271
|
export declare var LogDeliveryConfigurationType$: StaticStructureSchema;
|
|
235
|
-
export declare var ManagedLoginBrandingExistsException$: StaticErrorSchema;
|
|
236
272
|
export declare var ManagedLoginBrandingType$: StaticStructureSchema;
|
|
237
273
|
export declare var MessageTemplateType$: StaticStructureSchema;
|
|
238
|
-
export declare var MFAMethodNotFoundException$: StaticErrorSchema;
|
|
239
274
|
export declare var MFAOptionType$: StaticStructureSchema;
|
|
240
275
|
export declare var NewDeviceMetadataType$: StaticStructureSchema;
|
|
241
|
-
export declare var NotAuthorizedException$: StaticErrorSchema;
|
|
242
276
|
export declare var NotifyConfigurationType$: StaticStructureSchema;
|
|
243
277
|
export declare var NotifyEmailType$: StaticStructureSchema;
|
|
244
278
|
export declare var NumberAttributeConstraintsType$: StaticStructureSchema;
|
|
245
|
-
export declare var PasswordHistoryPolicyViolationException$: StaticErrorSchema;
|
|
246
279
|
export declare var PasswordPolicyType$: StaticStructureSchema;
|
|
247
|
-
export declare var PasswordResetRequiredException$: StaticErrorSchema;
|
|
248
|
-
export declare var PreconditionNotMetException$: StaticErrorSchema;
|
|
249
280
|
export declare var PreTokenGenerationVersionConfigType$: StaticStructureSchema;
|
|
250
281
|
export declare var ProviderDescription$: StaticStructureSchema;
|
|
251
282
|
export declare var ProviderUserIdentifierType$: StaticStructureSchema;
|
|
252
283
|
export declare var RecoveryOptionType$: StaticStructureSchema;
|
|
253
|
-
export declare var RefreshTokenReuseException$: StaticErrorSchema;
|
|
254
284
|
export declare var RefreshTokenRotationType$: StaticStructureSchema;
|
|
255
285
|
export declare var ResendConfirmationCodeRequest$: StaticStructureSchema;
|
|
256
286
|
export declare var ResendConfirmationCodeResponse$: StaticStructureSchema;
|
|
257
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
258
287
|
export declare var ResourceServerScopeType$: StaticStructureSchema;
|
|
259
288
|
export declare var ResourceServerType$: StaticStructureSchema;
|
|
260
289
|
export declare var RespondToAuthChallengeRequest$: StaticStructureSchema;
|
|
@@ -265,7 +294,6 @@ export declare var RiskConfigurationType$: StaticStructureSchema;
|
|
|
265
294
|
export declare var RiskExceptionConfigurationType$: StaticStructureSchema;
|
|
266
295
|
export declare var S3ConfigurationType$: StaticStructureSchema;
|
|
267
296
|
export declare var SchemaAttributeType$: StaticStructureSchema;
|
|
268
|
-
export declare var ScopeDoesNotExistException$: StaticErrorSchema;
|
|
269
297
|
export declare var SetLogDeliveryConfigurationRequest$: StaticStructureSchema;
|
|
270
298
|
export declare var SetLogDeliveryConfigurationResponse$: StaticStructureSchema;
|
|
271
299
|
export declare var SetRiskConfigurationRequest$: StaticStructureSchema;
|
|
@@ -285,7 +313,6 @@ export declare var SmsConfigurationType$: StaticStructureSchema;
|
|
|
285
313
|
export declare var SmsMfaConfigType$: StaticStructureSchema;
|
|
286
314
|
export declare var SMSMfaSettingsType$: StaticStructureSchema;
|
|
287
315
|
export declare var SoftwareTokenMfaConfigType$: StaticStructureSchema;
|
|
288
|
-
export declare var SoftwareTokenMFANotFoundException$: StaticErrorSchema;
|
|
289
316
|
export declare var SoftwareTokenMfaSettingsType$: StaticStructureSchema;
|
|
290
317
|
export declare var StartUserImportJobRequest$: StaticStructureSchema;
|
|
291
318
|
export declare var StartUserImportJobResponse$: StaticStructureSchema;
|
|
@@ -297,19 +324,9 @@ export declare var StringAttributeConstraintsType$: StaticStructureSchema;
|
|
|
297
324
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
298
325
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
299
326
|
export declare var TermsDescriptionType$: StaticStructureSchema;
|
|
300
|
-
export declare var TermsExistsException$: StaticErrorSchema;
|
|
301
327
|
export declare var TermsType$: StaticStructureSchema;
|
|
302
|
-
export declare var TierChangeNotAllowedException$: StaticErrorSchema;
|
|
303
328
|
export declare var TokenValidityUnitsType$: StaticStructureSchema;
|
|
304
|
-
export declare var TooManyFailedAttemptsException$: StaticErrorSchema;
|
|
305
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
306
329
|
export declare var UICustomizationType$: StaticStructureSchema;
|
|
307
|
-
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
308
|
-
export declare var UnexpectedLambdaException$: StaticErrorSchema;
|
|
309
|
-
export declare var UnsupportedIdentityProviderException$: StaticErrorSchema;
|
|
310
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
311
|
-
export declare var UnsupportedTokenTypeException$: StaticErrorSchema;
|
|
312
|
-
export declare var UnsupportedUserStateException$: StaticErrorSchema;
|
|
313
330
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
314
331
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
315
332
|
export declare var UpdateAuthEventFeedbackRequest$: StaticStructureSchema;
|
|
@@ -336,20 +353,13 @@ export declare var UpdateUserPoolRequest$: StaticStructureSchema;
|
|
|
336
353
|
export declare var UpdateUserPoolResponse$: StaticStructureSchema;
|
|
337
354
|
export declare var UserAttributeUpdateSettingsType$: StaticStructureSchema;
|
|
338
355
|
export declare var UserContextDataType$: StaticStructureSchema;
|
|
339
|
-
export declare var UserImportInProgressException$: StaticErrorSchema;
|
|
340
356
|
export declare var UserImportJobType$: StaticStructureSchema;
|
|
341
|
-
export declare var UserLambdaValidationException$: StaticErrorSchema;
|
|
342
357
|
export declare var UsernameConfigurationType$: StaticStructureSchema;
|
|
343
|
-
export declare var UsernameExistsException$: StaticErrorSchema;
|
|
344
|
-
export declare var UserNotConfirmedException$: StaticErrorSchema;
|
|
345
|
-
export declare var UserNotFoundException$: StaticErrorSchema;
|
|
346
|
-
export declare var UserPoolAddOnNotEnabledException$: StaticErrorSchema;
|
|
347
358
|
export declare var UserPoolAddOnsType$: StaticStructureSchema;
|
|
348
359
|
export declare var UserPoolClientDescription$: StaticStructureSchema;
|
|
349
360
|
export declare var UserPoolClientType$: StaticStructureSchema;
|
|
350
361
|
export declare var UserPoolDescriptionType$: StaticStructureSchema;
|
|
351
362
|
export declare var UserPoolPolicyType$: StaticStructureSchema;
|
|
352
|
-
export declare var UserPoolTaggingException$: StaticErrorSchema;
|
|
353
363
|
export declare var UserPoolType$: StaticStructureSchema;
|
|
354
364
|
export declare var UserType$: StaticStructureSchema;
|
|
355
365
|
export declare var VerificationMessageTemplateType$: StaticStructureSchema;
|
|
@@ -357,16 +367,8 @@ export declare var VerifySoftwareTokenRequest$: StaticStructureSchema;
|
|
|
357
367
|
export declare var VerifySoftwareTokenResponse$: StaticStructureSchema;
|
|
358
368
|
export declare var VerifyUserAttributeRequest$: StaticStructureSchema;
|
|
359
369
|
export declare var VerifyUserAttributeResponse$: StaticStructureSchema;
|
|
360
|
-
export declare var WebAuthnChallengeNotFoundException$: StaticErrorSchema;
|
|
361
|
-
export declare var WebAuthnClientMismatchException$: StaticErrorSchema;
|
|
362
|
-
export declare var WebAuthnConfigurationMissingException$: StaticErrorSchema;
|
|
363
370
|
export declare var WebAuthnConfigurationType$: StaticStructureSchema;
|
|
364
371
|
export declare var WebAuthnCredentialDescription$: StaticStructureSchema;
|
|
365
|
-
export declare var WebAuthnCredentialNotSupportedException$: StaticErrorSchema;
|
|
366
|
-
export declare var WebAuthnNotEnabledException$: StaticErrorSchema;
|
|
367
|
-
export declare var WebAuthnOriginNotAllowedException$: StaticErrorSchema;
|
|
368
|
-
export declare var WebAuthnRelyingPartyMismatchException$: StaticErrorSchema;
|
|
369
|
-
export declare var CognitoIdentityProviderServiceException$: StaticErrorSchema;
|
|
370
372
|
export declare var AddCustomAttributes$: StaticOperationSchema;
|
|
371
373
|
export declare var AdminAddUserToGroup$: StaticOperationSchema;
|
|
372
374
|
export declare var AdminConfirmSignUp$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cognito-identity-provider",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.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-cognito-identity-provider",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|