@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
@@ -1,1433 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AddCustomAttributesCommandInput,
8
- AddCustomAttributesCommandOutput,
9
- } from "../commands/AddCustomAttributesCommand";
10
- import {
11
- AdminAddUserToGroupCommandInput,
12
- AdminAddUserToGroupCommandOutput,
13
- } from "../commands/AdminAddUserToGroupCommand";
14
- import {
15
- AdminConfirmSignUpCommandInput,
16
- AdminConfirmSignUpCommandOutput,
17
- } from "../commands/AdminConfirmSignUpCommand";
18
- import {
19
- AdminCreateUserCommandInput,
20
- AdminCreateUserCommandOutput,
21
- } from "../commands/AdminCreateUserCommand";
22
- import {
23
- AdminDeleteUserAttributesCommandInput,
24
- AdminDeleteUserAttributesCommandOutput,
25
- } from "../commands/AdminDeleteUserAttributesCommand";
26
- import {
27
- AdminDeleteUserCommandInput,
28
- AdminDeleteUserCommandOutput,
29
- } from "../commands/AdminDeleteUserCommand";
30
- import {
31
- AdminDisableProviderForUserCommandInput,
32
- AdminDisableProviderForUserCommandOutput,
33
- } from "../commands/AdminDisableProviderForUserCommand";
34
- import {
35
- AdminDisableUserCommandInput,
36
- AdminDisableUserCommandOutput,
37
- } from "../commands/AdminDisableUserCommand";
38
- import {
39
- AdminEnableUserCommandInput,
40
- AdminEnableUserCommandOutput,
41
- } from "../commands/AdminEnableUserCommand";
42
- import {
43
- AdminForgetDeviceCommandInput,
44
- AdminForgetDeviceCommandOutput,
45
- } from "../commands/AdminForgetDeviceCommand";
46
- import {
47
- AdminGetDeviceCommandInput,
48
- AdminGetDeviceCommandOutput,
49
- } from "../commands/AdminGetDeviceCommand";
50
- import {
51
- AdminGetUserCommandInput,
52
- AdminGetUserCommandOutput,
53
- } from "../commands/AdminGetUserCommand";
54
- import {
55
- AdminInitiateAuthCommandInput,
56
- AdminInitiateAuthCommandOutput,
57
- } from "../commands/AdminInitiateAuthCommand";
58
- import {
59
- AdminLinkProviderForUserCommandInput,
60
- AdminLinkProviderForUserCommandOutput,
61
- } from "../commands/AdminLinkProviderForUserCommand";
62
- import {
63
- AdminListDevicesCommandInput,
64
- AdminListDevicesCommandOutput,
65
- } from "../commands/AdminListDevicesCommand";
66
- import {
67
- AdminListGroupsForUserCommandInput,
68
- AdminListGroupsForUserCommandOutput,
69
- } from "../commands/AdminListGroupsForUserCommand";
70
- import {
71
- AdminListUserAuthEventsCommandInput,
72
- AdminListUserAuthEventsCommandOutput,
73
- } from "../commands/AdminListUserAuthEventsCommand";
74
- import {
75
- AdminRemoveUserFromGroupCommandInput,
76
- AdminRemoveUserFromGroupCommandOutput,
77
- } from "../commands/AdminRemoveUserFromGroupCommand";
78
- import {
79
- AdminResetUserPasswordCommandInput,
80
- AdminResetUserPasswordCommandOutput,
81
- } from "../commands/AdminResetUserPasswordCommand";
82
- import {
83
- AdminRespondToAuthChallengeCommandInput,
84
- AdminRespondToAuthChallengeCommandOutput,
85
- } from "../commands/AdminRespondToAuthChallengeCommand";
86
- import {
87
- AdminSetUserMFAPreferenceCommandInput,
88
- AdminSetUserMFAPreferenceCommandOutput,
89
- } from "../commands/AdminSetUserMFAPreferenceCommand";
90
- import {
91
- AdminSetUserPasswordCommandInput,
92
- AdminSetUserPasswordCommandOutput,
93
- } from "../commands/AdminSetUserPasswordCommand";
94
- import {
95
- AdminSetUserSettingsCommandInput,
96
- AdminSetUserSettingsCommandOutput,
97
- } from "../commands/AdminSetUserSettingsCommand";
98
- import {
99
- AdminUpdateAuthEventFeedbackCommandInput,
100
- AdminUpdateAuthEventFeedbackCommandOutput,
101
- } from "../commands/AdminUpdateAuthEventFeedbackCommand";
102
- import {
103
- AdminUpdateDeviceStatusCommandInput,
104
- AdminUpdateDeviceStatusCommandOutput,
105
- } from "../commands/AdminUpdateDeviceStatusCommand";
106
- import {
107
- AdminUpdateUserAttributesCommandInput,
108
- AdminUpdateUserAttributesCommandOutput,
109
- } from "../commands/AdminUpdateUserAttributesCommand";
110
- import {
111
- AdminUserGlobalSignOutCommandInput,
112
- AdminUserGlobalSignOutCommandOutput,
113
- } from "../commands/AdminUserGlobalSignOutCommand";
114
- import {
115
- AssociateSoftwareTokenCommandInput,
116
- AssociateSoftwareTokenCommandOutput,
117
- } from "../commands/AssociateSoftwareTokenCommand";
118
- import {
119
- ChangePasswordCommandInput,
120
- ChangePasswordCommandOutput,
121
- } from "../commands/ChangePasswordCommand";
122
- import {
123
- CompleteWebAuthnRegistrationCommandInput,
124
- CompleteWebAuthnRegistrationCommandOutput,
125
- } from "../commands/CompleteWebAuthnRegistrationCommand";
126
- import {
127
- ConfirmDeviceCommandInput,
128
- ConfirmDeviceCommandOutput,
129
- } from "../commands/ConfirmDeviceCommand";
130
- import {
131
- ConfirmForgotPasswordCommandInput,
132
- ConfirmForgotPasswordCommandOutput,
133
- } from "../commands/ConfirmForgotPasswordCommand";
134
- import {
135
- ConfirmSignUpCommandInput,
136
- ConfirmSignUpCommandOutput,
137
- } from "../commands/ConfirmSignUpCommand";
138
- import {
139
- CreateGroupCommandInput,
140
- CreateGroupCommandOutput,
141
- } from "../commands/CreateGroupCommand";
142
- import {
143
- CreateIdentityProviderCommandInput,
144
- CreateIdentityProviderCommandOutput,
145
- } from "../commands/CreateIdentityProviderCommand";
146
- import {
147
- CreateManagedLoginBrandingCommandInput,
148
- CreateManagedLoginBrandingCommandOutput,
149
- } from "../commands/CreateManagedLoginBrandingCommand";
150
- import {
151
- CreateResourceServerCommandInput,
152
- CreateResourceServerCommandOutput,
153
- } from "../commands/CreateResourceServerCommand";
154
- import {
155
- CreateTermsCommandInput,
156
- CreateTermsCommandOutput,
157
- } from "../commands/CreateTermsCommand";
158
- import {
159
- CreateUserImportJobCommandInput,
160
- CreateUserImportJobCommandOutput,
161
- } from "../commands/CreateUserImportJobCommand";
162
- import {
163
- CreateUserPoolClientCommandInput,
164
- CreateUserPoolClientCommandOutput,
165
- } from "../commands/CreateUserPoolClientCommand";
166
- import {
167
- CreateUserPoolCommandInput,
168
- CreateUserPoolCommandOutput,
169
- } from "../commands/CreateUserPoolCommand";
170
- import {
171
- CreateUserPoolDomainCommandInput,
172
- CreateUserPoolDomainCommandOutput,
173
- } from "../commands/CreateUserPoolDomainCommand";
174
- import {
175
- DeleteGroupCommandInput,
176
- DeleteGroupCommandOutput,
177
- } from "../commands/DeleteGroupCommand";
178
- import {
179
- DeleteIdentityProviderCommandInput,
180
- DeleteIdentityProviderCommandOutput,
181
- } from "../commands/DeleteIdentityProviderCommand";
182
- import {
183
- DeleteManagedLoginBrandingCommandInput,
184
- DeleteManagedLoginBrandingCommandOutput,
185
- } from "../commands/DeleteManagedLoginBrandingCommand";
186
- import {
187
- DeleteResourceServerCommandInput,
188
- DeleteResourceServerCommandOutput,
189
- } from "../commands/DeleteResourceServerCommand";
190
- import {
191
- DeleteTermsCommandInput,
192
- DeleteTermsCommandOutput,
193
- } from "../commands/DeleteTermsCommand";
194
- import {
195
- DeleteUserAttributesCommandInput,
196
- DeleteUserAttributesCommandOutput,
197
- } from "../commands/DeleteUserAttributesCommand";
198
- import {
199
- DeleteUserCommandInput,
200
- DeleteUserCommandOutput,
201
- } from "../commands/DeleteUserCommand";
202
- import {
203
- DeleteUserPoolClientCommandInput,
204
- DeleteUserPoolClientCommandOutput,
205
- } from "../commands/DeleteUserPoolClientCommand";
206
- import {
207
- DeleteUserPoolCommandInput,
208
- DeleteUserPoolCommandOutput,
209
- } from "../commands/DeleteUserPoolCommand";
210
- import {
211
- DeleteUserPoolDomainCommandInput,
212
- DeleteUserPoolDomainCommandOutput,
213
- } from "../commands/DeleteUserPoolDomainCommand";
214
- import {
215
- DeleteWebAuthnCredentialCommandInput,
216
- DeleteWebAuthnCredentialCommandOutput,
217
- } from "../commands/DeleteWebAuthnCredentialCommand";
218
- import {
219
- DescribeIdentityProviderCommandInput,
220
- DescribeIdentityProviderCommandOutput,
221
- } from "../commands/DescribeIdentityProviderCommand";
222
- import {
223
- DescribeManagedLoginBrandingByClientCommandInput,
224
- DescribeManagedLoginBrandingByClientCommandOutput,
225
- } from "../commands/DescribeManagedLoginBrandingByClientCommand";
226
- import {
227
- DescribeManagedLoginBrandingCommandInput,
228
- DescribeManagedLoginBrandingCommandOutput,
229
- } from "../commands/DescribeManagedLoginBrandingCommand";
230
- import {
231
- DescribeResourceServerCommandInput,
232
- DescribeResourceServerCommandOutput,
233
- } from "../commands/DescribeResourceServerCommand";
234
- import {
235
- DescribeRiskConfigurationCommandInput,
236
- DescribeRiskConfigurationCommandOutput,
237
- } from "../commands/DescribeRiskConfigurationCommand";
238
- import {
239
- DescribeTermsCommandInput,
240
- DescribeTermsCommandOutput,
241
- } from "../commands/DescribeTermsCommand";
242
- import {
243
- DescribeUserImportJobCommandInput,
244
- DescribeUserImportJobCommandOutput,
245
- } from "../commands/DescribeUserImportJobCommand";
246
- import {
247
- DescribeUserPoolClientCommandInput,
248
- DescribeUserPoolClientCommandOutput,
249
- } from "../commands/DescribeUserPoolClientCommand";
250
- import {
251
- DescribeUserPoolCommandInput,
252
- DescribeUserPoolCommandOutput,
253
- } from "../commands/DescribeUserPoolCommand";
254
- import {
255
- DescribeUserPoolDomainCommandInput,
256
- DescribeUserPoolDomainCommandOutput,
257
- } from "../commands/DescribeUserPoolDomainCommand";
258
- import {
259
- ForgetDeviceCommandInput,
260
- ForgetDeviceCommandOutput,
261
- } from "../commands/ForgetDeviceCommand";
262
- import {
263
- ForgotPasswordCommandInput,
264
- ForgotPasswordCommandOutput,
265
- } from "../commands/ForgotPasswordCommand";
266
- import {
267
- GetCSVHeaderCommandInput,
268
- GetCSVHeaderCommandOutput,
269
- } from "../commands/GetCSVHeaderCommand";
270
- import {
271
- GetDeviceCommandInput,
272
- GetDeviceCommandOutput,
273
- } from "../commands/GetDeviceCommand";
274
- import {
275
- GetGroupCommandInput,
276
- GetGroupCommandOutput,
277
- } from "../commands/GetGroupCommand";
278
- import {
279
- GetIdentityProviderByIdentifierCommandInput,
280
- GetIdentityProviderByIdentifierCommandOutput,
281
- } from "../commands/GetIdentityProviderByIdentifierCommand";
282
- import {
283
- GetLogDeliveryConfigurationCommandInput,
284
- GetLogDeliveryConfigurationCommandOutput,
285
- } from "../commands/GetLogDeliveryConfigurationCommand";
286
- import {
287
- GetSigningCertificateCommandInput,
288
- GetSigningCertificateCommandOutput,
289
- } from "../commands/GetSigningCertificateCommand";
290
- import {
291
- GetTokensFromRefreshTokenCommandInput,
292
- GetTokensFromRefreshTokenCommandOutput,
293
- } from "../commands/GetTokensFromRefreshTokenCommand";
294
- import {
295
- GetUICustomizationCommandInput,
296
- GetUICustomizationCommandOutput,
297
- } from "../commands/GetUICustomizationCommand";
298
- import {
299
- GetUserAttributeVerificationCodeCommandInput,
300
- GetUserAttributeVerificationCodeCommandOutput,
301
- } from "../commands/GetUserAttributeVerificationCodeCommand";
302
- import {
303
- GetUserAuthFactorsCommandInput,
304
- GetUserAuthFactorsCommandOutput,
305
- } from "../commands/GetUserAuthFactorsCommand";
306
- import {
307
- GetUserCommandInput,
308
- GetUserCommandOutput,
309
- } from "../commands/GetUserCommand";
310
- import {
311
- GetUserPoolMfaConfigCommandInput,
312
- GetUserPoolMfaConfigCommandOutput,
313
- } from "../commands/GetUserPoolMfaConfigCommand";
314
- import {
315
- GlobalSignOutCommandInput,
316
- GlobalSignOutCommandOutput,
317
- } from "../commands/GlobalSignOutCommand";
318
- import {
319
- InitiateAuthCommandInput,
320
- InitiateAuthCommandOutput,
321
- } from "../commands/InitiateAuthCommand";
322
- import {
323
- ListDevicesCommandInput,
324
- ListDevicesCommandOutput,
325
- } from "../commands/ListDevicesCommand";
326
- import {
327
- ListGroupsCommandInput,
328
- ListGroupsCommandOutput,
329
- } from "../commands/ListGroupsCommand";
330
- import {
331
- ListIdentityProvidersCommandInput,
332
- ListIdentityProvidersCommandOutput,
333
- } from "../commands/ListIdentityProvidersCommand";
334
- import {
335
- ListResourceServersCommandInput,
336
- ListResourceServersCommandOutput,
337
- } from "../commands/ListResourceServersCommand";
338
- import {
339
- ListTagsForResourceCommandInput,
340
- ListTagsForResourceCommandOutput,
341
- } from "../commands/ListTagsForResourceCommand";
342
- import {
343
- ListTermsCommandInput,
344
- ListTermsCommandOutput,
345
- } from "../commands/ListTermsCommand";
346
- import {
347
- ListUserImportJobsCommandInput,
348
- ListUserImportJobsCommandOutput,
349
- } from "../commands/ListUserImportJobsCommand";
350
- import {
351
- ListUserPoolClientsCommandInput,
352
- ListUserPoolClientsCommandOutput,
353
- } from "../commands/ListUserPoolClientsCommand";
354
- import {
355
- ListUserPoolsCommandInput,
356
- ListUserPoolsCommandOutput,
357
- } from "../commands/ListUserPoolsCommand";
358
- import {
359
- ListUsersCommandInput,
360
- ListUsersCommandOutput,
361
- } from "../commands/ListUsersCommand";
362
- import {
363
- ListUsersInGroupCommandInput,
364
- ListUsersInGroupCommandOutput,
365
- } from "../commands/ListUsersInGroupCommand";
366
- import {
367
- ListWebAuthnCredentialsCommandInput,
368
- ListWebAuthnCredentialsCommandOutput,
369
- } from "../commands/ListWebAuthnCredentialsCommand";
370
- import {
371
- ResendConfirmationCodeCommandInput,
372
- ResendConfirmationCodeCommandOutput,
373
- } from "../commands/ResendConfirmationCodeCommand";
374
- import {
375
- RespondToAuthChallengeCommandInput,
376
- RespondToAuthChallengeCommandOutput,
377
- } from "../commands/RespondToAuthChallengeCommand";
378
- import {
379
- RevokeTokenCommandInput,
380
- RevokeTokenCommandOutput,
381
- } from "../commands/RevokeTokenCommand";
382
- import {
383
- SetLogDeliveryConfigurationCommandInput,
384
- SetLogDeliveryConfigurationCommandOutput,
385
- } from "../commands/SetLogDeliveryConfigurationCommand";
386
- import {
387
- SetRiskConfigurationCommandInput,
388
- SetRiskConfigurationCommandOutput,
389
- } from "../commands/SetRiskConfigurationCommand";
390
- import {
391
- SetUICustomizationCommandInput,
392
- SetUICustomizationCommandOutput,
393
- } from "../commands/SetUICustomizationCommand";
394
- import {
395
- SetUserMFAPreferenceCommandInput,
396
- SetUserMFAPreferenceCommandOutput,
397
- } from "../commands/SetUserMFAPreferenceCommand";
398
- import {
399
- SetUserPoolMfaConfigCommandInput,
400
- SetUserPoolMfaConfigCommandOutput,
401
- } from "../commands/SetUserPoolMfaConfigCommand";
402
- import {
403
- SetUserSettingsCommandInput,
404
- SetUserSettingsCommandOutput,
405
- } from "../commands/SetUserSettingsCommand";
406
- import {
407
- SignUpCommandInput,
408
- SignUpCommandOutput,
409
- } from "../commands/SignUpCommand";
410
- import {
411
- StartUserImportJobCommandInput,
412
- StartUserImportJobCommandOutput,
413
- } from "../commands/StartUserImportJobCommand";
414
- import {
415
- StartWebAuthnRegistrationCommandInput,
416
- StartWebAuthnRegistrationCommandOutput,
417
- } from "../commands/StartWebAuthnRegistrationCommand";
418
- import {
419
- StopUserImportJobCommandInput,
420
- StopUserImportJobCommandOutput,
421
- } from "../commands/StopUserImportJobCommand";
422
- import {
423
- TagResourceCommandInput,
424
- TagResourceCommandOutput,
425
- } from "../commands/TagResourceCommand";
426
- import {
427
- UntagResourceCommandInput,
428
- UntagResourceCommandOutput,
429
- } from "../commands/UntagResourceCommand";
430
- import {
431
- UpdateAuthEventFeedbackCommandInput,
432
- UpdateAuthEventFeedbackCommandOutput,
433
- } from "../commands/UpdateAuthEventFeedbackCommand";
434
- import {
435
- UpdateDeviceStatusCommandInput,
436
- UpdateDeviceStatusCommandOutput,
437
- } from "../commands/UpdateDeviceStatusCommand";
438
- import {
439
- UpdateGroupCommandInput,
440
- UpdateGroupCommandOutput,
441
- } from "../commands/UpdateGroupCommand";
442
- import {
443
- UpdateIdentityProviderCommandInput,
444
- UpdateIdentityProviderCommandOutput,
445
- } from "../commands/UpdateIdentityProviderCommand";
446
- import {
447
- UpdateManagedLoginBrandingCommandInput,
448
- UpdateManagedLoginBrandingCommandOutput,
449
- } from "../commands/UpdateManagedLoginBrandingCommand";
450
- import {
451
- UpdateResourceServerCommandInput,
452
- UpdateResourceServerCommandOutput,
453
- } from "../commands/UpdateResourceServerCommand";
454
- import {
455
- UpdateTermsCommandInput,
456
- UpdateTermsCommandOutput,
457
- } from "../commands/UpdateTermsCommand";
458
- import {
459
- UpdateUserAttributesCommandInput,
460
- UpdateUserAttributesCommandOutput,
461
- } from "../commands/UpdateUserAttributesCommand";
462
- import {
463
- UpdateUserPoolClientCommandInput,
464
- UpdateUserPoolClientCommandOutput,
465
- } from "../commands/UpdateUserPoolClientCommand";
466
- import {
467
- UpdateUserPoolCommandInput,
468
- UpdateUserPoolCommandOutput,
469
- } from "../commands/UpdateUserPoolCommand";
470
- import {
471
- UpdateUserPoolDomainCommandInput,
472
- UpdateUserPoolDomainCommandOutput,
473
- } from "../commands/UpdateUserPoolDomainCommand";
474
- import {
475
- VerifySoftwareTokenCommandInput,
476
- VerifySoftwareTokenCommandOutput,
477
- } from "../commands/VerifySoftwareTokenCommand";
478
- import {
479
- VerifyUserAttributeCommandInput,
480
- VerifyUserAttributeCommandOutput,
481
- } from "../commands/VerifyUserAttributeCommand";
482
- export declare const se_AddCustomAttributesCommand: (
483
- input: AddCustomAttributesCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_AdminAddUserToGroupCommand: (
487
- input: AdminAddUserToGroupCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_AdminConfirmSignUpCommand: (
491
- input: AdminConfirmSignUpCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_AdminCreateUserCommand: (
495
- input: AdminCreateUserCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_AdminDeleteUserCommand: (
499
- input: AdminDeleteUserCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_AdminDeleteUserAttributesCommand: (
503
- input: AdminDeleteUserAttributesCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_AdminDisableProviderForUserCommand: (
507
- input: AdminDisableProviderForUserCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_AdminDisableUserCommand: (
511
- input: AdminDisableUserCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_AdminEnableUserCommand: (
515
- input: AdminEnableUserCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_AdminForgetDeviceCommand: (
519
- input: AdminForgetDeviceCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_AdminGetDeviceCommand: (
523
- input: AdminGetDeviceCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_AdminGetUserCommand: (
527
- input: AdminGetUserCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_AdminInitiateAuthCommand: (
531
- input: AdminInitiateAuthCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_AdminLinkProviderForUserCommand: (
535
- input: AdminLinkProviderForUserCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_AdminListDevicesCommand: (
539
- input: AdminListDevicesCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_AdminListGroupsForUserCommand: (
543
- input: AdminListGroupsForUserCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_AdminListUserAuthEventsCommand: (
547
- input: AdminListUserAuthEventsCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_AdminRemoveUserFromGroupCommand: (
551
- input: AdminRemoveUserFromGroupCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_AdminResetUserPasswordCommand: (
555
- input: AdminResetUserPasswordCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_AdminRespondToAuthChallengeCommand: (
559
- input: AdminRespondToAuthChallengeCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_AdminSetUserMFAPreferenceCommand: (
563
- input: AdminSetUserMFAPreferenceCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_AdminSetUserPasswordCommand: (
567
- input: AdminSetUserPasswordCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_AdminSetUserSettingsCommand: (
571
- input: AdminSetUserSettingsCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_AdminUpdateAuthEventFeedbackCommand: (
575
- input: AdminUpdateAuthEventFeedbackCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_AdminUpdateDeviceStatusCommand: (
579
- input: AdminUpdateDeviceStatusCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_AdminUpdateUserAttributesCommand: (
583
- input: AdminUpdateUserAttributesCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_AdminUserGlobalSignOutCommand: (
587
- input: AdminUserGlobalSignOutCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_AssociateSoftwareTokenCommand: (
591
- input: AssociateSoftwareTokenCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_ChangePasswordCommand: (
595
- input: ChangePasswordCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_CompleteWebAuthnRegistrationCommand: (
599
- input: CompleteWebAuthnRegistrationCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_ConfirmDeviceCommand: (
603
- input: ConfirmDeviceCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_ConfirmForgotPasswordCommand: (
607
- input: ConfirmForgotPasswordCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_ConfirmSignUpCommand: (
611
- input: ConfirmSignUpCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_CreateGroupCommand: (
615
- input: CreateGroupCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_CreateIdentityProviderCommand: (
619
- input: CreateIdentityProviderCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_CreateManagedLoginBrandingCommand: (
623
- input: CreateManagedLoginBrandingCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_CreateResourceServerCommand: (
627
- input: CreateResourceServerCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_CreateTermsCommand: (
631
- input: CreateTermsCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_CreateUserImportJobCommand: (
635
- input: CreateUserImportJobCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const se_CreateUserPoolCommand: (
639
- input: CreateUserPoolCommandInput,
640
- context: __SerdeContext
641
- ) => Promise<__HttpRequest>;
642
- export declare const se_CreateUserPoolClientCommand: (
643
- input: CreateUserPoolClientCommandInput,
644
- context: __SerdeContext
645
- ) => Promise<__HttpRequest>;
646
- export declare const se_CreateUserPoolDomainCommand: (
647
- input: CreateUserPoolDomainCommandInput,
648
- context: __SerdeContext
649
- ) => Promise<__HttpRequest>;
650
- export declare const se_DeleteGroupCommand: (
651
- input: DeleteGroupCommandInput,
652
- context: __SerdeContext
653
- ) => Promise<__HttpRequest>;
654
- export declare const se_DeleteIdentityProviderCommand: (
655
- input: DeleteIdentityProviderCommandInput,
656
- context: __SerdeContext
657
- ) => Promise<__HttpRequest>;
658
- export declare const se_DeleteManagedLoginBrandingCommand: (
659
- input: DeleteManagedLoginBrandingCommandInput,
660
- context: __SerdeContext
661
- ) => Promise<__HttpRequest>;
662
- export declare const se_DeleteResourceServerCommand: (
663
- input: DeleteResourceServerCommandInput,
664
- context: __SerdeContext
665
- ) => Promise<__HttpRequest>;
666
- export declare const se_DeleteTermsCommand: (
667
- input: DeleteTermsCommandInput,
668
- context: __SerdeContext
669
- ) => Promise<__HttpRequest>;
670
- export declare const se_DeleteUserCommand: (
671
- input: DeleteUserCommandInput,
672
- context: __SerdeContext
673
- ) => Promise<__HttpRequest>;
674
- export declare const se_DeleteUserAttributesCommand: (
675
- input: DeleteUserAttributesCommandInput,
676
- context: __SerdeContext
677
- ) => Promise<__HttpRequest>;
678
- export declare const se_DeleteUserPoolCommand: (
679
- input: DeleteUserPoolCommandInput,
680
- context: __SerdeContext
681
- ) => Promise<__HttpRequest>;
682
- export declare const se_DeleteUserPoolClientCommand: (
683
- input: DeleteUserPoolClientCommandInput,
684
- context: __SerdeContext
685
- ) => Promise<__HttpRequest>;
686
- export declare const se_DeleteUserPoolDomainCommand: (
687
- input: DeleteUserPoolDomainCommandInput,
688
- context: __SerdeContext
689
- ) => Promise<__HttpRequest>;
690
- export declare const se_DeleteWebAuthnCredentialCommand: (
691
- input: DeleteWebAuthnCredentialCommandInput,
692
- context: __SerdeContext
693
- ) => Promise<__HttpRequest>;
694
- export declare const se_DescribeIdentityProviderCommand: (
695
- input: DescribeIdentityProviderCommandInput,
696
- context: __SerdeContext
697
- ) => Promise<__HttpRequest>;
698
- export declare const se_DescribeManagedLoginBrandingCommand: (
699
- input: DescribeManagedLoginBrandingCommandInput,
700
- context: __SerdeContext
701
- ) => Promise<__HttpRequest>;
702
- export declare const se_DescribeManagedLoginBrandingByClientCommand: (
703
- input: DescribeManagedLoginBrandingByClientCommandInput,
704
- context: __SerdeContext
705
- ) => Promise<__HttpRequest>;
706
- export declare const se_DescribeResourceServerCommand: (
707
- input: DescribeResourceServerCommandInput,
708
- context: __SerdeContext
709
- ) => Promise<__HttpRequest>;
710
- export declare const se_DescribeRiskConfigurationCommand: (
711
- input: DescribeRiskConfigurationCommandInput,
712
- context: __SerdeContext
713
- ) => Promise<__HttpRequest>;
714
- export declare const se_DescribeTermsCommand: (
715
- input: DescribeTermsCommandInput,
716
- context: __SerdeContext
717
- ) => Promise<__HttpRequest>;
718
- export declare const se_DescribeUserImportJobCommand: (
719
- input: DescribeUserImportJobCommandInput,
720
- context: __SerdeContext
721
- ) => Promise<__HttpRequest>;
722
- export declare const se_DescribeUserPoolCommand: (
723
- input: DescribeUserPoolCommandInput,
724
- context: __SerdeContext
725
- ) => Promise<__HttpRequest>;
726
- export declare const se_DescribeUserPoolClientCommand: (
727
- input: DescribeUserPoolClientCommandInput,
728
- context: __SerdeContext
729
- ) => Promise<__HttpRequest>;
730
- export declare const se_DescribeUserPoolDomainCommand: (
731
- input: DescribeUserPoolDomainCommandInput,
732
- context: __SerdeContext
733
- ) => Promise<__HttpRequest>;
734
- export declare const se_ForgetDeviceCommand: (
735
- input: ForgetDeviceCommandInput,
736
- context: __SerdeContext
737
- ) => Promise<__HttpRequest>;
738
- export declare const se_ForgotPasswordCommand: (
739
- input: ForgotPasswordCommandInput,
740
- context: __SerdeContext
741
- ) => Promise<__HttpRequest>;
742
- export declare const se_GetCSVHeaderCommand: (
743
- input: GetCSVHeaderCommandInput,
744
- context: __SerdeContext
745
- ) => Promise<__HttpRequest>;
746
- export declare const se_GetDeviceCommand: (
747
- input: GetDeviceCommandInput,
748
- context: __SerdeContext
749
- ) => Promise<__HttpRequest>;
750
- export declare const se_GetGroupCommand: (
751
- input: GetGroupCommandInput,
752
- context: __SerdeContext
753
- ) => Promise<__HttpRequest>;
754
- export declare const se_GetIdentityProviderByIdentifierCommand: (
755
- input: GetIdentityProviderByIdentifierCommandInput,
756
- context: __SerdeContext
757
- ) => Promise<__HttpRequest>;
758
- export declare const se_GetLogDeliveryConfigurationCommand: (
759
- input: GetLogDeliveryConfigurationCommandInput,
760
- context: __SerdeContext
761
- ) => Promise<__HttpRequest>;
762
- export declare const se_GetSigningCertificateCommand: (
763
- input: GetSigningCertificateCommandInput,
764
- context: __SerdeContext
765
- ) => Promise<__HttpRequest>;
766
- export declare const se_GetTokensFromRefreshTokenCommand: (
767
- input: GetTokensFromRefreshTokenCommandInput,
768
- context: __SerdeContext
769
- ) => Promise<__HttpRequest>;
770
- export declare const se_GetUICustomizationCommand: (
771
- input: GetUICustomizationCommandInput,
772
- context: __SerdeContext
773
- ) => Promise<__HttpRequest>;
774
- export declare const se_GetUserCommand: (
775
- input: GetUserCommandInput,
776
- context: __SerdeContext
777
- ) => Promise<__HttpRequest>;
778
- export declare const se_GetUserAttributeVerificationCodeCommand: (
779
- input: GetUserAttributeVerificationCodeCommandInput,
780
- context: __SerdeContext
781
- ) => Promise<__HttpRequest>;
782
- export declare const se_GetUserAuthFactorsCommand: (
783
- input: GetUserAuthFactorsCommandInput,
784
- context: __SerdeContext
785
- ) => Promise<__HttpRequest>;
786
- export declare const se_GetUserPoolMfaConfigCommand: (
787
- input: GetUserPoolMfaConfigCommandInput,
788
- context: __SerdeContext
789
- ) => Promise<__HttpRequest>;
790
- export declare const se_GlobalSignOutCommand: (
791
- input: GlobalSignOutCommandInput,
792
- context: __SerdeContext
793
- ) => Promise<__HttpRequest>;
794
- export declare const se_InitiateAuthCommand: (
795
- input: InitiateAuthCommandInput,
796
- context: __SerdeContext
797
- ) => Promise<__HttpRequest>;
798
- export declare const se_ListDevicesCommand: (
799
- input: ListDevicesCommandInput,
800
- context: __SerdeContext
801
- ) => Promise<__HttpRequest>;
802
- export declare const se_ListGroupsCommand: (
803
- input: ListGroupsCommandInput,
804
- context: __SerdeContext
805
- ) => Promise<__HttpRequest>;
806
- export declare const se_ListIdentityProvidersCommand: (
807
- input: ListIdentityProvidersCommandInput,
808
- context: __SerdeContext
809
- ) => Promise<__HttpRequest>;
810
- export declare const se_ListResourceServersCommand: (
811
- input: ListResourceServersCommandInput,
812
- context: __SerdeContext
813
- ) => Promise<__HttpRequest>;
814
- export declare const se_ListTagsForResourceCommand: (
815
- input: ListTagsForResourceCommandInput,
816
- context: __SerdeContext
817
- ) => Promise<__HttpRequest>;
818
- export declare const se_ListTermsCommand: (
819
- input: ListTermsCommandInput,
820
- context: __SerdeContext
821
- ) => Promise<__HttpRequest>;
822
- export declare const se_ListUserImportJobsCommand: (
823
- input: ListUserImportJobsCommandInput,
824
- context: __SerdeContext
825
- ) => Promise<__HttpRequest>;
826
- export declare const se_ListUserPoolClientsCommand: (
827
- input: ListUserPoolClientsCommandInput,
828
- context: __SerdeContext
829
- ) => Promise<__HttpRequest>;
830
- export declare const se_ListUserPoolsCommand: (
831
- input: ListUserPoolsCommandInput,
832
- context: __SerdeContext
833
- ) => Promise<__HttpRequest>;
834
- export declare const se_ListUsersCommand: (
835
- input: ListUsersCommandInput,
836
- context: __SerdeContext
837
- ) => Promise<__HttpRequest>;
838
- export declare const se_ListUsersInGroupCommand: (
839
- input: ListUsersInGroupCommandInput,
840
- context: __SerdeContext
841
- ) => Promise<__HttpRequest>;
842
- export declare const se_ListWebAuthnCredentialsCommand: (
843
- input: ListWebAuthnCredentialsCommandInput,
844
- context: __SerdeContext
845
- ) => Promise<__HttpRequest>;
846
- export declare const se_ResendConfirmationCodeCommand: (
847
- input: ResendConfirmationCodeCommandInput,
848
- context: __SerdeContext
849
- ) => Promise<__HttpRequest>;
850
- export declare const se_RespondToAuthChallengeCommand: (
851
- input: RespondToAuthChallengeCommandInput,
852
- context: __SerdeContext
853
- ) => Promise<__HttpRequest>;
854
- export declare const se_RevokeTokenCommand: (
855
- input: RevokeTokenCommandInput,
856
- context: __SerdeContext
857
- ) => Promise<__HttpRequest>;
858
- export declare const se_SetLogDeliveryConfigurationCommand: (
859
- input: SetLogDeliveryConfigurationCommandInput,
860
- context: __SerdeContext
861
- ) => Promise<__HttpRequest>;
862
- export declare const se_SetRiskConfigurationCommand: (
863
- input: SetRiskConfigurationCommandInput,
864
- context: __SerdeContext
865
- ) => Promise<__HttpRequest>;
866
- export declare const se_SetUICustomizationCommand: (
867
- input: SetUICustomizationCommandInput,
868
- context: __SerdeContext
869
- ) => Promise<__HttpRequest>;
870
- export declare const se_SetUserMFAPreferenceCommand: (
871
- input: SetUserMFAPreferenceCommandInput,
872
- context: __SerdeContext
873
- ) => Promise<__HttpRequest>;
874
- export declare const se_SetUserPoolMfaConfigCommand: (
875
- input: SetUserPoolMfaConfigCommandInput,
876
- context: __SerdeContext
877
- ) => Promise<__HttpRequest>;
878
- export declare const se_SetUserSettingsCommand: (
879
- input: SetUserSettingsCommandInput,
880
- context: __SerdeContext
881
- ) => Promise<__HttpRequest>;
882
- export declare const se_SignUpCommand: (
883
- input: SignUpCommandInput,
884
- context: __SerdeContext
885
- ) => Promise<__HttpRequest>;
886
- export declare const se_StartUserImportJobCommand: (
887
- input: StartUserImportJobCommandInput,
888
- context: __SerdeContext
889
- ) => Promise<__HttpRequest>;
890
- export declare const se_StartWebAuthnRegistrationCommand: (
891
- input: StartWebAuthnRegistrationCommandInput,
892
- context: __SerdeContext
893
- ) => Promise<__HttpRequest>;
894
- export declare const se_StopUserImportJobCommand: (
895
- input: StopUserImportJobCommandInput,
896
- context: __SerdeContext
897
- ) => Promise<__HttpRequest>;
898
- export declare const se_TagResourceCommand: (
899
- input: TagResourceCommandInput,
900
- context: __SerdeContext
901
- ) => Promise<__HttpRequest>;
902
- export declare const se_UntagResourceCommand: (
903
- input: UntagResourceCommandInput,
904
- context: __SerdeContext
905
- ) => Promise<__HttpRequest>;
906
- export declare const se_UpdateAuthEventFeedbackCommand: (
907
- input: UpdateAuthEventFeedbackCommandInput,
908
- context: __SerdeContext
909
- ) => Promise<__HttpRequest>;
910
- export declare const se_UpdateDeviceStatusCommand: (
911
- input: UpdateDeviceStatusCommandInput,
912
- context: __SerdeContext
913
- ) => Promise<__HttpRequest>;
914
- export declare const se_UpdateGroupCommand: (
915
- input: UpdateGroupCommandInput,
916
- context: __SerdeContext
917
- ) => Promise<__HttpRequest>;
918
- export declare const se_UpdateIdentityProviderCommand: (
919
- input: UpdateIdentityProviderCommandInput,
920
- context: __SerdeContext
921
- ) => Promise<__HttpRequest>;
922
- export declare const se_UpdateManagedLoginBrandingCommand: (
923
- input: UpdateManagedLoginBrandingCommandInput,
924
- context: __SerdeContext
925
- ) => Promise<__HttpRequest>;
926
- export declare const se_UpdateResourceServerCommand: (
927
- input: UpdateResourceServerCommandInput,
928
- context: __SerdeContext
929
- ) => Promise<__HttpRequest>;
930
- export declare const se_UpdateTermsCommand: (
931
- input: UpdateTermsCommandInput,
932
- context: __SerdeContext
933
- ) => Promise<__HttpRequest>;
934
- export declare const se_UpdateUserAttributesCommand: (
935
- input: UpdateUserAttributesCommandInput,
936
- context: __SerdeContext
937
- ) => Promise<__HttpRequest>;
938
- export declare const se_UpdateUserPoolCommand: (
939
- input: UpdateUserPoolCommandInput,
940
- context: __SerdeContext
941
- ) => Promise<__HttpRequest>;
942
- export declare const se_UpdateUserPoolClientCommand: (
943
- input: UpdateUserPoolClientCommandInput,
944
- context: __SerdeContext
945
- ) => Promise<__HttpRequest>;
946
- export declare const se_UpdateUserPoolDomainCommand: (
947
- input: UpdateUserPoolDomainCommandInput,
948
- context: __SerdeContext
949
- ) => Promise<__HttpRequest>;
950
- export declare const se_VerifySoftwareTokenCommand: (
951
- input: VerifySoftwareTokenCommandInput,
952
- context: __SerdeContext
953
- ) => Promise<__HttpRequest>;
954
- export declare const se_VerifyUserAttributeCommand: (
955
- input: VerifyUserAttributeCommandInput,
956
- context: __SerdeContext
957
- ) => Promise<__HttpRequest>;
958
- export declare const de_AddCustomAttributesCommand: (
959
- output: __HttpResponse,
960
- context: __SerdeContext
961
- ) => Promise<AddCustomAttributesCommandOutput>;
962
- export declare const de_AdminAddUserToGroupCommand: (
963
- output: __HttpResponse,
964
- context: __SerdeContext
965
- ) => Promise<AdminAddUserToGroupCommandOutput>;
966
- export declare const de_AdminConfirmSignUpCommand: (
967
- output: __HttpResponse,
968
- context: __SerdeContext
969
- ) => Promise<AdminConfirmSignUpCommandOutput>;
970
- export declare const de_AdminCreateUserCommand: (
971
- output: __HttpResponse,
972
- context: __SerdeContext
973
- ) => Promise<AdminCreateUserCommandOutput>;
974
- export declare const de_AdminDeleteUserCommand: (
975
- output: __HttpResponse,
976
- context: __SerdeContext
977
- ) => Promise<AdminDeleteUserCommandOutput>;
978
- export declare const de_AdminDeleteUserAttributesCommand: (
979
- output: __HttpResponse,
980
- context: __SerdeContext
981
- ) => Promise<AdminDeleteUserAttributesCommandOutput>;
982
- export declare const de_AdminDisableProviderForUserCommand: (
983
- output: __HttpResponse,
984
- context: __SerdeContext
985
- ) => Promise<AdminDisableProviderForUserCommandOutput>;
986
- export declare const de_AdminDisableUserCommand: (
987
- output: __HttpResponse,
988
- context: __SerdeContext
989
- ) => Promise<AdminDisableUserCommandOutput>;
990
- export declare const de_AdminEnableUserCommand: (
991
- output: __HttpResponse,
992
- context: __SerdeContext
993
- ) => Promise<AdminEnableUserCommandOutput>;
994
- export declare const de_AdminForgetDeviceCommand: (
995
- output: __HttpResponse,
996
- context: __SerdeContext
997
- ) => Promise<AdminForgetDeviceCommandOutput>;
998
- export declare const de_AdminGetDeviceCommand: (
999
- output: __HttpResponse,
1000
- context: __SerdeContext
1001
- ) => Promise<AdminGetDeviceCommandOutput>;
1002
- export declare const de_AdminGetUserCommand: (
1003
- output: __HttpResponse,
1004
- context: __SerdeContext
1005
- ) => Promise<AdminGetUserCommandOutput>;
1006
- export declare const de_AdminInitiateAuthCommand: (
1007
- output: __HttpResponse,
1008
- context: __SerdeContext
1009
- ) => Promise<AdminInitiateAuthCommandOutput>;
1010
- export declare const de_AdminLinkProviderForUserCommand: (
1011
- output: __HttpResponse,
1012
- context: __SerdeContext
1013
- ) => Promise<AdminLinkProviderForUserCommandOutput>;
1014
- export declare const de_AdminListDevicesCommand: (
1015
- output: __HttpResponse,
1016
- context: __SerdeContext
1017
- ) => Promise<AdminListDevicesCommandOutput>;
1018
- export declare const de_AdminListGroupsForUserCommand: (
1019
- output: __HttpResponse,
1020
- context: __SerdeContext
1021
- ) => Promise<AdminListGroupsForUserCommandOutput>;
1022
- export declare const de_AdminListUserAuthEventsCommand: (
1023
- output: __HttpResponse,
1024
- context: __SerdeContext
1025
- ) => Promise<AdminListUserAuthEventsCommandOutput>;
1026
- export declare const de_AdminRemoveUserFromGroupCommand: (
1027
- output: __HttpResponse,
1028
- context: __SerdeContext
1029
- ) => Promise<AdminRemoveUserFromGroupCommandOutput>;
1030
- export declare const de_AdminResetUserPasswordCommand: (
1031
- output: __HttpResponse,
1032
- context: __SerdeContext
1033
- ) => Promise<AdminResetUserPasswordCommandOutput>;
1034
- export declare const de_AdminRespondToAuthChallengeCommand: (
1035
- output: __HttpResponse,
1036
- context: __SerdeContext
1037
- ) => Promise<AdminRespondToAuthChallengeCommandOutput>;
1038
- export declare const de_AdminSetUserMFAPreferenceCommand: (
1039
- output: __HttpResponse,
1040
- context: __SerdeContext
1041
- ) => Promise<AdminSetUserMFAPreferenceCommandOutput>;
1042
- export declare const de_AdminSetUserPasswordCommand: (
1043
- output: __HttpResponse,
1044
- context: __SerdeContext
1045
- ) => Promise<AdminSetUserPasswordCommandOutput>;
1046
- export declare const de_AdminSetUserSettingsCommand: (
1047
- output: __HttpResponse,
1048
- context: __SerdeContext
1049
- ) => Promise<AdminSetUserSettingsCommandOutput>;
1050
- export declare const de_AdminUpdateAuthEventFeedbackCommand: (
1051
- output: __HttpResponse,
1052
- context: __SerdeContext
1053
- ) => Promise<AdminUpdateAuthEventFeedbackCommandOutput>;
1054
- export declare const de_AdminUpdateDeviceStatusCommand: (
1055
- output: __HttpResponse,
1056
- context: __SerdeContext
1057
- ) => Promise<AdminUpdateDeviceStatusCommandOutput>;
1058
- export declare const de_AdminUpdateUserAttributesCommand: (
1059
- output: __HttpResponse,
1060
- context: __SerdeContext
1061
- ) => Promise<AdminUpdateUserAttributesCommandOutput>;
1062
- export declare const de_AdminUserGlobalSignOutCommand: (
1063
- output: __HttpResponse,
1064
- context: __SerdeContext
1065
- ) => Promise<AdminUserGlobalSignOutCommandOutput>;
1066
- export declare const de_AssociateSoftwareTokenCommand: (
1067
- output: __HttpResponse,
1068
- context: __SerdeContext
1069
- ) => Promise<AssociateSoftwareTokenCommandOutput>;
1070
- export declare const de_ChangePasswordCommand: (
1071
- output: __HttpResponse,
1072
- context: __SerdeContext
1073
- ) => Promise<ChangePasswordCommandOutput>;
1074
- export declare const de_CompleteWebAuthnRegistrationCommand: (
1075
- output: __HttpResponse,
1076
- context: __SerdeContext
1077
- ) => Promise<CompleteWebAuthnRegistrationCommandOutput>;
1078
- export declare const de_ConfirmDeviceCommand: (
1079
- output: __HttpResponse,
1080
- context: __SerdeContext
1081
- ) => Promise<ConfirmDeviceCommandOutput>;
1082
- export declare const de_ConfirmForgotPasswordCommand: (
1083
- output: __HttpResponse,
1084
- context: __SerdeContext
1085
- ) => Promise<ConfirmForgotPasswordCommandOutput>;
1086
- export declare const de_ConfirmSignUpCommand: (
1087
- output: __HttpResponse,
1088
- context: __SerdeContext
1089
- ) => Promise<ConfirmSignUpCommandOutput>;
1090
- export declare const de_CreateGroupCommand: (
1091
- output: __HttpResponse,
1092
- context: __SerdeContext
1093
- ) => Promise<CreateGroupCommandOutput>;
1094
- export declare const de_CreateIdentityProviderCommand: (
1095
- output: __HttpResponse,
1096
- context: __SerdeContext
1097
- ) => Promise<CreateIdentityProviderCommandOutput>;
1098
- export declare const de_CreateManagedLoginBrandingCommand: (
1099
- output: __HttpResponse,
1100
- context: __SerdeContext
1101
- ) => Promise<CreateManagedLoginBrandingCommandOutput>;
1102
- export declare const de_CreateResourceServerCommand: (
1103
- output: __HttpResponse,
1104
- context: __SerdeContext
1105
- ) => Promise<CreateResourceServerCommandOutput>;
1106
- export declare const de_CreateTermsCommand: (
1107
- output: __HttpResponse,
1108
- context: __SerdeContext
1109
- ) => Promise<CreateTermsCommandOutput>;
1110
- export declare const de_CreateUserImportJobCommand: (
1111
- output: __HttpResponse,
1112
- context: __SerdeContext
1113
- ) => Promise<CreateUserImportJobCommandOutput>;
1114
- export declare const de_CreateUserPoolCommand: (
1115
- output: __HttpResponse,
1116
- context: __SerdeContext
1117
- ) => Promise<CreateUserPoolCommandOutput>;
1118
- export declare const de_CreateUserPoolClientCommand: (
1119
- output: __HttpResponse,
1120
- context: __SerdeContext
1121
- ) => Promise<CreateUserPoolClientCommandOutput>;
1122
- export declare const de_CreateUserPoolDomainCommand: (
1123
- output: __HttpResponse,
1124
- context: __SerdeContext
1125
- ) => Promise<CreateUserPoolDomainCommandOutput>;
1126
- export declare const de_DeleteGroupCommand: (
1127
- output: __HttpResponse,
1128
- context: __SerdeContext
1129
- ) => Promise<DeleteGroupCommandOutput>;
1130
- export declare const de_DeleteIdentityProviderCommand: (
1131
- output: __HttpResponse,
1132
- context: __SerdeContext
1133
- ) => Promise<DeleteIdentityProviderCommandOutput>;
1134
- export declare const de_DeleteManagedLoginBrandingCommand: (
1135
- output: __HttpResponse,
1136
- context: __SerdeContext
1137
- ) => Promise<DeleteManagedLoginBrandingCommandOutput>;
1138
- export declare const de_DeleteResourceServerCommand: (
1139
- output: __HttpResponse,
1140
- context: __SerdeContext
1141
- ) => Promise<DeleteResourceServerCommandOutput>;
1142
- export declare const de_DeleteTermsCommand: (
1143
- output: __HttpResponse,
1144
- context: __SerdeContext
1145
- ) => Promise<DeleteTermsCommandOutput>;
1146
- export declare const de_DeleteUserCommand: (
1147
- output: __HttpResponse,
1148
- context: __SerdeContext
1149
- ) => Promise<DeleteUserCommandOutput>;
1150
- export declare const de_DeleteUserAttributesCommand: (
1151
- output: __HttpResponse,
1152
- context: __SerdeContext
1153
- ) => Promise<DeleteUserAttributesCommandOutput>;
1154
- export declare const de_DeleteUserPoolCommand: (
1155
- output: __HttpResponse,
1156
- context: __SerdeContext
1157
- ) => Promise<DeleteUserPoolCommandOutput>;
1158
- export declare const de_DeleteUserPoolClientCommand: (
1159
- output: __HttpResponse,
1160
- context: __SerdeContext
1161
- ) => Promise<DeleteUserPoolClientCommandOutput>;
1162
- export declare const de_DeleteUserPoolDomainCommand: (
1163
- output: __HttpResponse,
1164
- context: __SerdeContext
1165
- ) => Promise<DeleteUserPoolDomainCommandOutput>;
1166
- export declare const de_DeleteWebAuthnCredentialCommand: (
1167
- output: __HttpResponse,
1168
- context: __SerdeContext
1169
- ) => Promise<DeleteWebAuthnCredentialCommandOutput>;
1170
- export declare const de_DescribeIdentityProviderCommand: (
1171
- output: __HttpResponse,
1172
- context: __SerdeContext
1173
- ) => Promise<DescribeIdentityProviderCommandOutput>;
1174
- export declare const de_DescribeManagedLoginBrandingCommand: (
1175
- output: __HttpResponse,
1176
- context: __SerdeContext
1177
- ) => Promise<DescribeManagedLoginBrandingCommandOutput>;
1178
- export declare const de_DescribeManagedLoginBrandingByClientCommand: (
1179
- output: __HttpResponse,
1180
- context: __SerdeContext
1181
- ) => Promise<DescribeManagedLoginBrandingByClientCommandOutput>;
1182
- export declare const de_DescribeResourceServerCommand: (
1183
- output: __HttpResponse,
1184
- context: __SerdeContext
1185
- ) => Promise<DescribeResourceServerCommandOutput>;
1186
- export declare const de_DescribeRiskConfigurationCommand: (
1187
- output: __HttpResponse,
1188
- context: __SerdeContext
1189
- ) => Promise<DescribeRiskConfigurationCommandOutput>;
1190
- export declare const de_DescribeTermsCommand: (
1191
- output: __HttpResponse,
1192
- context: __SerdeContext
1193
- ) => Promise<DescribeTermsCommandOutput>;
1194
- export declare const de_DescribeUserImportJobCommand: (
1195
- output: __HttpResponse,
1196
- context: __SerdeContext
1197
- ) => Promise<DescribeUserImportJobCommandOutput>;
1198
- export declare const de_DescribeUserPoolCommand: (
1199
- output: __HttpResponse,
1200
- context: __SerdeContext
1201
- ) => Promise<DescribeUserPoolCommandOutput>;
1202
- export declare const de_DescribeUserPoolClientCommand: (
1203
- output: __HttpResponse,
1204
- context: __SerdeContext
1205
- ) => Promise<DescribeUserPoolClientCommandOutput>;
1206
- export declare const de_DescribeUserPoolDomainCommand: (
1207
- output: __HttpResponse,
1208
- context: __SerdeContext
1209
- ) => Promise<DescribeUserPoolDomainCommandOutput>;
1210
- export declare const de_ForgetDeviceCommand: (
1211
- output: __HttpResponse,
1212
- context: __SerdeContext
1213
- ) => Promise<ForgetDeviceCommandOutput>;
1214
- export declare const de_ForgotPasswordCommand: (
1215
- output: __HttpResponse,
1216
- context: __SerdeContext
1217
- ) => Promise<ForgotPasswordCommandOutput>;
1218
- export declare const de_GetCSVHeaderCommand: (
1219
- output: __HttpResponse,
1220
- context: __SerdeContext
1221
- ) => Promise<GetCSVHeaderCommandOutput>;
1222
- export declare const de_GetDeviceCommand: (
1223
- output: __HttpResponse,
1224
- context: __SerdeContext
1225
- ) => Promise<GetDeviceCommandOutput>;
1226
- export declare const de_GetGroupCommand: (
1227
- output: __HttpResponse,
1228
- context: __SerdeContext
1229
- ) => Promise<GetGroupCommandOutput>;
1230
- export declare const de_GetIdentityProviderByIdentifierCommand: (
1231
- output: __HttpResponse,
1232
- context: __SerdeContext
1233
- ) => Promise<GetIdentityProviderByIdentifierCommandOutput>;
1234
- export declare const de_GetLogDeliveryConfigurationCommand: (
1235
- output: __HttpResponse,
1236
- context: __SerdeContext
1237
- ) => Promise<GetLogDeliveryConfigurationCommandOutput>;
1238
- export declare const de_GetSigningCertificateCommand: (
1239
- output: __HttpResponse,
1240
- context: __SerdeContext
1241
- ) => Promise<GetSigningCertificateCommandOutput>;
1242
- export declare const de_GetTokensFromRefreshTokenCommand: (
1243
- output: __HttpResponse,
1244
- context: __SerdeContext
1245
- ) => Promise<GetTokensFromRefreshTokenCommandOutput>;
1246
- export declare const de_GetUICustomizationCommand: (
1247
- output: __HttpResponse,
1248
- context: __SerdeContext
1249
- ) => Promise<GetUICustomizationCommandOutput>;
1250
- export declare const de_GetUserCommand: (
1251
- output: __HttpResponse,
1252
- context: __SerdeContext
1253
- ) => Promise<GetUserCommandOutput>;
1254
- export declare const de_GetUserAttributeVerificationCodeCommand: (
1255
- output: __HttpResponse,
1256
- context: __SerdeContext
1257
- ) => Promise<GetUserAttributeVerificationCodeCommandOutput>;
1258
- export declare const de_GetUserAuthFactorsCommand: (
1259
- output: __HttpResponse,
1260
- context: __SerdeContext
1261
- ) => Promise<GetUserAuthFactorsCommandOutput>;
1262
- export declare const de_GetUserPoolMfaConfigCommand: (
1263
- output: __HttpResponse,
1264
- context: __SerdeContext
1265
- ) => Promise<GetUserPoolMfaConfigCommandOutput>;
1266
- export declare const de_GlobalSignOutCommand: (
1267
- output: __HttpResponse,
1268
- context: __SerdeContext
1269
- ) => Promise<GlobalSignOutCommandOutput>;
1270
- export declare const de_InitiateAuthCommand: (
1271
- output: __HttpResponse,
1272
- context: __SerdeContext
1273
- ) => Promise<InitiateAuthCommandOutput>;
1274
- export declare const de_ListDevicesCommand: (
1275
- output: __HttpResponse,
1276
- context: __SerdeContext
1277
- ) => Promise<ListDevicesCommandOutput>;
1278
- export declare const de_ListGroupsCommand: (
1279
- output: __HttpResponse,
1280
- context: __SerdeContext
1281
- ) => Promise<ListGroupsCommandOutput>;
1282
- export declare const de_ListIdentityProvidersCommand: (
1283
- output: __HttpResponse,
1284
- context: __SerdeContext
1285
- ) => Promise<ListIdentityProvidersCommandOutput>;
1286
- export declare const de_ListResourceServersCommand: (
1287
- output: __HttpResponse,
1288
- context: __SerdeContext
1289
- ) => Promise<ListResourceServersCommandOutput>;
1290
- export declare const de_ListTagsForResourceCommand: (
1291
- output: __HttpResponse,
1292
- context: __SerdeContext
1293
- ) => Promise<ListTagsForResourceCommandOutput>;
1294
- export declare const de_ListTermsCommand: (
1295
- output: __HttpResponse,
1296
- context: __SerdeContext
1297
- ) => Promise<ListTermsCommandOutput>;
1298
- export declare const de_ListUserImportJobsCommand: (
1299
- output: __HttpResponse,
1300
- context: __SerdeContext
1301
- ) => Promise<ListUserImportJobsCommandOutput>;
1302
- export declare const de_ListUserPoolClientsCommand: (
1303
- output: __HttpResponse,
1304
- context: __SerdeContext
1305
- ) => Promise<ListUserPoolClientsCommandOutput>;
1306
- export declare const de_ListUserPoolsCommand: (
1307
- output: __HttpResponse,
1308
- context: __SerdeContext
1309
- ) => Promise<ListUserPoolsCommandOutput>;
1310
- export declare const de_ListUsersCommand: (
1311
- output: __HttpResponse,
1312
- context: __SerdeContext
1313
- ) => Promise<ListUsersCommandOutput>;
1314
- export declare const de_ListUsersInGroupCommand: (
1315
- output: __HttpResponse,
1316
- context: __SerdeContext
1317
- ) => Promise<ListUsersInGroupCommandOutput>;
1318
- export declare const de_ListWebAuthnCredentialsCommand: (
1319
- output: __HttpResponse,
1320
- context: __SerdeContext
1321
- ) => Promise<ListWebAuthnCredentialsCommandOutput>;
1322
- export declare const de_ResendConfirmationCodeCommand: (
1323
- output: __HttpResponse,
1324
- context: __SerdeContext
1325
- ) => Promise<ResendConfirmationCodeCommandOutput>;
1326
- export declare const de_RespondToAuthChallengeCommand: (
1327
- output: __HttpResponse,
1328
- context: __SerdeContext
1329
- ) => Promise<RespondToAuthChallengeCommandOutput>;
1330
- export declare const de_RevokeTokenCommand: (
1331
- output: __HttpResponse,
1332
- context: __SerdeContext
1333
- ) => Promise<RevokeTokenCommandOutput>;
1334
- export declare const de_SetLogDeliveryConfigurationCommand: (
1335
- output: __HttpResponse,
1336
- context: __SerdeContext
1337
- ) => Promise<SetLogDeliveryConfigurationCommandOutput>;
1338
- export declare const de_SetRiskConfigurationCommand: (
1339
- output: __HttpResponse,
1340
- context: __SerdeContext
1341
- ) => Promise<SetRiskConfigurationCommandOutput>;
1342
- export declare const de_SetUICustomizationCommand: (
1343
- output: __HttpResponse,
1344
- context: __SerdeContext
1345
- ) => Promise<SetUICustomizationCommandOutput>;
1346
- export declare const de_SetUserMFAPreferenceCommand: (
1347
- output: __HttpResponse,
1348
- context: __SerdeContext
1349
- ) => Promise<SetUserMFAPreferenceCommandOutput>;
1350
- export declare const de_SetUserPoolMfaConfigCommand: (
1351
- output: __HttpResponse,
1352
- context: __SerdeContext
1353
- ) => Promise<SetUserPoolMfaConfigCommandOutput>;
1354
- export declare const de_SetUserSettingsCommand: (
1355
- output: __HttpResponse,
1356
- context: __SerdeContext
1357
- ) => Promise<SetUserSettingsCommandOutput>;
1358
- export declare const de_SignUpCommand: (
1359
- output: __HttpResponse,
1360
- context: __SerdeContext
1361
- ) => Promise<SignUpCommandOutput>;
1362
- export declare const de_StartUserImportJobCommand: (
1363
- output: __HttpResponse,
1364
- context: __SerdeContext
1365
- ) => Promise<StartUserImportJobCommandOutput>;
1366
- export declare const de_StartWebAuthnRegistrationCommand: (
1367
- output: __HttpResponse,
1368
- context: __SerdeContext
1369
- ) => Promise<StartWebAuthnRegistrationCommandOutput>;
1370
- export declare const de_StopUserImportJobCommand: (
1371
- output: __HttpResponse,
1372
- context: __SerdeContext
1373
- ) => Promise<StopUserImportJobCommandOutput>;
1374
- export declare const de_TagResourceCommand: (
1375
- output: __HttpResponse,
1376
- context: __SerdeContext
1377
- ) => Promise<TagResourceCommandOutput>;
1378
- export declare const de_UntagResourceCommand: (
1379
- output: __HttpResponse,
1380
- context: __SerdeContext
1381
- ) => Promise<UntagResourceCommandOutput>;
1382
- export declare const de_UpdateAuthEventFeedbackCommand: (
1383
- output: __HttpResponse,
1384
- context: __SerdeContext
1385
- ) => Promise<UpdateAuthEventFeedbackCommandOutput>;
1386
- export declare const de_UpdateDeviceStatusCommand: (
1387
- output: __HttpResponse,
1388
- context: __SerdeContext
1389
- ) => Promise<UpdateDeviceStatusCommandOutput>;
1390
- export declare const de_UpdateGroupCommand: (
1391
- output: __HttpResponse,
1392
- context: __SerdeContext
1393
- ) => Promise<UpdateGroupCommandOutput>;
1394
- export declare const de_UpdateIdentityProviderCommand: (
1395
- output: __HttpResponse,
1396
- context: __SerdeContext
1397
- ) => Promise<UpdateIdentityProviderCommandOutput>;
1398
- export declare const de_UpdateManagedLoginBrandingCommand: (
1399
- output: __HttpResponse,
1400
- context: __SerdeContext
1401
- ) => Promise<UpdateManagedLoginBrandingCommandOutput>;
1402
- export declare const de_UpdateResourceServerCommand: (
1403
- output: __HttpResponse,
1404
- context: __SerdeContext
1405
- ) => Promise<UpdateResourceServerCommandOutput>;
1406
- export declare const de_UpdateTermsCommand: (
1407
- output: __HttpResponse,
1408
- context: __SerdeContext
1409
- ) => Promise<UpdateTermsCommandOutput>;
1410
- export declare const de_UpdateUserAttributesCommand: (
1411
- output: __HttpResponse,
1412
- context: __SerdeContext
1413
- ) => Promise<UpdateUserAttributesCommandOutput>;
1414
- export declare const de_UpdateUserPoolCommand: (
1415
- output: __HttpResponse,
1416
- context: __SerdeContext
1417
- ) => Promise<UpdateUserPoolCommandOutput>;
1418
- export declare const de_UpdateUserPoolClientCommand: (
1419
- output: __HttpResponse,
1420
- context: __SerdeContext
1421
- ) => Promise<UpdateUserPoolClientCommandOutput>;
1422
- export declare const de_UpdateUserPoolDomainCommand: (
1423
- output: __HttpResponse,
1424
- context: __SerdeContext
1425
- ) => Promise<UpdateUserPoolDomainCommandOutput>;
1426
- export declare const de_VerifySoftwareTokenCommand: (
1427
- output: __HttpResponse,
1428
- context: __SerdeContext
1429
- ) => Promise<VerifySoftwareTokenCommandOutput>;
1430
- export declare const de_VerifyUserAttributeCommand: (
1431
- output: __HttpResponse,
1432
- context: __SerdeContext
1433
- ) => Promise<VerifyUserAttributeCommandOutput>;