@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
|
@@ -0,0 +1,372 @@
|
|
|
1
|
+
export declare const RecoveryOptionNameType: {
|
|
2
|
+
readonly ADMIN_ONLY: "admin_only";
|
|
3
|
+
readonly VERIFIED_EMAIL: "verified_email";
|
|
4
|
+
readonly VERIFIED_PHONE_NUMBER: "verified_phone_number";
|
|
5
|
+
};
|
|
6
|
+
export type RecoveryOptionNameType =
|
|
7
|
+
(typeof RecoveryOptionNameType)[keyof typeof RecoveryOptionNameType];
|
|
8
|
+
export declare const AccountTakeoverEventActionType: {
|
|
9
|
+
readonly BLOCK: "BLOCK";
|
|
10
|
+
readonly MFA_IF_CONFIGURED: "MFA_IF_CONFIGURED";
|
|
11
|
+
readonly MFA_REQUIRED: "MFA_REQUIRED";
|
|
12
|
+
readonly NO_ACTION: "NO_ACTION";
|
|
13
|
+
};
|
|
14
|
+
export type AccountTakeoverEventActionType =
|
|
15
|
+
(typeof AccountTakeoverEventActionType)[keyof typeof AccountTakeoverEventActionType];
|
|
16
|
+
export declare const AttributeDataType: {
|
|
17
|
+
readonly BOOLEAN: "Boolean";
|
|
18
|
+
readonly DATETIME: "DateTime";
|
|
19
|
+
readonly NUMBER: "Number";
|
|
20
|
+
readonly STRING: "String";
|
|
21
|
+
};
|
|
22
|
+
export type AttributeDataType =
|
|
23
|
+
(typeof AttributeDataType)[keyof typeof AttributeDataType];
|
|
24
|
+
export declare const DeliveryMediumType: {
|
|
25
|
+
readonly EMAIL: "EMAIL";
|
|
26
|
+
readonly SMS: "SMS";
|
|
27
|
+
};
|
|
28
|
+
export type DeliveryMediumType =
|
|
29
|
+
(typeof DeliveryMediumType)[keyof typeof DeliveryMediumType];
|
|
30
|
+
export declare const MessageActionType: {
|
|
31
|
+
readonly RESEND: "RESEND";
|
|
32
|
+
readonly SUPPRESS: "SUPPRESS";
|
|
33
|
+
};
|
|
34
|
+
export type MessageActionType =
|
|
35
|
+
(typeof MessageActionType)[keyof typeof MessageActionType];
|
|
36
|
+
export declare const UserStatusType: {
|
|
37
|
+
readonly ARCHIVED: "ARCHIVED";
|
|
38
|
+
readonly COMPROMISED: "COMPROMISED";
|
|
39
|
+
readonly CONFIRMED: "CONFIRMED";
|
|
40
|
+
readonly EXTERNAL_PROVIDER: "EXTERNAL_PROVIDER";
|
|
41
|
+
readonly FORCE_CHANGE_PASSWORD: "FORCE_CHANGE_PASSWORD";
|
|
42
|
+
readonly RESET_REQUIRED: "RESET_REQUIRED";
|
|
43
|
+
readonly UNCONFIRMED: "UNCONFIRMED";
|
|
44
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
45
|
+
};
|
|
46
|
+
export type UserStatusType =
|
|
47
|
+
(typeof UserStatusType)[keyof typeof UserStatusType];
|
|
48
|
+
export declare const AuthFlowType: {
|
|
49
|
+
readonly ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH";
|
|
50
|
+
readonly ADMIN_USER_PASSWORD_AUTH: "ADMIN_USER_PASSWORD_AUTH";
|
|
51
|
+
readonly CUSTOM_AUTH: "CUSTOM_AUTH";
|
|
52
|
+
readonly REFRESH_TOKEN: "REFRESH_TOKEN";
|
|
53
|
+
readonly REFRESH_TOKEN_AUTH: "REFRESH_TOKEN_AUTH";
|
|
54
|
+
readonly USER_AUTH: "USER_AUTH";
|
|
55
|
+
readonly USER_PASSWORD_AUTH: "USER_PASSWORD_AUTH";
|
|
56
|
+
readonly USER_SRP_AUTH: "USER_SRP_AUTH";
|
|
57
|
+
};
|
|
58
|
+
export type AuthFlowType = (typeof AuthFlowType)[keyof typeof AuthFlowType];
|
|
59
|
+
export declare const ChallengeNameType: {
|
|
60
|
+
readonly ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH";
|
|
61
|
+
readonly CUSTOM_CHALLENGE: "CUSTOM_CHALLENGE";
|
|
62
|
+
readonly DEVICE_PASSWORD_VERIFIER: "DEVICE_PASSWORD_VERIFIER";
|
|
63
|
+
readonly DEVICE_SRP_AUTH: "DEVICE_SRP_AUTH";
|
|
64
|
+
readonly EMAIL_OTP: "EMAIL_OTP";
|
|
65
|
+
readonly MFA_SETUP: "MFA_SETUP";
|
|
66
|
+
readonly NEW_PASSWORD_REQUIRED: "NEW_PASSWORD_REQUIRED";
|
|
67
|
+
readonly PASSWORD: "PASSWORD";
|
|
68
|
+
readonly PASSWORD_SRP: "PASSWORD_SRP";
|
|
69
|
+
readonly PASSWORD_VERIFIER: "PASSWORD_VERIFIER";
|
|
70
|
+
readonly SELECT_CHALLENGE: "SELECT_CHALLENGE";
|
|
71
|
+
readonly SELECT_MFA_TYPE: "SELECT_MFA_TYPE";
|
|
72
|
+
readonly SMS_MFA: "SMS_MFA";
|
|
73
|
+
readonly SMS_OTP: "SMS_OTP";
|
|
74
|
+
readonly SOFTWARE_TOKEN_MFA: "SOFTWARE_TOKEN_MFA";
|
|
75
|
+
readonly WEB_AUTHN: "WEB_AUTHN";
|
|
76
|
+
};
|
|
77
|
+
export type ChallengeNameType =
|
|
78
|
+
(typeof ChallengeNameType)[keyof typeof ChallengeNameType];
|
|
79
|
+
export declare const ChallengeName: {
|
|
80
|
+
readonly Mfa: "Mfa";
|
|
81
|
+
readonly Password: "Password";
|
|
82
|
+
};
|
|
83
|
+
export type ChallengeName = (typeof ChallengeName)[keyof typeof ChallengeName];
|
|
84
|
+
export declare const ChallengeResponse: {
|
|
85
|
+
readonly Failure: "Failure";
|
|
86
|
+
readonly Success: "Success";
|
|
87
|
+
};
|
|
88
|
+
export type ChallengeResponse =
|
|
89
|
+
(typeof ChallengeResponse)[keyof typeof ChallengeResponse];
|
|
90
|
+
export declare const FeedbackValueType: {
|
|
91
|
+
readonly INVALID: "Invalid";
|
|
92
|
+
readonly VALID: "Valid";
|
|
93
|
+
};
|
|
94
|
+
export type FeedbackValueType =
|
|
95
|
+
(typeof FeedbackValueType)[keyof typeof FeedbackValueType];
|
|
96
|
+
export declare const EventResponseType: {
|
|
97
|
+
readonly Fail: "Fail";
|
|
98
|
+
readonly InProgress: "InProgress";
|
|
99
|
+
readonly Pass: "Pass";
|
|
100
|
+
};
|
|
101
|
+
export type EventResponseType =
|
|
102
|
+
(typeof EventResponseType)[keyof typeof EventResponseType];
|
|
103
|
+
export declare const RiskDecisionType: {
|
|
104
|
+
readonly AccountTakeover: "AccountTakeover";
|
|
105
|
+
readonly Block: "Block";
|
|
106
|
+
readonly NoRisk: "NoRisk";
|
|
107
|
+
};
|
|
108
|
+
export type RiskDecisionType =
|
|
109
|
+
(typeof RiskDecisionType)[keyof typeof RiskDecisionType];
|
|
110
|
+
export declare const RiskLevelType: {
|
|
111
|
+
readonly High: "High";
|
|
112
|
+
readonly Low: "Low";
|
|
113
|
+
readonly Medium: "Medium";
|
|
114
|
+
};
|
|
115
|
+
export type RiskLevelType = (typeof RiskLevelType)[keyof typeof RiskLevelType];
|
|
116
|
+
export declare const EventType: {
|
|
117
|
+
readonly ForgotPassword: "ForgotPassword";
|
|
118
|
+
readonly PasswordChange: "PasswordChange";
|
|
119
|
+
readonly ResendCode: "ResendCode";
|
|
120
|
+
readonly SignIn: "SignIn";
|
|
121
|
+
readonly SignUp: "SignUp";
|
|
122
|
+
};
|
|
123
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
124
|
+
export declare const DeviceRememberedStatusType: {
|
|
125
|
+
readonly NOT_REMEMBERED: "not_remembered";
|
|
126
|
+
readonly REMEMBERED: "remembered";
|
|
127
|
+
};
|
|
128
|
+
export type DeviceRememberedStatusType =
|
|
129
|
+
(typeof DeviceRememberedStatusType)[keyof typeof DeviceRememberedStatusType];
|
|
130
|
+
export declare const AdvancedSecurityEnabledModeType: {
|
|
131
|
+
readonly AUDIT: "AUDIT";
|
|
132
|
+
readonly ENFORCED: "ENFORCED";
|
|
133
|
+
};
|
|
134
|
+
export type AdvancedSecurityEnabledModeType =
|
|
135
|
+
(typeof AdvancedSecurityEnabledModeType)[keyof typeof AdvancedSecurityEnabledModeType];
|
|
136
|
+
export declare const AdvancedSecurityModeType: {
|
|
137
|
+
readonly AUDIT: "AUDIT";
|
|
138
|
+
readonly ENFORCED: "ENFORCED";
|
|
139
|
+
readonly OFF: "OFF";
|
|
140
|
+
};
|
|
141
|
+
export type AdvancedSecurityModeType =
|
|
142
|
+
(typeof AdvancedSecurityModeType)[keyof typeof AdvancedSecurityModeType];
|
|
143
|
+
export declare const AliasAttributeType: {
|
|
144
|
+
readonly EMAIL: "email";
|
|
145
|
+
readonly PHONE_NUMBER: "phone_number";
|
|
146
|
+
readonly PREFERRED_USERNAME: "preferred_username";
|
|
147
|
+
};
|
|
148
|
+
export type AliasAttributeType =
|
|
149
|
+
(typeof AliasAttributeType)[keyof typeof AliasAttributeType];
|
|
150
|
+
export declare const AuthFactorType: {
|
|
151
|
+
readonly EMAIL_OTP: "EMAIL_OTP";
|
|
152
|
+
readonly PASSWORD: "PASSWORD";
|
|
153
|
+
readonly SMS_OTP: "SMS_OTP";
|
|
154
|
+
readonly WEB_AUTHN: "WEB_AUTHN";
|
|
155
|
+
};
|
|
156
|
+
export type AuthFactorType =
|
|
157
|
+
(typeof AuthFactorType)[keyof typeof AuthFactorType];
|
|
158
|
+
export declare const AssetCategoryType: {
|
|
159
|
+
readonly AUTH_APP_GRAPHIC: "AUTH_APP_GRAPHIC";
|
|
160
|
+
readonly EMAIL_GRAPHIC: "EMAIL_GRAPHIC";
|
|
161
|
+
readonly FAVICON_ICO: "FAVICON_ICO";
|
|
162
|
+
readonly FAVICON_SVG: "FAVICON_SVG";
|
|
163
|
+
readonly FORM_BACKGROUND: "FORM_BACKGROUND";
|
|
164
|
+
readonly FORM_LOGO: "FORM_LOGO";
|
|
165
|
+
readonly IDP_BUTTON_ICON: "IDP_BUTTON_ICON";
|
|
166
|
+
readonly PAGE_BACKGROUND: "PAGE_BACKGROUND";
|
|
167
|
+
readonly PAGE_FOOTER_BACKGROUND: "PAGE_FOOTER_BACKGROUND";
|
|
168
|
+
readonly PAGE_FOOTER_LOGO: "PAGE_FOOTER_LOGO";
|
|
169
|
+
readonly PAGE_HEADER_BACKGROUND: "PAGE_HEADER_BACKGROUND";
|
|
170
|
+
readonly PAGE_HEADER_LOGO: "PAGE_HEADER_LOGO";
|
|
171
|
+
readonly PASSKEY_GRAPHIC: "PASSKEY_GRAPHIC";
|
|
172
|
+
readonly PASSWORD_GRAPHIC: "PASSWORD_GRAPHIC";
|
|
173
|
+
readonly SMS_GRAPHIC: "SMS_GRAPHIC";
|
|
174
|
+
};
|
|
175
|
+
export type AssetCategoryType =
|
|
176
|
+
(typeof AssetCategoryType)[keyof typeof AssetCategoryType];
|
|
177
|
+
export declare const AssetExtensionType: {
|
|
178
|
+
readonly ICO: "ICO";
|
|
179
|
+
readonly JPEG: "JPEG";
|
|
180
|
+
readonly PNG: "PNG";
|
|
181
|
+
readonly SVG: "SVG";
|
|
182
|
+
readonly WEBP: "WEBP";
|
|
183
|
+
};
|
|
184
|
+
export type AssetExtensionType =
|
|
185
|
+
(typeof AssetExtensionType)[keyof typeof AssetExtensionType];
|
|
186
|
+
export declare const ColorSchemeModeType: {
|
|
187
|
+
readonly DARK: "DARK";
|
|
188
|
+
readonly DYNAMIC: "DYNAMIC";
|
|
189
|
+
readonly LIGHT: "LIGHT";
|
|
190
|
+
};
|
|
191
|
+
export type ColorSchemeModeType =
|
|
192
|
+
(typeof ColorSchemeModeType)[keyof typeof ColorSchemeModeType];
|
|
193
|
+
export declare const VerifiedAttributeType: {
|
|
194
|
+
readonly EMAIL: "email";
|
|
195
|
+
readonly PHONE_NUMBER: "phone_number";
|
|
196
|
+
};
|
|
197
|
+
export type VerifiedAttributeType =
|
|
198
|
+
(typeof VerifiedAttributeType)[keyof typeof VerifiedAttributeType];
|
|
199
|
+
export declare const IdentityProviderTypeType: {
|
|
200
|
+
readonly Facebook: "Facebook";
|
|
201
|
+
readonly Google: "Google";
|
|
202
|
+
readonly LoginWithAmazon: "LoginWithAmazon";
|
|
203
|
+
readonly OIDC: "OIDC";
|
|
204
|
+
readonly SAML: "SAML";
|
|
205
|
+
readonly SignInWithApple: "SignInWithApple";
|
|
206
|
+
};
|
|
207
|
+
export type IdentityProviderTypeType =
|
|
208
|
+
(typeof IdentityProviderTypeType)[keyof typeof IdentityProviderTypeType];
|
|
209
|
+
export declare const TermsEnforcementType: {
|
|
210
|
+
readonly NONE: "NONE";
|
|
211
|
+
};
|
|
212
|
+
export type TermsEnforcementType =
|
|
213
|
+
(typeof TermsEnforcementType)[keyof typeof TermsEnforcementType];
|
|
214
|
+
export declare const TermsSourceType: {
|
|
215
|
+
readonly LINK: "LINK";
|
|
216
|
+
};
|
|
217
|
+
export type TermsSourceType =
|
|
218
|
+
(typeof TermsSourceType)[keyof typeof TermsSourceType];
|
|
219
|
+
export declare const UserImportJobStatusType: {
|
|
220
|
+
readonly Created: "Created";
|
|
221
|
+
readonly Expired: "Expired";
|
|
222
|
+
readonly Failed: "Failed";
|
|
223
|
+
readonly InProgress: "InProgress";
|
|
224
|
+
readonly Pending: "Pending";
|
|
225
|
+
readonly Stopped: "Stopped";
|
|
226
|
+
readonly Stopping: "Stopping";
|
|
227
|
+
readonly Succeeded: "Succeeded";
|
|
228
|
+
};
|
|
229
|
+
export type UserImportJobStatusType =
|
|
230
|
+
(typeof UserImportJobStatusType)[keyof typeof UserImportJobStatusType];
|
|
231
|
+
export declare const DeletionProtectionType: {
|
|
232
|
+
readonly ACTIVE: "ACTIVE";
|
|
233
|
+
readonly INACTIVE: "INACTIVE";
|
|
234
|
+
};
|
|
235
|
+
export type DeletionProtectionType =
|
|
236
|
+
(typeof DeletionProtectionType)[keyof typeof DeletionProtectionType];
|
|
237
|
+
export declare const EmailSendingAccountType: {
|
|
238
|
+
readonly COGNITO_DEFAULT: "COGNITO_DEFAULT";
|
|
239
|
+
readonly DEVELOPER: "DEVELOPER";
|
|
240
|
+
};
|
|
241
|
+
export type EmailSendingAccountType =
|
|
242
|
+
(typeof EmailSendingAccountType)[keyof typeof EmailSendingAccountType];
|
|
243
|
+
export declare const CustomEmailSenderLambdaVersionType: {
|
|
244
|
+
readonly V1_0: "V1_0";
|
|
245
|
+
};
|
|
246
|
+
export type CustomEmailSenderLambdaVersionType =
|
|
247
|
+
(typeof CustomEmailSenderLambdaVersionType)[keyof typeof CustomEmailSenderLambdaVersionType];
|
|
248
|
+
export declare const CustomSMSSenderLambdaVersionType: {
|
|
249
|
+
readonly V1_0: "V1_0";
|
|
250
|
+
};
|
|
251
|
+
export type CustomSMSSenderLambdaVersionType =
|
|
252
|
+
(typeof CustomSMSSenderLambdaVersionType)[keyof typeof CustomSMSSenderLambdaVersionType];
|
|
253
|
+
export declare const PreTokenGenerationLambdaVersionType: {
|
|
254
|
+
readonly V1_0: "V1_0";
|
|
255
|
+
readonly V2_0: "V2_0";
|
|
256
|
+
readonly V3_0: "V3_0";
|
|
257
|
+
};
|
|
258
|
+
export type PreTokenGenerationLambdaVersionType =
|
|
259
|
+
(typeof PreTokenGenerationLambdaVersionType)[keyof typeof PreTokenGenerationLambdaVersionType];
|
|
260
|
+
export declare const UserPoolMfaType: {
|
|
261
|
+
readonly OFF: "OFF";
|
|
262
|
+
readonly ON: "ON";
|
|
263
|
+
readonly OPTIONAL: "OPTIONAL";
|
|
264
|
+
};
|
|
265
|
+
export type UserPoolMfaType =
|
|
266
|
+
(typeof UserPoolMfaType)[keyof typeof UserPoolMfaType];
|
|
267
|
+
export declare const UsernameAttributeType: {
|
|
268
|
+
readonly EMAIL: "email";
|
|
269
|
+
readonly PHONE_NUMBER: "phone_number";
|
|
270
|
+
};
|
|
271
|
+
export type UsernameAttributeType =
|
|
272
|
+
(typeof UsernameAttributeType)[keyof typeof UsernameAttributeType];
|
|
273
|
+
export declare const UserPoolTierType: {
|
|
274
|
+
readonly ESSENTIALS: "ESSENTIALS";
|
|
275
|
+
readonly LITE: "LITE";
|
|
276
|
+
readonly PLUS: "PLUS";
|
|
277
|
+
};
|
|
278
|
+
export type UserPoolTierType =
|
|
279
|
+
(typeof UserPoolTierType)[keyof typeof UserPoolTierType];
|
|
280
|
+
export declare const DefaultEmailOptionType: {
|
|
281
|
+
readonly CONFIRM_WITH_CODE: "CONFIRM_WITH_CODE";
|
|
282
|
+
readonly CONFIRM_WITH_LINK: "CONFIRM_WITH_LINK";
|
|
283
|
+
};
|
|
284
|
+
export type DefaultEmailOptionType =
|
|
285
|
+
(typeof DefaultEmailOptionType)[keyof typeof DefaultEmailOptionType];
|
|
286
|
+
export declare const StatusType: {
|
|
287
|
+
readonly Disabled: "Disabled";
|
|
288
|
+
readonly Enabled: "Enabled";
|
|
289
|
+
};
|
|
290
|
+
export type StatusType = (typeof StatusType)[keyof typeof StatusType];
|
|
291
|
+
export declare const OAuthFlowType: {
|
|
292
|
+
readonly client_credentials: "client_credentials";
|
|
293
|
+
readonly code: "code";
|
|
294
|
+
readonly implicit: "implicit";
|
|
295
|
+
};
|
|
296
|
+
export type OAuthFlowType = (typeof OAuthFlowType)[keyof typeof OAuthFlowType];
|
|
297
|
+
export declare const ExplicitAuthFlowsType: {
|
|
298
|
+
readonly ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH";
|
|
299
|
+
readonly ALLOW_ADMIN_USER_PASSWORD_AUTH: "ALLOW_ADMIN_USER_PASSWORD_AUTH";
|
|
300
|
+
readonly ALLOW_CUSTOM_AUTH: "ALLOW_CUSTOM_AUTH";
|
|
301
|
+
readonly ALLOW_REFRESH_TOKEN_AUTH: "ALLOW_REFRESH_TOKEN_AUTH";
|
|
302
|
+
readonly ALLOW_USER_AUTH: "ALLOW_USER_AUTH";
|
|
303
|
+
readonly ALLOW_USER_PASSWORD_AUTH: "ALLOW_USER_PASSWORD_AUTH";
|
|
304
|
+
readonly ALLOW_USER_SRP_AUTH: "ALLOW_USER_SRP_AUTH";
|
|
305
|
+
readonly CUSTOM_AUTH_FLOW_ONLY: "CUSTOM_AUTH_FLOW_ONLY";
|
|
306
|
+
readonly USER_PASSWORD_AUTH: "USER_PASSWORD_AUTH";
|
|
307
|
+
};
|
|
308
|
+
export type ExplicitAuthFlowsType =
|
|
309
|
+
(typeof ExplicitAuthFlowsType)[keyof typeof ExplicitAuthFlowsType];
|
|
310
|
+
export declare const PreventUserExistenceErrorTypes: {
|
|
311
|
+
readonly ENABLED: "ENABLED";
|
|
312
|
+
readonly LEGACY: "LEGACY";
|
|
313
|
+
};
|
|
314
|
+
export type PreventUserExistenceErrorTypes =
|
|
315
|
+
(typeof PreventUserExistenceErrorTypes)[keyof typeof PreventUserExistenceErrorTypes];
|
|
316
|
+
export declare const FeatureType: {
|
|
317
|
+
readonly DISABLED: "DISABLED";
|
|
318
|
+
readonly ENABLED: "ENABLED";
|
|
319
|
+
};
|
|
320
|
+
export type FeatureType = (typeof FeatureType)[keyof typeof FeatureType];
|
|
321
|
+
export declare const TimeUnitsType: {
|
|
322
|
+
readonly DAYS: "days";
|
|
323
|
+
readonly HOURS: "hours";
|
|
324
|
+
readonly MINUTES: "minutes";
|
|
325
|
+
readonly SECONDS: "seconds";
|
|
326
|
+
};
|
|
327
|
+
export type TimeUnitsType = (typeof TimeUnitsType)[keyof typeof TimeUnitsType];
|
|
328
|
+
export declare const CompromisedCredentialsEventActionType: {
|
|
329
|
+
readonly BLOCK: "BLOCK";
|
|
330
|
+
readonly NO_ACTION: "NO_ACTION";
|
|
331
|
+
};
|
|
332
|
+
export type CompromisedCredentialsEventActionType =
|
|
333
|
+
(typeof CompromisedCredentialsEventActionType)[keyof typeof CompromisedCredentialsEventActionType];
|
|
334
|
+
export declare const EventFilterType: {
|
|
335
|
+
readonly PASSWORD_CHANGE: "PASSWORD_CHANGE";
|
|
336
|
+
readonly SIGN_IN: "SIGN_IN";
|
|
337
|
+
readonly SIGN_UP: "SIGN_UP";
|
|
338
|
+
};
|
|
339
|
+
export type EventFilterType =
|
|
340
|
+
(typeof EventFilterType)[keyof typeof EventFilterType];
|
|
341
|
+
export declare const DomainStatusType: {
|
|
342
|
+
readonly ACTIVE: "ACTIVE";
|
|
343
|
+
readonly CREATING: "CREATING";
|
|
344
|
+
readonly DELETING: "DELETING";
|
|
345
|
+
readonly FAILED: "FAILED";
|
|
346
|
+
readonly UPDATING: "UPDATING";
|
|
347
|
+
};
|
|
348
|
+
export type DomainStatusType =
|
|
349
|
+
(typeof DomainStatusType)[keyof typeof DomainStatusType];
|
|
350
|
+
export declare const EventSourceName: {
|
|
351
|
+
readonly USER_AUTH_EVENTS: "userAuthEvents";
|
|
352
|
+
readonly USER_NOTIFICATION: "userNotification";
|
|
353
|
+
};
|
|
354
|
+
export type EventSourceName =
|
|
355
|
+
(typeof EventSourceName)[keyof typeof EventSourceName];
|
|
356
|
+
export declare const LogLevel: {
|
|
357
|
+
readonly ERROR: "ERROR";
|
|
358
|
+
readonly INFO: "INFO";
|
|
359
|
+
};
|
|
360
|
+
export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
|
|
361
|
+
export declare const UserVerificationType: {
|
|
362
|
+
readonly PREFERRED: "preferred";
|
|
363
|
+
readonly REQUIRED: "required";
|
|
364
|
+
};
|
|
365
|
+
export type UserVerificationType =
|
|
366
|
+
(typeof UserVerificationType)[keyof typeof UserVerificationType];
|
|
367
|
+
export declare const VerifySoftwareTokenResponseType: {
|
|
368
|
+
readonly ERROR: "ERROR";
|
|
369
|
+
readonly SUCCESS: "SUCCESS";
|
|
370
|
+
};
|
|
371
|
+
export type VerifySoftwareTokenResponseType =
|
|
372
|
+
(typeof VerifySoftwareTokenResponseType)[keyof typeof VerifySoftwareTokenResponseType];
|