@aws-sdk/client-cognito-identity-provider 3.934.0 → 3.936.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.
Files changed (111) hide show
  1. package/dist-cjs/index.js +282 -282
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +281 -0
  4. package/dist-es/models/errors.js +663 -0
  5. package/dist-es/models/models_0.js +1 -876
  6. package/dist-es/models/models_1.js +1 -69
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/GetTokensFromRefreshTokenCommand.d.ts +1 -2
  9. package/dist-types/commands/GetUICustomizationCommand.d.ts +1 -1
  10. package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +1 -1
  11. package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +1 -1
  12. package/dist-types/commands/GetUserCommand.d.ts +1 -1
  13. package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +1 -1
  14. package/dist-types/commands/GlobalSignOutCommand.d.ts +1 -1
  15. package/dist-types/commands/InitiateAuthCommand.d.ts +1 -1
  16. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  17. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -1
  19. package/dist-types/commands/ListResourceServersCommand.d.ts +1 -1
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  21. package/dist-types/commands/ListTermsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListUserImportJobsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListUserPoolClientsCommand.d.ts +1 -1
  24. package/dist-types/commands/ListUserPoolsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  26. package/dist-types/commands/ListUsersInGroupCommand.d.ts +1 -1
  27. package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +1 -1
  28. package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +1 -1
  29. package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +1 -1
  30. package/dist-types/commands/RevokeTokenCommand.d.ts +1 -1
  31. package/dist-types/commands/SetLogDeliveryConfigurationCommand.d.ts +1 -1
  32. package/dist-types/commands/SetRiskConfigurationCommand.d.ts +1 -1
  33. package/dist-types/commands/SetUICustomizationCommand.d.ts +1 -1
  34. package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +1 -1
  35. package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +1 -1
  36. package/dist-types/commands/SetUserSettingsCommand.d.ts +1 -1
  37. package/dist-types/commands/SignUpCommand.d.ts +1 -1
  38. package/dist-types/commands/StartUserImportJobCommand.d.ts +1 -1
  39. package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +1 -1
  40. package/dist-types/commands/StopUserImportJobCommand.d.ts +1 -1
  41. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  42. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateResourceServerCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateTermsCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateUserAttributesCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateUserPoolCommand.d.ts +1 -1
  53. package/dist-types/index.d.ts +4 -1
  54. package/dist-types/models/enums.d.ts +681 -0
  55. package/dist-types/models/errors.d.ts +710 -0
  56. package/dist-types/models/models_0.d.ts +3866 -1311
  57. package/dist-types/models/models_1.d.ts +2 -3949
  58. package/dist-types/ts3.4/commands/GetTokensFromRefreshTokenCommand.d.ts +4 -2
  59. package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/ListTermsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/SetLogDeliveryConfigurationCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/SignUpCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/UpdateTermsCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +2 -4
  102. package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/index.d.ts +4 -1
  104. package/dist-types/ts3.4/models/enums.d.ts +372 -0
  105. package/dist-types/ts3.4/models/errors.d.ts +440 -0
  106. package/dist-types/ts3.4/models/models_0.d.ts +540 -759
  107. package/dist-types/ts3.4/models/models_1.d.ts +2 -603
  108. package/package.json +19 -19
  109. package/dist-es/models/index.js +0 -2
  110. package/dist-types/models/index.d.ts +0 -2
  111. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -0,0 +1,440 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { CognitoIdentityProviderServiceException as __BaseException } from "./CognitoIdentityProviderServiceException";
