@aws-sdk/client-cognito-identity-provider 3.933.0 → 3.935.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 +12 -12
  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,681 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const RecoveryOptionNameType: {
6
+ readonly ADMIN_ONLY: "admin_only";
7
+ readonly VERIFIED_EMAIL: "verified_email";
8
+ readonly VERIFIED_PHONE_NUMBER: "verified_phone_number";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type RecoveryOptionNameType = (typeof RecoveryOptionNameType)[keyof typeof RecoveryOptionNameType];
14
+ /**
15
+ * @public
16
+ * @enum
17
+ */
18
+ export declare const AccountTakeoverEventActionType: {
19
+ readonly BLOCK: "BLOCK";
20
+ readonly MFA_IF_CONFIGURED: "MFA_IF_CONFIGURED";
21
+ readonly MFA_REQUIRED: "MFA_REQUIRED";
22
+ readonly NO_ACTION: "NO_ACTION";
23
+ };
24
+ /**
25
+ * @public
26
+ */
27
+ export type AccountTakeoverEventActionType = (typeof AccountTakeoverEventActionType)[keyof typeof AccountTakeoverEventActionType];
28
+ /**
29
+ * @public
30
+ * @enum
31
+ */
32
+ export declare const AttributeDataType: {
33
+ readonly BOOLEAN: "Boolean";
34
+ readonly DATETIME: "DateTime";
35
+ readonly NUMBER: "Number";
36
+ readonly STRING: "String";
37
+ };
38
+ /**
39
+ * @public
40
+ */
41
+ export type AttributeDataType = (typeof AttributeDataType)[keyof typeof AttributeDataType];
42
+ /**
43
+ * @public
44
+ * @enum
45
+ */
46
+ export declare const DeliveryMediumType: {
47
+ readonly EMAIL: "EMAIL";
48
+ readonly SMS: "SMS";
49
+ };
50
+ /**
51
+ * @public
52
+ */
53
+ export type DeliveryMediumType = (typeof DeliveryMediumType)[keyof typeof DeliveryMediumType];
54
+ /**
55
+ * @public
56
+ * @enum
57
+ */
58
+ export declare const MessageActionType: {
59
+ readonly RESEND: "RESEND";
60
+ readonly SUPPRESS: "SUPPRESS";
61
+ };
62
+ /**
63
+ * @public
64
+ */
65
+ export type MessageActionType = (typeof MessageActionType)[keyof typeof MessageActionType];
66
+ /**
67
+ * @public
68
+ * @enum
69
+ */
70
+ export declare const UserStatusType: {
71
+ readonly ARCHIVED: "ARCHIVED";
72
+ readonly COMPROMISED: "COMPROMISED";
73
+ readonly CONFIRMED: "CONFIRMED";
74
+ readonly EXTERNAL_PROVIDER: "EXTERNAL_PROVIDER";
75
+ readonly FORCE_CHANGE_PASSWORD: "FORCE_CHANGE_PASSWORD";
76
+ readonly RESET_REQUIRED: "RESET_REQUIRED";
77
+ readonly UNCONFIRMED: "UNCONFIRMED";
78
+ readonly UNKNOWN: "UNKNOWN";
79
+ };
80
+ /**
81
+ * @public
82
+ */
83
+ export type UserStatusType = (typeof UserStatusType)[keyof typeof UserStatusType];
84
+ /**
85
+ * @public
86
+ * @enum
87
+ */
88
+ export declare const AuthFlowType: {
89
+ readonly ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH";
90
+ readonly ADMIN_USER_PASSWORD_AUTH: "ADMIN_USER_PASSWORD_AUTH";
91
+ readonly CUSTOM_AUTH: "CUSTOM_AUTH";
92
+ readonly REFRESH_TOKEN: "REFRESH_TOKEN";
93
+ readonly REFRESH_TOKEN_AUTH: "REFRESH_TOKEN_AUTH";
94
+ readonly USER_AUTH: "USER_AUTH";
95
+ readonly USER_PASSWORD_AUTH: "USER_PASSWORD_AUTH";
96
+ readonly USER_SRP_AUTH: "USER_SRP_AUTH";
97
+ };
98
+ /**
99
+ * @public
100
+ */
101
+ export type AuthFlowType = (typeof AuthFlowType)[keyof typeof AuthFlowType];
102
+ /**
103
+ * @public
104
+ * @enum
105
+ */
106
+ export declare const ChallengeNameType: {
107
+ readonly ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH";
108
+ readonly CUSTOM_CHALLENGE: "CUSTOM_CHALLENGE";
109
+ readonly DEVICE_PASSWORD_VERIFIER: "DEVICE_PASSWORD_VERIFIER";
110
+ readonly DEVICE_SRP_AUTH: "DEVICE_SRP_AUTH";
111
+ readonly EMAIL_OTP: "EMAIL_OTP";
112
+ readonly MFA_SETUP: "MFA_SETUP";
113
+ readonly NEW_PASSWORD_REQUIRED: "NEW_PASSWORD_REQUIRED";
114
+ readonly PASSWORD: "PASSWORD";
115
+ readonly PASSWORD_SRP: "PASSWORD_SRP";
116
+ readonly PASSWORD_VERIFIER: "PASSWORD_VERIFIER";
117
+ readonly SELECT_CHALLENGE: "SELECT_CHALLENGE";
118
+ readonly SELECT_MFA_TYPE: "SELECT_MFA_TYPE";
119
+ readonly SMS_MFA: "SMS_MFA";
120
+ readonly SMS_OTP: "SMS_OTP";
121
+ readonly SOFTWARE_TOKEN_MFA: "SOFTWARE_TOKEN_MFA";
122
+ readonly WEB_AUTHN: "WEB_AUTHN";
123
+ };
124
+ /**
125
+ * @public
126
+ */
127
+ export type ChallengeNameType = (typeof ChallengeNameType)[keyof typeof ChallengeNameType];
128
+ /**
129
+ * @public
130
+ * @enum
131
+ */
132
+ export declare const ChallengeName: {
133
+ readonly Mfa: "Mfa";
134
+ readonly Password: "Password";
135
+ };
136
+ /**
137
+ * @public
138
+ */
139
+ export type ChallengeName = (typeof ChallengeName)[keyof typeof ChallengeName];
140
+ /**
141
+ * @public
142
+ * @enum
143
+ */
144
+ export declare const ChallengeResponse: {
145
+ readonly Failure: "Failure";
146
+ readonly Success: "Success";
147
+ };
148
+ /**
149
+ * @public
150
+ */
151
+ export type ChallengeResponse = (typeof ChallengeResponse)[keyof typeof ChallengeResponse];
152
+ /**
153
+ * @public
154
+ * @enum
155
+ */
156
+ export declare const FeedbackValueType: {
157
+ readonly INVALID: "Invalid";
158
+ readonly VALID: "Valid";
159
+ };
160
+ /**
161
+ * @public
162
+ */
163
+ export type FeedbackValueType = (typeof FeedbackValueType)[keyof typeof FeedbackValueType];
164
+ /**
165
+ * @public
166
+ * @enum
167
+ */
168
+ export declare const EventResponseType: {
169
+ readonly Fail: "Fail";
170
+ readonly InProgress: "InProgress";
171
+ readonly Pass: "Pass";
172
+ };
173
+ /**
174
+ * @public
175
+ */
176
+ export type EventResponseType = (typeof EventResponseType)[keyof typeof EventResponseType];
177
+ /**
178
+ * @public
179
+ * @enum
180
+ */
181
+ export declare const RiskDecisionType: {
182
+ readonly AccountTakeover: "AccountTakeover";
183
+ readonly Block: "Block";
184
+ readonly NoRisk: "NoRisk";
185
+ };
186
+ /**
187
+ * @public
188
+ */
189
+ export type RiskDecisionType = (typeof RiskDecisionType)[keyof typeof RiskDecisionType];
190
+ /**
191
+ * @public
192
+ * @enum
193
+ */
194
+ export declare const RiskLevelType: {
195
+ readonly High: "High";
196
+ readonly Low: "Low";
197
+ readonly Medium: "Medium";
198
+ };
199
+ /**
200
+ * @public
201
+ */
202
+ export type RiskLevelType = (typeof RiskLevelType)[keyof typeof RiskLevelType];
203
+ /**
204
+ * @public
205
+ * @enum
206
+ */
207
+ export declare const EventType: {
208
+ readonly ForgotPassword: "ForgotPassword";
209
+ readonly PasswordChange: "PasswordChange";
210
+ readonly ResendCode: "ResendCode";
211
+ readonly SignIn: "SignIn";
212
+ readonly SignUp: "SignUp";
213
+ };
214
+ /**
215
+ * @public
216
+ */
217
+ export type EventType = (typeof EventType)[keyof typeof EventType];
218
+ /**
219
+ * @public
220
+ * @enum
221
+ */
222
+ export declare const DeviceRememberedStatusType: {
223
+ readonly NOT_REMEMBERED: "not_remembered";
224
+ readonly REMEMBERED: "remembered";
225
+ };
226
+ /**
227
+ * @public
228
+ */
229
+ export type DeviceRememberedStatusType = (typeof DeviceRememberedStatusType)[keyof typeof DeviceRememberedStatusType];
230
+ /**
231
+ * @public
232
+ * @enum
233
+ */
234
+ export declare const AdvancedSecurityEnabledModeType: {
235
+ readonly AUDIT: "AUDIT";
236
+ readonly ENFORCED: "ENFORCED";
237
+ };
238
+ /**
239
+ * @public
240
+ */
241
+ export type AdvancedSecurityEnabledModeType = (typeof AdvancedSecurityEnabledModeType)[keyof typeof AdvancedSecurityEnabledModeType];
242
+ /**
243
+ * @public
244
+ * @enum
245
+ */
246
+ export declare const AdvancedSecurityModeType: {
247
+ readonly AUDIT: "AUDIT";
248
+ readonly ENFORCED: "ENFORCED";
249
+ readonly OFF: "OFF";
250
+ };
251
+ /**
252
+ * @public
253
+ */
254
+ export type AdvancedSecurityModeType = (typeof AdvancedSecurityModeType)[keyof typeof AdvancedSecurityModeType];
255
+ /**
256
+ * @public
257
+ * @enum
258
+ */
259
+ export declare const AliasAttributeType: {
260
+ readonly EMAIL: "email";
261
+ readonly PHONE_NUMBER: "phone_number";
262
+ readonly PREFERRED_USERNAME: "preferred_username";
263
+ };
264
+ /**
265
+ * @public
266
+ */
267
+ export type AliasAttributeType = (typeof AliasAttributeType)[keyof typeof AliasAttributeType];
268
+ /**
269
+ * @public
270
+ * @enum
271
+ */
272
+ export declare const AuthFactorType: {
273
+ readonly EMAIL_OTP: "EMAIL_OTP";
274
+ readonly PASSWORD: "PASSWORD";
275
+ readonly SMS_OTP: "SMS_OTP";
276
+ readonly WEB_AUTHN: "WEB_AUTHN";
277
+ };
278
+ /**
279
+ * @public
280
+ */
281
+ export type AuthFactorType = (typeof AuthFactorType)[keyof typeof AuthFactorType];
282
+ /**
283
+ * @public
284
+ * @enum
285
+ */
286
+ export declare const AssetCategoryType: {
287
+ readonly AUTH_APP_GRAPHIC: "AUTH_APP_GRAPHIC";
288
+ readonly EMAIL_GRAPHIC: "EMAIL_GRAPHIC";
289
+ readonly FAVICON_ICO: "FAVICON_ICO";
290
+ readonly FAVICON_SVG: "FAVICON_SVG";
291
+ readonly FORM_BACKGROUND: "FORM_BACKGROUND";
292
+ readonly FORM_LOGO: "FORM_LOGO";
293
+ readonly IDP_BUTTON_ICON: "IDP_BUTTON_ICON";
294
+ readonly PAGE_BACKGROUND: "PAGE_BACKGROUND";
295
+ readonly PAGE_FOOTER_BACKGROUND: "PAGE_FOOTER_BACKGROUND";
296
+ readonly PAGE_FOOTER_LOGO: "PAGE_FOOTER_LOGO";
297
+ readonly PAGE_HEADER_BACKGROUND: "PAGE_HEADER_BACKGROUND";
298
+ readonly PAGE_HEADER_LOGO: "PAGE_HEADER_LOGO";
299
+ readonly PASSKEY_GRAPHIC: "PASSKEY_GRAPHIC";
300
+ readonly PASSWORD_GRAPHIC: "PASSWORD_GRAPHIC";
301
+ readonly SMS_GRAPHIC: "SMS_GRAPHIC";
302
+ };
303
+ /**
304
+ * @public
305
+ */
306
+ export type AssetCategoryType = (typeof AssetCategoryType)[keyof typeof AssetCategoryType];
307
+ /**
308
+ * @public
309
+ * @enum
310
+ */
311
+ export declare const AssetExtensionType: {
312
+ readonly ICO: "ICO";
313
+ readonly JPEG: "JPEG";
314
+ readonly PNG: "PNG";
315
+ readonly SVG: "SVG";
316
+ readonly WEBP: "WEBP";
317
+ };
318
+ /**
319
+ * @public
320
+ */
321
+ export type AssetExtensionType = (typeof AssetExtensionType)[keyof typeof AssetExtensionType];
322
+ /**
323
+ * @public
324
+ * @enum
325
+ */
326
+ export declare const ColorSchemeModeType: {
327
+ readonly DARK: "DARK";
328
+ readonly DYNAMIC: "DYNAMIC";
329
+ readonly LIGHT: "LIGHT";
330
+ };
331
+ /**
332
+ * @public
333
+ */
334
+ export type ColorSchemeModeType = (typeof ColorSchemeModeType)[keyof typeof ColorSchemeModeType];
335
+ /**
336
+ * @public
337
+ * @enum
338
+ */
339
+ export declare const VerifiedAttributeType: {
340
+ readonly EMAIL: "email";
341
+ readonly PHONE_NUMBER: "phone_number";
342
+ };
343
+ /**
344
+ * @public
345
+ */
346
+ export type VerifiedAttributeType = (typeof VerifiedAttributeType)[keyof typeof VerifiedAttributeType];
347
+ /**
348
+ * @public
349
+ * @enum
350
+ */
351
+ export declare const IdentityProviderTypeType: {
352
+ readonly Facebook: "Facebook";
353
+ readonly Google: "Google";
354
+ readonly LoginWithAmazon: "LoginWithAmazon";
355
+ readonly OIDC: "OIDC";
356
+ readonly SAML: "SAML";
357
+ readonly SignInWithApple: "SignInWithApple";
358
+ };
359
+ /**
360
+ * @public
361
+ */
362
+ export type IdentityProviderTypeType = (typeof IdentityProviderTypeType)[keyof typeof IdentityProviderTypeType];
363
+ /**
364
+ * @public
365
+ * @enum
366
+ */
367
+ export declare const TermsEnforcementType: {
368
+ readonly NONE: "NONE";
369
+ };
370
+ /**
371
+ * @public
372
+ */
373
+ export type TermsEnforcementType = (typeof TermsEnforcementType)[keyof typeof TermsEnforcementType];
374
+ /**
375
+ * @public
376
+ * @enum
377
+ */
378
+ export declare const TermsSourceType: {
379
+ readonly LINK: "LINK";
380
+ };
381
+ /**
382
+ * @public
383
+ */
384
+ export type TermsSourceType = (typeof TermsSourceType)[keyof typeof TermsSourceType];
385
+ /**
386
+ * @public
387
+ * @enum
388
+ */
389
+ export declare const UserImportJobStatusType: {
390
+ readonly Created: "Created";
391
+ readonly Expired: "Expired";
392
+ readonly Failed: "Failed";
393
+ readonly InProgress: "InProgress";
394
+ readonly Pending: "Pending";
395
+ readonly Stopped: "Stopped";
396
+ readonly Stopping: "Stopping";
397
+ readonly Succeeded: "Succeeded";
398
+ };
399
+ /**
400
+ * @public
401
+ */
402
+ export type UserImportJobStatusType = (typeof UserImportJobStatusType)[keyof typeof UserImportJobStatusType];
403
+ /**
404
+ * @public
405
+ * @enum
406
+ */
407
+ export declare const DeletionProtectionType: {
408
+ readonly ACTIVE: "ACTIVE";
409
+ readonly INACTIVE: "INACTIVE";
410
+ };
411
+ /**
412
+ * @public
413
+ */
414
+ export type DeletionProtectionType = (typeof DeletionProtectionType)[keyof typeof DeletionProtectionType];
415
+ /**
416
+ * @public
417
+ * @enum
418
+ */
419
+ export declare const EmailSendingAccountType: {
420
+ readonly COGNITO_DEFAULT: "COGNITO_DEFAULT";
421
+ readonly DEVELOPER: "DEVELOPER";
422
+ };
423
+ /**
424
+ * @public
425
+ */
426
+ export type EmailSendingAccountType = (typeof EmailSendingAccountType)[keyof typeof EmailSendingAccountType];
427
+ /**
428
+ * @public
429
+ * @enum
430
+ */
431
+ export declare const CustomEmailSenderLambdaVersionType: {
432
+ readonly V1_0: "V1_0";
433
+ };
434
+ /**
435
+ * @public
436
+ */
437
+ export type CustomEmailSenderLambdaVersionType = (typeof CustomEmailSenderLambdaVersionType)[keyof typeof CustomEmailSenderLambdaVersionType];
438
+ /**
439
+ * @public
440
+ * @enum
441
+ */
442
+ export declare const CustomSMSSenderLambdaVersionType: {
443
+ readonly V1_0: "V1_0";
444
+ };
445
+ /**
446
+ * @public
447
+ */
448
+ export type CustomSMSSenderLambdaVersionType = (typeof CustomSMSSenderLambdaVersionType)[keyof typeof CustomSMSSenderLambdaVersionType];
449
+ /**
450
+ * @public
451
+ * @enum
452
+ */
453
+ export declare const PreTokenGenerationLambdaVersionType: {
454
+ readonly V1_0: "V1_0";
455
+ readonly V2_0: "V2_0";
456
+ readonly V3_0: "V3_0";
457
+ };
458
+ /**
459
+ * @public
460
+ */
461
+ export type PreTokenGenerationLambdaVersionType = (typeof PreTokenGenerationLambdaVersionType)[keyof typeof PreTokenGenerationLambdaVersionType];
462
+ /**
463
+ * @public
464
+ * @enum
465
+ */
466
+ export declare const UserPoolMfaType: {
467
+ readonly OFF: "OFF";
468
+ readonly ON: "ON";
469
+ readonly OPTIONAL: "OPTIONAL";
470
+ };
471
+ /**
472
+ * @public
473
+ */
474
+ export type UserPoolMfaType = (typeof UserPoolMfaType)[keyof typeof UserPoolMfaType];
475
+ /**
476
+ * @public
477
+ * @enum
478
+ */
479
+ export declare const UsernameAttributeType: {
480
+ readonly EMAIL: "email";
481
+ readonly PHONE_NUMBER: "phone_number";
482
+ };
483
+ /**
484
+ * @public
485
+ */
486
+ export type UsernameAttributeType = (typeof UsernameAttributeType)[keyof typeof UsernameAttributeType];
487
+ /**
488
+ * @public
489
+ * @enum
490
+ */
491
+ export declare const UserPoolTierType: {
492
+ readonly ESSENTIALS: "ESSENTIALS";
493
+ readonly LITE: "LITE";
494
+ readonly PLUS: "PLUS";
495
+ };
496
+ /**
497
+ * @public
498
+ */
499
+ export type UserPoolTierType = (typeof UserPoolTierType)[keyof typeof UserPoolTierType];
500
+ /**
501
+ * @public
502
+ * @enum
503
+ */
504
+ export declare const DefaultEmailOptionType: {
505
+ readonly CONFIRM_WITH_CODE: "CONFIRM_WITH_CODE";
506
+ readonly CONFIRM_WITH_LINK: "CONFIRM_WITH_LINK";
507
+ };
508
+ /**
509
+ * @public
510
+ */
511
+ export type DefaultEmailOptionType = (typeof DefaultEmailOptionType)[keyof typeof DefaultEmailOptionType];
512
+ /**
513
+ * @public
514
+ * @enum
515
+ */
516
+ export declare const StatusType: {
517
+ readonly Disabled: "Disabled";
518
+ readonly Enabled: "Enabled";
519
+ };
520
+ /**
521
+ * @public
522
+ */
523
+ export type StatusType = (typeof StatusType)[keyof typeof StatusType];
524
+ /**
525
+ * @public
526
+ * @enum
527
+ */
528
+ export declare const OAuthFlowType: {
529
+ readonly client_credentials: "client_credentials";
530
+ readonly code: "code";
531
+ readonly implicit: "implicit";
532
+ };
533
+ /**
534
+ * @public
535
+ */
536
+ export type OAuthFlowType = (typeof OAuthFlowType)[keyof typeof OAuthFlowType];
537
+ /**
538
+ * @public
539
+ * @enum
540
+ */
541
+ export declare const ExplicitAuthFlowsType: {
542
+ readonly ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH";
543
+ readonly ALLOW_ADMIN_USER_PASSWORD_AUTH: "ALLOW_ADMIN_USER_PASSWORD_AUTH";
544
+ readonly ALLOW_CUSTOM_AUTH: "ALLOW_CUSTOM_AUTH";
545
+ readonly ALLOW_REFRESH_TOKEN_AUTH: "ALLOW_REFRESH_TOKEN_AUTH";
546
+ readonly ALLOW_USER_AUTH: "ALLOW_USER_AUTH";
547
+ readonly ALLOW_USER_PASSWORD_AUTH: "ALLOW_USER_PASSWORD_AUTH";
548
+ readonly ALLOW_USER_SRP_AUTH: "ALLOW_USER_SRP_AUTH";
549
+ readonly CUSTOM_AUTH_FLOW_ONLY: "CUSTOM_AUTH_FLOW_ONLY";
550
+ readonly USER_PASSWORD_AUTH: "USER_PASSWORD_AUTH";
551
+ };
552
+ /**
553
+ * @public
554
+ */
555
+ export type ExplicitAuthFlowsType = (typeof ExplicitAuthFlowsType)[keyof typeof ExplicitAuthFlowsType];
556
+ /**
557
+ * @public
558
+ * @enum
559
+ */
560
+ export declare const PreventUserExistenceErrorTypes: {
561
+ readonly ENABLED: "ENABLED";
562
+ readonly LEGACY: "LEGACY";
563
+ };
564
+ /**
565
+ * @public
566
+ */
567
+ export type PreventUserExistenceErrorTypes = (typeof PreventUserExistenceErrorTypes)[keyof typeof PreventUserExistenceErrorTypes];
568
+ /**
569
+ * @public
570
+ * @enum
571
+ */
572
+ export declare const FeatureType: {
573
+ readonly DISABLED: "DISABLED";
574
+ readonly ENABLED: "ENABLED";
575
+ };
576
+ /**
577
+ * @public
578
+ */
579
+ export type FeatureType = (typeof FeatureType)[keyof typeof FeatureType];
580
+ /**
581
+ * @public
582
+ * @enum
583
+ */
584
+ export declare const TimeUnitsType: {
585
+ readonly DAYS: "days";
586
+ readonly HOURS: "hours";
587
+ readonly MINUTES: "minutes";
588
+ readonly SECONDS: "seconds";
589
+ };
590
+ /**
591
+ * @public
592
+ */
593
+ export type TimeUnitsType = (typeof TimeUnitsType)[keyof typeof TimeUnitsType];
594
+ /**
595
+ * @public
596
+ * @enum
597
+ */
598
+ export declare const CompromisedCredentialsEventActionType: {
599
+ readonly BLOCK: "BLOCK";
600
+ readonly NO_ACTION: "NO_ACTION";
601
+ };
602
+ /**
603
+ * @public
604
+ */
605
+ export type CompromisedCredentialsEventActionType = (typeof CompromisedCredentialsEventActionType)[keyof typeof CompromisedCredentialsEventActionType];
606
+ /**
607
+ * @public
608
+ * @enum
609
+ */
610
+ export declare const EventFilterType: {
611
+ readonly PASSWORD_CHANGE: "PASSWORD_CHANGE";
612
+ readonly SIGN_IN: "SIGN_IN";
613
+ readonly SIGN_UP: "SIGN_UP";
614
+ };
615
+ /**
616
+ * @public
617
+ */
618
+ export type EventFilterType = (typeof EventFilterType)[keyof typeof EventFilterType];
619
+ /**
620
+ * @public
621
+ * @enum
622
+ */
623
+ export declare const DomainStatusType: {
624
+ readonly ACTIVE: "ACTIVE";
625
+ readonly CREATING: "CREATING";
626
+ readonly DELETING: "DELETING";
627
+ readonly FAILED: "FAILED";
628
+ readonly UPDATING: "UPDATING";
629
+ };
630
+ /**
631
+ * @public
632
+ */
633
+ export type DomainStatusType = (typeof DomainStatusType)[keyof typeof DomainStatusType];
634
+ /**
635
+ * @public
636
+ * @enum
637
+ */
638
+ export declare const EventSourceName: {
639
+ readonly USER_AUTH_EVENTS: "userAuthEvents";
640
+ readonly USER_NOTIFICATION: "userNotification";
641
+ };
642
+ /**
643
+ * @public
644
+ */
645
+ export type EventSourceName = (typeof EventSourceName)[keyof typeof EventSourceName];
646
+ /**
647
+ * @public
648
+ * @enum
649
+ */
650
+ export declare const LogLevel: {
651
+ readonly ERROR: "ERROR";
652
+ readonly INFO: "INFO";
653
+ };
654
+ /**
655
+ * @public
656
+ */
657
+ export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
658
+ /**
659
+ * @public
660
+ * @enum
661
+ */
662
+ export declare const UserVerificationType: {
663
+ readonly PREFERRED: "preferred";
664
+ readonly REQUIRED: "required";
665
+ };
666
+ /**
667
+ * @public
668
+ */
669
+ export type UserVerificationType = (typeof UserVerificationType)[keyof typeof UserVerificationType];
670
+ /**
671
+ * @public
672
+ * @enum
673
+ */
674
+ export declare const VerifySoftwareTokenResponseType: {
675
+ readonly ERROR: "ERROR";
676
+ readonly SUCCESS: "SUCCESS";
677
+ };
678
+ /**
679
+ * @public
680
+ */
681
+ export type VerifySoftwareTokenResponseType = (typeof VerifySoftwareTokenResponseType)[keyof typeof VerifySoftwareTokenResponseType];