@aws-sdk/client-cognito-identity-provider 3.926.0 → 3.928.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 (146) hide show
  1. package/dist-cjs/index.js +4672 -5155
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CognitoIdentityProviderClient.js +2 -0
  4. package/dist-es/commands/AddCustomAttributesCommand.js +3 -9
  5. package/dist-es/commands/AdminAddUserToGroupCommand.js +3 -10
  6. package/dist-es/commands/AdminConfirmSignUpCommand.js +3 -10
  7. package/dist-es/commands/AdminCreateUserCommand.js +3 -10
  8. package/dist-es/commands/AdminDeleteUserAttributesCommand.js +3 -10
  9. package/dist-es/commands/AdminDeleteUserCommand.js +3 -10
  10. package/dist-es/commands/AdminDisableProviderForUserCommand.js +3 -9
  11. package/dist-es/commands/AdminDisableUserCommand.js +3 -10
  12. package/dist-es/commands/AdminEnableUserCommand.js +3 -10
  13. package/dist-es/commands/AdminForgetDeviceCommand.js +3 -10
  14. package/dist-es/commands/AdminGetDeviceCommand.js +3 -10
  15. package/dist-es/commands/AdminGetUserCommand.js +3 -10
  16. package/dist-es/commands/AdminInitiateAuthCommand.js +3 -10
  17. package/dist-es/commands/AdminLinkProviderForUserCommand.js +3 -9
  18. package/dist-es/commands/AdminListDevicesCommand.js +3 -10
  19. package/dist-es/commands/AdminListGroupsForUserCommand.js +3 -10
  20. package/dist-es/commands/AdminListUserAuthEventsCommand.js +3 -10
  21. package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +3 -10
  22. package/dist-es/commands/AdminResetUserPasswordCommand.js +3 -10
  23. package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +3 -10
  24. package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +3 -10
  25. package/dist-es/commands/AdminSetUserPasswordCommand.js +3 -10
  26. package/dist-es/commands/AdminSetUserSettingsCommand.js +3 -10
  27. package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +3 -10
  28. package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +3 -10
  29. package/dist-es/commands/AdminUpdateUserAttributesCommand.js +3 -10
  30. package/dist-es/commands/AdminUserGlobalSignOutCommand.js +3 -10
  31. package/dist-es/commands/AssociateSoftwareTokenCommand.js +3 -10
  32. package/dist-es/commands/ChangePasswordCommand.js +3 -10
  33. package/dist-es/commands/CompleteWebAuthnRegistrationCommand.js +3 -10
  34. package/dist-es/commands/ConfirmDeviceCommand.js +3 -10
  35. package/dist-es/commands/ConfirmForgotPasswordCommand.js +3 -10
  36. package/dist-es/commands/ConfirmSignUpCommand.js +3 -10
  37. package/dist-es/commands/CreateGroupCommand.js +3 -9
  38. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -9
  39. package/dist-es/commands/CreateManagedLoginBrandingCommand.js +3 -10
  40. package/dist-es/commands/CreateResourceServerCommand.js +3 -9
  41. package/dist-es/commands/CreateTermsCommand.js +3 -10
  42. package/dist-es/commands/CreateUserImportJobCommand.js +3 -9
  43. package/dist-es/commands/CreateUserPoolClientCommand.js +3 -10
  44. package/dist-es/commands/CreateUserPoolCommand.js +3 -9
  45. package/dist-es/commands/CreateUserPoolDomainCommand.js +3 -9
  46. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  47. package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -9
  48. package/dist-es/commands/DeleteManagedLoginBrandingCommand.js +3 -9
  49. package/dist-es/commands/DeleteResourceServerCommand.js +3 -9
  50. package/dist-es/commands/DeleteTermsCommand.js +3 -9
  51. package/dist-es/commands/DeleteUserAttributesCommand.js +3 -10
  52. package/dist-es/commands/DeleteUserCommand.js +3 -10
  53. package/dist-es/commands/DeleteUserPoolClientCommand.js +3 -10
  54. package/dist-es/commands/DeleteUserPoolCommand.js +3 -9
  55. package/dist-es/commands/DeleteUserPoolDomainCommand.js +3 -9
  56. package/dist-es/commands/DeleteWebAuthnCredentialCommand.js +3 -10
  57. package/dist-es/commands/DescribeIdentityProviderCommand.js +3 -9
  58. package/dist-es/commands/DescribeManagedLoginBrandingByClientCommand.js +3 -10
  59. package/dist-es/commands/DescribeManagedLoginBrandingCommand.js +3 -9
  60. package/dist-es/commands/DescribeResourceServerCommand.js +3 -9
  61. package/dist-es/commands/DescribeRiskConfigurationCommand.js +3 -10
  62. package/dist-es/commands/DescribeTermsCommand.js +3 -10
  63. package/dist-es/commands/DescribeUserImportJobCommand.js +3 -9
  64. package/dist-es/commands/DescribeUserPoolClientCommand.js +3 -10
  65. package/dist-es/commands/DescribeUserPoolCommand.js +3 -9
  66. package/dist-es/commands/DescribeUserPoolDomainCommand.js +3 -9
  67. package/dist-es/commands/ForgetDeviceCommand.js +3 -10
  68. package/dist-es/commands/ForgotPasswordCommand.js +3 -10
  69. package/dist-es/commands/GetCSVHeaderCommand.js +3 -9
  70. package/dist-es/commands/GetDeviceCommand.js +3 -10
  71. package/dist-es/commands/GetGroupCommand.js +3 -9
  72. package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +3 -9
  73. package/dist-es/commands/GetLogDeliveryConfigurationCommand.js +3 -9
  74. package/dist-es/commands/GetSigningCertificateCommand.js +3 -9
  75. package/dist-es/commands/GetTokensFromRefreshTokenCommand.js +3 -11
  76. package/dist-es/commands/GetUICustomizationCommand.js +3 -10
  77. package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +3 -10
  78. package/dist-es/commands/GetUserAuthFactorsCommand.js +3 -10
  79. package/dist-es/commands/GetUserCommand.js +3 -10
  80. package/dist-es/commands/GetUserPoolMfaConfigCommand.js +3 -9
  81. package/dist-es/commands/GlobalSignOutCommand.js +3 -10
  82. package/dist-es/commands/InitiateAuthCommand.js +3 -10
  83. package/dist-es/commands/ListDevicesCommand.js +3 -10
  84. package/dist-es/commands/ListGroupsCommand.js +3 -9
  85. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -9
  86. package/dist-es/commands/ListResourceServersCommand.js +3 -9
  87. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  88. package/dist-es/commands/ListTermsCommand.js +3 -9
  89. package/dist-es/commands/ListUserImportJobsCommand.js +3 -9
  90. package/dist-es/commands/ListUserPoolClientsCommand.js +3 -10
  91. package/dist-es/commands/ListUserPoolsCommand.js +3 -9
  92. package/dist-es/commands/ListUsersCommand.js +3 -10
  93. package/dist-es/commands/ListUsersInGroupCommand.js +3 -10
  94. package/dist-es/commands/ListWebAuthnCredentialsCommand.js +3 -10
  95. package/dist-es/commands/ResendConfirmationCodeCommand.js +3 -10
  96. package/dist-es/commands/RespondToAuthChallengeCommand.js +3 -10
  97. package/dist-es/commands/RevokeTokenCommand.js +3 -10
  98. package/dist-es/commands/SetLogDeliveryConfigurationCommand.js +3 -9
  99. package/dist-es/commands/SetRiskConfigurationCommand.js +3 -10
  100. package/dist-es/commands/SetUICustomizationCommand.js +3 -10
  101. package/dist-es/commands/SetUserMFAPreferenceCommand.js +3 -10
  102. package/dist-es/commands/SetUserPoolMfaConfigCommand.js +3 -9
  103. package/dist-es/commands/SetUserSettingsCommand.js +3 -10
  104. package/dist-es/commands/SignUpCommand.js +3 -10
  105. package/dist-es/commands/StartUserImportJobCommand.js +3 -9
  106. package/dist-es/commands/StartWebAuthnRegistrationCommand.js +3 -10
  107. package/dist-es/commands/StopUserImportJobCommand.js +3 -9
  108. package/dist-es/commands/TagResourceCommand.js +3 -9
  109. package/dist-es/commands/UntagResourceCommand.js +3 -9
  110. package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +3 -10
  111. package/dist-es/commands/UpdateDeviceStatusCommand.js +3 -10
  112. package/dist-es/commands/UpdateGroupCommand.js +3 -9
  113. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -9
  114. package/dist-es/commands/UpdateManagedLoginBrandingCommand.js +3 -9
  115. package/dist-es/commands/UpdateResourceServerCommand.js +3 -9
  116. package/dist-es/commands/UpdateTermsCommand.js +3 -10
  117. package/dist-es/commands/UpdateUserAttributesCommand.js +3 -10
  118. package/dist-es/commands/UpdateUserPoolClientCommand.js +3 -10
  119. package/dist-es/commands/UpdateUserPoolCommand.js +3 -9
  120. package/dist-es/commands/UpdateUserPoolDomainCommand.js +3 -9
  121. package/dist-es/commands/VerifySoftwareTokenCommand.js +3 -10
  122. package/dist-es/commands/VerifyUserAttributeCommand.js +3 -10
  123. package/dist-es/models/models_0.js +0 -306
  124. package/dist-es/models/models_1.js +0 -205
  125. package/dist-es/runtimeConfig.shared.js +7 -0
  126. package/dist-es/schemas/schemas_0.js +4298 -0
  127. package/dist-types/CognitoIdentityProviderClient.d.ts +10 -1
  128. package/dist-types/models/models_0.d.ts +0 -260
  129. package/dist-types/models/models_1.d.ts +0 -164
  130. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  131. package/dist-types/runtimeConfig.d.ts +1 -0
  132. package/dist-types/runtimeConfig.native.d.ts +1 -0
  133. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  134. package/dist-types/schemas/schemas_0.d.ts +549 -0
  135. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +4 -0
  136. package/dist-types/ts3.4/models/models_0.d.ts +0 -189
  137. package/dist-types/ts3.4/models/models_1.d.ts +0 -123
  138. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  139. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  140. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  141. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  142. package/dist-types/ts3.4/schemas/schemas_0.d.ts +556 -0
  143. package/package.json +5 -5
  144. package/dist-es/protocols/Aws_json1_1.js +0 -3548
  145. package/dist-types/protocols/Aws_json1_1.d.ts +0 -1073
  146. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1433
