@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.
- package/dist-cjs/index.js +282 -282
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +281 -0
- package/dist-es/models/errors.js +663 -0
- package/dist-es/models/models_0.js +1 -876
- package/dist-es/models/models_1.js +1 -69
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/GetTokensFromRefreshTokenCommand.d.ts +1 -2
- package/dist-types/commands/GetUICustomizationCommand.d.ts +1 -1
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +1 -1
- package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +1 -1
- package/dist-types/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +1 -1
- package/dist-types/commands/GlobalSignOutCommand.d.ts +1 -1
- package/dist-types/commands/InitiateAuthCommand.d.ts +1 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceServersCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTermsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserPoolClientsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserPoolsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersInGroupCommand.d.ts +1 -1
- package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +1 -1
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeTokenCommand.d.ts +1 -1
- package/dist-types/commands/SetLogDeliveryConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetRiskConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetUICustomizationCommand.d.ts +1 -1
- package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +1 -1
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +1 -1
- package/dist-types/commands/SetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/SignUpCommand.d.ts +1 -1
- package/dist-types/commands/StartUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/StopUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTermsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +1 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +681 -0
- package/dist-types/models/errors.d.ts +710 -0
- package/dist-types/models/models_0.d.ts +3866 -1311
- package/dist-types/models/models_1.d.ts +2 -3949
- package/dist-types/ts3.4/commands/GetTokensFromRefreshTokenCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTermsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetLogDeliveryConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SignUpCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTermsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +372 -0
- package/dist-types/ts3.4/models/errors.d.ts +440 -0
- package/dist-types/ts3.4/models/models_0.d.ts +540 -759
- package/dist-types/ts3.4/models/models_1.d.ts +2 -603
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
package/dist-cjs/index.js
CHANGED
|
@@ -117,23 +117,6 @@ let CognitoIdentityProviderServiceException$1 = class CognitoIdentityProviderSer
|
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
const RecoveryOptionNameType = {
|
|
121
|
-
ADMIN_ONLY: "admin_only",
|
|
122
|
-
VERIFIED_EMAIL: "verified_email",
|
|
123
|
-
VERIFIED_PHONE_NUMBER: "verified_phone_number",
|
|
124
|
-
};
|
|
125
|
-
const AccountTakeoverEventActionType = {
|
|
126
|
-
BLOCK: "BLOCK",
|
|
127
|
-
MFA_IF_CONFIGURED: "MFA_IF_CONFIGURED",
|
|
128
|
-
MFA_REQUIRED: "MFA_REQUIRED",
|
|
129
|
-
NO_ACTION: "NO_ACTION",
|
|
130
|
-
};
|
|
131
|
-
const AttributeDataType = {
|
|
132
|
-
BOOLEAN: "Boolean",
|
|
133
|
-
DATETIME: "DateTime",
|
|
134
|
-
NUMBER: "Number",
|
|
135
|
-
STRING: "String",
|
|
136
|
-
};
|
|
137
120
|
let InternalErrorException$1 = class InternalErrorException extends CognitoIdentityProviderServiceException$1 {
|
|
138
121
|
name = "InternalErrorException";
|
|
139
122
|
$fault = "server";
|
|
@@ -280,24 +263,6 @@ let UserLambdaValidationException$1 = class UserLambdaValidationException extend
|
|
|
280
263
|
Object.setPrototypeOf(this, UserLambdaValidationException.prototype);
|
|
281
264
|
}
|
|
282
265
|
};
|
|
283
|
-
const DeliveryMediumType = {
|
|
284
|
-
EMAIL: "EMAIL",
|
|
285
|
-
SMS: "SMS",
|
|
286
|
-
};
|
|
287
|
-
const MessageActionType = {
|
|
288
|
-
RESEND: "RESEND",
|
|
289
|
-
SUPPRESS: "SUPPRESS",
|
|
290
|
-
};
|
|
291
|
-
const UserStatusType = {
|
|
292
|
-
ARCHIVED: "ARCHIVED",
|
|
293
|
-
COMPROMISED: "COMPROMISED",
|
|
294
|
-
CONFIRMED: "CONFIRMED",
|
|
295
|
-
EXTERNAL_PROVIDER: "EXTERNAL_PROVIDER",
|
|
296
|
-
FORCE_CHANGE_PASSWORD: "FORCE_CHANGE_PASSWORD",
|
|
297
|
-
RESET_REQUIRED: "RESET_REQUIRED",
|
|
298
|
-
UNCONFIRMED: "UNCONFIRMED",
|
|
299
|
-
UNKNOWN: "UNKNOWN",
|
|
300
|
-
};
|
|
301
266
|
let CodeDeliveryFailureException$1 = class CodeDeliveryFailureException extends CognitoIdentityProviderServiceException$1 {
|
|
302
267
|
name = "CodeDeliveryFailureException";
|
|
303
268
|
$fault = "client";
|
|
@@ -406,34 +371,6 @@ let InvalidUserPoolConfigurationException$1 = class InvalidUserPoolConfiguration
|
|
|
406
371
|
Object.setPrototypeOf(this, InvalidUserPoolConfigurationException.prototype);
|
|
407
372
|
}
|
|
408
373
|
};
|
|
409
|
-
const AuthFlowType = {
|
|
410
|
-
ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH",
|
|
411
|
-
ADMIN_USER_PASSWORD_AUTH: "ADMIN_USER_PASSWORD_AUTH",
|
|
412
|
-
CUSTOM_AUTH: "CUSTOM_AUTH",
|
|
413
|
-
REFRESH_TOKEN: "REFRESH_TOKEN",
|
|
414
|
-
REFRESH_TOKEN_AUTH: "REFRESH_TOKEN_AUTH",
|
|
415
|
-
USER_AUTH: "USER_AUTH",
|
|
416
|
-
USER_PASSWORD_AUTH: "USER_PASSWORD_AUTH",
|
|
417
|
-
USER_SRP_AUTH: "USER_SRP_AUTH",
|
|
418
|
-
};
|
|
419
|
-
const ChallengeNameType = {
|
|
420
|
-
ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH",
|
|
421
|
-
CUSTOM_CHALLENGE: "CUSTOM_CHALLENGE",
|
|
422
|
-
DEVICE_PASSWORD_VERIFIER: "DEVICE_PASSWORD_VERIFIER",
|
|
423
|
-
DEVICE_SRP_AUTH: "DEVICE_SRP_AUTH",
|
|
424
|
-
EMAIL_OTP: "EMAIL_OTP",
|
|
425
|
-
MFA_SETUP: "MFA_SETUP",
|
|
426
|
-
NEW_PASSWORD_REQUIRED: "NEW_PASSWORD_REQUIRED",
|
|
427
|
-
PASSWORD: "PASSWORD",
|
|
428
|
-
PASSWORD_SRP: "PASSWORD_SRP",
|
|
429
|
-
PASSWORD_VERIFIER: "PASSWORD_VERIFIER",
|
|
430
|
-
SELECT_CHALLENGE: "SELECT_CHALLENGE",
|
|
431
|
-
SELECT_MFA_TYPE: "SELECT_MFA_TYPE",
|
|
432
|
-
SMS_MFA: "SMS_MFA",
|
|
433
|
-
SMS_OTP: "SMS_OTP",
|
|
434
|
-
SOFTWARE_TOKEN_MFA: "SOFTWARE_TOKEN_MFA",
|
|
435
|
-
WEB_AUTHN: "WEB_AUTHN",
|
|
436
|
-
};
|
|
437
374
|
let InvalidEmailRoleAccessPolicyException$1 = class InvalidEmailRoleAccessPolicyException extends CognitoIdentityProviderServiceException$1 {
|
|
438
375
|
name = "InvalidEmailRoleAccessPolicyException";
|
|
439
376
|
$fault = "client";
|
|
@@ -494,40 +431,6 @@ let UserNotConfirmedException$1 = class UserNotConfirmedException extends Cognit
|
|
|
494
431
|
Object.setPrototypeOf(this, UserNotConfirmedException.prototype);
|
|
495
432
|
}
|
|
496
433
|
};
|
|
497
|
-
const ChallengeName = {
|
|
498
|
-
Mfa: "Mfa",
|
|
499
|
-
Password: "Password",
|
|
500
|
-
};
|
|
501
|
-
const ChallengeResponse = {
|
|
502
|
-
Failure: "Failure",
|
|
503
|
-
Success: "Success",
|
|
504
|
-
};
|
|
505
|
-
const FeedbackValueType = {
|
|
506
|
-
INVALID: "Invalid",
|
|
507
|
-
VALID: "Valid",
|
|
508
|
-
};
|
|
509
|
-
const EventResponseType = {
|
|
510
|
-
Fail: "Fail",
|
|
511
|
-
InProgress: "InProgress",
|
|
512
|
-
Pass: "Pass",
|
|
513
|
-
};
|
|
514
|
-
const RiskDecisionType = {
|
|
515
|
-
AccountTakeover: "AccountTakeover",
|
|
516
|
-
Block: "Block",
|
|
517
|
-
NoRisk: "NoRisk",
|
|
518
|
-
};
|
|
519
|
-
const RiskLevelType = {
|
|
520
|
-
High: "High",
|
|
521
|
-
Low: "Low",
|
|
522
|
-
Medium: "Medium",
|
|
523
|
-
};
|
|
524
|
-
const EventType = {
|
|
525
|
-
ForgotPassword: "ForgotPassword",
|
|
526
|
-
PasswordChange: "PasswordChange",
|
|
527
|
-
ResendCode: "ResendCode",
|
|
528
|
-
SignIn: "SignIn",
|
|
529
|
-
SignUp: "SignUp",
|
|
530
|
-
};
|
|
531
434
|
let UserPoolAddOnNotEnabledException$1 = class UserPoolAddOnNotEnabledException extends CognitoIdentityProviderServiceException$1 {
|
|
532
435
|
name = "UserPoolAddOnNotEnabledException";
|
|
533
436
|
$fault = "client";
|
|
@@ -588,59 +491,6 @@ let SoftwareTokenMFANotFoundException$1 = class SoftwareTokenMFANotFoundExceptio
|
|
|
588
491
|
Object.setPrototypeOf(this, SoftwareTokenMFANotFoundException.prototype);
|
|
589
492
|
}
|
|
590
493
|
};
|
|
591
|
-
const DeviceRememberedStatusType = {
|
|
592
|
-
NOT_REMEMBERED: "not_remembered",
|
|
593
|
-
REMEMBERED: "remembered",
|
|
594
|
-
};
|
|
595
|
-
const AdvancedSecurityEnabledModeType = {
|
|
596
|
-
AUDIT: "AUDIT",
|
|
597
|
-
ENFORCED: "ENFORCED",
|
|
598
|
-
};
|
|
599
|
-
const AdvancedSecurityModeType = {
|
|
600
|
-
AUDIT: "AUDIT",
|
|
601
|
-
ENFORCED: "ENFORCED",
|
|
602
|
-
OFF: "OFF",
|
|
603
|
-
};
|
|
604
|
-
const AliasAttributeType = {
|
|
605
|
-
EMAIL: "email",
|
|
606
|
-
PHONE_NUMBER: "phone_number",
|
|
607
|
-
PREFERRED_USERNAME: "preferred_username",
|
|
608
|
-
};
|
|
609
|
-
const AuthFactorType = {
|
|
610
|
-
EMAIL_OTP: "EMAIL_OTP",
|
|
611
|
-
PASSWORD: "PASSWORD",
|
|
612
|
-
SMS_OTP: "SMS_OTP",
|
|
613
|
-
WEB_AUTHN: "WEB_AUTHN",
|
|
614
|
-
};
|
|
615
|
-
const AssetCategoryType = {
|
|
616
|
-
AUTH_APP_GRAPHIC: "AUTH_APP_GRAPHIC",
|
|
617
|
-
EMAIL_GRAPHIC: "EMAIL_GRAPHIC",
|
|
618
|
-
FAVICON_ICO: "FAVICON_ICO",
|
|
619
|
-
FAVICON_SVG: "FAVICON_SVG",
|
|
620
|
-
FORM_BACKGROUND: "FORM_BACKGROUND",
|
|
621
|
-
FORM_LOGO: "FORM_LOGO",
|
|
622
|
-
IDP_BUTTON_ICON: "IDP_BUTTON_ICON",
|
|
623
|
-
PAGE_BACKGROUND: "PAGE_BACKGROUND",
|
|
624
|
-
PAGE_FOOTER_BACKGROUND: "PAGE_FOOTER_BACKGROUND",
|
|
625
|
-
PAGE_FOOTER_LOGO: "PAGE_FOOTER_LOGO",
|
|
626
|
-
PAGE_HEADER_BACKGROUND: "PAGE_HEADER_BACKGROUND",
|
|
627
|
-
PAGE_HEADER_LOGO: "PAGE_HEADER_LOGO",
|
|
628
|
-
PASSKEY_GRAPHIC: "PASSKEY_GRAPHIC",
|
|
629
|
-
PASSWORD_GRAPHIC: "PASSWORD_GRAPHIC",
|
|
630
|
-
SMS_GRAPHIC: "SMS_GRAPHIC",
|
|
631
|
-
};
|
|
632
|
-
const AssetExtensionType = {
|
|
633
|
-
ICO: "ICO",
|
|
634
|
-
JPEG: "JPEG",
|
|
635
|
-
PNG: "PNG",
|
|
636
|
-
SVG: "SVG",
|
|
637
|
-
WEBP: "WEBP",
|
|
638
|
-
};
|
|
639
|
-
const ColorSchemeModeType = {
|
|
640
|
-
DARK: "DARK",
|
|
641
|
-
DYNAMIC: "DYNAMIC",
|
|
642
|
-
LIGHT: "LIGHT",
|
|
643
|
-
};
|
|
644
494
|
let ConcurrentModificationException$1 = class ConcurrentModificationException extends CognitoIdentityProviderServiceException$1 {
|
|
645
495
|
name = "ConcurrentModificationException";
|
|
646
496
|
$fault = "client";
|
|
@@ -665,10 +515,6 @@ let ForbiddenException$1 = class ForbiddenException extends CognitoIdentityProvi
|
|
|
665
515
|
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
666
516
|
}
|
|
667
517
|
};
|
|
668
|
-
const VerifiedAttributeType = {
|
|
669
|
-
EMAIL: "email",
|
|
670
|
-
PHONE_NUMBER: "phone_number",
|
|
671
|
-
};
|
|
672
518
|
let WebAuthnChallengeNotFoundException$1 = class WebAuthnChallengeNotFoundException extends CognitoIdentityProviderServiceException$1 {
|
|
673
519
|
name = "WebAuthnChallengeNotFoundException";
|
|
674
520
|
$fault = "client";
|
|
@@ -765,14 +611,6 @@ let GroupExistsException$1 = class GroupExistsException extends CognitoIdentityP
|
|
|
765
611
|
Object.setPrototypeOf(this, GroupExistsException.prototype);
|
|
766
612
|
}
|
|
767
613
|
};
|
|
768
|
-
const IdentityProviderTypeType = {
|
|
769
|
-
Facebook: "Facebook",
|
|
770
|
-
Google: "Google",
|
|
771
|
-
LoginWithAmazon: "LoginWithAmazon",
|
|
772
|
-
OIDC: "OIDC",
|
|
773
|
-
SAML: "SAML",
|
|
774
|
-
SignInWithApple: "SignInWithApple",
|
|
775
|
-
};
|
|
776
614
|
let DuplicateProviderException$1 = class DuplicateProviderException extends CognitoIdentityProviderServiceException$1 {
|
|
777
615
|
name = "DuplicateProviderException";
|
|
778
616
|
$fault = "client";
|
|
@@ -797,12 +635,6 @@ let ManagedLoginBrandingExistsException$1 = class ManagedLoginBrandingExistsExce
|
|
|
797
635
|
Object.setPrototypeOf(this, ManagedLoginBrandingExistsException.prototype);
|
|
798
636
|
}
|
|
799
637
|
};
|
|
800
|
-
const TermsEnforcementType = {
|
|
801
|
-
NONE: "NONE",
|
|
802
|
-
};
|
|
803
|
-
const TermsSourceType = {
|
|
804
|
-
LINK: "LINK",
|
|
805
|
-
};
|
|
806
638
|
let TermsExistsException$1 = class TermsExistsException extends CognitoIdentityProviderServiceException$1 {
|
|
807
639
|
name = "TermsExistsException";
|
|
808
640
|
$fault = "client";
|
|
@@ -815,57 +647,6 @@ let TermsExistsException$1 = class TermsExistsException extends CognitoIdentityP
|
|
|
815
647
|
Object.setPrototypeOf(this, TermsExistsException.prototype);
|
|
816
648
|
}
|
|
817
649
|
};
|
|
818
|
-
const UserImportJobStatusType = {
|
|
819
|
-
Created: "Created",
|
|
820
|
-
Expired: "Expired",
|
|
821
|
-
Failed: "Failed",
|
|
822
|
-
InProgress: "InProgress",
|
|
823
|
-
Pending: "Pending",
|
|
824
|
-
Stopped: "Stopped",
|
|
825
|
-
Stopping: "Stopping",
|
|
826
|
-
Succeeded: "Succeeded",
|
|
827
|
-
};
|
|
828
|
-
const DeletionProtectionType = {
|
|
829
|
-
ACTIVE: "ACTIVE",
|
|
830
|
-
INACTIVE: "INACTIVE",
|
|
831
|
-
};
|
|
832
|
-
const EmailSendingAccountType = {
|
|
833
|
-
COGNITO_DEFAULT: "COGNITO_DEFAULT",
|
|
834
|
-
DEVELOPER: "DEVELOPER",
|
|
835
|
-
};
|
|
836
|
-
const CustomEmailSenderLambdaVersionType = {
|
|
837
|
-
V1_0: "V1_0",
|
|
838
|
-
};
|
|
839
|
-
const CustomSMSSenderLambdaVersionType = {
|
|
840
|
-
V1_0: "V1_0",
|
|
841
|
-
};
|
|
842
|
-
const PreTokenGenerationLambdaVersionType = {
|
|
843
|
-
V1_0: "V1_0",
|
|
844
|
-
V2_0: "V2_0",
|
|
845
|
-
V3_0: "V3_0",
|
|
846
|
-
};
|
|
847
|
-
const UserPoolMfaType = {
|
|
848
|
-
OFF: "OFF",
|
|
849
|
-
ON: "ON",
|
|
850
|
-
OPTIONAL: "OPTIONAL",
|
|
851
|
-
};
|
|
852
|
-
const UsernameAttributeType = {
|
|
853
|
-
EMAIL: "email",
|
|
854
|
-
PHONE_NUMBER: "phone_number",
|
|
855
|
-
};
|
|
856
|
-
const UserPoolTierType = {
|
|
857
|
-
ESSENTIALS: "ESSENTIALS",
|
|
858
|
-
LITE: "LITE",
|
|
859
|
-
PLUS: "PLUS",
|
|
860
|
-
};
|
|
861
|
-
const DefaultEmailOptionType = {
|
|
862
|
-
CONFIRM_WITH_CODE: "CONFIRM_WITH_CODE",
|
|
863
|
-
CONFIRM_WITH_LINK: "CONFIRM_WITH_LINK",
|
|
864
|
-
};
|
|
865
|
-
const StatusType = {
|
|
866
|
-
Disabled: "Disabled",
|
|
867
|
-
Enabled: "Enabled",
|
|
868
|
-
};
|
|
869
650
|
let FeatureUnavailableInTierException$1 = class FeatureUnavailableInTierException extends CognitoIdentityProviderServiceException$1 {
|
|
870
651
|
name = "FeatureUnavailableInTierException";
|
|
871
652
|
$fault = "client";
|
|
@@ -902,36 +683,6 @@ let UserPoolTaggingException$1 = class UserPoolTaggingException extends CognitoI
|
|
|
902
683
|
Object.setPrototypeOf(this, UserPoolTaggingException.prototype);
|
|
903
684
|
}
|
|
904
685
|
};
|
|
905
|
-
const OAuthFlowType = {
|
|
906
|
-
client_credentials: "client_credentials",
|
|
907
|
-
code: "code",
|
|
908
|
-
implicit: "implicit",
|
|
909
|
-
};
|
|
910
|
-
const ExplicitAuthFlowsType = {
|
|
911
|
-
ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH",
|
|
912
|
-
ALLOW_ADMIN_USER_PASSWORD_AUTH: "ALLOW_ADMIN_USER_PASSWORD_AUTH",
|
|
913
|
-
ALLOW_CUSTOM_AUTH: "ALLOW_CUSTOM_AUTH",
|
|
914
|
-
ALLOW_REFRESH_TOKEN_AUTH: "ALLOW_REFRESH_TOKEN_AUTH",
|
|
915
|
-
ALLOW_USER_AUTH: "ALLOW_USER_AUTH",
|
|
916
|
-
ALLOW_USER_PASSWORD_AUTH: "ALLOW_USER_PASSWORD_AUTH",
|
|
917
|
-
ALLOW_USER_SRP_AUTH: "ALLOW_USER_SRP_AUTH",
|
|
918
|
-
CUSTOM_AUTH_FLOW_ONLY: "CUSTOM_AUTH_FLOW_ONLY",
|
|
919
|
-
USER_PASSWORD_AUTH: "USER_PASSWORD_AUTH",
|
|
920
|
-
};
|
|
921
|
-
const PreventUserExistenceErrorTypes = {
|
|
922
|
-
ENABLED: "ENABLED",
|
|
923
|
-
LEGACY: "LEGACY",
|
|
924
|
-
};
|
|
925
|
-
const FeatureType = {
|
|
926
|
-
DISABLED: "DISABLED",
|
|
927
|
-
ENABLED: "ENABLED",
|
|
928
|
-
};
|
|
929
|
-
const TimeUnitsType = {
|
|
930
|
-
DAYS: "days",
|
|
931
|
-
HOURS: "hours",
|
|
932
|
-
MINUTES: "minutes",
|
|
933
|
-
SECONDS: "seconds",
|
|
934
|
-
};
|
|
935
686
|
let InvalidOAuthFlowException$1 = class InvalidOAuthFlowException extends CognitoIdentityProviderServiceException$1 {
|
|
936
687
|
name = "InvalidOAuthFlowException";
|
|
937
688
|
$fault = "client";
|
|
@@ -968,31 +719,6 @@ let UnsupportedIdentityProviderException$1 = class UnsupportedIdentityProviderEx
|
|
|
968
719
|
Object.setPrototypeOf(this, UnsupportedIdentityProviderException.prototype);
|
|
969
720
|
}
|
|
970
721
|
};
|
|
971
|
-
const CompromisedCredentialsEventActionType = {
|
|
972
|
-
BLOCK: "BLOCK",
|
|
973
|
-
NO_ACTION: "NO_ACTION",
|
|
974
|
-
};
|
|
975
|
-
const EventFilterType = {
|
|
976
|
-
PASSWORD_CHANGE: "PASSWORD_CHANGE",
|
|
977
|
-
SIGN_IN: "SIGN_IN",
|
|
978
|
-
SIGN_UP: "SIGN_UP",
|
|
979
|
-
};
|
|
980
|
-
const DomainStatusType = {
|
|
981
|
-
ACTIVE: "ACTIVE",
|
|
982
|
-
CREATING: "CREATING",
|
|
983
|
-
DELETING: "DELETING",
|
|
984
|
-
FAILED: "FAILED",
|
|
985
|
-
UPDATING: "UPDATING",
|
|
986
|
-
};
|
|
987
|
-
const EventSourceName = {
|
|
988
|
-
USER_AUTH_EVENTS: "userAuthEvents",
|
|
989
|
-
USER_NOTIFICATION: "userNotification",
|
|
990
|
-
};
|
|
991
|
-
const LogLevel = {
|
|
992
|
-
ERROR: "ERROR",
|
|
993
|
-
INFO: "INFO",
|
|
994
|
-
};
|
|
995
|
-
|
|
996
722
|
let RefreshTokenReuseException$1 = class RefreshTokenReuseException extends CognitoIdentityProviderServiceException$1 {
|
|
997
723
|
name = "RefreshTokenReuseException";
|
|
998
724
|
$fault = "client";
|
|
@@ -1005,10 +731,6 @@ let RefreshTokenReuseException$1 = class RefreshTokenReuseException extends Cogn
|
|
|
1005
731
|
Object.setPrototypeOf(this, RefreshTokenReuseException.prototype);
|
|
1006
732
|
}
|
|
1007
733
|
};
|
|
1008
|
-
const UserVerificationType = {
|
|
1009
|
-
PREFERRED: "preferred",
|
|
1010
|
-
REQUIRED: "required",
|
|
1011
|
-
};
|
|
1012
734
|
let UnauthorizedException$1 = class UnauthorizedException extends CognitoIdentityProviderServiceException$1 {
|
|
1013
735
|
name = "UnauthorizedException";
|
|
1014
736
|
$fault = "client";
|
|
@@ -1057,10 +779,6 @@ let EnableSoftwareTokenMFAException$1 = class EnableSoftwareTokenMFAException ex
|
|
|
1057
779
|
Object.setPrototypeOf(this, EnableSoftwareTokenMFAException.prototype);
|
|
1058
780
|
}
|
|
1059
781
|
};
|
|
1060
|
-
const VerifySoftwareTokenResponseType = {
|
|
1061
|
-
ERROR: "ERROR",
|
|
1062
|
-
SUCCESS: "SUCCESS",
|
|
1063
|
-
};
|
|
1064
782
|
|
|
1065
783
|
const _A = "Actions";
|
|
1066
784
|
const _AA = "ApplicationArn";
|
|
@@ -6898,6 +6616,288 @@ const paginateListUsersInGroup = core.createPaginator(CognitoIdentityProviderCli
|
|
|
6898
6616
|
|
|
6899
6617
|
const paginateListUsers = core.createPaginator(CognitoIdentityProviderClient, ListUsersCommand, "PaginationToken", "PaginationToken", "Limit");
|
|
6900
6618
|
|
|
6619
|
+
const RecoveryOptionNameType = {
|
|
6620
|
+
ADMIN_ONLY: "admin_only",
|
|
6621
|
+
VERIFIED_EMAIL: "verified_email",
|
|
6622
|
+
VERIFIED_PHONE_NUMBER: "verified_phone_number",
|
|
6623
|
+
};
|
|
6624
|
+
const AccountTakeoverEventActionType = {
|
|
6625
|
+
BLOCK: "BLOCK",
|
|
6626
|
+
MFA_IF_CONFIGURED: "MFA_IF_CONFIGURED",
|
|
6627
|
+
MFA_REQUIRED: "MFA_REQUIRED",
|
|
6628
|
+
NO_ACTION: "NO_ACTION",
|
|
6629
|
+
};
|
|
6630
|
+
const AttributeDataType = {
|
|
6631
|
+
BOOLEAN: "Boolean",
|
|
6632
|
+
DATETIME: "DateTime",
|
|
6633
|
+
NUMBER: "Number",
|
|
6634
|
+
STRING: "String",
|
|
6635
|
+
};
|
|
6636
|
+
const DeliveryMediumType = {
|
|
6637
|
+
EMAIL: "EMAIL",
|
|
6638
|
+
SMS: "SMS",
|
|
6639
|
+
};
|
|
6640
|
+
const MessageActionType = {
|
|
6641
|
+
RESEND: "RESEND",
|
|
6642
|
+
SUPPRESS: "SUPPRESS",
|
|
6643
|
+
};
|
|
6644
|
+
const UserStatusType = {
|
|
6645
|
+
ARCHIVED: "ARCHIVED",
|
|
6646
|
+
COMPROMISED: "COMPROMISED",
|
|
6647
|
+
CONFIRMED: "CONFIRMED",
|
|
6648
|
+
EXTERNAL_PROVIDER: "EXTERNAL_PROVIDER",
|
|
6649
|
+
FORCE_CHANGE_PASSWORD: "FORCE_CHANGE_PASSWORD",
|
|
6650
|
+
RESET_REQUIRED: "RESET_REQUIRED",
|
|
6651
|
+
UNCONFIRMED: "UNCONFIRMED",
|
|
6652
|
+
UNKNOWN: "UNKNOWN",
|
|
6653
|
+
};
|
|
6654
|
+
const AuthFlowType = {
|
|
6655
|
+
ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH",
|
|
6656
|
+
ADMIN_USER_PASSWORD_AUTH: "ADMIN_USER_PASSWORD_AUTH",
|
|
6657
|
+
CUSTOM_AUTH: "CUSTOM_AUTH",
|
|
6658
|
+
REFRESH_TOKEN: "REFRESH_TOKEN",
|
|
6659
|
+
REFRESH_TOKEN_AUTH: "REFRESH_TOKEN_AUTH",
|
|
6660
|
+
USER_AUTH: "USER_AUTH",
|
|
6661
|
+
USER_PASSWORD_AUTH: "USER_PASSWORD_AUTH",
|
|
6662
|
+
USER_SRP_AUTH: "USER_SRP_AUTH",
|
|
6663
|
+
};
|
|
6664
|
+
const ChallengeNameType = {
|
|
6665
|
+
ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH",
|
|
6666
|
+
CUSTOM_CHALLENGE: "CUSTOM_CHALLENGE",
|
|
6667
|
+
DEVICE_PASSWORD_VERIFIER: "DEVICE_PASSWORD_VERIFIER",
|
|
6668
|
+
DEVICE_SRP_AUTH: "DEVICE_SRP_AUTH",
|
|
6669
|
+
EMAIL_OTP: "EMAIL_OTP",
|
|
6670
|
+
MFA_SETUP: "MFA_SETUP",
|
|
6671
|
+
NEW_PASSWORD_REQUIRED: "NEW_PASSWORD_REQUIRED",
|
|
6672
|
+
PASSWORD: "PASSWORD",
|
|
6673
|
+
PASSWORD_SRP: "PASSWORD_SRP",
|
|
6674
|
+
PASSWORD_VERIFIER: "PASSWORD_VERIFIER",
|
|
6675
|
+
SELECT_CHALLENGE: "SELECT_CHALLENGE",
|
|
6676
|
+
SELECT_MFA_TYPE: "SELECT_MFA_TYPE",
|
|
6677
|
+
SMS_MFA: "SMS_MFA",
|
|
6678
|
+
SMS_OTP: "SMS_OTP",
|
|
6679
|
+
SOFTWARE_TOKEN_MFA: "SOFTWARE_TOKEN_MFA",
|
|
6680
|
+
WEB_AUTHN: "WEB_AUTHN",
|
|
6681
|
+
};
|
|
6682
|
+
const ChallengeName = {
|
|
6683
|
+
Mfa: "Mfa",
|
|
6684
|
+
Password: "Password",
|
|
6685
|
+
};
|
|
6686
|
+
const ChallengeResponse = {
|
|
6687
|
+
Failure: "Failure",
|
|
6688
|
+
Success: "Success",
|
|
6689
|
+
};
|
|
6690
|
+
const FeedbackValueType = {
|
|
6691
|
+
INVALID: "Invalid",
|
|
6692
|
+
VALID: "Valid",
|
|
6693
|
+
};
|
|
6694
|
+
const EventResponseType = {
|
|
6695
|
+
Fail: "Fail",
|
|
6696
|
+
InProgress: "InProgress",
|
|
6697
|
+
Pass: "Pass",
|
|
6698
|
+
};
|
|
6699
|
+
const RiskDecisionType = {
|
|
6700
|
+
AccountTakeover: "AccountTakeover",
|
|
6701
|
+
Block: "Block",
|
|
6702
|
+
NoRisk: "NoRisk",
|
|
6703
|
+
};
|
|
6704
|
+
const RiskLevelType = {
|
|
6705
|
+
High: "High",
|
|
6706
|
+
Low: "Low",
|
|
6707
|
+
Medium: "Medium",
|
|
6708
|
+
};
|
|
6709
|
+
const EventType = {
|
|
6710
|
+
ForgotPassword: "ForgotPassword",
|
|
6711
|
+
PasswordChange: "PasswordChange",
|
|
6712
|
+
ResendCode: "ResendCode",
|
|
6713
|
+
SignIn: "SignIn",
|
|
6714
|
+
SignUp: "SignUp",
|
|
6715
|
+
};
|
|
6716
|
+
const DeviceRememberedStatusType = {
|
|
6717
|
+
NOT_REMEMBERED: "not_remembered",
|
|
6718
|
+
REMEMBERED: "remembered",
|
|
6719
|
+
};
|
|
6720
|
+
const AdvancedSecurityEnabledModeType = {
|
|
6721
|
+
AUDIT: "AUDIT",
|
|
6722
|
+
ENFORCED: "ENFORCED",
|
|
6723
|
+
};
|
|
6724
|
+
const AdvancedSecurityModeType = {
|
|
6725
|
+
AUDIT: "AUDIT",
|
|
6726
|
+
ENFORCED: "ENFORCED",
|
|
6727
|
+
OFF: "OFF",
|
|
6728
|
+
};
|
|
6729
|
+
const AliasAttributeType = {
|
|
6730
|
+
EMAIL: "email",
|
|
6731
|
+
PHONE_NUMBER: "phone_number",
|
|
6732
|
+
PREFERRED_USERNAME: "preferred_username",
|
|
6733
|
+
};
|
|
6734
|
+
const AuthFactorType = {
|
|
6735
|
+
EMAIL_OTP: "EMAIL_OTP",
|
|
6736
|
+
PASSWORD: "PASSWORD",
|
|
6737
|
+
SMS_OTP: "SMS_OTP",
|
|
6738
|
+
WEB_AUTHN: "WEB_AUTHN",
|
|
6739
|
+
};
|
|
6740
|
+
const AssetCategoryType = {
|
|
6741
|
+
AUTH_APP_GRAPHIC: "AUTH_APP_GRAPHIC",
|
|
6742
|
+
EMAIL_GRAPHIC: "EMAIL_GRAPHIC",
|
|
6743
|
+
FAVICON_ICO: "FAVICON_ICO",
|
|
6744
|
+
FAVICON_SVG: "FAVICON_SVG",
|
|
6745
|
+
FORM_BACKGROUND: "FORM_BACKGROUND",
|
|
6746
|
+
FORM_LOGO: "FORM_LOGO",
|
|
6747
|
+
IDP_BUTTON_ICON: "IDP_BUTTON_ICON",
|
|
6748
|
+
PAGE_BACKGROUND: "PAGE_BACKGROUND",
|
|
6749
|
+
PAGE_FOOTER_BACKGROUND: "PAGE_FOOTER_BACKGROUND",
|
|
6750
|
+
PAGE_FOOTER_LOGO: "PAGE_FOOTER_LOGO",
|
|
6751
|
+
PAGE_HEADER_BACKGROUND: "PAGE_HEADER_BACKGROUND",
|
|
6752
|
+
PAGE_HEADER_LOGO: "PAGE_HEADER_LOGO",
|
|
6753
|
+
PASSKEY_GRAPHIC: "PASSKEY_GRAPHIC",
|
|
6754
|
+
PASSWORD_GRAPHIC: "PASSWORD_GRAPHIC",
|
|
6755
|
+
SMS_GRAPHIC: "SMS_GRAPHIC",
|
|
6756
|
+
};
|
|
6757
|
+
const AssetExtensionType = {
|
|
6758
|
+
ICO: "ICO",
|
|
6759
|
+
JPEG: "JPEG",
|
|
6760
|
+
PNG: "PNG",
|
|
6761
|
+
SVG: "SVG",
|
|
6762
|
+
WEBP: "WEBP",
|
|
6763
|
+
};
|
|
6764
|
+
const ColorSchemeModeType = {
|
|
6765
|
+
DARK: "DARK",
|
|
6766
|
+
DYNAMIC: "DYNAMIC",
|
|
6767
|
+
LIGHT: "LIGHT",
|
|
6768
|
+
};
|
|
6769
|
+
const VerifiedAttributeType = {
|
|
6770
|
+
EMAIL: "email",
|
|
6771
|
+
PHONE_NUMBER: "phone_number",
|
|
6772
|
+
};
|
|
6773
|
+
const IdentityProviderTypeType = {
|
|
6774
|
+
Facebook: "Facebook",
|
|
6775
|
+
Google: "Google",
|
|
6776
|
+
LoginWithAmazon: "LoginWithAmazon",
|
|
6777
|
+
OIDC: "OIDC",
|
|
6778
|
+
SAML: "SAML",
|
|
6779
|
+
SignInWithApple: "SignInWithApple",
|
|
6780
|
+
};
|
|
6781
|
+
const TermsEnforcementType = {
|
|
6782
|
+
NONE: "NONE",
|
|
6783
|
+
};
|
|
6784
|
+
const TermsSourceType = {
|
|
6785
|
+
LINK: "LINK",
|
|
6786
|
+
};
|
|
6787
|
+
const UserImportJobStatusType = {
|
|
6788
|
+
Created: "Created",
|
|
6789
|
+
Expired: "Expired",
|
|
6790
|
+
Failed: "Failed",
|
|
6791
|
+
InProgress: "InProgress",
|
|
6792
|
+
Pending: "Pending",
|
|
6793
|
+
Stopped: "Stopped",
|
|
6794
|
+
Stopping: "Stopping",
|
|
6795
|
+
Succeeded: "Succeeded",
|
|
6796
|
+
};
|
|
6797
|
+
const DeletionProtectionType = {
|
|
6798
|
+
ACTIVE: "ACTIVE",
|
|
6799
|
+
INACTIVE: "INACTIVE",
|
|
6800
|
+
};
|
|
6801
|
+
const EmailSendingAccountType = {
|
|
6802
|
+
COGNITO_DEFAULT: "COGNITO_DEFAULT",
|
|
6803
|
+
DEVELOPER: "DEVELOPER",
|
|
6804
|
+
};
|
|
6805
|
+
const CustomEmailSenderLambdaVersionType = {
|
|
6806
|
+
V1_0: "V1_0",
|
|
6807
|
+
};
|
|
6808
|
+
const CustomSMSSenderLambdaVersionType = {
|
|
6809
|
+
V1_0: "V1_0",
|
|
6810
|
+
};
|
|
6811
|
+
const PreTokenGenerationLambdaVersionType = {
|
|
6812
|
+
V1_0: "V1_0",
|
|
6813
|
+
V2_0: "V2_0",
|
|
6814
|
+
V3_0: "V3_0",
|
|
6815
|
+
};
|
|
6816
|
+
const UserPoolMfaType = {
|
|
6817
|
+
OFF: "OFF",
|
|
6818
|
+
ON: "ON",
|
|
6819
|
+
OPTIONAL: "OPTIONAL",
|
|
6820
|
+
};
|
|
6821
|
+
const UsernameAttributeType = {
|
|
6822
|
+
EMAIL: "email",
|
|
6823
|
+
PHONE_NUMBER: "phone_number",
|
|
6824
|
+
};
|
|
6825
|
+
const UserPoolTierType = {
|
|
6826
|
+
ESSENTIALS: "ESSENTIALS",
|
|
6827
|
+
LITE: "LITE",
|
|
6828
|
+
PLUS: "PLUS",
|
|
6829
|
+
};
|
|
6830
|
+
const DefaultEmailOptionType = {
|
|
6831
|
+
CONFIRM_WITH_CODE: "CONFIRM_WITH_CODE",
|
|
6832
|
+
CONFIRM_WITH_LINK: "CONFIRM_WITH_LINK",
|
|
6833
|
+
};
|
|
6834
|
+
const StatusType = {
|
|
6835
|
+
Disabled: "Disabled",
|
|
6836
|
+
Enabled: "Enabled",
|
|
6837
|
+
};
|
|
6838
|
+
const OAuthFlowType = {
|
|
6839
|
+
client_credentials: "client_credentials",
|
|
6840
|
+
code: "code",
|
|
6841
|
+
implicit: "implicit",
|
|
6842
|
+
};
|
|
6843
|
+
const ExplicitAuthFlowsType = {
|
|
6844
|
+
ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH",
|
|
6845
|
+
ALLOW_ADMIN_USER_PASSWORD_AUTH: "ALLOW_ADMIN_USER_PASSWORD_AUTH",
|
|
6846
|
+
ALLOW_CUSTOM_AUTH: "ALLOW_CUSTOM_AUTH",
|
|
6847
|
+
ALLOW_REFRESH_TOKEN_AUTH: "ALLOW_REFRESH_TOKEN_AUTH",
|
|
6848
|
+
ALLOW_USER_AUTH: "ALLOW_USER_AUTH",
|
|
6849
|
+
ALLOW_USER_PASSWORD_AUTH: "ALLOW_USER_PASSWORD_AUTH",
|
|
6850
|
+
ALLOW_USER_SRP_AUTH: "ALLOW_USER_SRP_AUTH",
|
|
6851
|
+
CUSTOM_AUTH_FLOW_ONLY: "CUSTOM_AUTH_FLOW_ONLY",
|
|
6852
|
+
USER_PASSWORD_AUTH: "USER_PASSWORD_AUTH",
|
|
6853
|
+
};
|
|
6854
|
+
const PreventUserExistenceErrorTypes = {
|
|
6855
|
+
ENABLED: "ENABLED",
|
|
6856
|
+
LEGACY: "LEGACY",
|
|
6857
|
+
};
|
|
6858
|
+
const FeatureType = {
|
|
6859
|
+
DISABLED: "DISABLED",
|
|
6860
|
+
ENABLED: "ENABLED",
|
|
6861
|
+
};
|
|
6862
|
+
const TimeUnitsType = {
|
|
6863
|
+
DAYS: "days",
|
|
6864
|
+
HOURS: "hours",
|
|
6865
|
+
MINUTES: "minutes",
|
|
6866
|
+
SECONDS: "seconds",
|
|
6867
|
+
};
|
|
6868
|
+
const CompromisedCredentialsEventActionType = {
|
|
6869
|
+
BLOCK: "BLOCK",
|
|
6870
|
+
NO_ACTION: "NO_ACTION",
|
|
6871
|
+
};
|
|
6872
|
+
const EventFilterType = {
|
|
6873
|
+
PASSWORD_CHANGE: "PASSWORD_CHANGE",
|
|
6874
|
+
SIGN_IN: "SIGN_IN",
|
|
6875
|
+
SIGN_UP: "SIGN_UP",
|
|
6876
|
+
};
|
|
6877
|
+
const DomainStatusType = {
|
|
6878
|
+
ACTIVE: "ACTIVE",
|
|
6879
|
+
CREATING: "CREATING",
|
|
6880
|
+
DELETING: "DELETING",
|
|
6881
|
+
FAILED: "FAILED",
|
|
6882
|
+
UPDATING: "UPDATING",
|
|
6883
|
+
};
|
|
6884
|
+
const EventSourceName = {
|
|
6885
|
+
USER_AUTH_EVENTS: "userAuthEvents",
|
|
6886
|
+
USER_NOTIFICATION: "userNotification",
|
|
6887
|
+
};
|
|
6888
|
+
const LogLevel = {
|
|
6889
|
+
ERROR: "ERROR",
|
|
6890
|
+
INFO: "INFO",
|
|
6891
|
+
};
|
|
6892
|
+
const UserVerificationType = {
|
|
6893
|
+
PREFERRED: "preferred",
|
|
6894
|
+
REQUIRED: "required",
|
|
6895
|
+
};
|
|
6896
|
+
const VerifySoftwareTokenResponseType = {
|
|
6897
|
+
ERROR: "ERROR",
|
|
6898
|
+
SUCCESS: "SUCCESS",
|
|
6899
|
+
};
|
|
6900
|
+
|
|
6901
6901
|
Object.defineProperty(exports, "$Command", {
|
|
6902
6902
|
enumerable: true,
|
|
6903
6903
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -2,5 +2,6 @@ export * from "./CognitoIdentityProviderClient";
|
|
|
2
2
|
export * from "./CognitoIdentityProvider";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
|
-
export * from "./models";
|
|
5
|
+
export * from "./models/enums";
|
|
6
|
+
export * from "./models/errors";
|
|
6
7
|
export { CognitoIdentityProviderServiceException } from "./models/CognitoIdentityProviderServiceException";
|