3
+ export declare class InternalErrorException extends __BaseException {
4
+ readonly name: "InternalErrorException";
5
+ readonly $fault: "server";
6
+ constructor(
7
+ opts: __ExceptionOptionType<InternalErrorException, __BaseException>
8
+ );
9
+ }
10
+ export declare class InvalidParameterException extends __BaseException {
11
+ readonly name: "InvalidParameterException";
12
+ readonly $fault: "client";
13
+ reasonCode?: string | undefined;
14
+ constructor(
15
+ opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
16
+ );
17
+ }
18
+ export declare class NotAuthorizedException extends __BaseException {
19
+ readonly name: "NotAuthorizedException";
20
+ readonly $fault: "client";
21
+ constructor(
22
+ opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
23
+ );
24
+ }
25
+ export declare class ResourceNotFoundException extends __BaseException {
26
+ readonly name: "ResourceNotFoundException";
27
+ readonly $fault: "client";
28
+ constructor(
29
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
30
+ );
31
+ }
32
+ export declare class TooManyRequestsException extends __BaseException {
33
+ readonly name: "TooManyRequestsException";
34
+ readonly $fault: "client";
35
+ constructor(
36
+ opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
37
+ );
38
+ }
39
+ export declare class UserImportInProgressException extends __BaseException {
40
+ readonly name: "UserImportInProgressException";
41
+ readonly $fault: "client";
42
+ constructor(
43
+ opts: __ExceptionOptionType<UserImportInProgressException, __BaseException>
44
+ );
45
+ }
46
+ export declare class UserNotFoundException extends __BaseException {
47
+ readonly name: "UserNotFoundException";
48
+ readonly $fault: "client";
49
+ constructor(
50
+ opts: __ExceptionOptionType<UserNotFoundException, __BaseException>
51
+ );
52
+ }
53
+ export declare class InvalidLambdaResponseException extends __BaseException {
54
+ readonly name: "InvalidLambdaResponseException";
55
+ readonly $fault: "client";
56
+ constructor(
57
+ opts: __ExceptionOptionType<InvalidLambdaResponseException, __BaseException>
58
+ );
59
+ }
60
+ export declare class LimitExceededException extends __BaseException {
61
+ readonly name: "LimitExceededException";
62
+ readonly $fault: "client";
63
+ constructor(
64
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
65
+ );
66
+ }
67
+ export declare class TooManyFailedAttemptsException extends __BaseException {
68
+ readonly name: "TooManyFailedAttemptsException";
69
+ readonly $fault: "client";
70
+ constructor(
71
+ opts: __ExceptionOptionType<TooManyFailedAttemptsException, __BaseException>
72
+ );
73
+ }
74
+ export declare class UnexpectedLambdaException extends __BaseException {
75
+ readonly name: "UnexpectedLambdaException";
76
+ readonly $fault: "client";
77
+ constructor(
78
+ opts: __ExceptionOptionType<UnexpectedLambdaException, __BaseException>
79
+ );
80
+ }
81
+ export declare class UserLambdaValidationException extends __BaseException {
82
+ readonly name: "UserLambdaValidationException";
83
+ readonly $fault: "client";
84
+ constructor(
85
+ opts: __ExceptionOptionType<UserLambdaValidationException, __BaseException>
86
+ );
87
+ }
88
+ export declare class CodeDeliveryFailureException extends __BaseException {
89
+ readonly name: "CodeDeliveryFailureException";
90
+ readonly $fault: "client";
91
+ constructor(
92
+ opts: __ExceptionOptionType<CodeDeliveryFailureException, __BaseException>
93
+ );
94
+ }
95
+ export declare class InvalidPasswordException extends __BaseException {
96
+ readonly name: "InvalidPasswordException";
97
+ readonly $fault: "client";
98
+ constructor(
99
+ opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>
100
+ );
101
+ }
102
+ export declare class InvalidSmsRoleAccessPolicyException extends __BaseException {
103
+ readonly name: "InvalidSmsRoleAccessPolicyException";
104
+ readonly $fault: "client";
105
+ constructor(
106
+ opts: __ExceptionOptionType<
107
+ InvalidSmsRoleAccessPolicyException,
108
+ __BaseException
109
+ >
110
+ );
111
+ }
112
+ export declare class InvalidSmsRoleTrustRelationshipException extends __BaseException {
113
+ readonly name: "InvalidSmsRoleTrustRelationshipException";
114
+ readonly $fault: "client";
115
+ constructor(
116
+ opts: __ExceptionOptionType<
117
+ InvalidSmsRoleTrustRelationshipException,
118
+ __BaseException
119
+ >
120
+ );
121
+ }
122
+ export declare class PreconditionNotMetException extends __BaseException {
123
+ readonly name: "PreconditionNotMetException";
124
+ readonly $fault: "client";
125
+ constructor(
126
+ opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>
127
+ );
128
+ }
129
+ export declare class UnsupportedUserStateException extends __BaseException {
130
+ readonly name: "UnsupportedUserStateException";
131
+ readonly $fault: "client";
132
+ constructor(
133
+ opts: __ExceptionOptionType<UnsupportedUserStateException, __BaseException>
134
+ );
135
+ }
136
+ export declare class UsernameExistsException extends __BaseException {
137
+ readonly name: "UsernameExistsException";
138
+ readonly $fault: "client";
139
+ constructor(
140
+ opts: __ExceptionOptionType<UsernameExistsException, __BaseException>
141
+ );
142
+ }
143
+ export declare class AliasExistsException extends __BaseException {
144
+ readonly name: "AliasExistsException";
145
+ readonly $fault: "client";
146
+ constructor(
147
+ opts: __ExceptionOptionType<AliasExistsException, __BaseException>
148
+ );
149
+ }
150
+ export declare class InvalidUserPoolConfigurationException extends __BaseException {
151
+ readonly name: "InvalidUserPoolConfigurationException";
152
+ readonly $fault: "client";
153
+ constructor(
154
+ opts: __ExceptionOptionType<
155
+ InvalidUserPoolConfigurationException,
156
+ __BaseException
157
+ >
158
+ );
159
+ }
160
+ export declare class InvalidEmailRoleAccessPolicyException extends __BaseException {
161
+ readonly name: "InvalidEmailRoleAccessPolicyException";
162
+ readonly $fault: "client";
163
+ constructor(
164
+ opts: __ExceptionOptionType<
165
+ InvalidEmailRoleAccessPolicyException,
166
+ __BaseException
167
+ >
168
+ );
169
+ }
170
+ export declare class MFAMethodNotFoundException extends __BaseException {
171
+ readonly name: "MFAMethodNotFoundException";
172
+ readonly $fault: "client";
173
+ constructor(
174
+ opts: __ExceptionOptionType<MFAMethodNotFoundException, __BaseException>
175
+ );
176
+ }
177
+ export declare class PasswordResetRequiredException extends __BaseException {
178
+ readonly name: "PasswordResetRequiredException";
179
+ readonly $fault: "client";
180
+ constructor(
181
+ opts: __ExceptionOptionType<PasswordResetRequiredException, __BaseException>
182
+ );
183
+ }
184
+ export declare class UnsupportedOperationException extends __BaseException {
185
+ readonly name: "UnsupportedOperationException";
186
+ readonly $fault: "client";
187
+ constructor(
188
+ opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
189
+ );
190
+ }
191
+ export declare class UserNotConfirmedException extends __BaseException {
192
+ readonly name: "UserNotConfirmedException";
193
+ readonly $fault: "client";
194
+ constructor(
195
+ opts: __ExceptionOptionType<UserNotConfirmedException, __BaseException>
196
+ );
197
+ }
198
+ export declare class UserPoolAddOnNotEnabledException extends __BaseException {
199
+ readonly name: "UserPoolAddOnNotEnabledException";
200
+ readonly $fault: "client";
201
+ constructor(
202
+ opts: __ExceptionOptionType<
203
+ UserPoolAddOnNotEnabledException,
204
+ __BaseException
205
+ >
206
+ );
207
+ }
208
+ export declare class CodeMismatchException extends __BaseException {
209
+ readonly name: "CodeMismatchException";
210
+ readonly $fault: "client";
211
+ constructor(
212
+ opts: __ExceptionOptionType<CodeMismatchException, __BaseException>
213
+ );
214
+ }
215
+ export declare class ExpiredCodeException extends __BaseException {
216
+ readonly name: "ExpiredCodeException";
217
+ readonly $fault: "client";
218
+ constructor(
219
+ opts: __ExceptionOptionType<ExpiredCodeException, __BaseException>
220
+ );
221
+ }
222
+ export declare class PasswordHistoryPolicyViolationException extends __BaseException {
223
+ readonly name: "PasswordHistoryPolicyViolationException";
224
+ readonly $fault: "client";
225
+ constructor(
226
+ opts: __ExceptionOptionType<
227
+ PasswordHistoryPolicyViolationException,
228
+ __BaseException
229
+ >
230
+ );
231
+ }
232
+ export declare class SoftwareTokenMFANotFoundException extends __BaseException {
233
+ readonly name: "SoftwareTokenMFANotFoundException";
234
+ readonly $fault: "client";
235
+ constructor(
236
+ opts: __ExceptionOptionType<
237
+ SoftwareTokenMFANotFoundException,
238
+ __BaseException
239
+ >
240
+ );
241
+ }
242
+ export declare class ConcurrentModificationException extends __BaseException {
243
+ readonly name: "ConcurrentModificationException";
244
+ readonly $fault: "client";
245
+ constructor(
246
+ opts: __ExceptionOptionType<
247
+ ConcurrentModificationException,
248
+ __BaseException
249
+ >
250
+ );
251
+ }
252
+ export declare class ForbiddenException extends __BaseException {
253
+ readonly name: "ForbiddenException";
254
+ readonly $fault: "client";
255
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
256
+ }
257
+ export declare class WebAuthnChallengeNotFoundException extends __BaseException {
258
+ readonly name: "WebAuthnChallengeNotFoundException";
259
+ readonly $fault: "client";
260
+ constructor(
261
+ opts: __ExceptionOptionType<
262
+ WebAuthnChallengeNotFoundException,
263
+ __BaseException
264
+ >
265
+ );
266
+ }
267
+ export declare class WebAuthnClientMismatchException extends __BaseException {
268
+ readonly name: "WebAuthnClientMismatchException";
269
+ readonly $fault: "client";
270
+ constructor(
271
+ opts: __ExceptionOptionType<
272
+ WebAuthnClientMismatchException,
273
+ __BaseException
274
+ >
275
+ );
276
+ }
277
+ export declare class WebAuthnCredentialNotSupportedException extends __BaseException {
278
+ readonly name: "WebAuthnCredentialNotSupportedException";
279
+ readonly $fault: "client";
280
+ constructor(
281
+ opts: __ExceptionOptionType<
282
+ WebAuthnCredentialNotSupportedException,
283
+ __BaseException
284
+ >
285
+ );
286
+ }
287
+ export declare class WebAuthnNotEnabledException extends __BaseException {
288
+ readonly name: "WebAuthnNotEnabledException";
289
+ readonly $fault: "client";
290
+ constructor(
291
+ opts: __ExceptionOptionType<WebAuthnNotEnabledException, __BaseException>
292
+ );
293
+ }
294
+ export declare class WebAuthnOriginNotAllowedException extends __BaseException {
295
+ readonly name: "WebAuthnOriginNotAllowedException";
296
+ readonly $fault: "client";
297
+ constructor(
298
+ opts: __ExceptionOptionType<
299
+ WebAuthnOriginNotAllowedException,
300
+ __BaseException
301
+ >
302
+ );
303
+ }
304
+ export declare class WebAuthnRelyingPartyMismatchException extends __BaseException {
305
+ readonly name: "WebAuthnRelyingPartyMismatchException";
306
+ readonly $fault: "client";
307
+ constructor(
308
+ opts: __ExceptionOptionType<
309
+ WebAuthnRelyingPartyMismatchException,
310
+ __BaseException
311
+ >
312
+ );
313
+ }
314
+ export declare class DeviceKeyExistsException extends __BaseException {
315
+ readonly name: "DeviceKeyExistsException";
316
+ readonly $fault: "client";
317
+ constructor(
318
+ opts: __ExceptionOptionType<DeviceKeyExistsException, __BaseException>
319
+ );
320
+ }
321
+ export declare class GroupExistsException extends __BaseException {
322
+ readonly name: "GroupExistsException";
323
+ readonly $fault: "client";
324
+ constructor(
325
+ opts: __ExceptionOptionType<GroupExistsException, __BaseException>
326
+ );
327
+ }
328
+ export declare class DuplicateProviderException extends __BaseException {
329
+ readonly name: "DuplicateProviderException";
330
+ readonly $fault: "client";
331
+ constructor(
332
+ opts: __ExceptionOptionType<DuplicateProviderException, __BaseException>
333
+ );
334
+ }
335
+ export declare class ManagedLoginBrandingExistsException extends __BaseException {
336
+ readonly name: "ManagedLoginBrandingExistsException";
337
+ readonly $fault: "client";
338
+ constructor(
339
+ opts: __ExceptionOptionType<
340
+ ManagedLoginBrandingExistsException,
341
+ __BaseException
342
+ >
343
+ );
344
+ }
345
+ export declare class TermsExistsException extends __BaseException {
346
+ readonly name: "TermsExistsException";
347
+ readonly $fault: "client";
348
+ constructor(
349
+ opts: __ExceptionOptionType<TermsExistsException, __BaseException>
350
+ );
351
+ }
352
+ export declare class FeatureUnavailableInTierException extends __BaseException {
353
+ readonly name: "FeatureUnavailableInTierException";
354
+ readonly $fault: "client";
355
+ constructor(
356
+ opts: __ExceptionOptionType<
357
+ FeatureUnavailableInTierException,
358
+ __BaseException
359
+ >
360
+ );
361
+ }
362
+ export declare class TierChangeNotAllowedException extends __BaseException {
363
+ readonly name: "TierChangeNotAllowedException";
364
+ readonly $fault: "client";
365
+ constructor(
366
+ opts: __ExceptionOptionType<TierChangeNotAllowedException, __BaseException>
367
+ );
368
+ }
369
+ export declare class UserPoolTaggingException extends __BaseException {
370
+ readonly name: "UserPoolTaggingException";
371
+ readonly $fault: "client";
372
+ constructor(
373
+ opts: __ExceptionOptionType<UserPoolTaggingException, __BaseException>
374
+ );
375
+ }
376
+ export declare class InvalidOAuthFlowException extends __BaseException {
377
+ readonly name: "InvalidOAuthFlowException";
378
+ readonly $fault: "client";
379
+ constructor(
380
+ opts: __ExceptionOptionType<InvalidOAuthFlowException, __BaseException>
381
+ );
382
+ }
383
+ export declare class ScopeDoesNotExistException extends __BaseException {
384
+ readonly name: "ScopeDoesNotExistException";
385
+ readonly $fault: "client";
386
+ constructor(
387
+ opts: __ExceptionOptionType<ScopeDoesNotExistException, __BaseException>
388
+ );
389
+ }
390
+ export declare class UnsupportedIdentityProviderException extends __BaseException {
391
+ readonly name: "UnsupportedIdentityProviderException";
392
+ readonly $fault: "client";
393
+ constructor(
394
+ opts: __ExceptionOptionType<
395
+ UnsupportedIdentityProviderException,
396
+ __BaseException
397
+ >
398
+ );
399
+ }
400
+ export declare class RefreshTokenReuseException extends __BaseException {
401
+ readonly name: "RefreshTokenReuseException";
402
+ readonly $fault: "client";
403
+ constructor(
404
+ opts: __ExceptionOptionType<RefreshTokenReuseException, __BaseException>
405
+ );
406
+ }
407
+ export declare class UnauthorizedException extends __BaseException {
408
+ readonly name: "UnauthorizedException";
409
+ readonly $fault: "client";
410
+ constructor(
411
+ opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
412
+ );
413
+ }
414
+ export declare class UnsupportedTokenTypeException extends __BaseException {
415
+ readonly name: "UnsupportedTokenTypeException";
416
+ readonly $fault: "client";
417
+ constructor(
418
+ opts: __ExceptionOptionType<UnsupportedTokenTypeException, __BaseException>
419
+ );
420
+ }
421
+ export declare class WebAuthnConfigurationMissingException extends __BaseException {
422
+ readonly name: "WebAuthnConfigurationMissingException";
423
+ readonly $fault: "client";
424
+ constructor(
425
+ opts: __ExceptionOptionType<
426
+ WebAuthnConfigurationMissingException,
427
+ __BaseException
428
+ >
429
+ );
430
+ }
431
+ export declare class EnableSoftwareTokenMFAException extends __BaseException {
432
+ readonly name: "EnableSoftwareTokenMFAException";
433
+ readonly $fault: "client";
434
+ constructor(
435
+ opts: __ExceptionOptionType<
436
+ EnableSoftwareTokenMFAException,
437
+ __BaseException
438
+ >
439
+ );
440
+ }