@aws-sdk/client-cognito-identity-provider 3.1074.0 → 3.1076.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.
@@ -1,699 +0,0 @@
1
- const { CognitoIdentityProviderServiceException: __BaseException } = require("./CognitoIdentityProviderServiceException");
2
- exports.AccessDeniedException = class AccessDeniedException extends __BaseException {
3
- name = "AccessDeniedException";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "AccessDeniedException",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
- }
13
- };
14
- exports.InternalErrorException = class InternalErrorException extends __BaseException {
15
- name = "InternalErrorException";
16
- $fault = "server";
17
- constructor(opts) {
18
- super({
19
- name: "InternalErrorException",
20
- $fault: "server",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, InternalErrorException.prototype);
24
- }
25
- };
26
- exports.InvalidParameterException = class InvalidParameterException extends __BaseException {
27
- name = "InvalidParameterException";
28
- $fault = "client";
29
- reasonCode;
30
- constructor(opts) {
31
- super({
32
- name: "InvalidParameterException",
33
- $fault: "client",
34
- ...opts,
35
- });
36
- Object.setPrototypeOf(this, InvalidParameterException.prototype);
37
- this.reasonCode = opts.reasonCode;
38
- }
39
- };
40
- exports.NotAuthorizedException = class NotAuthorizedException extends __BaseException {
41
- name = "NotAuthorizedException";
42
- $fault = "client";
43
- constructor(opts) {
44
- super({
45
- name: "NotAuthorizedException",
46
- $fault: "client",
47
- ...opts,
48
- });
49
- Object.setPrototypeOf(this, NotAuthorizedException.prototype);
50
- }
51
- };
52
- exports.OperationNotEnabledException = class OperationNotEnabledException extends __BaseException {
53
- name = "OperationNotEnabledException";
54
- $fault = "client";
55
- constructor(opts) {
56
- super({
57
- name: "OperationNotEnabledException",
58
- $fault: "client",
59
- ...opts,
60
- });
61
- Object.setPrototypeOf(this, OperationNotEnabledException.prototype);
62
- }
63
- };
64
- exports.ResourceNotFoundException = class ResourceNotFoundException extends __BaseException {
65
- name = "ResourceNotFoundException";
66
- $fault = "client";
67
- constructor(opts) {
68
- super({
69
- name: "ResourceNotFoundException",
70
- $fault: "client",
71
- ...opts,
72
- });
73
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
74
- }
75
- };
76
- exports.TooManyRequestsException = class TooManyRequestsException extends __BaseException {
77
- name = "TooManyRequestsException";
78
- $fault = "client";
79
- constructor(opts) {
80
- super({
81
- name: "TooManyRequestsException",
82
- $fault: "client",
83
- ...opts,
84
- });
85
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
86
- }
87
- };
88
- exports.UserImportInProgressException = class UserImportInProgressException extends __BaseException {
89
- name = "UserImportInProgressException";
90
- $fault = "client";
91
- constructor(opts) {
92
- super({
93
- name: "UserImportInProgressException",
94
- $fault: "client",
95
- ...opts,
96
- });
97
- Object.setPrototypeOf(this, UserImportInProgressException.prototype);
98
- }
99
- };
100
- exports.InternalServerException = class InternalServerException extends __BaseException {
101
- name = "InternalServerException";
102
- $fault = "server";
103
- constructor(opts) {
104
- super({
105
- name: "InternalServerException",
106
- $fault: "server",
107
- ...opts,
108
- });
109
- Object.setPrototypeOf(this, InternalServerException.prototype);
110
- }
111
- };
112
- exports.LimitExceededException = class LimitExceededException extends __BaseException {
113
- name = "LimitExceededException";
114
- $fault = "client";
115
- constructor(opts) {
116
- super({
117
- name: "LimitExceededException",
118
- $fault: "client",
119
- ...opts,
120
- });
121
- Object.setPrototypeOf(this, LimitExceededException.prototype);
122
- }
123
- };
124
- exports.UserNotFoundException = class UserNotFoundException extends __BaseException {
125
- name = "UserNotFoundException";
126
- $fault = "client";
127
- constructor(opts) {
128
- super({
129
- name: "UserNotFoundException",
130
- $fault: "client",
131
- ...opts,
132
- });
133
- Object.setPrototypeOf(this, UserNotFoundException.prototype);
134
- }
135
- };
136
- exports.InvalidLambdaResponseException = class InvalidLambdaResponseException extends __BaseException {
137
- name = "InvalidLambdaResponseException";
138
- $fault = "client";
139
- constructor(opts) {
140
- super({
141
- name: "InvalidLambdaResponseException",
142
- $fault: "client",
143
- ...opts,
144
- });
145
- Object.setPrototypeOf(this, InvalidLambdaResponseException.prototype);
146
- }
147
- };
148
- exports.TooManyFailedAttemptsException = class TooManyFailedAttemptsException extends __BaseException {
149
- name = "TooManyFailedAttemptsException";
150
- $fault = "client";
151
- constructor(opts) {
152
- super({
153
- name: "TooManyFailedAttemptsException",
154
- $fault: "client",
155
- ...opts,
156
- });
157
- Object.setPrototypeOf(this, TooManyFailedAttemptsException.prototype);
158
- }
159
- };
160
- exports.UnexpectedLambdaException = class UnexpectedLambdaException extends __BaseException {
161
- name = "UnexpectedLambdaException";
162
- $fault = "client";
163
- constructor(opts) {
164
- super({
165
- name: "UnexpectedLambdaException",
166
- $fault: "client",
167
- ...opts,
168
- });
169
- Object.setPrototypeOf(this, UnexpectedLambdaException.prototype);
170
- }
171
- };
172
- exports.UserLambdaValidationException = class UserLambdaValidationException extends __BaseException {
173
- name = "UserLambdaValidationException";
174
- $fault = "client";
175
- constructor(opts) {
176
- super({
177
- name: "UserLambdaValidationException",
178
- $fault: "client",
179
- ...opts,
180
- });
181
- Object.setPrototypeOf(this, UserLambdaValidationException.prototype);
182
- }
183
- };
184
- exports.CodeDeliveryFailureException = class CodeDeliveryFailureException extends __BaseException {
185
- name = "CodeDeliveryFailureException";
186
- $fault = "client";
187
- constructor(opts) {
188
- super({
189
- name: "CodeDeliveryFailureException",
190
- $fault: "client",
191
- ...opts,
192
- });
193
- Object.setPrototypeOf(this, CodeDeliveryFailureException.prototype);
194
- }
195
- };
196
- exports.InvalidPasswordException = class InvalidPasswordException extends __BaseException {
197
- name = "InvalidPasswordException";
198
- $fault = "client";
199
- constructor(opts) {
200
- super({
201
- name: "InvalidPasswordException",
202
- $fault: "client",
203
- ...opts,
204
- });
205
- Object.setPrototypeOf(this, InvalidPasswordException.prototype);
206
- }
207
- };
208
- exports.InvalidSmsRoleAccessPolicyException = class InvalidSmsRoleAccessPolicyException extends __BaseException {
209
- name = "InvalidSmsRoleAccessPolicyException";
210
- $fault = "client";
211
- constructor(opts) {
212
- super({
213
- name: "InvalidSmsRoleAccessPolicyException",
214
- $fault: "client",
215
- ...opts,
216
- });
217
- Object.setPrototypeOf(this, InvalidSmsRoleAccessPolicyException.prototype);
218
- }
219
- };
220
- exports.InvalidSmsRoleTrustRelationshipException = class InvalidSmsRoleTrustRelationshipException extends __BaseException {
221
- name = "InvalidSmsRoleTrustRelationshipException";
222
- $fault = "client";
223
- constructor(opts) {
224
- super({
225
- name: "InvalidSmsRoleTrustRelationshipException",
226
- $fault: "client",
227
- ...opts,
228
- });
229
- Object.setPrototypeOf(this, InvalidSmsRoleTrustRelationshipException.prototype);
230
- }
231
- };
232
- exports.PreconditionNotMetException = class PreconditionNotMetException extends __BaseException {
233
- name = "PreconditionNotMetException";
234
- $fault = "client";
235
- constructor(opts) {
236
- super({
237
- name: "PreconditionNotMetException",
238
- $fault: "client",
239
- ...opts,
240
- });
241
- Object.setPrototypeOf(this, PreconditionNotMetException.prototype);
242
- }
243
- };
244
- exports.UnsupportedUserStateException = class UnsupportedUserStateException extends __BaseException {
245
- name = "UnsupportedUserStateException";
246
- $fault = "client";
247
- constructor(opts) {
248
- super({
249
- name: "UnsupportedUserStateException",
250
- $fault: "client",
251
- ...opts,
252
- });
253
- Object.setPrototypeOf(this, UnsupportedUserStateException.prototype);
254
- }
255
- };
256
- exports.UsernameExistsException = class UsernameExistsException extends __BaseException {
257
- name = "UsernameExistsException";
258
- $fault = "client";
259
- constructor(opts) {
260
- super({
261
- name: "UsernameExistsException",
262
- $fault: "client",
263
- ...opts,
264
- });
265
- Object.setPrototypeOf(this, UsernameExistsException.prototype);
266
- }
267
- };
268
- exports.AliasExistsException = class AliasExistsException extends __BaseException {
269
- name = "AliasExistsException";
270
- $fault = "client";
271
- constructor(opts) {
272
- super({
273
- name: "AliasExistsException",
274
- $fault: "client",
275
- ...opts,
276
- });
277
- Object.setPrototypeOf(this, AliasExistsException.prototype);
278
- }
279
- };
280
- exports.InvalidUserPoolConfigurationException = class InvalidUserPoolConfigurationException extends __BaseException {
281
- name = "InvalidUserPoolConfigurationException";
282
- $fault = "client";
283
- constructor(opts) {
284
- super({
285
- name: "InvalidUserPoolConfigurationException",
286
- $fault: "client",
287
- ...opts,
288
- });
289
- Object.setPrototypeOf(this, InvalidUserPoolConfigurationException.prototype);
290
- }
291
- };
292
- exports.InvalidEmailRoleAccessPolicyException = class InvalidEmailRoleAccessPolicyException extends __BaseException {
293
- name = "InvalidEmailRoleAccessPolicyException";
294
- $fault = "client";
295
- constructor(opts) {
296
- super({
297
- name: "InvalidEmailRoleAccessPolicyException",
298
- $fault: "client",
299
- ...opts,
300
- });
301
- Object.setPrototypeOf(this, InvalidEmailRoleAccessPolicyException.prototype);
302
- }
303
- };
304
- exports.MFAMethodNotFoundException = class MFAMethodNotFoundException extends __BaseException {
305
- name = "MFAMethodNotFoundException";
306
- $fault = "client";
307
- constructor(opts) {
308
- super({
309
- name: "MFAMethodNotFoundException",
310
- $fault: "client",
311
- ...opts,
312
- });
313
- Object.setPrototypeOf(this, MFAMethodNotFoundException.prototype);
314
- }
315
- };
316
- exports.PasswordResetRequiredException = class PasswordResetRequiredException extends __BaseException {
317
- name = "PasswordResetRequiredException";
318
- $fault = "client";
319
- constructor(opts) {
320
- super({
321
- name: "PasswordResetRequiredException",
322
- $fault: "client",
323
- ...opts,
324
- });
325
- Object.setPrototypeOf(this, PasswordResetRequiredException.prototype);
326
- }
327
- };
328
- exports.UnsupportedOperationException = class UnsupportedOperationException extends __BaseException {
329
- name = "UnsupportedOperationException";
330
- $fault = "client";
331
- constructor(opts) {
332
- super({
333
- name: "UnsupportedOperationException",
334
- $fault: "client",
335
- ...opts,
336
- });
337
- Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
338
- }
339
- };
340
- exports.UserNotConfirmedException = class UserNotConfirmedException extends __BaseException {
341
- name = "UserNotConfirmedException";
342
- $fault = "client";
343
- constructor(opts) {
344
- super({
345
- name: "UserNotConfirmedException",
346
- $fault: "client",
347
- ...opts,
348
- });
349
- Object.setPrototypeOf(this, UserNotConfirmedException.prototype);
350
- }
351
- };
352
- exports.UserPoolAddOnNotEnabledException = class UserPoolAddOnNotEnabledException extends __BaseException {
353
- name = "UserPoolAddOnNotEnabledException";
354
- $fault = "client";
355
- constructor(opts) {
356
- super({
357
- name: "UserPoolAddOnNotEnabledException",
358
- $fault: "client",
359
- ...opts,
360
- });
361
- Object.setPrototypeOf(this, UserPoolAddOnNotEnabledException.prototype);
362
- }
363
- };
364
- exports.CodeMismatchException = class CodeMismatchException extends __BaseException {
365
- name = "CodeMismatchException";
366
- $fault = "client";
367
- constructor(opts) {
368
- super({
369
- name: "CodeMismatchException",
370
- $fault: "client",
371
- ...opts,
372
- });
373
- Object.setPrototypeOf(this, CodeMismatchException.prototype);
374
- }
375
- };
376
- exports.ExpiredCodeException = class ExpiredCodeException extends __BaseException {
377
- name = "ExpiredCodeException";
378
- $fault = "client";
379
- constructor(opts) {
380
- super({
381
- name: "ExpiredCodeException",
382
- $fault: "client",
383
- ...opts,
384
- });
385
- Object.setPrototypeOf(this, ExpiredCodeException.prototype);
386
- }
387
- };
388
- exports.PasswordHistoryPolicyViolationException = class PasswordHistoryPolicyViolationException extends __BaseException {
389
- name = "PasswordHistoryPolicyViolationException";
390
- $fault = "client";
391
- constructor(opts) {
392
- super({
393
- name: "PasswordHistoryPolicyViolationException",
394
- $fault: "client",
395
- ...opts,
396
- });
397
- Object.setPrototypeOf(this, PasswordHistoryPolicyViolationException.prototype);
398
- }
399
- };
400
- exports.SoftwareTokenMFANotFoundException = class SoftwareTokenMFANotFoundException extends __BaseException {
401
- name = "SoftwareTokenMFANotFoundException";
402
- $fault = "client";
403
- constructor(opts) {
404
- super({
405
- name: "SoftwareTokenMFANotFoundException",
406
- $fault: "client",
407
- ...opts,
408
- });
409
- Object.setPrototypeOf(this, SoftwareTokenMFANotFoundException.prototype);
410
- }
411
- };
412
- exports.ConcurrentModificationException = class ConcurrentModificationException extends __BaseException {
413
- name = "ConcurrentModificationException";
414
- $fault = "client";
415
- constructor(opts) {
416
- super({
417
- name: "ConcurrentModificationException",
418
- $fault: "client",
419
- ...opts,
420
- });
421
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
422
- }
423
- };
424
- exports.ForbiddenException = class ForbiddenException extends __BaseException {
425
- name = "ForbiddenException";
426
- $fault = "client";
427
- constructor(opts) {
428
- super({
429
- name: "ForbiddenException",
430
- $fault: "client",
431
- ...opts,
432
- });
433
- Object.setPrototypeOf(this, ForbiddenException.prototype);
434
- }
435
- };
436
- exports.WebAuthnChallengeNotFoundException = class WebAuthnChallengeNotFoundException extends __BaseException {
437
- name = "WebAuthnChallengeNotFoundException";
438
- $fault = "client";
439
- constructor(opts) {
440
- super({
441
- name: "WebAuthnChallengeNotFoundException",
442
- $fault: "client",
443
- ...opts,
444
- });
445
- Object.setPrototypeOf(this, WebAuthnChallengeNotFoundException.prototype);
446
- }
447
- };
448
- exports.WebAuthnClientMismatchException = class WebAuthnClientMismatchException extends __BaseException {
449
- name = "WebAuthnClientMismatchException";
450
- $fault = "client";
451
- constructor(opts) {
452
- super({
453
- name: "WebAuthnClientMismatchException",
454
- $fault: "client",
455
- ...opts,
456
- });
457
- Object.setPrototypeOf(this, WebAuthnClientMismatchException.prototype);
458
- }
459
- };
460
- exports.WebAuthnCredentialNotSupportedException = class WebAuthnCredentialNotSupportedException extends __BaseException {
461
- name = "WebAuthnCredentialNotSupportedException";
462
- $fault = "client";
463
- constructor(opts) {
464
- super({
465
- name: "WebAuthnCredentialNotSupportedException",
466
- $fault: "client",
467
- ...opts,
468
- });
469
- Object.setPrototypeOf(this, WebAuthnCredentialNotSupportedException.prototype);
470
- }
471
- };
472
- exports.WebAuthnNotEnabledException = class WebAuthnNotEnabledException extends __BaseException {
473
- name = "WebAuthnNotEnabledException";
474
- $fault = "client";
475
- constructor(opts) {
476
- super({
477
- name: "WebAuthnNotEnabledException",
478
- $fault: "client",
479
- ...opts,
480
- });
481
- Object.setPrototypeOf(this, WebAuthnNotEnabledException.prototype);
482
- }
483
- };
484
- exports.WebAuthnOriginNotAllowedException = class WebAuthnOriginNotAllowedException extends __BaseException {
485
- name = "WebAuthnOriginNotAllowedException";
486
- $fault = "client";
487
- constructor(opts) {
488
- super({
489
- name: "WebAuthnOriginNotAllowedException",
490
- $fault: "client",
491
- ...opts,
492
- });
493
- Object.setPrototypeOf(this, WebAuthnOriginNotAllowedException.prototype);
494
- }
495
- };
496
- exports.WebAuthnRelyingPartyMismatchException = class WebAuthnRelyingPartyMismatchException extends __BaseException {
497
- name = "WebAuthnRelyingPartyMismatchException";
498
- $fault = "client";
499
- constructor(opts) {
500
- super({
501
- name: "WebAuthnRelyingPartyMismatchException",
502
- $fault: "client",
503
- ...opts,
504
- });
505
- Object.setPrototypeOf(this, WebAuthnRelyingPartyMismatchException.prototype);
506
- }
507
- };
508
- exports.DeviceKeyExistsException = class DeviceKeyExistsException extends __BaseException {
509
- name = "DeviceKeyExistsException";
510
- $fault = "client";
511
- constructor(opts) {
512
- super({
513
- name: "DeviceKeyExistsException",
514
- $fault: "client",
515
- ...opts,
516
- });
517
- Object.setPrototypeOf(this, DeviceKeyExistsException.prototype);
518
- }
519
- };
520
- exports.GroupExistsException = class GroupExistsException extends __BaseException {
521
- name = "GroupExistsException";
522
- $fault = "client";
523
- constructor(opts) {
524
- super({
525
- name: "GroupExistsException",
526
- $fault: "client",
527
- ...opts,
528
- });
529
- Object.setPrototypeOf(this, GroupExistsException.prototype);
530
- }
531
- };
532
- exports.DuplicateProviderException = class DuplicateProviderException extends __BaseException {
533
- name = "DuplicateProviderException";
534
- $fault = "client";
535
- constructor(opts) {
536
- super({
537
- name: "DuplicateProviderException",
538
- $fault: "client",
539
- ...opts,
540
- });
541
- Object.setPrototypeOf(this, DuplicateProviderException.prototype);
542
- }
543
- };
544
- exports.ManagedLoginBrandingExistsException = class ManagedLoginBrandingExistsException extends __BaseException {
545
- name = "ManagedLoginBrandingExistsException";
546
- $fault = "client";
547
- constructor(opts) {
548
- super({
549
- name: "ManagedLoginBrandingExistsException",
550
- $fault: "client",
551
- ...opts,
552
- });
553
- Object.setPrototypeOf(this, ManagedLoginBrandingExistsException.prototype);
554
- }
555
- };
556
- exports.TermsExistsException = class TermsExistsException extends __BaseException {
557
- name = "TermsExistsException";
558
- $fault = "client";
559
- constructor(opts) {
560
- super({
561
- name: "TermsExistsException",
562
- $fault: "client",
563
- ...opts,
564
- });
565
- Object.setPrototypeOf(this, TermsExistsException.prototype);
566
- }
567
- };
568
- exports.FeatureUnavailableInTierException = class FeatureUnavailableInTierException extends __BaseException {
569
- name = "FeatureUnavailableInTierException";
570
- $fault = "client";
571
- constructor(opts) {
572
- super({
573
- name: "FeatureUnavailableInTierException",
574
- $fault: "client",
575
- ...opts,
576
- });
577
- Object.setPrototypeOf(this, FeatureUnavailableInTierException.prototype);
578
- }
579
- };
580
- exports.TierChangeNotAllowedException = class TierChangeNotAllowedException extends __BaseException {
581
- name = "TierChangeNotAllowedException";
582
- $fault = "client";
583
- constructor(opts) {
584
- super({
585
- name: "TierChangeNotAllowedException",
586
- $fault: "client",
587
- ...opts,
588
- });
589
- Object.setPrototypeOf(this, TierChangeNotAllowedException.prototype);
590
- }
591
- };
592
- exports.UserPoolTaggingException = class UserPoolTaggingException extends __BaseException {
593
- name = "UserPoolTaggingException";
594
- $fault = "client";
595
- constructor(opts) {
596
- super({
597
- name: "UserPoolTaggingException",
598
- $fault: "client",
599
- ...opts,
600
- });
601
- Object.setPrototypeOf(this, UserPoolTaggingException.prototype);
602
- }
603
- };
604
- exports.InvalidOAuthFlowException = class InvalidOAuthFlowException extends __BaseException {
605
- name = "InvalidOAuthFlowException";
606
- $fault = "client";
607
- constructor(opts) {
608
- super({
609
- name: "InvalidOAuthFlowException",
610
- $fault: "client",
611
- ...opts,
612
- });
613
- Object.setPrototypeOf(this, InvalidOAuthFlowException.prototype);
614
- }
615
- };
616
- exports.ScopeDoesNotExistException = class ScopeDoesNotExistException extends __BaseException {
617
- name = "ScopeDoesNotExistException";
618
- $fault = "client";
619
- constructor(opts) {
620
- super({
621
- name: "ScopeDoesNotExistException",
622
- $fault: "client",
623
- ...opts,
624
- });
625
- Object.setPrototypeOf(this, ScopeDoesNotExistException.prototype);
626
- }
627
- };
628
- exports.UnsupportedIdentityProviderException = class UnsupportedIdentityProviderException extends __BaseException {
629
- name = "UnsupportedIdentityProviderException";
630
- $fault = "client";
631
- constructor(opts) {
632
- super({
633
- name: "UnsupportedIdentityProviderException",
634
- $fault: "client",
635
- ...opts,
636
- });
637
- Object.setPrototypeOf(this, UnsupportedIdentityProviderException.prototype);
638
- }
639
- };
640
- exports.RefreshTokenReuseException = class RefreshTokenReuseException extends __BaseException {
641
- name = "RefreshTokenReuseException";
642
- $fault = "client";
643
- constructor(opts) {
644
- super({
645
- name: "RefreshTokenReuseException",
646
- $fault: "client",
647
- ...opts,
648
- });
649
- Object.setPrototypeOf(this, RefreshTokenReuseException.prototype);
650
- }
651
- };
652
- exports.UnauthorizedException = class UnauthorizedException extends __BaseException {
653
- name = "UnauthorizedException";
654
- $fault = "client";
655
- constructor(opts) {
656
- super({
657
- name: "UnauthorizedException",
658
- $fault: "client",
659
- ...opts,
660
- });
661
- Object.setPrototypeOf(this, UnauthorizedException.prototype);
662
- }
663
- };
664
- exports.UnsupportedTokenTypeException = class UnsupportedTokenTypeException extends __BaseException {
665
- name = "UnsupportedTokenTypeException";
666
- $fault = "client";
667
- constructor(opts) {
668
- super({
669
- name: "UnsupportedTokenTypeException",
670
- $fault: "client",
671
- ...opts,
672
- });
673
- Object.setPrototypeOf(this, UnsupportedTokenTypeException.prototype);
674
- }
675
- };
676
- exports.WebAuthnConfigurationMissingException = class WebAuthnConfigurationMissingException extends __BaseException {
677
- name = "WebAuthnConfigurationMissingException";
678
- $fault = "client";
679
- constructor(opts) {
680
- super({
681
- name: "WebAuthnConfigurationMissingException",
682
- $fault: "client",
683
- ...opts,
684
- });
685
- Object.setPrototypeOf(this, WebAuthnConfigurationMissingException.prototype);
686
- }
687
- };
688
- exports.EnableSoftwareTokenMFAException = class EnableSoftwareTokenMFAException extends __BaseException {
689
- name = "EnableSoftwareTokenMFAException";
690
- $fault = "client";
691
- constructor(opts) {
692
- super({
693
- name: "EnableSoftwareTokenMFAException",
694
- $fault: "client",
695
- ...opts,
696
- });
697
- Object.setPrototypeOf(this, EnableSoftwareTokenMFAException.prototype);
698
- }
699
- };