@@ -0,0 +1,4298 @@
1
+ const _A = "Actions";
2
+ const _AA = "ApplicationArn";
3
+ const _AACUO = "AllowAdminCreateUserOnly";
4
+ const _AAUTG = "AdminAddUserToGroup";
5
+ const _AAUTGR = "AdminAddUserToGroupRequest";
6
+ const _AAl = "AliasAttributes";
7
+ const _AAu = "AuthenticatorAttachment";
8
+ const _AC = "AvailableChallenges";
9
+ const _ACA = "AddCustomAttributes";
10
+ const _ACAR = "AddCustomAttributesRequest";
11
+ const _ACARd = "AddCustomAttributesResponse";
12
+ const _ACSU = "AdminConfirmSignUp";
13
+ const _ACSUR = "AdminConfirmSignUpRequest";
14
+ const _ACSURd = "AdminConfirmSignUpResponse";
15
+ const _ACT = "AnalyticsConfigurationType";
16
+ const _ACU = "AdminCreateUser";
17
+ const _ACUC = "AdminCreateUserConfig";
18
+ const _ACUCT = "AdminCreateUserConfigType";
19
+ const _ACUR = "AdminCreateUserRequest";
20
+ const _ACURd = "AdminCreateUserResponse";
21
+ const _ACn = "AnalyticsConfiguration";
22
+ const _ADPFU = "AdminDisableProviderForUser";
23
+ const _ADPFUR = "AdminDisableProviderForUserRequest";
24
+ const _ADPFURd = "AdminDisableProviderForUserResponse";
25
+ const _ADT = "AttributeDataType";
26
+ const _ADU = "AdminDeleteUser";
27
+ const _ADUA = "AdminDeleteUserAttributes";
28
+ const _ADUAR = "AdminDeleteUserAttributesRequest";
29
+ const _ADUARd = "AdminDeleteUserAttributesResponse";
30
+ const _ADUR = "AdminDeleteUserRequest";
31
+ const _ADURd = "AdminDisableUserRequest";
32
+ const _ADURdm = "AdminDisableUserResponse";
33
+ const _ADUd = "AdminDisableUser";
34
+ const _AE = "AuthEvents";
35
+ const _AEE = "AliasExistsException";
36
+ const _AEI = "AnalyticsEndpointId";
37
+ const _AET = "AuthEventType";
38
+ const _AETu = "AuthEventsType";
39
+ const _AEU = "AdminEnableUser";
40
+ const _AEUR = "AdminEnableUserRequest";
41
+ const _AEURd = "AdminEnableUserResponse";
42
+ const _AF = "AuthFlow";
43
+ const _AFAF = "AllowedFirstAuthFactors";
44
+ const _AFD = "AdminForgetDevice";
45
+ const _AFDR = "AdminForgetDeviceRequest";
46
+ const _AGD = "AdminGetDevice";
47
+ const _AGDR = "AdminGetDeviceRequest";
48
+ const _AGDRd = "AdminGetDeviceResponse";
49
+ const _AGU = "AdminGetUser";
50
+ const _AGUR = "AdminGetUserRequest";
51
+ const _AGURd = "AdminGetUserResponse";
52
+ const _AI = "ApplicationId";
53
+ const _AIA = "AdminInitiateAuth";
54
+ const _AIAR = "AdminInitiateAuthRequest";
55
+ const _AIARd = "AdminInitiateAuthResponse";
56
+ const _ALD = "AdminListDevices";
57
+ const _ALDR = "AdminListDevicesRequest";
58
+ const _ALDRd = "AdminListDevicesResponse";
59
+ const _ALGFU = "AdminListGroupsForUser";
60
+ const _ALGFUR = "AdminListGroupsForUserRequest";
61
+ const _ALGFURd = "AdminListGroupsForUserResponse";
62
+ const _ALPFU = "AdminLinkProviderForUser";
63
+ const _ALPFUR = "AdminLinkProviderForUserRequest";
64
+ const _ALPFURd = "AdminLinkProviderForUserResponse";
65
+ const _ALT = "AssetListType";
66
+ const _ALTt = "AttributeListType";
67
+ const _ALUAE = "AdminListUserAuthEvents";
68
+ const _ALUAER = "AdminListUserAuthEventsRequest";
69
+ const _ALUAERd = "AdminListUserAuthEventsResponse";
70
+ const _AM = "AnalyticsMetadata";
71
+ const _AMT = "AnalyticsMetadataType";
72
+ const _AMt = "AttributeMapping";
73
+ const _AN = "AttributeName";
74
+ const _AOAF = "AllowedOAuthFlows";
75
+ const _AOAFUPC = "AllowedOAuthFlowsUserPoolClient";
76
+ const _AOAS = "AllowedOAuthScopes";
77
+ const _AP = "AuthParameters";
78
+ const _APT = "AuthParametersType";
79
+ const _AR = "AuthenticationResult";
80
+ const _ARS = "AccountRecoverySetting";
81
+ const _ARST = "AccountRecoverySettingType";
82
+ const _ART = "AuthenticationResultType";
83
+ const _ARTAC = "AdminRespondToAuthChallenge";
84
+ const _ARTACR = "AdminRespondToAuthChallengeRequest";
85
+ const _ARTACRd = "AdminRespondToAuthChallengeResponse";
86
+ const _ARUFG = "AdminRemoveUserFromGroup";
87
+ const _ARUFGR = "AdminRemoveUserFromGroupRequest";
88
+ const _ARUP = "AdminResetUserPassword";
89
+ const _ARUPR = "AdminResetUserPasswordRequest";
90
+ const _ARUPRd = "AdminResetUserPasswordResponse";
91
+ const _ARVBU = "AttributesRequireVerificationBeforeUpdate";
92
+ const _ASAF = "AdvancedSecurityAdditionalFlows";
93
+ const _ASAFT = "AdvancedSecurityAdditionalFlowsType";
94
+ const _ASM = "AdvancedSecurityMode";
95
+ const _AST = "AssociateSoftwareToken";
96
+ const _ASTR = "AssociateSoftwareTokenRequest";
97
+ const _ASTRs = "AssociateSoftwareTokenResponse";
98
+ const _ASUMFAP = "AdminSetUserMFAPreference";
99
+ const _ASUMFAPR = "AdminSetUserMFAPreferenceRequest";
100
+ const _ASUMFAPRd = "AdminSetUserMFAPreferenceResponse";
101
+ const _ASUP = "AdminSetUserPassword";
102
+ const _ASUPR = "AdminSetUserPasswordRequest";
103
+ const _ASUPRd = "AdminSetUserPasswordResponse";
104
+ const _ASUS = "AdminSetUserSettings";
105
+ const _ASUSR = "AdminSetUserSettingsRequest";
106
+ const _ASUSRd = "AdminSetUserSettingsResponse";
107
+ const _ASV = "AuthSessionValidity";
108
+ const _AT = "AssetType";
109
+ const _ATAT = "AccountTakeoverActionsType";
110
+ const _ATATc = "AccountTakeoverActionType";
111
+ const _ATG = "AttributesToGet";
112
+ const _ATRC = "AccountTakeoverRiskConfiguration";
113
+ const _ATRCT = "AccountTakeoverRiskConfigurationType";
114
+ const _ATV = "AccessTokenValidity";
115
+ const _ATc = "AccessToken";
116
+ const _ATt = "AttributeType";
117
+ const _ATu = "AuthenticatorTransports";
118
+ const _AUAEF = "AdminUpdateAuthEventFeedback";
119
+ const _AUAEFR = "AdminUpdateAuthEventFeedbackRequest";
120
+ const _AUAEFRd = "AdminUpdateAuthEventFeedbackResponse";
121
+ const _AUDS = "AdminUpdateDeviceStatus";
122
+ const _AUDSR = "AdminUpdateDeviceStatusRequest";
123
+ const _AUDSRd = "AdminUpdateDeviceStatusResponse";
124
+ const _AUGSO = "AdminUserGlobalSignOut";
125
+ const _AUGSOR = "AdminUserGlobalSignOutRequest";
126
+ const _AUGSORd = "AdminUserGlobalSignOutResponse";
127
+ const _AUUA = "AdminUpdateUserAttributes";
128
+ const _AUUAR = "AdminUpdateUserAttributesRequest";
129
+ const _AUUARd = "AdminUpdateUserAttributesResponse";
130
+ const _AVA = "AutoVerifiedAttributes";
131
+ const _AVT = "AttributeValueType";
132
+ const _AWSAI = "AWSAccountId";
133
+ const _Ar = "Arn";
134
+ const _As = "Assets";
135
+ const _At = "Attributes";
136
+ const _B = "Bytes";
137
+ const _BA = "BucketArn";
138
+ const _BE = "BlockEmail";
139
+ const _BIPRL = "BlockedIPRangeList";
140
+ const _C = "Category";
141
+ const _CA = "CustomAttributes";
142
+ const _CAC = "CreateAuthChallenge";
143
+ const _CALT = "CustomAttributesListType";
144
+ const _CAM = "CustomAuthMode";
145
+ const _CAe = "CertificateArn";
146
+ const _CAr = "CreatedAt";
147
+ const _CC = "ConfirmationCode";
148
+ const _CCAT = "CompromisedCredentialsActionsType";
149
+ const _CCD = "CompromisedCredentialsDetected";
150
+ const _CCO = "CredentialCreationOptions";
151
+ const _CCRC = "CompromisedCredentialsRiskConfiguration";
152
+ const _CCRCT = "CompromisedCredentialsRiskConfigurationType";
153
+ const _CD = "ContextData";
154
+ const _CDC = "CustomDomainConfig";
155
+ const _CDCT = "CustomDomainConfigType";
156
+ const _CDD = "CodeDeliveryDetails";
157
+ const _CDDL = "CodeDeliveryDetailsList";
158
+ const _CDDLT = "CodeDeliveryDetailsListType";
159
+ const _CDDT = "CodeDeliveryDetailsType";
160
+ const _CDFE = "CodeDeliveryFailureException";
161
+ const _CDR = "ConfirmDeviceRequest";
162
+ const _CDRo = "ConfirmDeviceResponse";
163
+ const _CDT = "ContextDataType";
164
+ const _CDo = "CompletionDate";
165
+ const _CDon = "ConfirmDevice";
166
+ const _CDr = "CreationDate";
167
+ const _CDu = "CustomDomain";
168
+ const _CELVCT = "CustomEmailLambdaVersionConfigType";
169
+ const _CES = "CustomEmailSender";
170
+ const _CFD = "CloudFrontDomain";
171
+ const _CFDl = "CloudFrontDistribution";
172
+ const _CFP = "ConfirmForgotPassword";
173
+ const _CFPR = "ConfirmForgotPasswordRequest";
174
+ const _CFPRo = "ConfirmForgotPasswordResponse";
175
+ const _CG = "CreateGroup";
176
+ const _CGR = "CreateGroupRequest";
177
+ const _CGRr = "CreateGroupResponse";
178
+ const _CI = "ClientId";
179
+ const _CIP = "CreateIdentityProvider";
180
+ const _CIPR = "CreateIdentityProviderRequest";
181
+ const _CIPRr = "CreateIdentityProviderResponse";
182
+ const _CIT = "ClientIdType";
183
+ const _CIr = "CredentialId";
184
+ const _CM = "ClientMetadata";
185
+ const _CME = "CodeMismatchException";
186
+ const _CMEo = "ConcurrentModificationException";
187
+ const _CMLB = "CreateManagedLoginBranding";
188
+ const _CMLBR = "CreateManagedLoginBrandingRequest";
189
+ const _CMLBRr = "CreateManagedLoginBrandingResponse";
190
+ const _CMo = "ColorMode";
191
+ const _CMom = "CompletionMessage";
192
+ const _CMu = "CustomMessage";
193
+ const _CN = "ChallengeName";
194
+ const _CNl = "ClientName";
195
+ const _CP = "ChallengeParameters";
196
+ const _CPR = "ChangePasswordRequest";
197
+ const _CPRh = "ChangePasswordResponse";
198
+ const _CPh = "ChangePassword";
199
+ const _CR = "ChallengeResponses";
200
+ const _CRLT = "ChallengeResponseListType";
201
+ const _CROND = "ChallengeRequiredOnNewDevice";
202
+ const _CRS = "CreateResourceServer";
203
+ const _CRSR = "CreateResourceServerRequest";
204
+ const _CRSRr = "CreateResourceServerResponse";
205
+ const _CRT = "ChallengeResponseType";
206
+ const _CRTh = "ChallengeResponsesType";
207
+ const _CRh = "ChallengeResponse";
208
+ const _CS = "ConfigurationSet";
209
+ const _CSMSLVCT = "CustomSMSLambdaVersionConfigType";
210
+ const _CSMSS = "CustomSMSSender";
211
+ const _CSS = "CSS";
212
+ const _CSSV = "CSSVersion";
213
+ const _CST = "ClientSecretType";
214
+ const _CSU = "ConfirmSignUp";
215
+ const _CSUR = "ConfirmSignUpRequest";
216
+ const _CSURo = "ConfirmSignUpResponse";
217
+ const _CSVH = "CSVHeader";
218
+ const _CSa = "CaseSensitive";
219
+ const _CSl = "ClientSecret";
220
+ const _CT = "CreateTerms";
221
+ const _CTR = "CreateTermsRequest";
222
+ const _CTRr = "CreateTermsResponse";
223
+ const _CUAF = "ConfiguredUserAuthFactors";
224
+ const _CUIJ = "CreateUserImportJob";
225
+ const _CUIJR = "CreateUserImportJobRequest";
226
+ const _CUIJRr = "CreateUserImportJobResponse";
227
+ const _CUP = "CreateUserPool";
228
+ const _CUPC = "CreateUserPoolClient";
229
+ const _CUPCR = "CreateUserPoolClientRequest";
230
+ const _CUPCRr = "CreateUserPoolClientResponse";
231
+ const _CUPD = "CreateUserPoolDomain";
232
+ const _CUPDR = "CreateUserPoolDomainRequest";
233
+ const _CUPDRr = "CreateUserPoolDomainResponse";
234
+ const _CUPR = "CreateUserPoolRequest";
235
+ const _CUPRr = "CreateUserPoolResponse";
236
+ const _CURL = "CallbackURLs";
237
+ const _CWAR = "CompleteWebAuthnRegistration";
238
+ const _CWARR = "CompleteWebAuthnRegistrationRequest";
239
+ const _CWARRo = "CompleteWebAuthnRegistrationResponse";
240
+ const _CWLC = "CloudWatchLogsConfiguration";
241
+ const _CWLCT = "CloudWatchLogsConfigurationType";
242
+ const _CWLRA = "CloudWatchLogsRoleArn";
243
+ const _Ce = "Certificate";
244
+ const _Ci = "City";
245
+ const _Co = "Country";
246
+ const _Cod = "Code";
247
+ const _Cr = "Credential";
248
+ const _Cre = "Credentials";
249
+ const _D = "Device";
250
+ const _DA = "DeviceAttributes";
251
+ const _DAC = "DefineAuthChallenge";
252
+ const _DC = "DeviceConfiguration";
253
+ const _DCD = "DeviceCreateDate";
254
+ const _DCT = "DeviceConfigurationType";
255
+ const _DD = "DomainDescription";
256
+ const _DDM = "DesiredDeliveryMediums";
257
+ const _DDT = "DomainDescriptionType";
258
+ const _DEO = "DefaultEmailOption";
259
+ const _DG = "DeleteGroup";
260
+ const _DGK = "DeviceGroupKey";
261
+ const _DGR = "DeleteGroupRequest";
262
+ const _DIP = "DeleteIdentityProvider";
263
+ const _DIPR = "DeleteIdentityProviderRequest";
264
+ const _DIPRe = "DescribeIdentityProviderRequest";
265
+ const _DIPRes = "DescribeIdentityProviderResponse";
266
+ const _DIPe = "DescribeIdentityProvider";
267
+ const _DK = "DeviceKey";
268
+ const _DKEE = "DeviceKeyExistsException";
269
+ const _DLAD = "DeviceLastAuthenticatedDate";
270
+ const _DLMD = "DeviceLastModifiedDate";
271
+ const _DLT = "DeviceListType";
272
+ const _DM = "DeliveryMedium";
273
+ const _DMLB = "DeleteManagedLoginBranding";
274
+ const _DMLBBC = "DescribeManagedLoginBrandingByClient";
275
+ const _DMLBBCR = "DescribeManagedLoginBrandingByClientRequest";
276
+ const _DMLBBCRe = "DescribeManagedLoginBrandingByClientResponse";
277
+ const _DMLBR = "DeleteManagedLoginBrandingRequest";
278
+ const _DMLBRe = "DescribeManagedLoginBrandingRequest";
279
+ const _DMLBRes = "DescribeManagedLoginBrandingResponse";
280
+ const _DMLBe = "DescribeManagedLoginBranding";
281
+ const _DN = "DeviceName";
282
+ const _DOA = "DeveloperOnlyAttribute";
283
+ const _DOROUP = "DeviceOnlyRememberedOnUserPrompt";
284
+ const _DP = "DeletionProtection";
285
+ const _DPE = "DuplicateProviderException";
286
+ const _DRC = "DescribeRiskConfiguration";
287
+ const _DRCR = "DescribeRiskConfigurationRequest";
288
+ const _DRCRe = "DescribeRiskConfigurationResponse";
289
+ const _DRS = "DeviceRememberedStatus";
290
+ const _DRSR = "DeleteResourceServerRequest";
291
+ const _DRSRe = "DescribeResourceServerRequest";
292
+ const _DRSRes = "DescribeResourceServerResponse";
293
+ const _DRSe = "DeleteResourceServer";
294
+ const _DRSes = "DescribeResourceServer";
295
+ const _DRURI = "DefaultRedirectURI";
296
+ const _DSVC = "DeviceSecretVerifierConfig";
297
+ const _DSVCT = "DeviceSecretVerifierConfigType";
298
+ const _DT = "DeviceType";
299
+ const _DTR = "DeleteTermsRequest";
300
+ const _DTRe = "DescribeTermsRequest";
301
+ const _DTRes = "DescribeTermsResponse";
302
+ const _DTe = "DeleteTerms";
303
+ const _DTes = "DescribeTerms";
304
+ const _DU = "DestinationUser";
305
+ const _DUA = "DeleteUserAttributes";
306
+ const _DUAR = "DeleteUserAttributesRequest";
307
+ const _DUARe = "DeleteUserAttributesResponse";
308
+ const _DUIJ = "DescribeUserImportJob";
309
+ const _DUIJR = "DescribeUserImportJobRequest";
310
+ const _DUIJRe = "DescribeUserImportJobResponse";
311
+ const _DUP = "DeleteUserPool";
312
+ const _DUPC = "DeleteUserPoolClient";
313
+ const _DUPCR = "DeleteUserPoolClientRequest";
314
+ const _DUPCRe = "DescribeUserPoolClientRequest";
315
+ const _DUPCRes = "DescribeUserPoolClientResponse";
316
+ const _DUPCe = "DescribeUserPoolClient";
317
+ const _DUPD = "DeleteUserPoolDomain";
318
+ const _DUPDR = "DeleteUserPoolDomainRequest";
319
+ const _DUPDRe = "DeleteUserPoolDomainResponse";
320
+ const _DUPDRes = "DescribeUserPoolDomainRequest";
321
+ const _DUPDResc = "DescribeUserPoolDomainResponse";
322
+ const _DUPDe = "DescribeUserPoolDomain";
323
+ const _DUPR = "DeleteUserPoolRequest";
324
+ const _DUPRe = "DescribeUserPoolRequest";
325
+ const _DUPRes = "DescribeUserPoolResponse";
326
+ const _DUPe = "DescribeUserPool";
327
+ const _DUR = "DeleteUserRequest";
328
+ const _DUe = "DeleteUser";
329
+ const _DWAC = "DeleteWebAuthnCredential";
330
+ const _DWACR = "DeleteWebAuthnCredentialRequest";
331
+ const _DWACRe = "DeleteWebAuthnCredentialResponse";
332
+ const _De = "Devices";
333
+ const _Des = "Destination";
334
+ const _Desc = "Description";
335
+ const _Do = "Domain";
336
+ const _E = "Enabled";
337
+ const _EA = "EventAction";
338
+ const _EAF = "ExplicitAuthFlows";
339
+ const _EC = "EmailConfiguration";
340
+ const _ECD = "EventContextData";
341
+ const _ECDT = "EventContextDataType";
342
+ const _ECE = "ExpiredCodeException";
343
+ const _ECF = "EmailConfigurationFailure";
344
+ const _ECT = "EmailConfigurationType";
345
+ const _ED = "EncodedData";
346
+ const _EF = "EventFeedback";
347
+ const _EFT = "EventFeedbackType";
348
+ const _EFv = "EventFilter";
349
+ const _EI = "EventId";
350
+ const _EIx = "ExternalId";
351
+ const _EIxp = "ExpiresIn";
352
+ const _EM = "EmailMessage";
353
+ const _EMBL = "EmailMessageByLink";
354
+ const _EMC = "EmailMfaConfiguration";
355
+ const _EMCT = "EmailMfaConfigType";
356
+ const _EMS = "EmailMfaSettings";
357
+ const _EMST = "EmailMfaSettingsType";
358
+ const _ENOU = "EstimatedNumberOfUsers";
359
+ const _EPAUCD = "EnablePropagateAdditionalUserContextData";
360
+ const _ER = "EventResponse";
361
+ const _ERT = "EventRiskType";
362
+ const _ERv = "EventRisk";
363
+ const _ES = "EventSource";
364
+ const _ESA = "EmailSendingAccount";
365
+ const _ESBL = "EmailSubjectByLink";
366
+ const _ESTMFAE = "EnableSoftwareTokenMFAException";
367
+ const _ESm = "EmailSubject";
368
+ const _ET = "EventType";
369
+ const _ETR = "EnableTokenRevocation";
370
+ const _EVM = "EmailVerificationMessage";
371
+ const _EVS = "EmailVerificationSubject";
372
+ const _En = "Enforcement";
373
+ const _Ex = "Extension";
374
+ const _F = "From";
375
+ const _FAC = "ForceAliasCreation";
376
+ const _FC = "FirehoseConfiguration";
377
+ const _FCN = "FriendlyCredentialName";
378
+ const _FCT = "FirehoseConfigurationType";
379
+ const _FD = "FeedbackDate";
380
+ const _FDN = "FriendlyDeviceName";
381
+ const _FDR = "ForgetDeviceRequest";
382
+ const _FDo = "ForgetDevice";
383
+ const _FE = "ForbiddenException";
384
+ const _FP = "ForgotPassword";
385
+ const _FPR = "ForgotPasswordRequest";
386
+ const _FPRo = "ForgotPasswordResponse";
387
+ const _FT = "FeedbackToken";
388
+ const _FU = "FailedUsers";
389
+ const _FUITE = "FeatureUnavailableInTierException";
390
+ const _FV = "FeedbackValue";
391
+ const _Fe = "Feature";
392
+ const _Fi = "Filter";
393
+ const _G = "Groups";
394
+ const _GCSVH = "GetCSVHeader";
395
+ const _GCSVHR = "GetCSVHeaderRequest";
396
+ const _GCSVHRe = "GetCSVHeaderResponse";
397
+ const _GD = "GetDevice";
398
+ const _GDR = "GetDeviceRequest";
399
+ const _GDRe = "GetDeviceResponse";
400
+ const _GEE = "GroupExistsException";
401
+ const _GG = "GetGroup";
402
+ const _GGR = "GetGroupRequest";
403
+ const _GGRe = "GetGroupResponse";
404
+ const _GIPBI = "GetIdentityProviderByIdentifier";
405
+ const _GIPBIR = "GetIdentityProviderByIdentifierRequest";
406
+ const _GIPBIRe = "GetIdentityProviderByIdentifierResponse";
407
+ const _GLDC = "GetLogDeliveryConfiguration";
408
+ const _GLDCR = "GetLogDeliveryConfigurationRequest";
409
+ const _GLDCRe = "GetLogDeliveryConfigurationResponse";
410
+ const _GLT = "GroupListType";
411
+ const _GN = "GroupName";
412
+ const _GS = "GenerateSecret";
413
+ const _GSC = "GetSigningCertificate";
414
+ const _GSCR = "GetSigningCertificateRequest";
415
+ const _GSCRe = "GetSigningCertificateResponse";
416
+ const _GSO = "GlobalSignOut";
417
+ const _GSOR = "GlobalSignOutRequest";
418
+ const _GSORl = "GlobalSignOutResponse";
419
+ const _GT = "GroupType";
420
+ const _GTFRT = "GetTokensFromRefreshToken";
421
+ const _GTFRTR = "GetTokensFromRefreshTokenRequest";
422
+ const _GTFRTRe = "GetTokensFromRefreshTokenResponse";
423
+ const _GU = "GetUser";
424
+ const _GUAF = "GetUserAuthFactors";
425
+ const _GUAFR = "GetUserAuthFactorsRequest";
426
+ const _GUAFRe = "GetUserAuthFactorsResponse";
427
+ const _GUAVC = "GetUserAttributeVerificationCode";
428
+ const _GUAVCR = "GetUserAttributeVerificationCodeRequest";
429
+ const _GUAVCRe = "GetUserAttributeVerificationCodeResponse";
430
+ const _GUIC = "GetUICustomization";
431
+ const _GUICR = "GetUICustomizationRequest";
432
+ const _GUICRe = "GetUICustomizationResponse";
433
+ const _GUPMC = "GetUserPoolMfaConfig";
434
+ const _GUPMCR = "GetUserPoolMfaConfigRequest";
435
+ const _GUPMCRe = "GetUserPoolMfaConfigResponse";
436
+ const _GUR = "GetUserRequest";
437
+ const _GURe = "GetUserResponse";
438
+ const _Gr = "Group";
439
+ const _HA = "HighAction";
440
+ const _HB = "HtmlBody";
441
+ const _HH = "HttpHeaders";
442
+ const _HHL = "HttpHeaderList";
443
+ const _HHt = "HttpHeader";
444
+ const _I = "Identifier";
445
+ const _IA = "IpAddress";
446
+ const _IAR = "InitiateAuthRequest";
447
+ const _IARn = "InitiateAuthResponse";
448
+ const _IAn = "InitiateAuth";
449
+ const _IEE = "InternalErrorException";
450
+ const _IERAPE = "InvalidEmailRoleAccessPolicyException";
451
+ const _IF = "ImageFile";
452
+ const _II = "IdpIdentifiers";
453
+ const _IId = "IdpIdentifier";
454
+ const _ILRE = "InvalidLambdaResponseException";
455
+ const _IMT = "InviteMessageTemplate";
456
+ const _IOAFE = "InvalidOAuthFlowException";
457
+ const _IP = "IdentityProvider";
458
+ const _IPE = "InvalidParameterException";
459
+ const _IPEn = "InvalidPasswordException";
460
+ const _IPT = "IdentityProviderType";
461
+ const _ISRAPE = "InvalidSmsRoleAccessPolicyException";
462
+ const _ISRTRE = "InvalidSmsRoleTrustRelationshipException";
463
+ const _IT = "IdToken";
464
+ const _ITV = "IdTokenValidity";
465
+ const _IU = "ImageUrl";
466
+ const _IUPCE = "InvalidUserPoolConfigurationException";
467
+ const _IUm = "ImportedUsers";
468
+ const _Id = "Id";
469
+ const _JI = "JobId";
470
+ const _JN = "JobName";
471
+ const _KMSKID = "KMSKeyID";
472
+ const _L = "Limit";
473
+ const _LA = "LowAction";
474
+ const _LAa = "LambdaArn";
475
+ const _LC = "LambdaConfig";
476
+ const _LCLT = "LogConfigurationListType";
477
+ const _LCT = "LambdaConfigType";
478
+ const _LCTo = "LogConfigurationType";
479
+ const _LCo = "LogConfigurations";
480
+ const _LD = "ListDevices";
481
+ const _LDC = "LogDeliveryConfiguration";
482
+ const _LDCT = "LogDeliveryConfigurationType";
483
+ const _LDR = "ListDevicesRequest";
484
+ const _LDRi = "ListDevicesResponse";
485
+ const _LEE = "LimitExceededException";
486
+ const _LG = "ListGroups";
487
+ const _LGA = "LogGroupArn";
488
+ const _LGR = "ListGroupsRequest";
489
+ const _LGRi = "ListGroupsResponse";
490
+ const _LIP = "ListIdentityProviders";
491
+ const _LIPR = "ListIdentityProvidersRequest";
492
+ const _LIPRi = "ListIdentityProvidersResponse";
493
+ const _LL = "LogLevel";
494
+ const _LMD = "LastModifiedDate";
495
+ const _LRS = "ListResourceServers";
496
+ const _LRSR = "ListResourceServersRequest";
497
+ const _LRSRi = "ListResourceServersResponse";
498
+ const _LT = "ListTerms";
499
+ const _LTFR = "ListTagsForResource";
500
+ const _LTFRR = "ListTagsForResourceRequest";
501
+ const _LTFRRi = "ListTagsForResourceResponse";
502
+ const _LTR = "ListTermsRequest";
503
+ const _LTRi = "ListTermsResponse";
504
+ const _LU = "ListUsers";
505
+ const _LUIG = "ListUsersInGroup";
506
+ const _LUIGR = "ListUsersInGroupRequest";
507
+ const _LUIGRi = "ListUsersInGroupResponse";
508
+ const _LUIJ = "ListUserImportJobs";
509
+ const _LUIJR = "ListUserImportJobsRequest";
510
+ const _LUIJRi = "ListUserImportJobsResponse";
511
+ const _LUP = "ListUserPools";
512
+ const _LUPC = "ListUserPoolClients";
513
+ const _LUPCR = "ListUserPoolClientsRequest";
514
+ const _LUPCRi = "ListUserPoolClientsResponse";
515
+ const _LUPR = "ListUserPoolsRequest";
516
+ const _LUPRi = "ListUserPoolsResponse";
517
+ const _LUR = "ListUsersRequest";
518
+ const _LURL = "LogoutURLs";
519
+ const _LURi = "ListUsersResponse";
520
+ const _LV = "LambdaVersion";
521
+ const _LWAC = "ListWebAuthnCredentials";
522
+ const _LWACR = "ListWebAuthnCredentialsRequest";
523
+ const _LWACRi = "ListWebAuthnCredentialsResponse";
524
+ const _Li = "Links";
525
+ const _M = "Message";
526
+ const _MA = "MediumAction";
527
+ const _MAe = "MessageAction";
528
+ const _MC = "MfaConfiguration";
529
+ const _ME = "MfaEmail";
530
+ const _MFAMNFE = "MFAMethodNotFoundException";
531
+ const _MFAO = "MFAOptions";
532
+ const _MFAOLT = "MFAOptionListType";
533
+ const _MFAOT = "MFAOptionType";
534
+ const _ML = "MinimumLength";
535
+ const _MLB = "ManagedLoginBranding";
536
+ const _MLBEE = "ManagedLoginBrandingExistsException";
537
+ const _MLBI = "ManagedLoginBrandingId";
538
+ const _MLBT = "ManagedLoginBrandingType";
539
+ const _MLV = "ManagedLoginVersion";
540
+ const _MLa = "MaxLength";
541
+ const _MLi = "MinLength";
542
+ const _MR = "MaxResults";
543
+ const _MTT = "MessageTemplateType";
544
+ const _MV = "MinValue";
545
+ const _MVa = "MaxValue";
546
+ const _Mu = "Mutable";
547
+ const _N = "Notify";
548
+ const _NAC = "NumberAttributeConstraints";
549
+ const _NACT = "NumberAttributeConstraintsType";
550
+ const _NAE = "NotAuthorizedException";
551
+ const _NAEo = "NoActionEmail";
552
+ const _NC = "NotifyConfiguration";
553
+ const _NCT = "NotifyConfigurationType";
554
+ const _NDM = "NewDeviceMetadata";
555
+ const _NDMT = "NewDeviceMetadataType";
556
+ const _NET = "NotifyEmailType";
557
+ const _NT = "NextToken";
558
+ const _Na = "Name";
559
+ const _P = "Password";
560
+ const _PA = "PreAuthentication";
561
+ const _PAN = "ProviderAttributeName";
562
+ const _PAV = "ProviderAttributeValue";
563
+ const _PAo = "PostAuthentication";
564
+ const _PC = "PostConfirmation";
565
+ const _PD = "ProviderDetails";
566
+ const _PDr = "ProviderDescription";
567
+ const _PHPVE = "PasswordHistoryPolicyViolationException";
568
+ const _PHS = "PasswordHistorySize";
569
+ const _PLT = "ProvidersListType";
570
+ const _PM = "PreferredMfa";
571
+ const _PMS = "PreferredMfaSetting";
572
+ const _PN = "ProviderName";
573
+ const _PNME = "PreconditionNotMetException";
574
+ const _PNo = "PoolName";
575
+ const _PP = "PreviousPassword";
576
+ const _PPT = "PasswordPolicyType";
577
+ const _PPa = "PasswordPolicy";
578
+ const _PPr = "ProposedPassword";
579
+ const _PRRE = "PasswordResetRequiredException";
580
+ const _PSU = "PreSignUp";
581
+ const _PSUr = "PreSignedUrl";
582
+ const _PT = "PasswordType";
583
+ const _PTG = "PreTokenGeneration";
584
+ const _PTGC = "PreTokenGenerationConfig";
585
+ const _PTGVCT = "PreTokenGenerationVersionConfigType";
586
+ const _PTa = "PaginationToken";
587
+ const _PTr = "ProviderType";
588
+ const _PUEE = "PreventUserExistenceErrors";
589
+ const _PUIT = "ProviderUserIdentifierType";
590
+ const _PV = "PasswordVerifier";
591
+ const _Pe = "Permanent";
592
+ const _Po = "Policies";
593
+ const _Pr = "Precedence";
594
+ const _Pri = "Priority";
595
+ const _Pro = "Provider";
596
+ const _Prov = "Providers";
597
+ const _R = "Required";
598
+ const _RA = "RoleArn";
599
+ const _RAe = "ReadAttributes";
600
+ const _RAes = "ResourceArn";
601
+ const _RC = "RiskConfiguration";
602
+ const _RCC = "ResendConfirmationCode";
603
+ const _RCCR = "ResendConfirmationCodeRequest";
604
+ const _RCCRe = "ResendConfirmationCodeResponse";
605
+ const _RCT = "RiskConfigurationType";
606
+ const _RD = "RiskDecision";
607
+ const _REC = "RiskExceptionConfiguration";
608
+ const _RECT = "RiskExceptionConfigurationType";
609
+ const _RGPS = "RetryGracePeriodSeconds";
610
+ const _RI = "ResourceId";
611
+ const _RL = "RiskLevel";
612
+ const _RLe = "RequireLowercase";
613
+ const _RM = "RecoveryMechanisms";
614
+ const _RMR = "ReturnMergedResources";
615
+ const _RMT = "RecoveryMechanismsType";
616
+ const _RN = "RequireNumbers";
617
+ const _RNFE = "ResourceNotFoundException";
618
+ const _ROT = "RecoveryOptionType";
619
+ const _RPI = "RelyingPartyId";
620
+ const _RS = "ResourceServer";
621
+ const _RSLT = "ResourceServersListType";
622
+ const _RSSLT = "ResourceServerScopeListType";
623
+ const _RSST = "ResourceServerScopeType";
624
+ const _RST = "ResourceServerType";
625
+ const _RSe = "ResourceServers";
626
+ const _RSeq = "RequireSymbols";
627
+ const _RT = "RefreshToken";
628
+ const _RTAC = "RespondToAuthChallenge";
629
+ const _RTACR = "RespondToAuthChallengeRequest";
630
+ const _RTACRe = "RespondToAuthChallengeResponse";
631
+ const _RTEA = "ReplyToEmailAddress";
632
+ const _RTR = "RefreshTokenRotation";
633
+ const _RTRE = "RefreshTokenReuseException";
634
+ const _RTRT = "RefreshTokenRotationType";
635
+ const _RTRe = "RevokeTokenRequest";
636
+ const _RTRev = "RevokeTokenResponse";
637
+ const _RTV = "RefreshTokenValidity";
638
+ const _RTe = "ReplyTo";
639
+ const _RTev = "RevokeToken";
640
+ const _RU = "RequireUppercase";
641
+ const _S = "Session";
642
+ const _SA = "SourceArn";
643
+ const _SAC = "StringAttributeConstraints";
644
+ const _SACT = "StringAttributeConstraintsType";
645
+ const _SALT = "SchemaAttributesListType";
646
+ const _SAM = "SmsAuthenticationMessage";
647
+ const _SAT = "SchemaAttributeType";
648
+ const _SAc = "SchemaAttributes";
649
+ const _SAt = "StreamArn";
650
+ const _SB = "S3Bucket";
651
+ const _SC = "SecretCode";
652
+ const _SCA = "SnsCallerArn";
653
+ const _SCF = "SmsConfigurationFailure";
654
+ const _SCT = "SecretCodeType";
655
+ const _SCTm = "SmsConfigurationType";
656
+ const _SCTo = "S3ConfigurationType";
657
+ const _SCm = "SmsConfiguration";
658
+ const _SCo = "S3Configuration";
659
+ const _SD = "ScopeDescription";
660
+ const _SDNEE = "ScopeDoesNotExistException";
661
+ const _SDt = "StartDate";
662
+ const _SH = "SecretHash";
663
+ const _SHT = "SecretHashType";
664
+ const _SIP = "SupportedIdentityProviders";
665
+ const _SIPRL = "SkippedIPRangeList";
666
+ const _SIPT = "SignInPolicyType";
667
+ const _SIPi = "SignInPolicy";
668
+ const _SLDC = "SetLogDeliveryConfiguration";
669
+ const _SLDCR = "SetLogDeliveryConfigurationRequest";
670
+ const _SLDCRe = "SetLogDeliveryConfigurationResponse";
671
+ const _SM = "SmsMessage";
672
+ const _SMC = "SmsMfaConfiguration";
673
+ const _SMCT = "SmsMfaConfigType";
674
+ const _SMSM = "SMSMessage";
675
+ const _SMSMS = "SMSMfaSettings";
676
+ const _SMSMST = "SMSMfaSettingsType";
677
+ const _SN = "ServerName";
678
+ const _SNc = "ScopeName";
679
+ const _SP = "ServerPath";
680
+ const _SR = "SnsRegion";
681
+ const _SRC = "SetRiskConfiguration";
682
+ const _SRCR = "SetRiskConfigurationRequest";
683
+ const _SRCRe = "SetRiskConfigurationResponse";
684
+ const _ST = "SessionType";
685
+ const _STMC = "SoftwareTokenMfaConfiguration";
686
+ const _STMCT = "SoftwareTokenMfaConfigType";
687
+ const _STMFANFE = "SoftwareTokenMFANotFoundException";
688
+ const _STMFAUCT = "SoftwareTokenMFAUserCodeType";
689
+ const _STMS = "SoftwareTokenMfaSettings";
690
+ const _STMST = "SoftwareTokenMfaSettingsType";
691
+ const _SU = "SourceUser";
692
+ const _SUIC = "SetUICustomization";
693
+ const _SUICR = "SetUICustomizationRequest";
694
+ const _SUICRe = "SetUICustomizationResponse";
695
+ const _SUIJ = "StartUserImportJob";
696
+ const _SUIJR = "StartUserImportJobRequest";
697
+ const _SUIJRt = "StartUserImportJobResponse";
698
+ const _SUIJRto = "StopUserImportJobRequest";
699
+ const _SUIJRtop = "StopUserImportJobResponse";
700
+ const _SUIJt = "StopUserImportJob";
701
+ const _SUMFAP = "SetUserMFAPreference";
702
+ const _SUMFAPR = "SetUserMFAPreferenceRequest";
703
+ const _SUMFAPRe = "SetUserMFAPreferenceResponse";
704
+ const _SUPMC = "SetUserPoolMfaConfig";
705
+ const _SUPMCR = "SetUserPoolMfaConfigRequest";
706
+ const _SUPMCRe = "SetUserPoolMfaConfigResponse";
707
+ const _SUR = "SignUpRequest";
708
+ const _SURi = "SignUpResponse";
709
+ const _SUS = "SetUserSettings";
710
+ const _SUSR = "SetUserSettingsRequest";
711
+ const _SUSRe = "SetUserSettingsResponse";
712
+ const _SUi = "SignUp";
713
+ const _SUk = "SkippedUsers";
714
+ const _SVM = "SmsVerificationMessage";
715
+ const _SWAR = "StartWebAuthnRegistration";
716
+ const _SWARR = "StartWebAuthnRegistrationRequest";
717
+ const _SWARRt = "StartWebAuthnRegistrationResponse";
718
+ const _Sa = "Salt";
719
+ const _Sc = "Scopes";
720
+ const _Sch = "Schema";
721
+ const _Se = "Settings";
722
+ const _St = "Status";
723
+ const _Su = "Subject";
724
+ const _T = "Terms";
725
+ const _TB = "TextBody";
726
+ const _TCNAE = "TierChangeNotAllowedException";
727
+ const _TDLT = "TermsDescriptionListType";
728
+ const _TDT = "TermsDescriptionType";
729
+ const _TEE = "TermsExistsException";
730
+ const _TI = "TermsId";
731
+ const _TK = "TagKeys";
732
+ const _TMFAE = "TooManyFailedAttemptsException";
733
+ const _TMRE = "TooManyRequestsException";
734
+ const _TMT = "TokenModelType";
735
+ const _TN = "TermsName";
736
+ const _TP = "TemporaryPassword";
737
+ const _TPVD = "TemporaryPasswordValidityDays";
738
+ const _TR = "TagResource";
739
+ const _TRR = "TagResourceRequest";
740
+ const _TRRa = "TagResourceResponse";
741
+ const _TS = "TermsSource";
742
+ const _TT = "TokenType";
743
+ const _TTe = "TermsType";
744
+ const _TVU = "TokenValidityUnits";
745
+ const _TVUT = "TokenValidityUnitsType";
746
+ const _Ta = "Tags";
747
+ const _Ti = "Timezone";
748
+ const _To = "Token";
749
+ const _U = "Username";
750
+ const _UA = "UserAttributes";
751
+ const _UAEF = "UpdateAuthEventFeedback";
752
+ const _UAEFR = "UpdateAuthEventFeedbackRequest";
753
+ const _UAEFRp = "UpdateAuthEventFeedbackResponse";
754
+ const _UAN = "UserAttributeNames";
755
+ const _UAUS = "UserAttributeUpdateSettings";
756
+ const _UAUST = "UserAttributeUpdateSettingsType";
757
+ const _UAVD = "UnusedAccountValidityDays";
758
+ const _UAs = "UsernameAttributes";
759
+ const _UC = "UsernameConfiguration";
760
+ const _UCD = "UserCreateDate";
761
+ const _UCDT = "UserContextDataType";
762
+ const _UCDs = "UserContextData";
763
+ const _UCN = "UserConfirmationNecessary";
764
+ const _UCPV = "UseCognitoProvidedValues";
765
+ const _UCT = "UsernameConfigurationType";
766
+ const _UCs = "UserConfirmed";
767
+ const _UCse = "UserCode";
768
+ const _UDS = "UserDataShared";
769
+ const _UDSR = "UpdateDeviceStatusRequest";
770
+ const _UDSRp = "UpdateDeviceStatusResponse";
771
+ const _UDSp = "UpdateDeviceStatus";
772
+ const _UE = "UnauthorizedException";
773
+ const _UEE = "UsernameExistsException";
774
+ const _UG = "UpdateGroup";
775
+ const _UGR = "UpdateGroupRequest";
776
+ const _UGRp = "UpdateGroupResponse";
777
+ const _UIC = "UICustomization";
778
+ const _UICT = "UICustomizationType";
779
+ const _UIIPE = "UserImportInProgressException";
780
+ const _UIJ = "UserImportJob";
781
+ const _UIJLT = "UserImportJobsListType";
782
+ const _UIJT = "UserImportJobType";
783
+ const _UIJs = "UserImportJobs";
784
+ const _UIP = "UpdateIdentityProvider";
785
+ const _UIPE = "UnsupportedIdentityProviderException";
786
+ const _UIPR = "UpdateIdentityProviderRequest";
787
+ const _UIPRp = "UpdateIdentityProviderResponse";
788
+ const _ULE = "UnexpectedLambdaException";
789
+ const _ULMD = "UserLastModifiedDate";
790
+ const _ULT = "UsersListType";
791
+ const _ULVE = "UserLambdaValidationException";
792
+ const _UM = "UserMigration";
793
+ const _UMFASL = "UserMFASettingList";
794
+ const _UMLB = "UpdateManagedLoginBranding";
795
+ const _UMLBR = "UpdateManagedLoginBrandingRequest";
796
+ const _UMLBRp = "UpdateManagedLoginBrandingResponse";
797
+ const _UNCE = "UserNotConfirmedException";
798
+ const _UNFE = "UserNotFoundException";
799
+ const _UOE = "UnsupportedOperationException";
800
+ const _UP = "UserPool";
801
+ const _UPAO = "UserPoolAddOns";
802
+ const _UPAONEE = "UserPoolAddOnNotEnabledException";
803
+ const _UPAOT = "UserPoolAddOnsType";
804
+ const _UPC = "UserPoolClient";
805
+ const _UPCD = "UserPoolClientDescription";
806
+ const _UPCLT = "UserPoolClientListType";
807
+ const _UPCT = "UserPoolClientType";
808
+ const _UPCs = "UserPoolClients";
809
+ const _UPDT = "UserPoolDescriptionType";
810
+ const _UPI = "UserPoolId";
811
+ const _UPLT = "UserPoolListType";
812
+ const _UPPT = "UserPoolPolicyType";
813
+ const _UPT = "UserPoolTags";
814
+ const _UPTE = "UserPoolTaggingException";
815
+ const _UPTs = "UserPoolTier";
816
+ const _UPTse = "UserPoolType";
817
+ const _UPs = "UserPools";
818
+ const _UR = "UntagResource";
819
+ const _URR = "UntagResourceRequest";
820
+ const _URRn = "UntagResourceResponse";
821
+ const _URS = "UpdateResourceServer";
822
+ const _URSR = "UpdateResourceServerRequest";
823
+ const _URSRp = "UpdateResourceServerResponse";
824
+ const _US = "UserStatus";
825
+ const _USs = "UserSub";
826
+ const _UT = "UsernameType";
827
+ const _UTR = "UpdateTermsRequest";
828
+ const _UTRp = "UpdateTermsResponse";
829
+ const _UTTE = "UnsupportedTokenTypeException";
830
+ const _UTp = "UpdateTerms";
831
+ const _UTs = "UserType";
832
+ const _UUA = "UpdateUserAttributes";
833
+ const _UUAR = "UpdateUserAttributesRequest";
834
+ const _UUARp = "UpdateUserAttributesResponse";
835
+ const _UUP = "UpdateUserPool";
836
+ const _UUPC = "UpdateUserPoolClient";
837
+ const _UUPCR = "UpdateUserPoolClientRequest";
838
+ const _UUPCRp = "UpdateUserPoolClientResponse";
839
+ const _UUPD = "UpdateUserPoolDomain";
840
+ const _UUPDR = "UpdateUserPoolDomainRequest";
841
+ const _UUPDRp = "UpdateUserPoolDomainResponse";
842
+ const _UUPR = "UpdateUserPoolRequest";
843
+ const _UUPRp = "UpdateUserPoolResponse";
844
+ const _UUSE = "UnsupportedUserStateException";
845
+ const _UV = "UserVerification";
846
+ const _Us = "User";
847
+ const _Use = "Users";
848
+ const _V = "Value";
849
+ const _VACR = "VerifyAuthChallengeResponse";
850
+ const _VD = "ValidationData";
851
+ const _VMT = "VerificationMessageTemplate";
852
+ const _VMTT = "VerificationMessageTemplateType";
853
+ const _VST = "VerifySoftwareToken";
854
+ const _VSTR = "VerifySoftwareTokenRequest";
855
+ const _VSTRe = "VerifySoftwareTokenResponse";
856
+ const _VUA = "VerifyUserAttribute";
857
+ const _VUAR = "VerifyUserAttributeRequest";
858
+ const _VUARe = "VerifyUserAttributeResponse";
859
+ const _Ve = "Version";
860
+ const _WA = "WriteAttributes";
861
+ const _WAC = "WebAuthnConfiguration";
862
+ const _WACD = "WebAuthnCredentialDescription";
863
+ const _WACDLT = "WebAuthnCredentialDescriptionListType";
864
+ const _WACME = "WebAuthnClientMismatchException";
865
+ const _WACMEe = "WebAuthnConfigurationMissingException";
866
+ const _WACNFE = "WebAuthnChallengeNotFoundException";
867
+ const _WACNSE = "WebAuthnCredentialNotSupportedException";
868
+ const _WACT = "WebAuthnConfigurationType";
869
+ const _WANEE = "WebAuthnNotEnabledException";
870
+ const _WAONAE = "WebAuthnOriginNotAllowedException";
871
+ const _WARPME = "WebAuthnRelyingPartyMismatchException";
872
+ const _c = "client";
873
+ const _e = "error";
874
+ const _hE = "httpError";
875
+ const _hN = "headerName";
876
+ const _hV = "headerValue";
877
+ const _m = "message";
878
+ const _rC = "reasonCode";
879
+ const _s = "server";
880
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cognitoidentityprovider";
881
+ const n0 = "com.amazonaws.cognitoidentityprovider";
882
+ import { TypeRegistry } from "@smithy/core/schema";
883
+ import { CognitoIdentityProviderServiceException as __CognitoIdentityProviderServiceException } from "../models/CognitoIdentityProviderServiceException";
884
+ import { AliasExistsException as __AliasExistsException, CodeDeliveryFailureException as __CodeDeliveryFailureException, CodeMismatchException as __CodeMismatchException, ConcurrentModificationException as __ConcurrentModificationException, DeviceKeyExistsException as __DeviceKeyExistsException, DuplicateProviderException as __DuplicateProviderException, EnableSoftwareTokenMFAException as __EnableSoftwareTokenMFAException, ExpiredCodeException as __ExpiredCodeException, FeatureUnavailableInTierException as __FeatureUnavailableInTierException, ForbiddenException as __ForbiddenException, GroupExistsException as __GroupExistsException, InternalErrorException as __InternalErrorException, InvalidEmailRoleAccessPolicyException as __InvalidEmailRoleAccessPolicyException, InvalidLambdaResponseException as __InvalidLambdaResponseException, InvalidOAuthFlowException as __InvalidOAuthFlowException, InvalidParameterException as __InvalidParameterException, InvalidPasswordException as __InvalidPasswordException, InvalidSmsRoleAccessPolicyException as __InvalidSmsRoleAccessPolicyException, InvalidSmsRoleTrustRelationshipException as __InvalidSmsRoleTrustRelationshipException, InvalidUserPoolConfigurationException as __InvalidUserPoolConfigurationException, LimitExceededException as __LimitExceededException, ManagedLoginBrandingExistsException as __ManagedLoginBrandingExistsException, MFAMethodNotFoundException as __MFAMethodNotFoundException, NotAuthorizedException as __NotAuthorizedException, PasswordHistoryPolicyViolationException as __PasswordHistoryPolicyViolationException, PasswordResetRequiredException as __PasswordResetRequiredException, PreconditionNotMetException as __PreconditionNotMetException, RefreshTokenReuseException as __RefreshTokenReuseException, ResourceNotFoundException as __ResourceNotFoundException, ScopeDoesNotExistException as __ScopeDoesNotExistException, SoftwareTokenMFANotFoundException as __SoftwareTokenMFANotFoundException, TermsExistsException as __TermsExistsException, TierChangeNotAllowedException as __TierChangeNotAllowedException, TooManyFailedAttemptsException as __TooManyFailedAttemptsException, TooManyRequestsException as __TooManyRequestsException, UnauthorizedException as __UnauthorizedException, UnexpectedLambdaException as __UnexpectedLambdaException, UnsupportedIdentityProviderException as __UnsupportedIdentityProviderException, UnsupportedOperationException as __UnsupportedOperationException, UnsupportedTokenTypeException as __UnsupportedTokenTypeException, UnsupportedUserStateException as __UnsupportedUserStateException, UserImportInProgressException as __UserImportInProgressException, UserLambdaValidationException as __UserLambdaValidationException, UsernameExistsException as __UsernameExistsException, UserNotConfirmedException as __UserNotConfirmedException, UserNotFoundException as __UserNotFoundException, UserPoolAddOnNotEnabledException as __UserPoolAddOnNotEnabledException, UserPoolTaggingException as __UserPoolTaggingException, WebAuthnChallengeNotFoundException as __WebAuthnChallengeNotFoundException, WebAuthnClientMismatchException as __WebAuthnClientMismatchException, WebAuthnConfigurationMissingException as __WebAuthnConfigurationMissingException, WebAuthnCredentialNotSupportedException as __WebAuthnCredentialNotSupportedException, WebAuthnNotEnabledException as __WebAuthnNotEnabledException, WebAuthnOriginNotAllowedException as __WebAuthnOriginNotAllowedException, WebAuthnRelyingPartyMismatchException as __WebAuthnRelyingPartyMismatchException, } from "../models/index";
885
+ export var AttributeValueType = [0, n0, _AVT, 8, 0];
886
+ export var ClientIdType = [0, n0, _CIT, 8, 0];
887
+ export var ClientSecretType = [0, n0, _CST, 8, 0];
888
+ export var PasswordType = [0, n0, _PT, 8, 0];
889
+ export var SecretCodeType = [0, n0, _SCT, 8, 0];
890
+ export var SecretHashType = [0, n0, _SHT, 8, 0];
891
+ export var SessionType = [0, n0, _ST, 8, 0];
892
+ export var SoftwareTokenMFAUserCodeType = [0, n0, _STMFAUCT, 8, 0];
893
+ export var TokenModelType = [0, n0, _TMT, 8, 0];
894
+ export var UsernameType = [0, n0, _UT, 8, 0];
895
+ export var AccountRecoverySettingType = [3, n0, _ARST, 0, [_RM], [() => RecoveryMechanismsType]];
896
+ export var AccountTakeoverActionsType = [
897
+ 3,
898
+ n0,
899
+ _ATAT,
900
+ 0,
901
+ [_LA, _MA, _HA],
902
+ [() => AccountTakeoverActionType, () => AccountTakeoverActionType, () => AccountTakeoverActionType],
903
+ ];
904
+ export var AccountTakeoverActionType = [3, n0, _ATATc, 0, [_N, _EA], [2, 0]];
905
+ export var AccountTakeoverRiskConfigurationType = [
906
+ 3,
907
+ n0,
908
+ _ATRCT,
909
+ 0,
910
+ [_NC, _A],
911
+ [() => NotifyConfigurationType, () => AccountTakeoverActionsType],
912
+ ];
913
+ export var AddCustomAttributesRequest = [
914
+ 3,
915
+ n0,
916
+ _ACAR,
917
+ 0,
918
+ [_UPI, _CA],
919
+ [0, () => CustomAttributesListType],
920
+ ];
921
+ export var AddCustomAttributesResponse = [3, n0, _ACARd, 0, [], []];
922
+ export var AdminAddUserToGroupRequest = [
923
+ 3,
924
+ n0,
925
+ _AAUTGR,
926
+ 0,
927
+ [_UPI, _U, _GN],
928
+ [0, [() => UsernameType, 0], 0],
929
+ ];
930
+ export var AdminConfirmSignUpRequest = [
931
+ 3,
932
+ n0,
933
+ _ACSUR,
934
+ 0,
935
+ [_UPI, _U, _CM],
936
+ [0, [() => UsernameType, 0], 128 | 0],
937
+ ];
938
+ export var AdminConfirmSignUpResponse = [3, n0, _ACSURd, 0, [], []];
939
+ export var AdminCreateUserConfigType = [
940
+ 3,
941
+ n0,
942
+ _ACUCT,
943
+ 0,
944
+ [_AACUO, _UAVD, _IMT],
945
+ [2, 1, () => MessageTemplateType],
946
+ ];
947
+ export var AdminCreateUserRequest = [
948
+ 3,
949
+ n0,
950
+ _ACUR,
951
+ 0,
952
+ [_UPI, _U, _UA, _VD, _TP, _FAC, _MAe, _DDM, _CM],
953
+ [
954
+ 0,
955
+ [() => UsernameType, 0],
956
+ [() => AttributeListType, 0],
957
+ [() => AttributeListType, 0],
958
+ [() => PasswordType, 0],
959
+ 2,
960
+ 0,
961
+ 64 | 0,
962
+ 128 | 0,
963
+ ],
964
+ ];
965
+ export var AdminCreateUserResponse = [3, n0, _ACURd, 0, [_Us], [[() => UserType, 0]]];
966
+ export var AdminDeleteUserAttributesRequest = [
967
+ 3,
968
+ n0,
969
+ _ADUAR,
970
+ 0,
971
+ [_UPI, _U, _UAN],
972
+ [0, [() => UsernameType, 0], 64 | 0],
973
+ ];
974
+ export var AdminDeleteUserAttributesResponse = [3, n0, _ADUARd, 0, [], []];
975
+ export var AdminDeleteUserRequest = [3, n0, _ADUR, 0, [_UPI, _U], [0, [() => UsernameType, 0]]];
976
+ export var AdminDisableProviderForUserRequest = [
977
+ 3,
978
+ n0,
979
+ _ADPFUR,
980
+ 0,
981
+ [_UPI, _Us],
982
+ [0, () => ProviderUserIdentifierType],
983
+ ];
984
+ export var AdminDisableProviderForUserResponse = [3, n0, _ADPFURd, 0, [], []];
985
+ export var AdminDisableUserRequest = [
986
+ 3,
987
+ n0,
988
+ _ADURd,
989
+ 0,
990
+ [_UPI, _U],
991
+ [0, [() => UsernameType, 0]],
992
+ ];
993
+ export var AdminDisableUserResponse = [3, n0, _ADURdm, 0, [], []];
994
+ export var AdminEnableUserRequest = [3, n0, _AEUR, 0, [_UPI, _U], [0, [() => UsernameType, 0]]];
995
+ export var AdminEnableUserResponse = [3, n0, _AEURd, 0, [], []];
996
+ export var AdminForgetDeviceRequest = [
997
+ 3,
998
+ n0,
999
+ _AFDR,
1000
+ 0,
1001
+ [_UPI, _U, _DK],
1002
+ [0, [() => UsernameType, 0], 0],
1003
+ ];
1004
+ export var AdminGetDeviceRequest = [
1005
+ 3,
1006
+ n0,
1007
+ _AGDR,
1008
+ 0,
1009
+ [_DK, _UPI, _U],
1010
+ [0, 0, [() => UsernameType, 0]],
1011
+ ];
1012
+ export var AdminGetDeviceResponse = [3, n0, _AGDRd, 0, [_D], [[() => DeviceType, 0]]];
1013
+ export var AdminGetUserRequest = [3, n0, _AGUR, 0, [_UPI, _U], [0, [() => UsernameType, 0]]];
1014
+ export var AdminGetUserResponse = [
1015
+ 3,
1016
+ n0,
1017
+ _AGURd,
1018
+ 0,
1019
+ [_U, _UA, _UCD, _ULMD, _E, _US, _MFAO, _PMS, _UMFASL],
1020
+ [[() => UsernameType, 0], [() => AttributeListType, 0], 4, 4, 2, 0, () => MFAOptionListType, 0, 64 | 0],
1021
+ ];
1022
+ export var AdminInitiateAuthRequest = [
1023
+ 3,
1024
+ n0,
1025
+ _AIAR,
1026
+ 0,
1027
+ [_UPI, _CI, _AF, _AP, _CM, _AM, _CD, _S],
1028
+ [
1029
+ 0,
1030
+ [() => ClientIdType, 0],
1031
+ 0,
1032
+ [() => AuthParametersType, 0],
1033
+ 128 | 0,
1034
+ () => AnalyticsMetadataType,
1035
+ () => ContextDataType,
1036
+ [() => SessionType, 0],
1037
+ ],
1038
+ ];
1039
+ export var AdminInitiateAuthResponse = [
1040
+ 3,
1041
+ n0,
1042
+ _AIARd,
1043
+ 0,
1044
+ [_CN, _S, _CP, _AR, _AC],
1045
+ [0, [() => SessionType, 0], 128 | 0, [() => AuthenticationResultType, 0], 64 | 0],
1046
+ ];
1047
+ export var AdminLinkProviderForUserRequest = [
1048
+ 3,
1049
+ n0,
1050
+ _ALPFUR,
1051
+ 0,
1052
+ [_UPI, _DU, _SU],
1053
+ [0, () => ProviderUserIdentifierType, () => ProviderUserIdentifierType],
1054
+ ];
1055
+ export var AdminLinkProviderForUserResponse = [3, n0, _ALPFURd, 0, [], []];
1056
+ export var AdminListDevicesRequest = [
1057
+ 3,
1058
+ n0,
1059
+ _ALDR,
1060
+ 0,
1061
+ [_UPI, _U, _L, _PTa],
1062
+ [0, [() => UsernameType, 0], 1, 0],
1063
+ ];
1064
+ export var AdminListDevicesResponse = [
1065
+ 3,
1066
+ n0,
1067
+ _ALDRd,
1068
+ 0,
1069
+ [_De, _PTa],
1070
+ [[() => DeviceListType, 0], 0],
1071
+ ];
1072
+ export var AdminListGroupsForUserRequest = [
1073
+ 3,
1074
+ n0,
1075
+ _ALGFUR,
1076
+ 0,
1077
+ [_U, _UPI, _L, _NT],
1078
+ [[() => UsernameType, 0], 0, 1, 0],
1079
+ ];
1080
+ export var AdminListGroupsForUserResponse = [
1081
+ 3,
1082
+ n0,
1083
+ _ALGFURd,
1084
+ 0,
1085
+ [_G, _NT],
1086
+ [() => GroupListType, 0],
1087
+ ];
1088
+ export var AdminListUserAuthEventsRequest = [
1089
+ 3,
1090
+ n0,
1091
+ _ALUAER,
1092
+ 0,
1093
+ [_UPI, _U, _MR, _NT],
1094
+ [0, [() => UsernameType, 0], 1, 0],
1095
+ ];
1096
+ export var AdminListUserAuthEventsResponse = [
1097
+ 3,
1098
+ n0,
1099
+ _ALUAERd,
1100
+ 0,
1101
+ [_AE, _NT],
1102
+ [() => AuthEventsType, 0],
1103
+ ];
1104
+ export var AdminRemoveUserFromGroupRequest = [
1105
+ 3,
1106
+ n0,
1107
+ _ARUFGR,
1108
+ 0,
1109
+ [_UPI, _U, _GN],
1110
+ [0, [() => UsernameType, 0], 0],
1111
+ ];
1112
+ export var AdminResetUserPasswordRequest = [
1113
+ 3,
1114
+ n0,
1115
+ _ARUPR,
1116
+ 0,
1117
+ [_UPI, _U, _CM],
1118
+ [0, [() => UsernameType, 0], 128 | 0],
1119
+ ];
1120
+ export var AdminResetUserPasswordResponse = [3, n0, _ARUPRd, 0, [], []];
1121
+ export var AdminRespondToAuthChallengeRequest = [
1122
+ 3,
1123
+ n0,
1124
+ _ARTACR,
1125
+ 0,
1126
+ [_UPI, _CI, _CN, _CR, _S, _AM, _CD, _CM],
1127
+ [
1128
+ 0,
1129
+ [() => ClientIdType, 0],
1130
+ 0,
1131
+ [() => ChallengeResponsesType, 0],
1132
+ [() => SessionType, 0],
1133
+ () => AnalyticsMetadataType,
1134
+ () => ContextDataType,
1135
+ 128 | 0,
1136
+ ],
1137
+ ];
1138
+ export var AdminRespondToAuthChallengeResponse = [
1139
+ 3,
1140
+ n0,
1141
+ _ARTACRd,
1142
+ 0,
1143
+ [_CN, _S, _CP, _AR],
1144
+ [0, [() => SessionType, 0], 128 | 0, [() => AuthenticationResultType, 0]],
1145
+ ];
1146
+ export var AdminSetUserMFAPreferenceRequest = [
1147
+ 3,
1148
+ n0,
1149
+ _ASUMFAPR,
1150
+ 0,
1151
+ [_SMSMS, _STMS, _EMS, _U, _UPI],
1152
+ [
1153
+ () => SMSMfaSettingsType,
1154
+ () => SoftwareTokenMfaSettingsType,
1155
+ () => EmailMfaSettingsType,
1156
+ [() => UsernameType, 0],
1157
+ 0,
1158
+ ],
1159
+ ];
1160
+ export var AdminSetUserMFAPreferenceResponse = [3, n0, _ASUMFAPRd, 0, [], []];
1161
+ export var AdminSetUserPasswordRequest = [
1162
+ 3,
1163
+ n0,
1164
+ _ASUPR,
1165
+ 0,
1166
+ [_UPI, _U, _P, _Pe],
1167
+ [0, [() => UsernameType, 0], [() => PasswordType, 0], 2],
1168
+ ];
1169
+ export var AdminSetUserPasswordResponse = [3, n0, _ASUPRd, 0, [], []];
1170
+ export var AdminSetUserSettingsRequest = [
1171
+ 3,
1172
+ n0,
1173
+ _ASUSR,
1174
+ 0,
1175
+ [_UPI, _U, _MFAO],
1176
+ [0, [() => UsernameType, 0], () => MFAOptionListType],
1177
+ ];
1178
+ export var AdminSetUserSettingsResponse = [3, n0, _ASUSRd, 0, [], []];
1179
+ export var AdminUpdateAuthEventFeedbackRequest = [
1180
+ 3,
1181
+ n0,
1182
+ _AUAEFR,
1183
+ 0,
1184
+ [_UPI, _U, _EI, _FV],
1185
+ [0, [() => UsernameType, 0], 0, 0],
1186
+ ];
1187
+ export var AdminUpdateAuthEventFeedbackResponse = [3, n0, _AUAEFRd, 0, [], []];
1188
+ export var AdminUpdateDeviceStatusRequest = [
1189
+ 3,
1190
+ n0,
1191
+ _AUDSR,
1192
+ 0,
1193
+ [_UPI, _U, _DK, _DRS],
1194
+ [0, [() => UsernameType, 0], 0, 0],
1195
+ ];
1196
+ export var AdminUpdateDeviceStatusResponse = [3, n0, _AUDSRd, 0, [], []];
1197
+ export var AdminUpdateUserAttributesRequest = [
1198
+ 3,
1199
+ n0,
1200
+ _AUUAR,
1201
+ 0,
1202
+ [_UPI, _U, _UA, _CM],
1203
+ [0, [() => UsernameType, 0], [() => AttributeListType, 0], 128 | 0],
1204
+ ];
1205
+ export var AdminUpdateUserAttributesResponse = [3, n0, _AUUARd, 0, [], []];
1206
+ export var AdminUserGlobalSignOutRequest = [
1207
+ 3,
1208
+ n0,
1209
+ _AUGSOR,
1210
+ 0,
1211
+ [_UPI, _U],
1212
+ [0, [() => UsernameType, 0]],
1213
+ ];
1214
+ export var AdminUserGlobalSignOutResponse = [3, n0, _AUGSORd, 0, [], []];
1215
+ export var AdvancedSecurityAdditionalFlowsType = [3, n0, _ASAFT, 0, [_CAM], [0]];
1216
+ export var AliasExistsException = [
1217
+ -3,
1218
+ n0,
1219
+ _AEE,
1220
+ {
1221
+ [_e]: _c,
1222
+ [_hE]: 400,
1223
+ },
1224
+ [_m],
1225
+ [0],
1226
+ ];
1227
+ TypeRegistry.for(n0).registerError(AliasExistsException, __AliasExistsException);
1228
+ export var AnalyticsConfigurationType = [
1229
+ 3,
1230
+ n0,
1231
+ _ACT,
1232
+ 0,
1233
+ [_AI, _AA, _RA, _EIx, _UDS],
1234
+ [0, 0, 0, 0, 2],
1235
+ ];
1236
+ export var AnalyticsMetadataType = [3, n0, _AMT, 0, [_AEI], [0]];
1237
+ export var AssetType = [3, n0, _AT, 0, [_C, _CMo, _Ex, _B, _RI], [0, 0, 0, 21, 0]];
1238
+ export var AssociateSoftwareTokenRequest = [
1239
+ 3,
1240
+ n0,
1241
+ _ASTR,
1242
+ 0,
1243
+ [_ATc, _S],
1244
+ [
1245
+ [() => TokenModelType, 0],
1246
+ [() => SessionType, 0],
1247
+ ],
1248
+ ];
1249
+ export var AssociateSoftwareTokenResponse = [
1250
+ 3,
1251
+ n0,
1252
+ _ASTRs,
1253
+ 0,
1254
+ [_SC, _S],
1255
+ [
1256
+ [() => SecretCodeType, 0],
1257
+ [() => SessionType, 0],
1258
+ ],
1259
+ ];
1260
+ export var AttributeType = [3, n0, _ATt, 0, [_Na, _V], [0, [() => AttributeValueType, 0]]];
1261
+ export var AuthenticationResultType = [
1262
+ 3,
1263
+ n0,
1264
+ _ART,
1265
+ 0,
1266
+ [_ATc, _EIxp, _TT, _RT, _IT, _NDM],
1267
+ [[() => TokenModelType, 0], 1, 0, [() => TokenModelType, 0], [() => TokenModelType, 0], () => NewDeviceMetadataType],
1268
+ ];
1269
+ export var AuthEventType = [
1270
+ 3,
1271
+ n0,
1272
+ _AET,
1273
+ 0,
1274
+ [_EI, _ET, _CDr, _ER, _ERv, _CR, _ECD, _EF],
1275
+ [
1276
+ 0,
1277
+ 0,
1278
+ 4,
1279
+ 0,
1280
+ () => EventRiskType,
1281
+ () => ChallengeResponseListType,
1282
+ () => EventContextDataType,
1283
+ () => EventFeedbackType,
1284
+ ],
1285
+ ];
1286
+ export var ChallengeResponseType = [3, n0, _CRT, 0, [_CN, _CRh], [0, 0]];
1287
+ export var ChangePasswordRequest = [
1288
+ 3,
1289
+ n0,
1290
+ _CPR,
1291
+ 0,
1292
+ [_PP, _PPr, _ATc],
1293
+ [
1294
+ [() => PasswordType, 0],
1295
+ [() => PasswordType, 0],
1296
+ [() => TokenModelType, 0],
1297
+ ],
1298
+ ];
1299
+ export var ChangePasswordResponse = [3, n0, _CPRh, 0, [], []];
1300
+ export var CloudWatchLogsConfigurationType = [3, n0, _CWLCT, 0, [_LGA], [0]];
1301
+ export var CodeDeliveryDetailsType = [3, n0, _CDDT, 0, [_Des, _DM, _AN], [0, 0, 0]];
1302
+ export var CodeDeliveryFailureException = [
1303
+ -3,
1304
+ n0,
1305
+ _CDFE,
1306
+ {
1307
+ [_e]: _c,
1308
+ [_hE]: 400,
1309
+ },
1310
+ [_m],
1311
+ [0],
1312
+ ];
1313
+ TypeRegistry.for(n0).registerError(CodeDeliveryFailureException, __CodeDeliveryFailureException);
1314
+ export var CodeMismatchException = [
1315
+ -3,
1316
+ n0,
1317
+ _CME,
1318
+ {
1319
+ [_e]: _c,
1320
+ [_hE]: 400,
1321
+ },
1322
+ [_m],
1323
+ [0],
1324
+ ];
1325
+ TypeRegistry.for(n0).registerError(CodeMismatchException, __CodeMismatchException);
1326
+ export var CompleteWebAuthnRegistrationRequest = [
1327
+ 3,
1328
+ n0,
1329
+ _CWARR,
1330
+ 0,
1331
+ [_ATc, _Cr],
1332
+ [[() => TokenModelType, 0], 15],
1333
+ ];
1334
+ export var CompleteWebAuthnRegistrationResponse = [3, n0, _CWARRo, 0, [], []];
1335
+ export var CompromisedCredentialsActionsType = [3, n0, _CCAT, 0, [_EA], [0]];
1336
+ export var CompromisedCredentialsRiskConfigurationType = [
1337
+ 3,
1338
+ n0,
1339
+ _CCRCT,
1340
+ 0,
1341
+ [_EFv, _A],
1342
+ [64 | 0, () => CompromisedCredentialsActionsType],
1343
+ ];
1344
+ export var ConcurrentModificationException = [
1345
+ -3,
1346
+ n0,
1347
+ _CMEo,
1348
+ {
1349
+ [_e]: _c,
1350
+ [_hE]: 400,
1351
+ },
1352
+ [_m],
1353
+ [0],
1354
+ ];
1355
+ TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
1356
+ export var ConfirmDeviceRequest = [
1357
+ 3,
1358
+ n0,
1359
+ _CDR,
1360
+ 0,
1361
+ [_ATc, _DK, _DSVC, _DN],
1362
+ [[() => TokenModelType, 0], 0, () => DeviceSecretVerifierConfigType, 0],
1363
+ ];
1364
+ export var ConfirmDeviceResponse = [3, n0, _CDRo, 0, [_UCN], [2]];
1365
+ export var ConfirmForgotPasswordRequest = [
1366
+ 3,
1367
+ n0,
1368
+ _CFPR,
1369
+ 0,
1370
+ [_CI, _SH, _U, _CC, _P, _AM, _UCDs, _CM],
1371
+ [
1372
+ [() => ClientIdType, 0],
1373
+ [() => SecretHashType, 0],
1374
+ [() => UsernameType, 0],
1375
+ 0,
1376
+ [() => PasswordType, 0],
1377
+ () => AnalyticsMetadataType,
1378
+ [() => UserContextDataType, 0],
1379
+ 128 | 0,
1380
+ ],
1381
+ ];
1382
+ export var ConfirmForgotPasswordResponse = [3, n0, _CFPRo, 0, [], []];
1383
+ export var ConfirmSignUpRequest = [
1384
+ 3,
1385
+ n0,
1386
+ _CSUR,
1387
+ 0,
1388
+ [_CI, _SH, _U, _CC, _FAC, _AM, _UCDs, _CM, _S],
1389
+ [
1390
+ [() => ClientIdType, 0],
1391
+ [() => SecretHashType, 0],
1392
+ [() => UsernameType, 0],
1393
+ 0,
1394
+ 2,
1395
+ () => AnalyticsMetadataType,
1396
+ [() => UserContextDataType, 0],
1397
+ 128 | 0,
1398
+ [() => SessionType, 0],
1399
+ ],
1400
+ ];
1401
+ export var ConfirmSignUpResponse = [3, n0, _CSURo, 0, [_S], [[() => SessionType, 0]]];
1402
+ export var ContextDataType = [
1403
+ 3,
1404
+ n0,
1405
+ _CDT,
1406
+ 0,
1407
+ [_IA, _SN, _SP, _HH, _ED],
1408
+ [0, 0, 0, () => HttpHeaderList, 0],
1409
+ ];
1410
+ export var CreateGroupRequest = [3, n0, _CGR, 0, [_GN, _UPI, _Desc, _RA, _Pr], [0, 0, 0, 0, 1]];
1411
+ export var CreateGroupResponse = [3, n0, _CGRr, 0, [_Gr], [() => GroupType]];
1412
+ export var CreateIdentityProviderRequest = [
1413
+ 3,
1414
+ n0,
1415
+ _CIPR,
1416
+ 0,
1417
+ [_UPI, _PN, _PTr, _PD, _AMt, _II],
1418
+ [0, 0, 0, 128 | 0, 128 | 0, 64 | 0],
1419
+ ];
1420
+ export var CreateIdentityProviderResponse = [
1421
+ 3,
1422
+ n0,
1423
+ _CIPRr,
1424
+ 0,
1425
+ [_IP],
1426
+ [() => IdentityProviderType],
1427
+ ];
1428
+ export var CreateManagedLoginBrandingRequest = [
1429
+ 3,
1430
+ n0,
1431
+ _CMLBR,
1432
+ 0,
1433
+ [_UPI, _CI, _UCPV, _Se, _As],
1434
+ [0, [() => ClientIdType, 0], 2, 15, () => AssetListType],
1435
+ ];
1436
+ export var CreateManagedLoginBrandingResponse = [
1437
+ 3,
1438
+ n0,
1439
+ _CMLBRr,
1440
+ 0,
1441
+ [_MLB],
1442
+ [() => ManagedLoginBrandingType],
1443
+ ];
1444
+ export var CreateResourceServerRequest = [
1445
+ 3,
1446
+ n0,
1447
+ _CRSR,
1448
+ 0,
1449
+ [_UPI, _I, _Na, _Sc],
1450
+ [0, 0, 0, () => ResourceServerScopeListType],
1451
+ ];
1452
+ export var CreateResourceServerResponse = [3, n0, _CRSRr, 0, [_RS], [() => ResourceServerType]];
1453
+ export var CreateTermsRequest = [
1454
+ 3,
1455
+ n0,
1456
+ _CTR,
1457
+ 0,
1458
+ [_UPI, _CI, _TN, _TS, _En, _Li],
1459
+ [0, [() => ClientIdType, 0], 0, 0, 0, 128 | 0],
1460
+ ];
1461
+ export var CreateTermsResponse = [3, n0, _CTRr, 0, [_T], [[() => TermsType, 0]]];
1462
+ export var CreateUserImportJobRequest = [3, n0, _CUIJR, 0, [_JN, _UPI, _CWLRA], [0, 0, 0]];
1463
+ export var CreateUserImportJobResponse = [3, n0, _CUIJRr, 0, [_UIJ], [() => UserImportJobType]];
1464
+ export var CreateUserPoolClientRequest = [
1465
+ 3,
1466
+ n0,
1467
+ _CUPCR,
1468
+ 0,
1469
+ [
1470
+ _UPI,
1471
+ _CNl,
1472
+ _GS,
1473
+ _RTV,
1474
+ _ATV,
1475
+ _ITV,
1476
+ _TVU,
1477
+ _RAe,
1478
+ _WA,
1479
+ _EAF,
1480
+ _SIP,
1481
+ _CURL,
1482
+ _LURL,
1483
+ _DRURI,
1484
+ _AOAF,
1485
+ _AOAS,
1486
+ _AOAFUPC,
1487
+ _ACn,
1488
+ _PUEE,
1489
+ _ETR,
1490
+ _EPAUCD,
1491
+ _ASV,
1492
+ _RTR,
1493
+ ],
1494
+ [
1495
+ 0,
1496
+ 0,
1497
+ 2,
1498
+ 1,
1499
+ 1,
1500
+ 1,
1501
+ () => TokenValidityUnitsType,
1502
+ 64 | 0,
1503
+ 64 | 0,
1504
+ 64 | 0,
1505
+ 64 | 0,
1506
+ 64 | 0,
1507
+ 64 | 0,
1508
+ 0,
1509
+ 64 | 0,
1510
+ 64 | 0,
1511
+ 2,
1512
+ () => AnalyticsConfigurationType,
1513
+ 0,
1514
+ 2,
1515
+ 2,
1516
+ 1,
1517
+ () => RefreshTokenRotationType,
1518
+ ],
1519
+ ];
1520
+ export var CreateUserPoolClientResponse = [
1521
+ 3,
1522
+ n0,
1523
+ _CUPCRr,
1524
+ 0,
1525
+ [_UPC],
1526
+ [[() => UserPoolClientType, 0]],
1527
+ ];
1528
+ export var CreateUserPoolDomainRequest = [
1529
+ 3,
1530
+ n0,
1531
+ _CUPDR,
1532
+ 0,
1533
+ [_Do, _UPI, _MLV, _CDC],
1534
+ [0, 0, 1, () => CustomDomainConfigType],
1535
+ ];
1536
+ export var CreateUserPoolDomainResponse = [3, n0, _CUPDRr, 0, [_MLV, _CFD], [1, 0]];
1537
+ export var CreateUserPoolRequest = [
1538
+ 3,
1539
+ n0,
1540
+ _CUPR,
1541
+ 0,
1542
+ [
1543
+ _PNo,
1544
+ _Po,
1545
+ _DP,
1546
+ _LC,
1547
+ _AVA,
1548
+ _AAl,
1549
+ _UAs,
1550
+ _SVM,
1551
+ _EVM,
1552
+ _EVS,
1553
+ _VMT,
1554
+ _SAM,
1555
+ _MC,
1556
+ _UAUS,
1557
+ _DC,
1558
+ _EC,
1559
+ _SCm,
1560
+ _UPT,
1561
+ _ACUC,
1562
+ _Sch,
1563
+ _UPAO,
1564
+ _UC,
1565
+ _ARS,
1566
+ _UPTs,
1567
+ ],
1568
+ [
1569
+ 0,
1570
+ () => UserPoolPolicyType,
1571
+ 0,
1572
+ () => LambdaConfigType,
1573
+ 64 | 0,
1574
+ 64 | 0,
1575
+ 64 | 0,
1576
+ 0,
1577
+ 0,
1578
+ 0,
1579
+ () => VerificationMessageTemplateType,
1580
+ 0,
1581
+ 0,
1582
+ () => UserAttributeUpdateSettingsType,
1583
+ () => DeviceConfigurationType,
1584
+ () => EmailConfigurationType,
1585
+ () => SmsConfigurationType,
1586
+ 128 | 0,
1587
+ () => AdminCreateUserConfigType,
1588
+ () => SchemaAttributesListType,
1589
+ () => UserPoolAddOnsType,
1590
+ () => UsernameConfigurationType,
1591
+ () => AccountRecoverySettingType,
1592
+ 0,
1593
+ ],
1594
+ ];
1595
+ export var CreateUserPoolResponse = [3, n0, _CUPRr, 0, [_UP], [() => UserPoolType]];
1596
+ export var CustomDomainConfigType = [3, n0, _CDCT, 0, [_CAe], [0]];
1597
+ export var CustomEmailLambdaVersionConfigType = [3, n0, _CELVCT, 0, [_LV, _LAa], [0, 0]];
1598
+ export var CustomSMSLambdaVersionConfigType = [3, n0, _CSMSLVCT, 0, [_LV, _LAa], [0, 0]];
1599
+ export var DeleteGroupRequest = [3, n0, _DGR, 0, [_GN, _UPI], [0, 0]];
1600
+ export var DeleteIdentityProviderRequest = [3, n0, _DIPR, 0, [_UPI, _PN], [0, 0]];
1601
+ export var DeleteManagedLoginBrandingRequest = [3, n0, _DMLBR, 0, [_MLBI, _UPI], [0, 0]];
1602
+ export var DeleteResourceServerRequest = [3, n0, _DRSR, 0, [_UPI, _I], [0, 0]];
1603
+ export var DeleteTermsRequest = [3, n0, _DTR, 0, [_TI, _UPI], [0, 0]];
1604
+ export var DeleteUserAttributesRequest = [
1605
+ 3,
1606
+ n0,
1607
+ _DUAR,
1608
+ 0,
1609
+ [_UAN, _ATc],
1610
+ [64 | 0, [() => TokenModelType, 0]],
1611
+ ];
1612
+ export var DeleteUserAttributesResponse = [3, n0, _DUARe, 0, [], []];
1613
+ export var DeleteUserPoolClientRequest = [
1614
+ 3,
1615
+ n0,
1616
+ _DUPCR,
1617
+ 0,
1618
+ [_UPI, _CI],
1619
+ [0, [() => ClientIdType, 0]],
1620
+ ];
1621
+ export var DeleteUserPoolDomainRequest = [3, n0, _DUPDR, 0, [_Do, _UPI], [0, 0]];
1622
+ export var DeleteUserPoolDomainResponse = [3, n0, _DUPDRe, 0, [], []];
1623
+ export var DeleteUserPoolRequest = [3, n0, _DUPR, 0, [_UPI], [0]];
1624
+ export var DeleteUserRequest = [3, n0, _DUR, 0, [_ATc], [[() => TokenModelType, 0]]];
1625
+ export var DeleteWebAuthnCredentialRequest = [
1626
+ 3,
1627
+ n0,
1628
+ _DWACR,
1629
+ 0,
1630
+ [_ATc, _CIr],
1631
+ [[() => TokenModelType, 0], 0],
1632
+ ];
1633
+ export var DeleteWebAuthnCredentialResponse = [3, n0, _DWACRe, 0, [], []];
1634
+ export var DescribeIdentityProviderRequest = [3, n0, _DIPRe, 0, [_UPI, _PN], [0, 0]];
1635
+ export var DescribeIdentityProviderResponse = [
1636
+ 3,
1637
+ n0,
1638
+ _DIPRes,
1639
+ 0,
1640
+ [_IP],
1641
+ [() => IdentityProviderType],
1642
+ ];
1643
+ export var DescribeManagedLoginBrandingByClientRequest = [
1644
+ 3,
1645
+ n0,
1646
+ _DMLBBCR,
1647
+ 0,
1648
+ [_UPI, _CI, _RMR],
1649
+ [0, [() => ClientIdType, 0], 2],
1650
+ ];
1651
+ export var DescribeManagedLoginBrandingByClientResponse = [
1652
+ 3,
1653
+ n0,
1654
+ _DMLBBCRe,
1655
+ 0,
1656
+ [_MLB],
1657
+ [() => ManagedLoginBrandingType],
1658
+ ];
1659
+ export var DescribeManagedLoginBrandingRequest = [
1660
+ 3,
1661
+ n0,
1662
+ _DMLBRe,
1663
+ 0,
1664
+ [_UPI, _MLBI, _RMR],
1665
+ [0, 0, 2],
1666
+ ];
1667
+ export var DescribeManagedLoginBrandingResponse = [
1668
+ 3,
1669
+ n0,
1670
+ _DMLBRes,
1671
+ 0,
1672
+ [_MLB],
1673
+ [() => ManagedLoginBrandingType],
1674
+ ];
1675
+ export var DescribeResourceServerRequest = [3, n0, _DRSRe, 0, [_UPI, _I], [0, 0]];
1676
+ export var DescribeResourceServerResponse = [
1677
+ 3,
1678
+ n0,
1679
+ _DRSRes,
1680
+ 0,
1681
+ [_RS],
1682
+ [() => ResourceServerType],
1683
+ ];
1684
+ export var DescribeRiskConfigurationRequest = [
1685
+ 3,
1686
+ n0,
1687
+ _DRCR,
1688
+ 0,
1689
+ [_UPI, _CI],
1690
+ [0, [() => ClientIdType, 0]],
1691
+ ];
1692
+ export var DescribeRiskConfigurationResponse = [
1693
+ 3,
1694
+ n0,
1695
+ _DRCRe,
1696
+ 0,
1697
+ [_RC],
1698
+ [[() => RiskConfigurationType, 0]],
1699
+ ];
1700
+ export var DescribeTermsRequest = [3, n0, _DTRe, 0, [_TI, _UPI], [0, 0]];
1701
+ export var DescribeTermsResponse = [3, n0, _DTRes, 0, [_T], [[() => TermsType, 0]]];
1702
+ export var DescribeUserImportJobRequest = [3, n0, _DUIJR, 0, [_UPI, _JI], [0, 0]];
1703
+ export var DescribeUserImportJobResponse = [
1704
+ 3,
1705
+ n0,
1706
+ _DUIJRe,
1707
+ 0,
1708
+ [_UIJ],
1709
+ [() => UserImportJobType],
1710
+ ];
1711
+ export var DescribeUserPoolClientRequest = [
1712
+ 3,
1713
+ n0,
1714
+ _DUPCRe,
1715
+ 0,
1716
+ [_UPI, _CI],
1717
+ [0, [() => ClientIdType, 0]],
1718
+ ];
1719
+ export var DescribeUserPoolClientResponse = [
1720
+ 3,
1721
+ n0,
1722
+ _DUPCRes,
1723
+ 0,
1724
+ [_UPC],
1725
+ [[() => UserPoolClientType, 0]],
1726
+ ];
1727
+ export var DescribeUserPoolDomainRequest = [3, n0, _DUPDRes, 0, [_Do], [0]];
1728
+ export var DescribeUserPoolDomainResponse = [
1729
+ 3,
1730
+ n0,
1731
+ _DUPDResc,
1732
+ 0,
1733
+ [_DD],
1734
+ [() => DomainDescriptionType],
1735
+ ];
1736
+ export var DescribeUserPoolRequest = [3, n0, _DUPRe, 0, [_UPI], [0]];
1737
+ export var DescribeUserPoolResponse = [3, n0, _DUPRes, 0, [_UP], [() => UserPoolType]];
1738
+ export var DeviceConfigurationType = [3, n0, _DCT, 0, [_CROND, _DOROUP], [2, 2]];
1739
+ export var DeviceKeyExistsException = [
1740
+ -3,
1741
+ n0,
1742
+ _DKEE,
1743
+ {
1744
+ [_e]: _c,
1745
+ [_hE]: 400,
1746
+ },
1747
+ [_m],
1748
+ [0],
1749
+ ];
1750
+ TypeRegistry.for(n0).registerError(DeviceKeyExistsException, __DeviceKeyExistsException);
1751
+ export var DeviceSecretVerifierConfigType = [3, n0, _DSVCT, 0, [_PV, _Sa], [0, 0]];
1752
+ export var DeviceType = [
1753
+ 3,
1754
+ n0,
1755
+ _DT,
1756
+ 0,
1757
+ [_DK, _DA, _DCD, _DLMD, _DLAD],
1758
+ [0, [() => AttributeListType, 0], 4, 4, 4],
1759
+ ];
1760
+ export var DomainDescriptionType = [
1761
+ 3,
1762
+ n0,
1763
+ _DDT,
1764
+ 0,
1765
+ [_UPI, _AWSAI, _Do, _SB, _CFDl, _Ve, _St, _CDC, _MLV],
1766
+ [0, 0, 0, 0, 0, 0, 0, () => CustomDomainConfigType, 1],
1767
+ ];
1768
+ export var DuplicateProviderException = [
1769
+ -3,
1770
+ n0,
1771
+ _DPE,
1772
+ {
1773
+ [_e]: _c,
1774
+ [_hE]: 400,
1775
+ },
1776
+ [_m],
1777
+ [0],
1778
+ ];
1779
+ TypeRegistry.for(n0).registerError(DuplicateProviderException, __DuplicateProviderException);
1780
+ export var EmailConfigurationType = [
1781
+ 3,
1782
+ n0,
1783
+ _ECT,
1784
+ 0,
1785
+ [_SA, _RTEA, _ESA, _F, _CS],
1786
+ [0, 0, 0, 0, 0],
1787
+ ];
1788
+ export var EmailMfaConfigType = [3, n0, _EMCT, 0, [_M, _Su], [0, 0]];
1789
+ export var EmailMfaSettingsType = [3, n0, _EMST, 0, [_E, _PM], [2, 2]];
1790
+ export var EnableSoftwareTokenMFAException = [
1791
+ -3,
1792
+ n0,
1793
+ _ESTMFAE,
1794
+ {
1795
+ [_e]: _c,
1796
+ [_hE]: 400,
1797
+ },
1798
+ [_m],
1799
+ [0],
1800
+ ];
1801
+ TypeRegistry.for(n0).registerError(EnableSoftwareTokenMFAException, __EnableSoftwareTokenMFAException);
1802
+ export var EventContextDataType = [3, n0, _ECDT, 0, [_IA, _DN, _Ti, _Ci, _Co], [0, 0, 0, 0, 0]];
1803
+ export var EventFeedbackType = [3, n0, _EFT, 0, [_FV, _Pro, _FD], [0, 0, 4]];
1804
+ export var EventRiskType = [3, n0, _ERT, 0, [_RD, _RL, _CCD], [0, 0, 2]];
1805
+ export var ExpiredCodeException = [
1806
+ -3,
1807
+ n0,
1808
+ _ECE,
1809
+ {
1810
+ [_e]: _c,
1811
+ [_hE]: 400,
1812
+ },
1813
+ [_m],
1814
+ [0],
1815
+ ];
1816
+ TypeRegistry.for(n0).registerError(ExpiredCodeException, __ExpiredCodeException);
1817
+ export var FeatureUnavailableInTierException = [
1818
+ -3,
1819
+ n0,
1820
+ _FUITE,
1821
+ {
1822
+ [_e]: _c,
1823
+ [_hE]: 403,
1824
+ },
1825
+ [_m],
1826
+ [0],
1827
+ ];
1828
+ TypeRegistry.for(n0).registerError(FeatureUnavailableInTierException, __FeatureUnavailableInTierException);
1829
+ export var FirehoseConfigurationType = [3, n0, _FCT, 0, [_SAt], [0]];
1830
+ export var ForbiddenException = [
1831
+ -3,
1832
+ n0,
1833
+ _FE,
1834
+ {
1835
+ [_e]: _c,
1836
+ [_hE]: 403,
1837
+ },
1838
+ [_m],
1839
+ [0],
1840
+ ];
1841
+ TypeRegistry.for(n0).registerError(ForbiddenException, __ForbiddenException);
1842
+ export var ForgetDeviceRequest = [3, n0, _FDR, 0, [_ATc, _DK], [[() => TokenModelType, 0], 0]];
1843
+ export var ForgotPasswordRequest = [
1844
+ 3,
1845
+ n0,
1846
+ _FPR,
1847
+ 0,
1848
+ [_CI, _SH, _UCDs, _U, _AM, _CM],
1849
+ [
1850
+ [() => ClientIdType, 0],
1851
+ [() => SecretHashType, 0],
1852
+ [() => UserContextDataType, 0],
1853
+ [() => UsernameType, 0],
1854
+ () => AnalyticsMetadataType,
1855
+ 128 | 0,
1856
+ ],
1857
+ ];
1858
+ export var ForgotPasswordResponse = [3, n0, _FPRo, 0, [_CDD], [() => CodeDeliveryDetailsType]];
1859
+ export var GetCSVHeaderRequest = [3, n0, _GCSVHR, 0, [_UPI], [0]];
1860
+ export var GetCSVHeaderResponse = [3, n0, _GCSVHRe, 0, [_UPI, _CSVH], [0, 64 | 0]];
1861
+ export var GetDeviceRequest = [3, n0, _GDR, 0, [_DK, _ATc], [0, [() => TokenModelType, 0]]];
1862
+ export var GetDeviceResponse = [3, n0, _GDRe, 0, [_D], [[() => DeviceType, 0]]];
1863
+ export var GetGroupRequest = [3, n0, _GGR, 0, [_GN, _UPI], [0, 0]];
1864
+ export var GetGroupResponse = [3, n0, _GGRe, 0, [_Gr], [() => GroupType]];
1865
+ export var GetIdentityProviderByIdentifierRequest = [3, n0, _GIPBIR, 0, [_UPI, _IId], [0, 0]];
1866
+ export var GetIdentityProviderByIdentifierResponse = [
1867
+ 3,
1868
+ n0,
1869
+ _GIPBIRe,
1870
+ 0,
1871
+ [_IP],
1872
+ [() => IdentityProviderType],
1873
+ ];
1874
+ export var GetLogDeliveryConfigurationRequest = [3, n0, _GLDCR, 0, [_UPI], [0]];
1875
+ export var GetLogDeliveryConfigurationResponse = [
1876
+ 3,
1877
+ n0,
1878
+ _GLDCRe,
1879
+ 0,
1880
+ [_LDC],
1881
+ [() => LogDeliveryConfigurationType],
1882
+ ];
1883
+ export var GetSigningCertificateRequest = [3, n0, _GSCR, 0, [_UPI], [0]];
1884
+ export var GetSigningCertificateResponse = [3, n0, _GSCRe, 0, [_Ce], [0]];
1885
+ export var GetTokensFromRefreshTokenRequest = [
1886
+ 3,
1887
+ n0,
1888
+ _GTFRTR,
1889
+ 0,
1890
+ [_RT, _CI, _CSl, _DK, _CM],
1891
+ [[() => TokenModelType, 0], [() => ClientIdType, 0], [() => ClientSecretType, 0], 0, 128 | 0],
1892
+ ];
1893
+ export var GetTokensFromRefreshTokenResponse = [
1894
+ 3,
1895
+ n0,
1896
+ _GTFRTRe,
1897
+ 0,
1898
+ [_AR],
1899
+ [[() => AuthenticationResultType, 0]],
1900
+ ];
1901
+ export var GetUICustomizationRequest = [
1902
+ 3,
1903
+ n0,
1904
+ _GUICR,
1905
+ 0,
1906
+ [_UPI, _CI],
1907
+ [0, [() => ClientIdType, 0]],
1908
+ ];
1909
+ export var GetUICustomizationResponse = [
1910
+ 3,
1911
+ n0,
1912
+ _GUICRe,
1913
+ 0,
1914
+ [_UIC],
1915
+ [[() => UICustomizationType, 0]],
1916
+ ];
1917
+ export var GetUserAttributeVerificationCodeRequest = [
1918
+ 3,
1919
+ n0,
1920
+ _GUAVCR,
1921
+ 0,
1922
+ [_ATc, _AN, _CM],
1923
+ [[() => TokenModelType, 0], 0, 128 | 0],
1924
+ ];
1925
+ export var GetUserAttributeVerificationCodeResponse = [
1926
+ 3,
1927
+ n0,
1928
+ _GUAVCRe,
1929
+ 0,
1930
+ [_CDD],
1931
+ [() => CodeDeliveryDetailsType],
1932
+ ];
1933
+ export var GetUserAuthFactorsRequest = [3, n0, _GUAFR, 0, [_ATc], [[() => TokenModelType, 0]]];
1934
+ export var GetUserAuthFactorsResponse = [
1935
+ 3,
1936
+ n0,
1937
+ _GUAFRe,
1938
+ 0,
1939
+ [_U, _PMS, _UMFASL, _CUAF],
1940
+ [[() => UsernameType, 0], 0, 64 | 0, 64 | 0],
1941
+ ];
1942
+ export var GetUserPoolMfaConfigRequest = [3, n0, _GUPMCR, 0, [_UPI], [0]];
1943
+ export var GetUserPoolMfaConfigResponse = [
1944
+ 3,
1945
+ n0,
1946
+ _GUPMCRe,
1947
+ 0,
1948
+ [_SMC, _STMC, _EMC, _MC, _WAC],
1949
+ [
1950
+ () => SmsMfaConfigType,
1951
+ () => SoftwareTokenMfaConfigType,
1952
+ () => EmailMfaConfigType,
1953
+ 0,
1954
+ () => WebAuthnConfigurationType,
1955
+ ],
1956
+ ];
1957
+ export var GetUserRequest = [3, n0, _GUR, 0, [_ATc], [[() => TokenModelType, 0]]];
1958
+ export var GetUserResponse = [
1959
+ 3,
1960
+ n0,
1961
+ _GURe,
1962
+ 0,
1963
+ [_U, _UA, _MFAO, _PMS, _UMFASL],
1964
+ [[() => UsernameType, 0], [() => AttributeListType, 0], () => MFAOptionListType, 0, 64 | 0],
1965
+ ];
1966
+ export var GlobalSignOutRequest = [3, n0, _GSOR, 0, [_ATc], [[() => TokenModelType, 0]]];
1967
+ export var GlobalSignOutResponse = [3, n0, _GSORl, 0, [], []];
1968
+ export var GroupExistsException = [
1969
+ -3,
1970
+ n0,
1971
+ _GEE,
1972
+ {
1973
+ [_e]: _c,
1974
+ [_hE]: 400,
1975
+ },
1976
+ [_m],
1977
+ [0],
1978
+ ];
1979
+ TypeRegistry.for(n0).registerError(GroupExistsException, __GroupExistsException);
1980
+ export var GroupType = [
1981
+ 3,
1982
+ n0,
1983
+ _GT,
1984
+ 0,
1985
+ [_GN, _UPI, _Desc, _RA, _Pr, _LMD, _CDr],
1986
+ [0, 0, 0, 0, 1, 4, 4],
1987
+ ];
1988
+ export var HttpHeader = [3, n0, _HHt, 0, [_hN, _hV], [0, 0]];
1989
+ export var IdentityProviderType = [
1990
+ 3,
1991
+ n0,
1992
+ _IPT,
1993
+ 0,
1994
+ [_UPI, _PN, _PTr, _PD, _AMt, _II, _LMD, _CDr],
1995
+ [0, 0, 0, 128 | 0, 128 | 0, 64 | 0, 4, 4],
1996
+ ];
1997
+ export var InitiateAuthRequest = [
1998
+ 3,
1999
+ n0,
2000
+ _IAR,
2001
+ 0,
2002
+ [_AF, _AP, _CM, _CI, _AM, _UCDs, _S],
2003
+ [
2004
+ 0,
2005
+ [() => AuthParametersType, 0],
2006
+ 128 | 0,
2007
+ [() => ClientIdType, 0],
2008
+ () => AnalyticsMetadataType,
2009
+ [() => UserContextDataType, 0],
2010
+ [() => SessionType, 0],
2011
+ ],
2012
+ ];
2013
+ export var InitiateAuthResponse = [
2014
+ 3,
2015
+ n0,
2016
+ _IARn,
2017
+ 0,
2018
+ [_CN, _S, _CP, _AR, _AC],
2019
+ [0, [() => SessionType, 0], 128 | 0, [() => AuthenticationResultType, 0], 64 | 0],
2020
+ ];
2021
+ export var InternalErrorException = [
2022
+ -3,
2023
+ n0,
2024
+ _IEE,
2025
+ {
2026
+ [_e]: _s,
2027
+ },
2028
+ [_m],
2029
+ [0],
2030
+ ];
2031
+ TypeRegistry.for(n0).registerError(InternalErrorException, __InternalErrorException);
2032
+ export var InvalidEmailRoleAccessPolicyException = [
2033
+ -3,
2034
+ n0,
2035
+ _IERAPE,
2036
+ {
2037
+ [_e]: _c,
2038
+ [_hE]: 400,
2039
+ },
2040
+ [_m],
2041
+ [0],
2042
+ ];
2043
+ TypeRegistry.for(n0).registerError(InvalidEmailRoleAccessPolicyException, __InvalidEmailRoleAccessPolicyException);
2044
+ export var InvalidLambdaResponseException = [
2045
+ -3,
2046
+ n0,
2047
+ _ILRE,
2048
+ {
2049
+ [_e]: _c,
2050
+ [_hE]: 400,
2051
+ },
2052
+ [_m],
2053
+ [0],
2054
+ ];
2055
+ TypeRegistry.for(n0).registerError(InvalidLambdaResponseException, __InvalidLambdaResponseException);
2056
+ export var InvalidOAuthFlowException = [
2057
+ -3,
2058
+ n0,
2059
+ _IOAFE,
2060
+ {
2061
+ [_e]: _c,
2062
+ [_hE]: 400,
2063
+ },
2064
+ [_m],
2065
+ [0],
2066
+ ];
2067
+ TypeRegistry.for(n0).registerError(InvalidOAuthFlowException, __InvalidOAuthFlowException);
2068
+ export var InvalidParameterException = [
2069
+ -3,
2070
+ n0,
2071
+ _IPE,
2072
+ {
2073
+ [_e]: _c,
2074
+ [_hE]: 400,
2075
+ },
2076
+ [_m, _rC],
2077
+ [0, 0],
2078
+ ];
2079
+ TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
2080
+ export var InvalidPasswordException = [
2081
+ -3,
2082
+ n0,
2083
+ _IPEn,
2084
+ {
2085
+ [_e]: _c,
2086
+ [_hE]: 400,
2087
+ },
2088
+ [_m],
2089
+ [0],
2090
+ ];
2091
+ TypeRegistry.for(n0).registerError(InvalidPasswordException, __InvalidPasswordException);
2092
+ export var InvalidSmsRoleAccessPolicyException = [
2093
+ -3,
2094
+ n0,
2095
+ _ISRAPE,
2096
+ {
2097
+ [_e]: _c,
2098
+ [_hE]: 400,
2099
+ },
2100
+ [_m],
2101
+ [0],
2102
+ ];
2103
+ TypeRegistry.for(n0).registerError(InvalidSmsRoleAccessPolicyException, __InvalidSmsRoleAccessPolicyException);
2104
+ export var InvalidSmsRoleTrustRelationshipException = [
2105
+ -3,
2106
+ n0,
2107
+ _ISRTRE,
2108
+ {
2109
+ [_e]: _c,
2110
+ [_hE]: 400,
2111
+ },
2112
+ [_m],
2113
+ [0],
2114
+ ];
2115
+ TypeRegistry.for(n0).registerError(InvalidSmsRoleTrustRelationshipException, __InvalidSmsRoleTrustRelationshipException);
2116
+ export var InvalidUserPoolConfigurationException = [
2117
+ -3,
2118
+ n0,
2119
+ _IUPCE,
2120
+ {
2121
+ [_e]: _c,
2122
+ [_hE]: 400,
2123
+ },
2124
+ [_m],
2125
+ [0],
2126
+ ];
2127
+ TypeRegistry.for(n0).registerError(InvalidUserPoolConfigurationException, __InvalidUserPoolConfigurationException);
2128
+ export var LambdaConfigType = [
2129
+ 3,
2130
+ n0,
2131
+ _LCT,
2132
+ 0,
2133
+ [_PSU, _CMu, _PC, _PA, _PAo, _DAC, _CAC, _VACR, _PTG, _UM, _PTGC, _CSMSS, _CES, _KMSKID],
2134
+ [
2135
+ 0,
2136
+ 0,
2137
+ 0,
2138
+ 0,
2139
+ 0,
2140
+ 0,
2141
+ 0,
2142
+ 0,
2143
+ 0,
2144
+ 0,
2145
+ () => PreTokenGenerationVersionConfigType,
2146
+ () => CustomSMSLambdaVersionConfigType,
2147
+ () => CustomEmailLambdaVersionConfigType,
2148
+ 0,
2149
+ ],
2150
+ ];
2151
+ export var LimitExceededException = [
2152
+ -3,
2153
+ n0,
2154
+ _LEE,
2155
+ {
2156
+ [_e]: _c,
2157
+ [_hE]: 400,
2158
+ },
2159
+ [_m],
2160
+ [0],
2161
+ ];
2162
+ TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
2163
+ export var ListDevicesRequest = [
2164
+ 3,
2165
+ n0,
2166
+ _LDR,
2167
+ 0,
2168
+ [_ATc, _L, _PTa],
2169
+ [[() => TokenModelType, 0], 1, 0],
2170
+ ];
2171
+ export var ListDevicesResponse = [3, n0, _LDRi, 0, [_De, _PTa], [[() => DeviceListType, 0], 0]];
2172
+ export var ListGroupsRequest = [3, n0, _LGR, 0, [_UPI, _L, _NT], [0, 1, 0]];
2173
+ export var ListGroupsResponse = [3, n0, _LGRi, 0, [_G, _NT], [() => GroupListType, 0]];
2174
+ export var ListIdentityProvidersRequest = [3, n0, _LIPR, 0, [_UPI, _MR, _NT], [0, 1, 0]];
2175
+ export var ListIdentityProvidersResponse = [
2176
+ 3,
2177
+ n0,
2178
+ _LIPRi,
2179
+ 0,
2180
+ [_Prov, _NT],
2181
+ [() => ProvidersListType, 0],
2182
+ ];
2183
+ export var ListResourceServersRequest = [3, n0, _LRSR, 0, [_UPI, _MR, _NT], [0, 1, 0]];
2184
+ export var ListResourceServersResponse = [
2185
+ 3,
2186
+ n0,
2187
+ _LRSRi,
2188
+ 0,
2189
+ [_RSe, _NT],
2190
+ [() => ResourceServersListType, 0],
2191
+ ];
2192
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAes], [0]];
2193
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
2194
+ export var ListTermsRequest = [3, n0, _LTR, 0, [_UPI, _MR, _NT], [0, 1, 0]];
2195
+ export var ListTermsResponse = [3, n0, _LTRi, 0, [_T, _NT], [() => TermsDescriptionListType, 0]];
2196
+ export var ListUserImportJobsRequest = [3, n0, _LUIJR, 0, [_UPI, _MR, _PTa], [0, 1, 0]];
2197
+ export var ListUserImportJobsResponse = [
2198
+ 3,
2199
+ n0,
2200
+ _LUIJRi,
2201
+ 0,
2202
+ [_UIJs, _PTa],
2203
+ [() => UserImportJobsListType, 0],
2204
+ ];
2205
+ export var ListUserPoolClientsRequest = [3, n0, _LUPCR, 0, [_UPI, _MR, _NT], [0, 1, 0]];
2206
+ export var ListUserPoolClientsResponse = [
2207
+ 3,
2208
+ n0,
2209
+ _LUPCRi,
2210
+ 0,
2211
+ [_UPCs, _NT],
2212
+ [[() => UserPoolClientListType, 0], 0],
2213
+ ];
2214
+ export var ListUserPoolsRequest = [3, n0, _LUPR, 0, [_NT, _MR], [0, 1]];
2215
+ export var ListUserPoolsResponse = [3, n0, _LUPRi, 0, [_UPs, _NT], [() => UserPoolListType, 0]];
2216
+ export var ListUsersInGroupRequest = [3, n0, _LUIGR, 0, [_UPI, _GN, _L, _NT], [0, 0, 1, 0]];
2217
+ export var ListUsersInGroupResponse = [
2218
+ 3,
2219
+ n0,
2220
+ _LUIGRi,
2221
+ 0,
2222
+ [_Use, _NT],
2223
+ [[() => UsersListType, 0], 0],
2224
+ ];
2225
+ export var ListUsersRequest = [
2226
+ 3,
2227
+ n0,
2228
+ _LUR,
2229
+ 0,
2230
+ [_UPI, _ATG, _L, _PTa, _Fi],
2231
+ [0, 64 | 0, 1, 0, 0],
2232
+ ];
2233
+ export var ListUsersResponse = [3, n0, _LURi, 0, [_Use, _PTa], [[() => UsersListType, 0], 0]];
2234
+ export var ListWebAuthnCredentialsRequest = [
2235
+ 3,
2236
+ n0,
2237
+ _LWACR,
2238
+ 0,
2239
+ [_ATc, _NT, _MR],
2240
+ [[() => TokenModelType, 0], 0, 1],
2241
+ ];
2242
+ export var ListWebAuthnCredentialsResponse = [
2243
+ 3,
2244
+ n0,
2245
+ _LWACRi,
2246
+ 0,
2247
+ [_Cre, _NT],
2248
+ [() => WebAuthnCredentialDescriptionListType, 0],
2249
+ ];
2250
+ export var LogConfigurationType = [
2251
+ 3,
2252
+ n0,
2253
+ _LCTo,
2254
+ 0,
2255
+ [_LL, _ES, _CWLC, _SCo, _FC],
2256
+ [0, 0, () => CloudWatchLogsConfigurationType, () => S3ConfigurationType, () => FirehoseConfigurationType],
2257
+ ];
2258
+ export var LogDeliveryConfigurationType = [
2259
+ 3,
2260
+ n0,
2261
+ _LDCT,
2262
+ 0,
2263
+ [_UPI, _LCo],
2264
+ [0, () => LogConfigurationListType],
2265
+ ];
2266
+ export var ManagedLoginBrandingExistsException = [
2267
+ -3,
2268
+ n0,
2269
+ _MLBEE,
2270
+ {
2271
+ [_e]: _c,
2272
+ [_hE]: 400,
2273
+ },
2274
+ [_m],
2275
+ [0],
2276
+ ];
2277
+ TypeRegistry.for(n0).registerError(ManagedLoginBrandingExistsException, __ManagedLoginBrandingExistsException);
2278
+ export var ManagedLoginBrandingType = [
2279
+ 3,
2280
+ n0,
2281
+ _MLBT,
2282
+ 0,
2283
+ [_MLBI, _UPI, _UCPV, _Se, _As, _CDr, _LMD],
2284
+ [0, 0, 2, 15, () => AssetListType, 4, 4],
2285
+ ];
2286
+ export var MessageTemplateType = [3, n0, _MTT, 0, [_SMSM, _EM, _ESm], [0, 0, 0]];
2287
+ export var MFAMethodNotFoundException = [
2288
+ -3,
2289
+ n0,
2290
+ _MFAMNFE,
2291
+ {
2292
+ [_e]: _c,
2293
+ [_hE]: 400,
2294
+ },
2295
+ [_m],
2296
+ [0],
2297
+ ];
2298
+ TypeRegistry.for(n0).registerError(MFAMethodNotFoundException, __MFAMethodNotFoundException);
2299
+ export var MFAOptionType = [3, n0, _MFAOT, 0, [_DM, _AN], [0, 0]];
2300
+ export var NewDeviceMetadataType = [3, n0, _NDMT, 0, [_DK, _DGK], [0, 0]];
2301
+ export var NotAuthorizedException = [
2302
+ -3,
2303
+ n0,
2304
+ _NAE,
2305
+ {
2306
+ [_e]: _c,
2307
+ [_hE]: 403,
2308
+ },
2309
+ [_m],
2310
+ [0],
2311
+ ];
2312
+ TypeRegistry.for(n0).registerError(NotAuthorizedException, __NotAuthorizedException);
2313
+ export var NotifyConfigurationType = [
2314
+ 3,
2315
+ n0,
2316
+ _NCT,
2317
+ 0,
2318
+ [_F, _RTe, _SA, _BE, _NAEo, _ME],
2319
+ [0, 0, 0, () => NotifyEmailType, () => NotifyEmailType, () => NotifyEmailType],
2320
+ ];
2321
+ export var NotifyEmailType = [3, n0, _NET, 0, [_Su, _HB, _TB], [0, 0, 0]];
2322
+ export var NumberAttributeConstraintsType = [3, n0, _NACT, 0, [_MV, _MVa], [0, 0]];
2323
+ export var PasswordHistoryPolicyViolationException = [
2324
+ -3,
2325
+ n0,
2326
+ _PHPVE,
2327
+ {
2328
+ [_e]: _c,
2329
+ [_hE]: 400,
2330
+ },
2331
+ [_m],
2332
+ [0],
2333
+ ];
2334
+ TypeRegistry.for(n0).registerError(PasswordHistoryPolicyViolationException, __PasswordHistoryPolicyViolationException);
2335
+ export var PasswordPolicyType = [
2336
+ 3,
2337
+ n0,
2338
+ _PPT,
2339
+ 0,
2340
+ [_ML, _RU, _RLe, _RN, _RSeq, _PHS, _TPVD],
2341
+ [1, 2, 2, 2, 2, 1, 1],
2342
+ ];
2343
+ export var PasswordResetRequiredException = [
2344
+ -3,
2345
+ n0,
2346
+ _PRRE,
2347
+ {
2348
+ [_e]: _c,
2349
+ [_hE]: 400,
2350
+ },
2351
+ [_m],
2352
+ [0],
2353
+ ];
2354
+ TypeRegistry.for(n0).registerError(PasswordResetRequiredException, __PasswordResetRequiredException);
2355
+ export var PreconditionNotMetException = [
2356
+ -3,
2357
+ n0,
2358
+ _PNME,
2359
+ {
2360
+ [_e]: _c,
2361
+ [_hE]: 400,
2362
+ },
2363
+ [_m],
2364
+ [0],
2365
+ ];
2366
+ TypeRegistry.for(n0).registerError(PreconditionNotMetException, __PreconditionNotMetException);
2367
+ export var PreTokenGenerationVersionConfigType = [3, n0, _PTGVCT, 0, [_LV, _LAa], [0, 0]];
2368
+ export var ProviderDescription = [3, n0, _PDr, 0, [_PN, _PTr, _LMD, _CDr], [0, 0, 4, 4]];
2369
+ export var ProviderUserIdentifierType = [3, n0, _PUIT, 0, [_PN, _PAN, _PAV], [0, 0, 0]];
2370
+ export var RecoveryOptionType = [3, n0, _ROT, 0, [_Pri, _Na], [1, 0]];
2371
+ export var RefreshTokenReuseException = [
2372
+ -3,
2373
+ n0,
2374
+ _RTRE,
2375
+ {
2376
+ [_e]: _c,
2377
+ [_hE]: 400,
2378
+ },
2379
+ [_m],
2380
+ [0],
2381
+ ];
2382
+ TypeRegistry.for(n0).registerError(RefreshTokenReuseException, __RefreshTokenReuseException);
2383
+ export var RefreshTokenRotationType = [3, n0, _RTRT, 0, [_Fe, _RGPS], [0, 1]];
2384
+ export var ResendConfirmationCodeRequest = [
2385
+ 3,
2386
+ n0,
2387
+ _RCCR,
2388
+ 0,
2389
+ [_CI, _SH, _UCDs, _U, _AM, _CM],
2390
+ [
2391
+ [() => ClientIdType, 0],
2392
+ [() => SecretHashType, 0],
2393
+ [() => UserContextDataType, 0],
2394
+ [() => UsernameType, 0],
2395
+ () => AnalyticsMetadataType,
2396
+ 128 | 0,
2397
+ ],
2398
+ ];
2399
+ export var ResendConfirmationCodeResponse = [
2400
+ 3,
2401
+ n0,
2402
+ _RCCRe,
2403
+ 0,
2404
+ [_CDD],
2405
+ [() => CodeDeliveryDetailsType],
2406
+ ];
2407
+ export var ResourceNotFoundException = [
2408
+ -3,
2409
+ n0,
2410
+ _RNFE,
2411
+ {
2412
+ [_e]: _c,
2413
+ [_hE]: 404,
2414
+ },
2415
+ [_m],
2416
+ [0],
2417
+ ];
2418
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
2419
+ export var ResourceServerScopeType = [3, n0, _RSST, 0, [_SNc, _SD], [0, 0]];
2420
+ export var ResourceServerType = [
2421
+ 3,
2422
+ n0,
2423
+ _RST,
2424
+ 0,
2425
+ [_UPI, _I, _Na, _Sc],
2426
+ [0, 0, 0, () => ResourceServerScopeListType],
2427
+ ];
2428
+ export var RespondToAuthChallengeRequest = [
2429
+ 3,
2430
+ n0,
2431
+ _RTACR,
2432
+ 0,
2433
+ [_CI, _CN, _S, _CR, _AM, _UCDs, _CM],
2434
+ [
2435
+ [() => ClientIdType, 0],
2436
+ 0,
2437
+ [() => SessionType, 0],
2438
+ [() => ChallengeResponsesType, 0],
2439
+ () => AnalyticsMetadataType,
2440
+ [() => UserContextDataType, 0],
2441
+ 128 | 0,
2442
+ ],
2443
+ ];
2444
+ export var RespondToAuthChallengeResponse = [
2445
+ 3,
2446
+ n0,
2447
+ _RTACRe,
2448
+ 0,
2449
+ [_CN, _S, _CP, _AR],
2450
+ [0, [() => SessionType, 0], 128 | 0, [() => AuthenticationResultType, 0]],
2451
+ ];
2452
+ export var RevokeTokenRequest = [
2453
+ 3,
2454
+ n0,
2455
+ _RTRe,
2456
+ 0,
2457
+ [_To, _CI, _CSl],
2458
+ [
2459
+ [() => TokenModelType, 0],
2460
+ [() => ClientIdType, 0],
2461
+ [() => ClientSecretType, 0],
2462
+ ],
2463
+ ];
2464
+ export var RevokeTokenResponse = [3, n0, _RTRev, 0, [], []];
2465
+ export var RiskConfigurationType = [
2466
+ 3,
2467
+ n0,
2468
+ _RCT,
2469
+ 0,
2470
+ [_UPI, _CI, _CCRC, _ATRC, _REC, _LMD],
2471
+ [
2472
+ 0,
2473
+ [() => ClientIdType, 0],
2474
+ () => CompromisedCredentialsRiskConfigurationType,
2475
+ () => AccountTakeoverRiskConfigurationType,
2476
+ () => RiskExceptionConfigurationType,
2477
+ 4,
2478
+ ],
2479
+ ];
2480
+ export var RiskExceptionConfigurationType = [
2481
+ 3,
2482
+ n0,
2483
+ _RECT,
2484
+ 0,
2485
+ [_BIPRL, _SIPRL],
2486
+ [64 | 0, 64 | 0],
2487
+ ];
2488
+ export var S3ConfigurationType = [3, n0, _SCTo, 0, [_BA], [0]];
2489
+ export var SchemaAttributeType = [
2490
+ 3,
2491
+ n0,
2492
+ _SAT,
2493
+ 0,
2494
+ [_Na, _ADT, _DOA, _Mu, _R, _NAC, _SAC],
2495
+ [0, 0, 2, 2, 2, () => NumberAttributeConstraintsType, () => StringAttributeConstraintsType],
2496
+ ];
2497
+ export var ScopeDoesNotExistException = [
2498
+ -3,
2499
+ n0,
2500
+ _SDNEE,
2501
+ {
2502
+ [_e]: _c,
2503
+ [_hE]: 400,
2504
+ },
2505
+ [_m],
2506
+ [0],
2507
+ ];
2508
+ TypeRegistry.for(n0).registerError(ScopeDoesNotExistException, __ScopeDoesNotExistException);
2509
+ export var SetLogDeliveryConfigurationRequest = [
2510
+ 3,
2511
+ n0,
2512
+ _SLDCR,
2513
+ 0,
2514
+ [_UPI, _LCo],
2515
+ [0, () => LogConfigurationListType],
2516
+ ];
2517
+ export var SetLogDeliveryConfigurationResponse = [
2518
+ 3,
2519
+ n0,
2520
+ _SLDCRe,
2521
+ 0,
2522
+ [_LDC],
2523
+ [() => LogDeliveryConfigurationType],
2524
+ ];
2525
+ export var SetRiskConfigurationRequest = [
2526
+ 3,
2527
+ n0,
2528
+ _SRCR,
2529
+ 0,
2530
+ [_UPI, _CI, _CCRC, _ATRC, _REC],
2531
+ [
2532
+ 0,
2533
+ [() => ClientIdType, 0],
2534
+ () => CompromisedCredentialsRiskConfigurationType,
2535
+ () => AccountTakeoverRiskConfigurationType,
2536
+ () => RiskExceptionConfigurationType,
2537
+ ],
2538
+ ];
2539
+ export var SetRiskConfigurationResponse = [
2540
+ 3,
2541
+ n0,
2542
+ _SRCRe,
2543
+ 0,
2544
+ [_RC],
2545
+ [[() => RiskConfigurationType, 0]],
2546
+ ];
2547
+ export var SetUICustomizationRequest = [
2548
+ 3,
2549
+ n0,
2550
+ _SUICR,
2551
+ 0,
2552
+ [_UPI, _CI, _CSS, _IF],
2553
+ [0, [() => ClientIdType, 0], 0, 21],
2554
+ ];
2555
+ export var SetUICustomizationResponse = [
2556
+ 3,
2557
+ n0,
2558
+ _SUICRe,
2559
+ 0,
2560
+ [_UIC],
2561
+ [[() => UICustomizationType, 0]],
2562
+ ];
2563
+ export var SetUserMFAPreferenceRequest = [
2564
+ 3,
2565
+ n0,
2566
+ _SUMFAPR,
2567
+ 0,
2568
+ [_SMSMS, _STMS, _EMS, _ATc],
2569
+ [() => SMSMfaSettingsType, () => SoftwareTokenMfaSettingsType, () => EmailMfaSettingsType, [() => TokenModelType, 0]],
2570
+ ];
2571
+ export var SetUserMFAPreferenceResponse = [3, n0, _SUMFAPRe, 0, [], []];
2572
+ export var SetUserPoolMfaConfigRequest = [
2573
+ 3,
2574
+ n0,
2575
+ _SUPMCR,
2576
+ 0,
2577
+ [_UPI, _SMC, _STMC, _EMC, _MC, _WAC],
2578
+ [
2579
+ 0,
2580
+ () => SmsMfaConfigType,
2581
+ () => SoftwareTokenMfaConfigType,
2582
+ () => EmailMfaConfigType,
2583
+ 0,
2584
+ () => WebAuthnConfigurationType,
2585
+ ],
2586
+ ];
2587
+ export var SetUserPoolMfaConfigResponse = [
2588
+ 3,
2589
+ n0,
2590
+ _SUPMCRe,
2591
+ 0,
2592
+ [_SMC, _STMC, _EMC, _MC, _WAC],
2593
+ [
2594
+ () => SmsMfaConfigType,
2595
+ () => SoftwareTokenMfaConfigType,
2596
+ () => EmailMfaConfigType,
2597
+ 0,
2598
+ () => WebAuthnConfigurationType,
2599
+ ],
2600
+ ];
2601
+ export var SetUserSettingsRequest = [
2602
+ 3,
2603
+ n0,
2604
+ _SUSR,
2605
+ 0,
2606
+ [_ATc, _MFAO],
2607
+ [[() => TokenModelType, 0], () => MFAOptionListType],
2608
+ ];
2609
+ export var SetUserSettingsResponse = [3, n0, _SUSRe, 0, [], []];
2610
+ export var SignInPolicyType = [3, n0, _SIPT, 0, [_AFAF], [64 | 0]];
2611
+ export var SignUpRequest = [
2612
+ 3,
2613
+ n0,
2614
+ _SUR,
2615
+ 0,
2616
+ [_CI, _SH, _U, _P, _UA, _VD, _AM, _UCDs, _CM],
2617
+ [
2618
+ [() => ClientIdType, 0],
2619
+ [() => SecretHashType, 0],
2620
+ [() => UsernameType, 0],
2621
+ [() => PasswordType, 0],
2622
+ [() => AttributeListType, 0],
2623
+ [() => AttributeListType, 0],
2624
+ () => AnalyticsMetadataType,
2625
+ [() => UserContextDataType, 0],
2626
+ 128 | 0,
2627
+ ],
2628
+ ];
2629
+ export var SignUpResponse = [
2630
+ 3,
2631
+ n0,
2632
+ _SURi,
2633
+ 0,
2634
+ [_UCs, _CDD, _USs, _S],
2635
+ [2, () => CodeDeliveryDetailsType, 0, [() => SessionType, 0]],
2636
+ ];
2637
+ export var SmsConfigurationType = [3, n0, _SCTm, 0, [_SCA, _EIx, _SR], [0, 0, 0]];
2638
+ export var SmsMfaConfigType = [3, n0, _SMCT, 0, [_SAM, _SCm], [0, () => SmsConfigurationType]];
2639
+ export var SMSMfaSettingsType = [3, n0, _SMSMST, 0, [_E, _PM], [2, 2]];
2640
+ export var SoftwareTokenMfaConfigType = [3, n0, _STMCT, 0, [_E], [2]];
2641
+ export var SoftwareTokenMFANotFoundException = [
2642
+ -3,
2643
+ n0,
2644
+ _STMFANFE,
2645
+ {
2646
+ [_e]: _c,
2647
+ [_hE]: 400,
2648
+ },
2649
+ [_m],
2650
+ [0],
2651
+ ];
2652
+ TypeRegistry.for(n0).registerError(SoftwareTokenMFANotFoundException, __SoftwareTokenMFANotFoundException);
2653
+ export var SoftwareTokenMfaSettingsType = [3, n0, _STMST, 0, [_E, _PM], [2, 2]];
2654
+ export var StartUserImportJobRequest = [3, n0, _SUIJR, 0, [_UPI, _JI], [0, 0]];
2655
+ export var StartUserImportJobResponse = [3, n0, _SUIJRt, 0, [_UIJ], [() => UserImportJobType]];
2656
+ export var StartWebAuthnRegistrationRequest = [
2657
+ 3,
2658
+ n0,
2659
+ _SWARR,
2660
+ 0,
2661
+ [_ATc],
2662
+ [[() => TokenModelType, 0]],
2663
+ ];
2664
+ export var StartWebAuthnRegistrationResponse = [3, n0, _SWARRt, 0, [_CCO], [15]];
2665
+ export var StopUserImportJobRequest = [3, n0, _SUIJRto, 0, [_UPI, _JI], [0, 0]];
2666
+ export var StopUserImportJobResponse = [3, n0, _SUIJRtop, 0, [_UIJ], [() => UserImportJobType]];
2667
+ export var StringAttributeConstraintsType = [3, n0, _SACT, 0, [_MLi, _MLa], [0, 0]];
2668
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_RAes, _Ta], [0, 128 | 0]];
2669
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2670
+ export var TermsDescriptionType = [3, n0, _TDT, 0, [_TI, _TN, _En, _CDr, _LMD], [0, 0, 0, 4, 4]];
2671
+ export var TermsExistsException = [
2672
+ -3,
2673
+ n0,
2674
+ _TEE,
2675
+ {
2676
+ [_e]: _c,
2677
+ [_hE]: 400,
2678
+ },
2679
+ [_m],
2680
+ [0],
2681
+ ];
2682
+ TypeRegistry.for(n0).registerError(TermsExistsException, __TermsExistsException);
2683
+ export var TermsType = [
2684
+ 3,
2685
+ n0,
2686
+ _TTe,
2687
+ 0,
2688
+ [_TI, _UPI, _CI, _TN, _TS, _En, _Li, _CDr, _LMD],
2689
+ [0, 0, [() => ClientIdType, 0], 0, 0, 0, 128 | 0, 4, 4],
2690
+ ];
2691
+ export var TierChangeNotAllowedException = [
2692
+ -3,
2693
+ n0,
2694
+ _TCNAE,
2695
+ {
2696
+ [_e]: _c,
2697
+ [_hE]: 403,
2698
+ },
2699
+ [_m],
2700
+ [0],
2701
+ ];
2702
+ TypeRegistry.for(n0).registerError(TierChangeNotAllowedException, __TierChangeNotAllowedException);
2703
+ export var TokenValidityUnitsType = [3, n0, _TVUT, 0, [_ATc, _IT, _RT], [0, 0, 0]];
2704
+ export var TooManyFailedAttemptsException = [
2705
+ -3,
2706
+ n0,
2707
+ _TMFAE,
2708
+ {
2709
+ [_e]: _c,
2710
+ [_hE]: 400,
2711
+ },
2712
+ [_m],
2713
+ [0],
2714
+ ];
2715
+ TypeRegistry.for(n0).registerError(TooManyFailedAttemptsException, __TooManyFailedAttemptsException);
2716
+ export var TooManyRequestsException = [
2717
+ -3,
2718
+ n0,
2719
+ _TMRE,
2720
+ {
2721
+ [_e]: _c,
2722
+ [_hE]: 429,
2723
+ },
2724
+ [_m],
2725
+ [0],
2726
+ ];
2727
+ TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
2728
+ export var UICustomizationType = [
2729
+ 3,
2730
+ n0,
2731
+ _UICT,
2732
+ 0,
2733
+ [_UPI, _CI, _IU, _CSS, _CSSV, _LMD, _CDr],
2734
+ [0, [() => ClientIdType, 0], 0, 0, 0, 4, 4],
2735
+ ];
2736
+ export var UnauthorizedException = [
2737
+ -3,
2738
+ n0,
2739
+ _UE,
2740
+ {
2741
+ [_e]: _c,
2742
+ [_hE]: 401,
2743
+ },
2744
+ [_m],
2745
+ [0],
2746
+ ];
2747
+ TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
2748
+ export var UnexpectedLambdaException = [
2749
+ -3,
2750
+ n0,
2751
+ _ULE,
2752
+ {
2753
+ [_e]: _c,
2754
+ [_hE]: 400,
2755
+ },
2756
+ [_m],
2757
+ [0],
2758
+ ];
2759
+ TypeRegistry.for(n0).registerError(UnexpectedLambdaException, __UnexpectedLambdaException);
2760
+ export var UnsupportedIdentityProviderException = [
2761
+ -3,
2762
+ n0,
2763
+ _UIPE,
2764
+ {
2765
+ [_e]: _c,
2766
+ [_hE]: 400,
2767
+ },
2768
+ [_m],
2769
+ [0],
2770
+ ];
2771
+ TypeRegistry.for(n0).registerError(UnsupportedIdentityProviderException, __UnsupportedIdentityProviderException);
2772
+ export var UnsupportedOperationException = [
2773
+ -3,
2774
+ n0,
2775
+ _UOE,
2776
+ {
2777
+ [_e]: _c,
2778
+ [_hE]: 400,
2779
+ },
2780
+ [_m],
2781
+ [0],
2782
+ ];
2783
+ TypeRegistry.for(n0).registerError(UnsupportedOperationException, __UnsupportedOperationException);
2784
+ export var UnsupportedTokenTypeException = [
2785
+ -3,
2786
+ n0,
2787
+ _UTTE,
2788
+ {
2789
+ [_e]: _c,
2790
+ [_hE]: 400,
2791
+ },
2792
+ [_m],
2793
+ [0],
2794
+ ];
2795
+ TypeRegistry.for(n0).registerError(UnsupportedTokenTypeException, __UnsupportedTokenTypeException);
2796
+ export var UnsupportedUserStateException = [
2797
+ -3,
2798
+ n0,
2799
+ _UUSE,
2800
+ {
2801
+ [_e]: _c,
2802
+ [_hE]: 400,
2803
+ },
2804
+ [_m],
2805
+ [0],
2806
+ ];
2807
+ TypeRegistry.for(n0).registerError(UnsupportedUserStateException, __UnsupportedUserStateException);
2808
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_RAes, _TK], [0, 64 | 0]];
2809
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2810
+ export var UpdateAuthEventFeedbackRequest = [
2811
+ 3,
2812
+ n0,
2813
+ _UAEFR,
2814
+ 0,
2815
+ [_UPI, _U, _EI, _FT, _FV],
2816
+ [0, [() => UsernameType, 0], 0, [() => TokenModelType, 0], 0],
2817
+ ];
2818
+ export var UpdateAuthEventFeedbackResponse = [3, n0, _UAEFRp, 0, [], []];
2819
+ export var UpdateDeviceStatusRequest = [
2820
+ 3,
2821
+ n0,
2822
+ _UDSR,
2823
+ 0,
2824
+ [_ATc, _DK, _DRS],
2825
+ [[() => TokenModelType, 0], 0, 0],
2826
+ ];
2827
+ export var UpdateDeviceStatusResponse = [3, n0, _UDSRp, 0, [], []];
2828
+ export var UpdateGroupRequest = [3, n0, _UGR, 0, [_GN, _UPI, _Desc, _RA, _Pr], [0, 0, 0, 0, 1]];
2829
+ export var UpdateGroupResponse = [3, n0, _UGRp, 0, [_Gr], [() => GroupType]];
2830
+ export var UpdateIdentityProviderRequest = [
2831
+ 3,
2832
+ n0,
2833
+ _UIPR,
2834
+ 0,
2835
+ [_UPI, _PN, _PD, _AMt, _II],
2836
+ [0, 0, 128 | 0, 128 | 0, 64 | 0],
2837
+ ];
2838
+ export var UpdateIdentityProviderResponse = [
2839
+ 3,
2840
+ n0,
2841
+ _UIPRp,
2842
+ 0,
2843
+ [_IP],
2844
+ [() => IdentityProviderType],
2845
+ ];
2846
+ export var UpdateManagedLoginBrandingRequest = [
2847
+ 3,
2848
+ n0,
2849
+ _UMLBR,
2850
+ 0,
2851
+ [_UPI, _MLBI, _UCPV, _Se, _As],
2852
+ [0, 0, 2, 15, () => AssetListType],
2853
+ ];
2854
+ export var UpdateManagedLoginBrandingResponse = [
2855
+ 3,
2856
+ n0,
2857
+ _UMLBRp,
2858
+ 0,
2859
+ [_MLB],
2860
+ [() => ManagedLoginBrandingType],
2861
+ ];
2862
+ export var UpdateResourceServerRequest = [
2863
+ 3,
2864
+ n0,
2865
+ _URSR,
2866
+ 0,
2867
+ [_UPI, _I, _Na, _Sc],
2868
+ [0, 0, 0, () => ResourceServerScopeListType],
2869
+ ];
2870
+ export var UpdateResourceServerResponse = [3, n0, _URSRp, 0, [_RS], [() => ResourceServerType]];
2871
+ export var UpdateTermsRequest = [
2872
+ 3,
2873
+ n0,
2874
+ _UTR,
2875
+ 0,
2876
+ [_TI, _UPI, _TN, _TS, _En, _Li],
2877
+ [0, 0, 0, 0, 0, 128 | 0],
2878
+ ];
2879
+ export var UpdateTermsResponse = [3, n0, _UTRp, 0, [_T], [[() => TermsType, 0]]];
2880
+ export var UpdateUserAttributesRequest = [
2881
+ 3,
2882
+ n0,
2883
+ _UUAR,
2884
+ 0,
2885
+ [_UA, _ATc, _CM],
2886
+ [[() => AttributeListType, 0], [() => TokenModelType, 0], 128 | 0],
2887
+ ];
2888
+ export var UpdateUserAttributesResponse = [
2889
+ 3,
2890
+ n0,
2891
+ _UUARp,
2892
+ 0,
2893
+ [_CDDL],
2894
+ [() => CodeDeliveryDetailsListType],
2895
+ ];
2896
+ export var UpdateUserPoolClientRequest = [
2897
+ 3,
2898
+ n0,
2899
+ _UUPCR,
2900
+ 0,
2901
+ [
2902
+ _UPI,
2903
+ _CI,
2904
+ _CNl,
2905
+ _RTV,
2906
+ _ATV,
2907
+ _ITV,
2908
+ _TVU,
2909
+ _RAe,
2910
+ _WA,
2911
+ _EAF,
2912
+ _SIP,
2913
+ _CURL,
2914
+ _LURL,
2915
+ _DRURI,
2916
+ _AOAF,
2917
+ _AOAS,
2918
+ _AOAFUPC,
2919
+ _ACn,
2920
+ _PUEE,
2921
+ _ETR,
2922
+ _EPAUCD,
2923
+ _ASV,
2924
+ _RTR,
2925
+ ],
2926
+ [
2927
+ 0,
2928
+ [() => ClientIdType, 0],
2929
+ 0,
2930
+ 1,
2931
+ 1,
2932
+ 1,
2933
+ () => TokenValidityUnitsType,
2934
+ 64 | 0,
2935
+ 64 | 0,
2936
+ 64 | 0,
2937
+ 64 | 0,
2938
+ 64 | 0,
2939
+ 64 | 0,
2940
+ 0,
2941
+ 64 | 0,
2942
+ 64 | 0,
2943
+ 2,
2944
+ () => AnalyticsConfigurationType,
2945
+ 0,
2946
+ 2,
2947
+ 2,
2948
+ 1,
2949
+ () => RefreshTokenRotationType,
2950
+ ],
2951
+ ];
2952
+ export var UpdateUserPoolClientResponse = [
2953
+ 3,
2954
+ n0,
2955
+ _UUPCRp,
2956
+ 0,
2957
+ [_UPC],
2958
+ [[() => UserPoolClientType, 0]],
2959
+ ];
2960
+ export var UpdateUserPoolDomainRequest = [
2961
+ 3,
2962
+ n0,
2963
+ _UUPDR,
2964
+ 0,
2965
+ [_Do, _UPI, _MLV, _CDC],
2966
+ [0, 0, 1, () => CustomDomainConfigType],
2967
+ ];
2968
+ export var UpdateUserPoolDomainResponse = [3, n0, _UUPDRp, 0, [_MLV, _CFD], [1, 0]];
2969
+ export var UpdateUserPoolRequest = [
2970
+ 3,
2971
+ n0,
2972
+ _UUPR,
2973
+ 0,
2974
+ [
2975
+ _UPI,
2976
+ _Po,
2977
+ _DP,
2978
+ _LC,
2979
+ _AVA,
2980
+ _SVM,
2981
+ _EVM,
2982
+ _EVS,
2983
+ _VMT,
2984
+ _SAM,
2985
+ _UAUS,
2986
+ _MC,
2987
+ _DC,
2988
+ _EC,
2989
+ _SCm,
2990
+ _UPT,
2991
+ _ACUC,
2992
+ _UPAO,
2993
+ _ARS,
2994
+ _PNo,
2995
+ _UPTs,
2996
+ ],
2997
+ [
2998
+ 0,
2999
+ () => UserPoolPolicyType,
3000
+ 0,
3001
+ () => LambdaConfigType,
3002
+ 64 | 0,
3003
+ 0,
3004
+ 0,
3005
+ 0,
3006
+ () => VerificationMessageTemplateType,
3007
+ 0,
3008
+ () => UserAttributeUpdateSettingsType,
3009
+ 0,
3010
+ () => DeviceConfigurationType,
3011
+ () => EmailConfigurationType,
3012
+ () => SmsConfigurationType,
3013
+ 128 | 0,
3014
+ () => AdminCreateUserConfigType,
3015
+ () => UserPoolAddOnsType,
3016
+ () => AccountRecoverySettingType,
3017
+ 0,
3018
+ 0,
3019
+ ],
3020
+ ];
3021
+ export var UpdateUserPoolResponse = [3, n0, _UUPRp, 0, [], []];
3022
+ export var UserAttributeUpdateSettingsType = [3, n0, _UAUST, 0, [_ARVBU], [64 | 0]];
3023
+ export var UserContextDataType = [3, n0, _UCDT, 8, [_IA, _ED], [0, 0]];
3024
+ export var UserImportInProgressException = [
3025
+ -3,
3026
+ n0,
3027
+ _UIIPE,
3028
+ {
3029
+ [_e]: _c,
3030
+ [_hE]: 400,
3031
+ },
3032
+ [_m],
3033
+ [0],
3034
+ ];
3035
+ TypeRegistry.for(n0).registerError(UserImportInProgressException, __UserImportInProgressException);
3036
+ export var UserImportJobType = [
3037
+ 3,
3038
+ n0,
3039
+ _UIJT,
3040
+ 0,
3041
+ [_JN, _JI, _UPI, _PSUr, _CDr, _SDt, _CDo, _St, _CWLRA, _IUm, _SUk, _FU, _CMom],
3042
+ [0, 0, 0, 0, 4, 4, 4, 0, 0, 1, 1, 1, 0],
3043
+ ];
3044
+ export var UserLambdaValidationException = [
3045
+ -3,
3046
+ n0,
3047
+ _ULVE,
3048
+ {
3049
+ [_e]: _c,
3050
+ [_hE]: 400,
3051
+ },
3052
+ [_m],
3053
+ [0],
3054
+ ];
3055
+ TypeRegistry.for(n0).registerError(UserLambdaValidationException, __UserLambdaValidationException);
3056
+ export var UsernameConfigurationType = [3, n0, _UCT, 0, [_CSa], [2]];
3057
+ export var UsernameExistsException = [
3058
+ -3,
3059
+ n0,
3060
+ _UEE,
3061
+ {
3062
+ [_e]: _c,
3063
+ [_hE]: 400,
3064
+ },
3065
+ [_m],
3066
+ [0],
3067
+ ];
3068
+ TypeRegistry.for(n0).registerError(UsernameExistsException, __UsernameExistsException);
3069
+ export var UserNotConfirmedException = [
3070
+ -3,
3071
+ n0,
3072
+ _UNCE,
3073
+ {
3074
+ [_e]: _c,
3075
+ [_hE]: 400,
3076
+ },
3077
+ [_m],
3078
+ [0],
3079
+ ];
3080
+ TypeRegistry.for(n0).registerError(UserNotConfirmedException, __UserNotConfirmedException);
3081
+ export var UserNotFoundException = [
3082
+ -3,
3083
+ n0,
3084
+ _UNFE,
3085
+ {
3086
+ [_e]: _c,
3087
+ [_hE]: 404,
3088
+ },
3089
+ [_m],
3090
+ [0],
3091
+ ];
3092
+ TypeRegistry.for(n0).registerError(UserNotFoundException, __UserNotFoundException);
3093
+ export var UserPoolAddOnNotEnabledException = [
3094
+ -3,
3095
+ n0,
3096
+ _UPAONEE,
3097
+ {
3098
+ [_e]: _c,
3099
+ [_hE]: 400,
3100
+ },
3101
+ [_m],
3102
+ [0],
3103
+ ];
3104
+ TypeRegistry.for(n0).registerError(UserPoolAddOnNotEnabledException, __UserPoolAddOnNotEnabledException);
3105
+ export var UserPoolAddOnsType = [
3106
+ 3,
3107
+ n0,
3108
+ _UPAOT,
3109
+ 0,
3110
+ [_ASM, _ASAF],
3111
+ [0, () => AdvancedSecurityAdditionalFlowsType],
3112
+ ];
3113
+ export var UserPoolClientDescription = [
3114
+ 3,
3115
+ n0,
3116
+ _UPCD,
3117
+ 0,
3118
+ [_CI, _UPI, _CNl],
3119
+ [[() => ClientIdType, 0], 0, 0],
3120
+ ];
3121
+ export var UserPoolClientType = [
3122
+ 3,
3123
+ n0,
3124
+ _UPCT,
3125
+ 0,
3126
+ [
3127
+ _UPI,
3128
+ _CNl,
3129
+ _CI,
3130
+ _CSl,
3131
+ _LMD,
3132
+ _CDr,
3133
+ _RTV,
3134
+ _ATV,
3135
+ _ITV,
3136
+ _TVU,
3137
+ _RAe,
3138
+ _WA,
3139
+ _EAF,
3140
+ _SIP,
3141
+ _CURL,
3142
+ _LURL,
3143
+ _DRURI,
3144
+ _AOAF,
3145
+ _AOAS,
3146
+ _AOAFUPC,
3147
+ _ACn,
3148
+ _PUEE,
3149
+ _ETR,
3150
+ _EPAUCD,
3151
+ _ASV,
3152
+ _RTR,
3153
+ ],
3154
+ [
3155
+ 0,
3156
+ 0,
3157
+ [() => ClientIdType, 0],
3158
+ [() => ClientSecretType, 0],
3159
+ 4,
3160
+ 4,
3161
+ 1,
3162
+ 1,
3163
+ 1,
3164
+ () => TokenValidityUnitsType,
3165
+ 64 | 0,
3166
+ 64 | 0,
3167
+ 64 | 0,
3168
+ 64 | 0,
3169
+ 64 | 0,
3170
+ 64 | 0,
3171
+ 0,
3172
+ 64 | 0,
3173
+ 64 | 0,
3174
+ 2,
3175
+ () => AnalyticsConfigurationType,
3176
+ 0,
3177
+ 2,
3178
+ 2,
3179
+ 1,
3180
+ () => RefreshTokenRotationType,
3181
+ ],
3182
+ ];
3183
+ export var UserPoolDescriptionType = [
3184
+ 3,
3185
+ n0,
3186
+ _UPDT,
3187
+ 0,
3188
+ [_Id, _Na, _LC, _St, _LMD, _CDr],
3189
+ [0, 0, () => LambdaConfigType, 0, 4, 4],
3190
+ ];
3191
+ export var UserPoolPolicyType = [
3192
+ 3,
3193
+ n0,
3194
+ _UPPT,
3195
+ 0,
3196
+ [_PPa, _SIPi],
3197
+ [() => PasswordPolicyType, () => SignInPolicyType],
3198
+ ];
3199
+ export var UserPoolTaggingException = [
3200
+ -3,
3201
+ n0,
3202
+ _UPTE,
3203
+ {
3204
+ [_e]: _c,
3205
+ [_hE]: 400,
3206
+ },
3207
+ [_m],
3208
+ [0],
3209
+ ];
3210
+ TypeRegistry.for(n0).registerError(UserPoolTaggingException, __UserPoolTaggingException);
3211
+ export var UserPoolType = [
3212
+ 3,
3213
+ n0,
3214
+ _UPTse,
3215
+ 0,
3216
+ [
3217
+ _Id,
3218
+ _Na,
3219
+ _Po,
3220
+ _DP,
3221
+ _LC,
3222
+ _St,
3223
+ _LMD,
3224
+ _CDr,
3225
+ _SAc,
3226
+ _AVA,
3227
+ _AAl,
3228
+ _UAs,
3229
+ _SVM,
3230
+ _EVM,
3231
+ _EVS,
3232
+ _VMT,
3233
+ _SAM,
3234
+ _UAUS,
3235
+ _MC,
3236
+ _DC,
3237
+ _ENOU,
3238
+ _EC,
3239
+ _SCm,
3240
+ _UPT,
3241
+ _SCF,
3242
+ _ECF,
3243
+ _Do,
3244
+ _CDu,
3245
+ _ACUC,
3246
+ _UPAO,
3247
+ _UC,
3248
+ _Ar,
3249
+ _ARS,
3250
+ _UPTs,
3251
+ ],
3252
+ [
3253
+ 0,
3254
+ 0,
3255
+ () => UserPoolPolicyType,
3256
+ 0,
3257
+ () => LambdaConfigType,
3258
+ 0,
3259
+ 4,
3260
+ 4,
3261
+ () => SchemaAttributesListType,
3262
+ 64 | 0,
3263
+ 64 | 0,
3264
+ 64 | 0,
3265
+ 0,
3266
+ 0,
3267
+ 0,
3268
+ () => VerificationMessageTemplateType,
3269
+ 0,
3270
+ () => UserAttributeUpdateSettingsType,
3271
+ 0,
3272
+ () => DeviceConfigurationType,
3273
+ 1,
3274
+ () => EmailConfigurationType,
3275
+ () => SmsConfigurationType,
3276
+ 128 | 0,
3277
+ 0,
3278
+ 0,
3279
+ 0,
3280
+ 0,
3281
+ () => AdminCreateUserConfigType,
3282
+ () => UserPoolAddOnsType,
3283
+ () => UsernameConfigurationType,
3284
+ 0,
3285
+ () => AccountRecoverySettingType,
3286
+ 0,
3287
+ ],
3288
+ ];
3289
+ export var UserType = [
3290
+ 3,
3291
+ n0,
3292
+ _UTs,
3293
+ 0,
3294
+ [_U, _At, _UCD, _ULMD, _E, _US, _MFAO],
3295
+ [[() => UsernameType, 0], [() => AttributeListType, 0], 4, 4, 2, 0, () => MFAOptionListType],
3296
+ ];
3297
+ export var VerificationMessageTemplateType = [
3298
+ 3,
3299
+ n0,
3300
+ _VMTT,
3301
+ 0,
3302
+ [_SM, _EM, _ESm, _EMBL, _ESBL, _DEO],
3303
+ [0, 0, 0, 0, 0, 0],
3304
+ ];
3305
+ export var VerifySoftwareTokenRequest = [
3306
+ 3,
3307
+ n0,
3308
+ _VSTR,
3309
+ 0,
3310
+ [_ATc, _S, _UCse, _FDN],
3311
+ [[() => TokenModelType, 0], [() => SessionType, 0], [() => SoftwareTokenMFAUserCodeType, 0], 0],
3312
+ ];
3313
+ export var VerifySoftwareTokenResponse = [
3314
+ 3,
3315
+ n0,
3316
+ _VSTRe,
3317
+ 0,
3318
+ [_St, _S],
3319
+ [0, [() => SessionType, 0]],
3320
+ ];
3321
+ export var VerifyUserAttributeRequest = [
3322
+ 3,
3323
+ n0,
3324
+ _VUAR,
3325
+ 0,
3326
+ [_ATc, _AN, _Cod],
3327
+ [[() => TokenModelType, 0], 0, 0],
3328
+ ];
3329
+ export var VerifyUserAttributeResponse = [3, n0, _VUARe, 0, [], []];
3330
+ export var WebAuthnChallengeNotFoundException = [
3331
+ -3,
3332
+ n0,
3333
+ _WACNFE,
3334
+ {
3335
+ [_e]: _c,
3336
+ [_hE]: 400,
3337
+ },
3338
+ [_m],
3339
+ [0],
3340
+ ];
3341
+ TypeRegistry.for(n0).registerError(WebAuthnChallengeNotFoundException, __WebAuthnChallengeNotFoundException);
3342
+ export var WebAuthnClientMismatchException = [
3343
+ -3,
3344
+ n0,
3345
+ _WACME,
3346
+ {
3347
+ [_e]: _c,
3348
+ [_hE]: 400,
3349
+ },
3350
+ [_m],
3351
+ [0],
3352
+ ];
3353
+ TypeRegistry.for(n0).registerError(WebAuthnClientMismatchException, __WebAuthnClientMismatchException);
3354
+ export var WebAuthnConfigurationMissingException = [
3355
+ -3,
3356
+ n0,
3357
+ _WACMEe,
3358
+ {
3359
+ [_e]: _c,
3360
+ [_hE]: 400,
3361
+ },
3362
+ [_m],
3363
+ [0],
3364
+ ];
3365
+ TypeRegistry.for(n0).registerError(WebAuthnConfigurationMissingException, __WebAuthnConfigurationMissingException);
3366
+ export var WebAuthnConfigurationType = [3, n0, _WACT, 0, [_RPI, _UV], [0, 0]];
3367
+ export var WebAuthnCredentialDescription = [
3368
+ 3,
3369
+ n0,
3370
+ _WACD,
3371
+ 0,
3372
+ [_CIr, _FCN, _RPI, _AAu, _ATu, _CAr],
3373
+ [0, 0, 0, 0, 64 | 0, 4],
3374
+ ];
3375
+ export var WebAuthnCredentialNotSupportedException = [
3376
+ -3,
3377
+ n0,
3378
+ _WACNSE,
3379
+ {
3380
+ [_e]: _c,
3381
+ [_hE]: 400,
3382
+ },
3383
+ [_m],
3384
+ [0],
3385
+ ];
3386
+ TypeRegistry.for(n0).registerError(WebAuthnCredentialNotSupportedException, __WebAuthnCredentialNotSupportedException);
3387
+ export var WebAuthnNotEnabledException = [
3388
+ -3,
3389
+ n0,
3390
+ _WANEE,
3391
+ {
3392
+ [_e]: _c,
3393
+ [_hE]: 400,
3394
+ },
3395
+ [_m],
3396
+ [0],
3397
+ ];
3398
+ TypeRegistry.for(n0).registerError(WebAuthnNotEnabledException, __WebAuthnNotEnabledException);
3399
+ export var WebAuthnOriginNotAllowedException = [
3400
+ -3,
3401
+ n0,
3402
+ _WAONAE,
3403
+ {
3404
+ [_e]: _c,
3405
+ [_hE]: 400,
3406
+ },
3407
+ [_m],
3408
+ [0],
3409
+ ];
3410
+ TypeRegistry.for(n0).registerError(WebAuthnOriginNotAllowedException, __WebAuthnOriginNotAllowedException);
3411
+ export var WebAuthnRelyingPartyMismatchException = [
3412
+ -3,
3413
+ n0,
3414
+ _WARPME,
3415
+ {
3416
+ [_e]: _c,
3417
+ [_hE]: 400,
3418
+ },
3419
+ [_m],
3420
+ [0],
3421
+ ];
3422
+ TypeRegistry.for(n0).registerError(WebAuthnRelyingPartyMismatchException, __WebAuthnRelyingPartyMismatchException);
3423
+ export var __Unit = "unit";
3424
+ export var CognitoIdentityProviderServiceException = [
3425
+ -3,
3426
+ _sm,
3427
+ "CognitoIdentityProviderServiceException",
3428
+ 0,
3429
+ [],
3430
+ [],
3431
+ ];
3432
+ TypeRegistry.for(_sm).registerError(CognitoIdentityProviderServiceException, __CognitoIdentityProviderServiceException);
3433
+ export var AliasAttributesListType = 64 | 0;
3434
+ export var AllowedFirstAuthFactorsListType = 64 | 0;
3435
+ export var AssetListType = [1, n0, _ALT, 0, () => AssetType];
3436
+ export var AttributeListType = [1, n0, _ALTt, 0, [() => AttributeType, 0]];
3437
+ export var AttributeNameListType = 64 | 0;
3438
+ export var AttributesRequireVerificationBeforeUpdateType = 64 | 0;
3439
+ export var AuthEventsType = [1, n0, _AETu, 0, () => AuthEventType];
3440
+ export var AvailableChallengeListType = 64 | 0;
3441
+ export var BlockedIPRangeListType = 64 | 0;
3442
+ export var CallbackURLsListType = 64 | 0;
3443
+ export var ChallengeResponseListType = [1, n0, _CRLT, 0, () => ChallengeResponseType];
3444
+ export var ClientPermissionListType = 64 | 0;
3445
+ export var CodeDeliveryDetailsListType = [1, n0, _CDDLT, 0, () => CodeDeliveryDetailsType];
3446
+ export var ConfiguredUserAuthFactorsListType = 64 | 0;
3447
+ export var CustomAttributesListType = [1, n0, _CALT, 0, () => SchemaAttributeType];
3448
+ export var DeliveryMediumListType = 64 | 0;
3449
+ export var DeviceListType = [1, n0, _DLT, 0, [() => DeviceType, 0]];
3450
+ export var EventFiltersType = 64 | 0;
3451
+ export var ExplicitAuthFlowsListType = 64 | 0;
3452
+ export var GroupListType = [1, n0, _GLT, 0, () => GroupType];
3453
+ export var HttpHeaderList = [1, n0, _HHL, 0, () => HttpHeader];
3454
+ export var IdpIdentifiersListType = 64 | 0;
3455
+ export var ListOfStringTypes = 64 | 0;
3456
+ export var LogConfigurationListType = [1, n0, _LCLT, 0, () => LogConfigurationType];
3457
+ export var LogoutURLsListType = 64 | 0;
3458
+ export var MFAOptionListType = [1, n0, _MFAOLT, 0, () => MFAOptionType];
3459
+ export var OAuthFlowsType = 64 | 0;
3460
+ export var ProvidersListType = [1, n0, _PLT, 0, () => ProviderDescription];
3461
+ export var RecoveryMechanismsType = [1, n0, _RMT, 0, () => RecoveryOptionType];
3462
+ export var ResourceServerScopeListType = [1, n0, _RSSLT, 0, () => ResourceServerScopeType];
3463
+ export var ResourceServersListType = [1, n0, _RSLT, 0, () => ResourceServerType];
3464
+ export var SchemaAttributesListType = [1, n0, _SALT, 0, () => SchemaAttributeType];
3465
+ export var ScopeListType = 64 | 0;
3466
+ export var SearchedAttributeNamesListType = 64 | 0;
3467
+ export var SkippedIPRangeListType = 64 | 0;
3468
+ export var SupportedIdentityProvidersListType = 64 | 0;
3469
+ export var TermsDescriptionListType = [1, n0, _TDLT, 0, () => TermsDescriptionType];
3470
+ export var UserImportJobsListType = [1, n0, _UIJLT, 0, () => UserImportJobType];
3471
+ export var UserMFASettingListType = 64 | 0;
3472
+ export var UsernameAttributesListType = 64 | 0;
3473
+ export var UserPoolClientListType = [1, n0, _UPCLT, 0, [() => UserPoolClientDescription, 0]];
3474
+ export var UserPoolListType = [1, n0, _UPLT, 0, () => UserPoolDescriptionType];
3475
+ export var UserPoolTagsListType = 64 | 0;
3476
+ export var UsersListType = [1, n0, _ULT, 0, [() => UserType, 0]];
3477
+ export var VerifiedAttributesListType = 64 | 0;
3478
+ export var WebAuthnAuthenticatorTransportsList = 64 | 0;
3479
+ export var WebAuthnCredentialDescriptionListType = [
3480
+ 1,
3481
+ n0,
3482
+ _WACDLT,
3483
+ 0,
3484
+ () => WebAuthnCredentialDescription,
3485
+ ];
3486
+ export var AttributeMappingType = 128 | 0;
3487
+ export var AuthParametersType = [2, n0, _APT, 8, 0, 0];
3488
+ export var ChallengeParametersType = 128 | 0;
3489
+ export var ChallengeResponsesType = [2, n0, _CRTh, 8, 0, 0];
3490
+ export var ClientMetadataType = 128 | 0;
3491
+ export var LinksType = 128 | 0;
3492
+ export var ProviderDetailsType = 128 | 0;
3493
+ export var UserPoolTagsType = 128 | 0;
3494
+ export var AddCustomAttributes = [
3495
+ 9,
3496
+ n0,
3497
+ _ACA,
3498
+ 0,
3499
+ () => AddCustomAttributesRequest,
3500
+ () => AddCustomAttributesResponse,
3501
+ ];
3502
+ export var AdminAddUserToGroup = [
3503
+ 9,
3504
+ n0,
3505
+ _AAUTG,
3506
+ 0,
3507
+ () => AdminAddUserToGroupRequest,
3508
+ () => __Unit,
3509
+ ];
3510
+ export var AdminConfirmSignUp = [
3511
+ 9,
3512
+ n0,
3513
+ _ACSU,
3514
+ 0,
3515
+ () => AdminConfirmSignUpRequest,
3516
+ () => AdminConfirmSignUpResponse,
3517
+ ];
3518
+ export var AdminCreateUser = [
3519
+ 9,
3520
+ n0,
3521
+ _ACU,
3522
+ 0,
3523
+ () => AdminCreateUserRequest,
3524
+ () => AdminCreateUserResponse,
3525
+ ];
3526
+ export var AdminDeleteUser = [9, n0, _ADU, 0, () => AdminDeleteUserRequest, () => __Unit];
3527
+ export var AdminDeleteUserAttributes = [
3528
+ 9,
3529
+ n0,
3530
+ _ADUA,
3531
+ 0,
3532
+ () => AdminDeleteUserAttributesRequest,
3533
+ () => AdminDeleteUserAttributesResponse,
3534
+ ];
3535
+ export var AdminDisableProviderForUser = [
3536
+ 9,
3537
+ n0,
3538
+ _ADPFU,
3539
+ 0,
3540
+ () => AdminDisableProviderForUserRequest,
3541
+ () => AdminDisableProviderForUserResponse,
3542
+ ];
3543
+ export var AdminDisableUser = [
3544
+ 9,
3545
+ n0,
3546
+ _ADUd,
3547
+ 0,
3548
+ () => AdminDisableUserRequest,
3549
+ () => AdminDisableUserResponse,
3550
+ ];
3551
+ export var AdminEnableUser = [
3552
+ 9,
3553
+ n0,
3554
+ _AEU,
3555
+ 0,
3556
+ () => AdminEnableUserRequest,
3557
+ () => AdminEnableUserResponse,
3558
+ ];
3559
+ export var AdminForgetDevice = [9, n0, _AFD, 0, () => AdminForgetDeviceRequest, () => __Unit];
3560
+ export var AdminGetDevice = [
3561
+ 9,
3562
+ n0,
3563
+ _AGD,
3564
+ 0,
3565
+ () => AdminGetDeviceRequest,
3566
+ () => AdminGetDeviceResponse,
3567
+ ];
3568
+ export var AdminGetUser = [
3569
+ 9,
3570
+ n0,
3571
+ _AGU,
3572
+ 0,
3573
+ () => AdminGetUserRequest,
3574
+ () => AdminGetUserResponse,
3575
+ ];
3576
+ export var AdminInitiateAuth = [
3577
+ 9,
3578
+ n0,
3579
+ _AIA,
3580
+ 0,
3581
+ () => AdminInitiateAuthRequest,
3582
+ () => AdminInitiateAuthResponse,
3583
+ ];
3584
+ export var AdminLinkProviderForUser = [
3585
+ 9,
3586
+ n0,
3587
+ _ALPFU,
3588
+ 0,
3589
+ () => AdminLinkProviderForUserRequest,
3590
+ () => AdminLinkProviderForUserResponse,
3591
+ ];
3592
+ export var AdminListDevices = [
3593
+ 9,
3594
+ n0,
3595
+ _ALD,
3596
+ 0,
3597
+ () => AdminListDevicesRequest,
3598
+ () => AdminListDevicesResponse,
3599
+ ];
3600
+ export var AdminListGroupsForUser = [
3601
+ 9,
3602
+ n0,
3603
+ _ALGFU,
3604
+ 0,
3605
+ () => AdminListGroupsForUserRequest,
3606
+ () => AdminListGroupsForUserResponse,
3607
+ ];
3608
+ export var AdminListUserAuthEvents = [
3609
+ 9,
3610
+ n0,
3611
+ _ALUAE,
3612
+ 0,
3613
+ () => AdminListUserAuthEventsRequest,
3614
+ () => AdminListUserAuthEventsResponse,
3615
+ ];
3616
+ export var AdminRemoveUserFromGroup = [
3617
+ 9,
3618
+ n0,
3619
+ _ARUFG,
3620
+ 0,
3621
+ () => AdminRemoveUserFromGroupRequest,
3622
+ () => __Unit,
3623
+ ];
3624
+ export var AdminResetUserPassword = [
3625
+ 9,
3626
+ n0,
3627
+ _ARUP,
3628
+ 0,
3629
+ () => AdminResetUserPasswordRequest,
3630
+ () => AdminResetUserPasswordResponse,
3631
+ ];
3632
+ export var AdminRespondToAuthChallenge = [
3633
+ 9,
3634
+ n0,
3635
+ _ARTAC,
3636
+ 0,
3637
+ () => AdminRespondToAuthChallengeRequest,
3638
+ () => AdminRespondToAuthChallengeResponse,
3639
+ ];
3640
+ export var AdminSetUserMFAPreference = [
3641
+ 9,
3642
+ n0,
3643
+ _ASUMFAP,
3644
+ 0,
3645
+ () => AdminSetUserMFAPreferenceRequest,
3646
+ () => AdminSetUserMFAPreferenceResponse,
3647
+ ];
3648
+ export var AdminSetUserPassword = [
3649
+ 9,
3650
+ n0,
3651
+ _ASUP,
3652
+ 0,
3653
+ () => AdminSetUserPasswordRequest,
3654
+ () => AdminSetUserPasswordResponse,
3655
+ ];
3656
+ export var AdminSetUserSettings = [
3657
+ 9,
3658
+ n0,
3659
+ _ASUS,
3660
+ 0,
3661
+ () => AdminSetUserSettingsRequest,
3662
+ () => AdminSetUserSettingsResponse,
3663
+ ];
3664
+ export var AdminUpdateAuthEventFeedback = [
3665
+ 9,
3666
+ n0,
3667
+ _AUAEF,
3668
+ 0,
3669
+ () => AdminUpdateAuthEventFeedbackRequest,
3670
+ () => AdminUpdateAuthEventFeedbackResponse,
3671
+ ];
3672
+ export var AdminUpdateDeviceStatus = [
3673
+ 9,
3674
+ n0,
3675
+ _AUDS,
3676
+ 0,
3677
+ () => AdminUpdateDeviceStatusRequest,
3678
+ () => AdminUpdateDeviceStatusResponse,
3679
+ ];
3680
+ export var AdminUpdateUserAttributes = [
3681
+ 9,
3682
+ n0,
3683
+ _AUUA,
3684
+ 0,
3685
+ () => AdminUpdateUserAttributesRequest,
3686
+ () => AdminUpdateUserAttributesResponse,
3687
+ ];
3688
+ export var AdminUserGlobalSignOut = [
3689
+ 9,
3690
+ n0,
3691
+ _AUGSO,
3692
+ 0,
3693
+ () => AdminUserGlobalSignOutRequest,
3694
+ () => AdminUserGlobalSignOutResponse,
3695
+ ];
3696
+ export var AssociateSoftwareToken = [
3697
+ 9,
3698
+ n0,
3699
+ _AST,
3700
+ 0,
3701
+ () => AssociateSoftwareTokenRequest,
3702
+ () => AssociateSoftwareTokenResponse,
3703
+ ];
3704
+ export var ChangePassword = [
3705
+ 9,
3706
+ n0,
3707
+ _CPh,
3708
+ 0,
3709
+ () => ChangePasswordRequest,
3710
+ () => ChangePasswordResponse,
3711
+ ];
3712
+ export var CompleteWebAuthnRegistration = [
3713
+ 9,
3714
+ n0,
3715
+ _CWAR,
3716
+ 0,
3717
+ () => CompleteWebAuthnRegistrationRequest,
3718
+ () => CompleteWebAuthnRegistrationResponse,
3719
+ ];
3720
+ export var ConfirmDevice = [
3721
+ 9,
3722
+ n0,
3723
+ _CDon,
3724
+ 0,
3725
+ () => ConfirmDeviceRequest,
3726
+ () => ConfirmDeviceResponse,
3727
+ ];
3728
+ export var ConfirmForgotPassword = [
3729
+ 9,
3730
+ n0,
3731
+ _CFP,
3732
+ 0,
3733
+ () => ConfirmForgotPasswordRequest,
3734
+ () => ConfirmForgotPasswordResponse,
3735
+ ];
3736
+ export var ConfirmSignUp = [
3737
+ 9,
3738
+ n0,
3739
+ _CSU,
3740
+ 0,
3741
+ () => ConfirmSignUpRequest,
3742
+ () => ConfirmSignUpResponse,
3743
+ ];
3744
+ export var CreateGroup = [9, n0, _CG, 0, () => CreateGroupRequest, () => CreateGroupResponse];
3745
+ export var CreateIdentityProvider = [
3746
+ 9,
3747
+ n0,
3748
+ _CIP,
3749
+ 0,
3750
+ () => CreateIdentityProviderRequest,
3751
+ () => CreateIdentityProviderResponse,
3752
+ ];
3753
+ export var CreateManagedLoginBranding = [
3754
+ 9,
3755
+ n0,
3756
+ _CMLB,
3757
+ 0,
3758
+ () => CreateManagedLoginBrandingRequest,
3759
+ () => CreateManagedLoginBrandingResponse,
3760
+ ];
3761
+ export var CreateResourceServer = [
3762
+ 9,
3763
+ n0,
3764
+ _CRS,
3765
+ 0,
3766
+ () => CreateResourceServerRequest,
3767
+ () => CreateResourceServerResponse,
3768
+ ];
3769
+ export var CreateTerms = [9, n0, _CT, 0, () => CreateTermsRequest, () => CreateTermsResponse];
3770
+ export var CreateUserImportJob = [
3771
+ 9,
3772
+ n0,
3773
+ _CUIJ,
3774
+ 0,
3775
+ () => CreateUserImportJobRequest,
3776
+ () => CreateUserImportJobResponse,
3777
+ ];
3778
+ export var CreateUserPool = [
3779
+ 9,
3780
+ n0,
3781
+ _CUP,
3782
+ 0,
3783
+ () => CreateUserPoolRequest,
3784
+ () => CreateUserPoolResponse,
3785
+ ];
3786
+ export var CreateUserPoolClient = [
3787
+ 9,
3788
+ n0,
3789
+ _CUPC,
3790
+ 0,
3791
+ () => CreateUserPoolClientRequest,
3792
+ () => CreateUserPoolClientResponse,
3793
+ ];
3794
+ export var CreateUserPoolDomain = [
3795
+ 9,
3796
+ n0,
3797
+ _CUPD,
3798
+ 0,
3799
+ () => CreateUserPoolDomainRequest,
3800
+ () => CreateUserPoolDomainResponse,
3801
+ ];
3802
+ export var DeleteGroup = [9, n0, _DG, 0, () => DeleteGroupRequest, () => __Unit];
3803
+ export var DeleteIdentityProvider = [
3804
+ 9,
3805
+ n0,
3806
+ _DIP,
3807
+ 0,
3808
+ () => DeleteIdentityProviderRequest,
3809
+ () => __Unit,
3810
+ ];
3811
+ export var DeleteManagedLoginBranding = [
3812
+ 9,
3813
+ n0,
3814
+ _DMLB,
3815
+ 0,
3816
+ () => DeleteManagedLoginBrandingRequest,
3817
+ () => __Unit,
3818
+ ];
3819
+ export var DeleteResourceServer = [
3820
+ 9,
3821
+ n0,
3822
+ _DRSe,
3823
+ 0,
3824
+ () => DeleteResourceServerRequest,
3825
+ () => __Unit,
3826
+ ];
3827
+ export var DeleteTerms = [9, n0, _DTe, 0, () => DeleteTermsRequest, () => __Unit];
3828
+ export var DeleteUser = [9, n0, _DUe, 0, () => DeleteUserRequest, () => __Unit];
3829
+ export var DeleteUserAttributes = [
3830
+ 9,
3831
+ n0,
3832
+ _DUA,
3833
+ 0,
3834
+ () => DeleteUserAttributesRequest,
3835
+ () => DeleteUserAttributesResponse,
3836
+ ];
3837
+ export var DeleteUserPool = [9, n0, _DUP, 0, () => DeleteUserPoolRequest, () => __Unit];
3838
+ export var DeleteUserPoolClient = [
3839
+ 9,
3840
+ n0,
3841
+ _DUPC,
3842
+ 0,
3843
+ () => DeleteUserPoolClientRequest,
3844
+ () => __Unit,
3845
+ ];
3846
+ export var DeleteUserPoolDomain = [
3847
+ 9,
3848
+ n0,
3849
+ _DUPD,
3850
+ 0,
3851
+ () => DeleteUserPoolDomainRequest,
3852
+ () => DeleteUserPoolDomainResponse,
3853
+ ];
3854
+ export var DeleteWebAuthnCredential = [
3855
+ 9,
3856
+ n0,
3857
+ _DWAC,
3858
+ 0,
3859
+ () => DeleteWebAuthnCredentialRequest,
3860
+ () => DeleteWebAuthnCredentialResponse,
3861
+ ];
3862
+ export var DescribeIdentityProvider = [
3863
+ 9,
3864
+ n0,
3865
+ _DIPe,
3866
+ 0,
3867
+ () => DescribeIdentityProviderRequest,
3868
+ () => DescribeIdentityProviderResponse,
3869
+ ];
3870
+ export var DescribeManagedLoginBranding = [
3871
+ 9,
3872
+ n0,
3873
+ _DMLBe,
3874
+ 0,
3875
+ () => DescribeManagedLoginBrandingRequest,
3876
+ () => DescribeManagedLoginBrandingResponse,
3877
+ ];
3878
+ export var DescribeManagedLoginBrandingByClient = [
3879
+ 9,
3880
+ n0,
3881
+ _DMLBBC,
3882
+ 0,
3883
+ () => DescribeManagedLoginBrandingByClientRequest,
3884
+ () => DescribeManagedLoginBrandingByClientResponse,
3885
+ ];
3886
+ export var DescribeResourceServer = [
3887
+ 9,
3888
+ n0,
3889
+ _DRSes,
3890
+ 0,
3891
+ () => DescribeResourceServerRequest,
3892
+ () => DescribeResourceServerResponse,
3893
+ ];
3894
+ export var DescribeRiskConfiguration = [
3895
+ 9,
3896
+ n0,
3897
+ _DRC,
3898
+ 0,
3899
+ () => DescribeRiskConfigurationRequest,
3900
+ () => DescribeRiskConfigurationResponse,
3901
+ ];
3902
+ export var DescribeTerms = [
3903
+ 9,
3904
+ n0,
3905
+ _DTes,
3906
+ 0,
3907
+ () => DescribeTermsRequest,
3908
+ () => DescribeTermsResponse,
3909
+ ];
3910
+ export var DescribeUserImportJob = [
3911
+ 9,
3912
+ n0,
3913
+ _DUIJ,
3914
+ 0,
3915
+ () => DescribeUserImportJobRequest,
3916
+ () => DescribeUserImportJobResponse,
3917
+ ];
3918
+ export var DescribeUserPool = [
3919
+ 9,
3920
+ n0,
3921
+ _DUPe,
3922
+ 0,
3923
+ () => DescribeUserPoolRequest,
3924
+ () => DescribeUserPoolResponse,
3925
+ ];
3926
+ export var DescribeUserPoolClient = [
3927
+ 9,
3928
+ n0,
3929
+ _DUPCe,
3930
+ 0,
3931
+ () => DescribeUserPoolClientRequest,
3932
+ () => DescribeUserPoolClientResponse,
3933
+ ];
3934
+ export var DescribeUserPoolDomain = [
3935
+ 9,
3936
+ n0,
3937
+ _DUPDe,
3938
+ 0,
3939
+ () => DescribeUserPoolDomainRequest,
3940
+ () => DescribeUserPoolDomainResponse,
3941
+ ];
3942
+ export var ForgetDevice = [9, n0, _FDo, 0, () => ForgetDeviceRequest, () => __Unit];
3943
+ export var ForgotPassword = [
3944
+ 9,
3945
+ n0,
3946
+ _FP,
3947
+ 0,
3948
+ () => ForgotPasswordRequest,
3949
+ () => ForgotPasswordResponse,
3950
+ ];
3951
+ export var GetCSVHeader = [
3952
+ 9,
3953
+ n0,
3954
+ _GCSVH,
3955
+ 0,
3956
+ () => GetCSVHeaderRequest,
3957
+ () => GetCSVHeaderResponse,
3958
+ ];
3959
+ export var GetDevice = [9, n0, _GD, 0, () => GetDeviceRequest, () => GetDeviceResponse];
3960
+ export var GetGroup = [9, n0, _GG, 0, () => GetGroupRequest, () => GetGroupResponse];
3961
+ export var GetIdentityProviderByIdentifier = [
3962
+ 9,
3963
+ n0,
3964
+ _GIPBI,
3965
+ 0,
3966
+ () => GetIdentityProviderByIdentifierRequest,
3967
+ () => GetIdentityProviderByIdentifierResponse,
3968
+ ];
3969
+ export var GetLogDeliveryConfiguration = [
3970
+ 9,
3971
+ n0,
3972
+ _GLDC,
3973
+ 0,
3974
+ () => GetLogDeliveryConfigurationRequest,
3975
+ () => GetLogDeliveryConfigurationResponse,
3976
+ ];
3977
+ export var GetSigningCertificate = [
3978
+ 9,
3979
+ n0,
3980
+ _GSC,
3981
+ 0,
3982
+ () => GetSigningCertificateRequest,
3983
+ () => GetSigningCertificateResponse,
3984
+ ];
3985
+ export var GetTokensFromRefreshToken = [
3986
+ 9,
3987
+ n0,
3988
+ _GTFRT,
3989
+ 0,
3990
+ () => GetTokensFromRefreshTokenRequest,
3991
+ () => GetTokensFromRefreshTokenResponse,
3992
+ ];
3993
+ export var GetUICustomization = [
3994
+ 9,
3995
+ n0,
3996
+ _GUIC,
3997
+ 0,
3998
+ () => GetUICustomizationRequest,
3999
+ () => GetUICustomizationResponse,
4000
+ ];
4001
+ export var GetUser = [9, n0, _GU, 0, () => GetUserRequest, () => GetUserResponse];
4002
+ export var GetUserAttributeVerificationCode = [
4003
+ 9,
4004
+ n0,
4005
+ _GUAVC,
4006
+ 0,
4007
+ () => GetUserAttributeVerificationCodeRequest,
4008
+ () => GetUserAttributeVerificationCodeResponse,
4009
+ ];
4010
+ export var GetUserAuthFactors = [
4011
+ 9,
4012
+ n0,
4013
+ _GUAF,
4014
+ 0,
4015
+ () => GetUserAuthFactorsRequest,
4016
+ () => GetUserAuthFactorsResponse,
4017
+ ];
4018
+ export var GetUserPoolMfaConfig = [
4019
+ 9,
4020
+ n0,
4021
+ _GUPMC,
4022
+ 0,
4023
+ () => GetUserPoolMfaConfigRequest,
4024
+ () => GetUserPoolMfaConfigResponse,
4025
+ ];
4026
+ export var GlobalSignOut = [
4027
+ 9,
4028
+ n0,
4029
+ _GSO,
4030
+ 0,
4031
+ () => GlobalSignOutRequest,
4032
+ () => GlobalSignOutResponse,
4033
+ ];
4034
+ export var InitiateAuth = [
4035
+ 9,
4036
+ n0,
4037
+ _IAn,
4038
+ 0,
4039
+ () => InitiateAuthRequest,
4040
+ () => InitiateAuthResponse,
4041
+ ];
4042
+ export var ListDevices = [9, n0, _LD, 0, () => ListDevicesRequest, () => ListDevicesResponse];
4043
+ export var ListGroups = [9, n0, _LG, 0, () => ListGroupsRequest, () => ListGroupsResponse];
4044
+ export var ListIdentityProviders = [
4045
+ 9,
4046
+ n0,
4047
+ _LIP,
4048
+ 0,
4049
+ () => ListIdentityProvidersRequest,
4050
+ () => ListIdentityProvidersResponse,
4051
+ ];
4052
+ export var ListResourceServers = [
4053
+ 9,
4054
+ n0,
4055
+ _LRS,
4056
+ 0,
4057
+ () => ListResourceServersRequest,
4058
+ () => ListResourceServersResponse,
4059
+ ];
4060
+ export var ListTagsForResource = [
4061
+ 9,
4062
+ n0,
4063
+ _LTFR,
4064
+ 0,
4065
+ () => ListTagsForResourceRequest,
4066
+ () => ListTagsForResourceResponse,
4067
+ ];
4068
+ export var ListTerms = [9, n0, _LT, 0, () => ListTermsRequest, () => ListTermsResponse];
4069
+ export var ListUserImportJobs = [
4070
+ 9,
4071
+ n0,
4072
+ _LUIJ,
4073
+ 0,
4074
+ () => ListUserImportJobsRequest,
4075
+ () => ListUserImportJobsResponse,
4076
+ ];
4077
+ export var ListUserPoolClients = [
4078
+ 9,
4079
+ n0,
4080
+ _LUPC,
4081
+ 0,
4082
+ () => ListUserPoolClientsRequest,
4083
+ () => ListUserPoolClientsResponse,
4084
+ ];
4085
+ export var ListUserPools = [
4086
+ 9,
4087
+ n0,
4088
+ _LUP,
4089
+ 0,
4090
+ () => ListUserPoolsRequest,
4091
+ () => ListUserPoolsResponse,
4092
+ ];
4093
+ export var ListUsers = [9, n0, _LU, 0, () => ListUsersRequest, () => ListUsersResponse];
4094
+ export var ListUsersInGroup = [
4095
+ 9,
4096
+ n0,
4097
+ _LUIG,
4098
+ 0,
4099
+ () => ListUsersInGroupRequest,
4100
+ () => ListUsersInGroupResponse,
4101
+ ];
4102
+ export var ListWebAuthnCredentials = [
4103
+ 9,
4104
+ n0,
4105
+ _LWAC,
4106
+ 0,
4107
+ () => ListWebAuthnCredentialsRequest,
4108
+ () => ListWebAuthnCredentialsResponse,
4109
+ ];
4110
+ export var ResendConfirmationCode = [
4111
+ 9,
4112
+ n0,
4113
+ _RCC,
4114
+ 0,
4115
+ () => ResendConfirmationCodeRequest,
4116
+ () => ResendConfirmationCodeResponse,
4117
+ ];
4118
+ export var RespondToAuthChallenge = [
4119
+ 9,
4120
+ n0,
4121
+ _RTAC,
4122
+ 0,
4123
+ () => RespondToAuthChallengeRequest,
4124
+ () => RespondToAuthChallengeResponse,
4125
+ ];
4126
+ export var RevokeToken = [9, n0, _RTev, 0, () => RevokeTokenRequest, () => RevokeTokenResponse];
4127
+ export var SetLogDeliveryConfiguration = [
4128
+ 9,
4129
+ n0,
4130
+ _SLDC,
4131
+ 0,
4132
+ () => SetLogDeliveryConfigurationRequest,
4133
+ () => SetLogDeliveryConfigurationResponse,
4134
+ ];
4135
+ export var SetRiskConfiguration = [
4136
+ 9,
4137
+ n0,
4138
+ _SRC,
4139
+ 0,
4140
+ () => SetRiskConfigurationRequest,
4141
+ () => SetRiskConfigurationResponse,
4142
+ ];
4143
+ export var SetUICustomization = [
4144
+ 9,
4145
+ n0,
4146
+ _SUIC,
4147
+ 0,
4148
+ () => SetUICustomizationRequest,
4149
+ () => SetUICustomizationResponse,
4150
+ ];
4151
+ export var SetUserMFAPreference = [
4152
+ 9,
4153
+ n0,
4154
+ _SUMFAP,
4155
+ 0,
4156
+ () => SetUserMFAPreferenceRequest,
4157
+ () => SetUserMFAPreferenceResponse,
4158
+ ];
4159
+ export var SetUserPoolMfaConfig = [
4160
+ 9,
4161
+ n0,
4162
+ _SUPMC,
4163
+ 0,
4164
+ () => SetUserPoolMfaConfigRequest,
4165
+ () => SetUserPoolMfaConfigResponse,
4166
+ ];
4167
+ export var SetUserSettings = [
4168
+ 9,
4169
+ n0,
4170
+ _SUS,
4171
+ 0,
4172
+ () => SetUserSettingsRequest,
4173
+ () => SetUserSettingsResponse,
4174
+ ];
4175
+ export var SignUp = [9, n0, _SUi, 0, () => SignUpRequest, () => SignUpResponse];
4176
+ export var StartUserImportJob = [
4177
+ 9,
4178
+ n0,
4179
+ _SUIJ,
4180
+ 0,
4181
+ () => StartUserImportJobRequest,
4182
+ () => StartUserImportJobResponse,
4183
+ ];
4184
+ export var StartWebAuthnRegistration = [
4185
+ 9,
4186
+ n0,
4187
+ _SWAR,
4188
+ 0,
4189
+ () => StartWebAuthnRegistrationRequest,
4190
+ () => StartWebAuthnRegistrationResponse,
4191
+ ];
4192
+ export var StopUserImportJob = [
4193
+ 9,
4194
+ n0,
4195
+ _SUIJt,
4196
+ 0,
4197
+ () => StopUserImportJobRequest,
4198
+ () => StopUserImportJobResponse,
4199
+ ];
4200
+ export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
4201
+ export var UntagResource = [
4202
+ 9,
4203
+ n0,
4204
+ _UR,
4205
+ 0,
4206
+ () => UntagResourceRequest,
4207
+ () => UntagResourceResponse,
4208
+ ];
4209
+ export var UpdateAuthEventFeedback = [
4210
+ 9,
4211
+ n0,
4212
+ _UAEF,
4213
+ 0,
4214
+ () => UpdateAuthEventFeedbackRequest,
4215
+ () => UpdateAuthEventFeedbackResponse,
4216
+ ];
4217
+ export var UpdateDeviceStatus = [
4218
+ 9,
4219
+ n0,
4220
+ _UDSp,
4221
+ 0,
4222
+ () => UpdateDeviceStatusRequest,
4223
+ () => UpdateDeviceStatusResponse,
4224
+ ];
4225
+ export var UpdateGroup = [9, n0, _UG, 0, () => UpdateGroupRequest, () => UpdateGroupResponse];
4226
+ export var UpdateIdentityProvider = [
4227
+ 9,
4228
+ n0,
4229
+ _UIP,
4230
+ 0,
4231
+ () => UpdateIdentityProviderRequest,
4232
+ () => UpdateIdentityProviderResponse,
4233
+ ];
4234
+ export var UpdateManagedLoginBranding = [
4235
+ 9,
4236
+ n0,
4237
+ _UMLB,
4238
+ 0,
4239
+ () => UpdateManagedLoginBrandingRequest,
4240
+ () => UpdateManagedLoginBrandingResponse,
4241
+ ];
4242
+ export var UpdateResourceServer = [
4243
+ 9,
4244
+ n0,
4245
+ _URS,
4246
+ 0,
4247
+ () => UpdateResourceServerRequest,
4248
+ () => UpdateResourceServerResponse,
4249
+ ];
4250
+ export var UpdateTerms = [9, n0, _UTp, 0, () => UpdateTermsRequest, () => UpdateTermsResponse];
4251
+ export var UpdateUserAttributes = [
4252
+ 9,
4253
+ n0,
4254
+ _UUA,
4255
+ 0,
4256
+ () => UpdateUserAttributesRequest,
4257
+ () => UpdateUserAttributesResponse,
4258
+ ];
4259
+ export var UpdateUserPool = [
4260
+ 9,
4261
+ n0,
4262
+ _UUP,
4263
+ 0,
4264
+ () => UpdateUserPoolRequest,
4265
+ () => UpdateUserPoolResponse,
4266
+ ];
4267
+ export var UpdateUserPoolClient = [
4268
+ 9,
4269
+ n0,
4270
+ _UUPC,
4271
+ 0,
4272
+ () => UpdateUserPoolClientRequest,
4273
+ () => UpdateUserPoolClientResponse,
4274
+ ];
4275
+ export var UpdateUserPoolDomain = [
4276
+ 9,
4277
+ n0,
4278
+ _UUPD,
4279
+ 0,
4280
+ () => UpdateUserPoolDomainRequest,
4281
+ () => UpdateUserPoolDomainResponse,
4282
+ ];
4283
+ export var VerifySoftwareToken = [
4284
+ 9,
4285
+ n0,
4286
+ _VST,
4287
+ 0,
4288
+ () => VerifySoftwareTokenRequest,
4289
+ () => VerifySoftwareTokenResponse,
4290
+ ];
4291
+ export var VerifyUserAttribute = [
4292
+ 9,
4293
+ n0,
4294
+ _VUA,
4295
+ 0,
4296
+ () => VerifyUserAttributeRequest,
4297
+ () => VerifyUserAttributeResponse,
4298
+ ];