@aws-sdk/client-cognito-identity-provider 3.1086.0 → 3.1088.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 (150) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +410 -482
  3. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +22 -83
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AddUserPoolClientSecretCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +3 -4
  10. package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +2 -2
  14. package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +3 -4
  18. package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/CompleteWebAuthnRegistrationCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/CreateManagedLoginBrandingCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/CreateTermsCommand.d.ts +3 -5
  46. package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/CreateUserPoolReplicaCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -2
  52. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +3 -4
  53. package/dist-types/ts3.4/commands/DeleteManagedLoginBrandingCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +3 -4
  55. package/dist-types/ts3.4/commands/DeleteTermsCommand.d.ts +2 -2
  56. package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -2
  58. package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +3 -4
  59. package/dist-types/ts3.4/commands/DeleteUserPoolClientSecretCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +2 -2
  61. package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/DeleteUserPoolReplicaCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/DeleteWebAuthnCredentialCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/DescribeTermsCommand.d.ts +4 -9
  70. package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +4 -9
  73. package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +2 -2
  75. package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +3 -5
  77. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -5
  78. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
  79. package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/GetLogDeliveryConfigurationCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/GetProvisionedLimitCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/GetTokensFromRefreshTokenCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +5 -10
  85. package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +5 -10
  87. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
  88. package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +5 -10
  89. package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +4 -9
  90. package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +3 -5
  91. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +3 -5
  92. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +3 -5
  93. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +5 -10
  94. package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +5 -10
  95. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  96. package/dist-types/ts3.4/commands/ListTermsCommand.d.ts +7 -5
  97. package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +5 -10
  98. package/dist-types/ts3.4/commands/ListUserPoolClientSecretsCommand.d.ts +4 -6
  99. package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +5 -10
  100. package/dist-types/ts3.4/commands/ListUserPoolReplicasCommand.d.ts +5 -10
  101. package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +4 -9
  102. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
  103. package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +4 -9
  104. package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +4 -6
  105. package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +5 -10
  106. package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +5 -10
  107. package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +3 -5
  108. package/dist-types/ts3.4/commands/SetLogDeliveryConfigurationCommand.d.ts +4 -6
  109. package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +5 -10
  110. package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +5 -10
  111. package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +5 -10
  112. package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +5 -10
  113. package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +4 -9
  114. package/dist-types/ts3.4/commands/SignUpCommand.d.ts +6 -2
  115. package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +5 -10
  116. package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +4 -6
  117. package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +4 -6
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  120. package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +4 -6
  121. package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +5 -10
  122. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +3 -5
  123. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +5 -10
  124. package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +3 -5
  125. package/dist-types/ts3.4/commands/UpdateProvisionedLimitCommand.d.ts +5 -10
  126. package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +5 -10
  127. package/dist-types/ts3.4/commands/UpdateTermsCommand.d.ts +3 -5
  128. package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +5 -10
  129. package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +5 -10
  130. package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +4 -9
  131. package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +5 -10
  132. package/dist-types/ts3.4/commands/UpdateUserPoolReplicaCommand.d.ts +5 -10
  133. package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +5 -10
  134. package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +5 -10
  135. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  136. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  137. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  138. package/dist-types/ts3.4/models/enums.d.ts +26 -52
  139. package/dist-types/ts3.4/models/errors.d.ts +58 -222
  140. package/dist-types/ts3.4/models/models_0.d.ts +6 -18
  141. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  142. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
  143. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
  144. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -33
  145. package/dist-types/ts3.4/runtimeConfig.d.ts +13 -27
  146. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -33
  147. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -12
  148. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  149. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  150. package/package.json +39 -39
@@ -140,10 +140,7 @@ import {
140
140
  ConfirmSignUpCommandInput,
141
141
  ConfirmSignUpCommandOutput,
142
142
  } from "./commands/ConfirmSignUpCommand";
143
- import {
144
- CreateGroupCommandInput,
145
- CreateGroupCommandOutput,
146
- } from "./commands/CreateGroupCommand";
143
+ import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
147
144
  import {
148
145
  CreateIdentityProviderCommandInput,
149
146
  CreateIdentityProviderCommandOutput,
@@ -156,10 +153,7 @@ import {
156
153
  CreateResourceServerCommandInput,
157
154
  CreateResourceServerCommandOutput,
158
155
  } from "./commands/CreateResourceServerCommand";
159
- import {
160
- CreateTermsCommandInput,
161
- CreateTermsCommandOutput,
162
- } from "./commands/CreateTermsCommand";
156
+ import { CreateTermsCommandInput, CreateTermsCommandOutput } from "./commands/CreateTermsCommand";
163
157
  import {
164
158
  CreateUserImportJobCommandInput,
165
159
  CreateUserImportJobCommandOutput,
@@ -180,10 +174,7 @@ import {
180
174
  CreateUserPoolReplicaCommandInput,
181
175
  CreateUserPoolReplicaCommandOutput,
182
176
  } from "./commands/CreateUserPoolReplicaCommand";
183
- import {
184
- DeleteGroupCommandInput,
185
- DeleteGroupCommandOutput,
186
- } from "./commands/DeleteGroupCommand";
177
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
187
178
  import {
188
179
  DeleteIdentityProviderCommandInput,
189
180
  DeleteIdentityProviderCommandOutput,
@@ -196,18 +187,12 @@ import {
196
187
  DeleteResourceServerCommandInput,
197
188
  DeleteResourceServerCommandOutput,
198
189
  } from "./commands/DeleteResourceServerCommand";
199
- import {
200
- DeleteTermsCommandInput,
201
- DeleteTermsCommandOutput,
202
- } from "./commands/DeleteTermsCommand";
190
+ import { DeleteTermsCommandInput, DeleteTermsCommandOutput } from "./commands/DeleteTermsCommand";
203
191
  import {
204
192
  DeleteUserAttributesCommandInput,
205
193
  DeleteUserAttributesCommandOutput,
206
194
  } from "./commands/DeleteUserAttributesCommand";
207
- import {
208
- DeleteUserCommandInput,
209
- DeleteUserCommandOutput,
210
- } from "./commands/DeleteUserCommand";
195
+ import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
211
196
  import {
212
197
  DeleteUserPoolClientCommandInput,
213
198
  DeleteUserPoolClientCommandOutput,
@@ -284,14 +269,8 @@ import {
284
269
  GetCSVHeaderCommandInput,
285
270
  GetCSVHeaderCommandOutput,
286
271
  } from "./commands/GetCSVHeaderCommand";
287
- import {
288
- GetDeviceCommandInput,
289
- GetDeviceCommandOutput,
290
- } from "./commands/GetDeviceCommand";
291
- import {
292
- GetGroupCommandInput,
293
- GetGroupCommandOutput,
294
- } from "./commands/GetGroupCommand";
272
+ import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
273
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
295
274
  import {
296
275
  GetIdentityProviderByIdentifierCommandInput,
297
276
  GetIdentityProviderByIdentifierCommandOutput,
@@ -324,10 +303,7 @@ import {
324
303
  GetUserAuthFactorsCommandInput,
325
304
  GetUserAuthFactorsCommandOutput,
326
305
  } from "./commands/GetUserAuthFactorsCommand";
327
- import {
328
- GetUserCommandInput,
329
- GetUserCommandOutput,
330
- } from "./commands/GetUserCommand";
306
+ import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
331
307
  import {
332
308
  GetUserPoolMfaConfigCommandInput,
333
309
  GetUserPoolMfaConfigCommandOutput,
@@ -340,14 +316,8 @@ import {
340
316
  InitiateAuthCommandInput,
341
317
  InitiateAuthCommandOutput,
342
318
  } from "./commands/InitiateAuthCommand";
343
- import {
344
- ListDevicesCommandInput,
345
- ListDevicesCommandOutput,
346
- } from "./commands/ListDevicesCommand";
347
- import {
348
- ListGroupsCommandInput,
349
- ListGroupsCommandOutput,
350
- } from "./commands/ListGroupsCommand";
319
+ import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
320
+ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
351
321
  import {
352
322
  ListIdentityProvidersCommandInput,
353
323
  ListIdentityProvidersCommandOutput,
@@ -360,10 +330,7 @@ import {
360
330
  ListTagsForResourceCommandInput,
361
331
  ListTagsForResourceCommandOutput,
362
332
  } from "./commands/ListTagsForResourceCommand";
363
- import {
364
- ListTermsCommandInput,
365
- ListTermsCommandOutput,
366
- } from "./commands/ListTermsCommand";
333
+ import { ListTermsCommandInput, ListTermsCommandOutput } from "./commands/ListTermsCommand";
367
334
  import {
368
335
  ListUserImportJobsCommandInput,
369
336
  ListUserImportJobsCommandOutput,
@@ -384,10 +351,7 @@ import {
384
351
  ListUserPoolsCommandInput,
385
352
  ListUserPoolsCommandOutput,
386
353
  } from "./commands/ListUserPoolsCommand";
387
- import {
388
- ListUsersCommandInput,
389
- ListUsersCommandOutput,
390
- } from "./commands/ListUsersCommand";
354
+ import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
391
355
  import {
392
356
  ListUsersInGroupCommandInput,
393
357
  ListUsersInGroupCommandOutput,
@@ -404,10 +368,7 @@ import {
404
368
  RespondToAuthChallengeCommandInput,
405
369
  RespondToAuthChallengeCommandOutput,
406
370
  } from "./commands/RespondToAuthChallengeCommand";
407
- import {
408
- RevokeTokenCommandInput,
409
- RevokeTokenCommandOutput,
410
- } from "./commands/RevokeTokenCommand";
371
+ import { RevokeTokenCommandInput, RevokeTokenCommandOutput } from "./commands/RevokeTokenCommand";
411
372
  import {
412
373
  SetLogDeliveryConfigurationCommandInput,
413
374
  SetLogDeliveryConfigurationCommandOutput,
@@ -432,10 +393,7 @@ import {
432
393
  SetUserSettingsCommandInput,
433
394
  SetUserSettingsCommandOutput,
434
395
  } from "./commands/SetUserSettingsCommand";
435
- import {
436
- SignUpCommandInput,
437
- SignUpCommandOutput,
438
- } from "./commands/SignUpCommand";
396
+ import { SignUpCommandInput, SignUpCommandOutput } from "./commands/SignUpCommand";
439
397
  import {
440
398
  StartUserImportJobCommandInput,
441
399
  StartUserImportJobCommandOutput,
@@ -448,10 +406,7 @@ import {
448
406
  StopUserImportJobCommandInput,
449
407
  StopUserImportJobCommandOutput,
450
408
  } from "./commands/StopUserImportJobCommand";
451
- import {
452
- TagResourceCommandInput,
453
- TagResourceCommandOutput,
454
- } from "./commands/TagResourceCommand";
409
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
455
410
  import {
456
411
  UntagResourceCommandInput,
457
412
  UntagResourceCommandOutput,
@@ -464,10 +419,7 @@ import {
464
419
  UpdateDeviceStatusCommandInput,
465
420
  UpdateDeviceStatusCommandOutput,
466
421
  } from "./commands/UpdateDeviceStatusCommand";
467
- import {
468
- UpdateGroupCommandInput,
469
- UpdateGroupCommandOutput,
470
- } from "./commands/UpdateGroupCommand";
422
+ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
471
423
  import {
472
424
  UpdateIdentityProviderCommandInput,
473
425
  UpdateIdentityProviderCommandOutput,
@@ -484,10 +436,7 @@ import {
484
436
  UpdateResourceServerCommandInput,
485
437
  UpdateResourceServerCommandOutput,
486
438
  } from "./commands/UpdateResourceServerCommand";
487
- import {
488
- UpdateTermsCommandInput,
489
- UpdateTermsCommandOutput,
490
- } from "./commands/UpdateTermsCommand";
439
+ import { UpdateTermsCommandInput, UpdateTermsCommandOutput } from "./commands/UpdateTermsCommand";
491
440
  import {
492
441
  UpdateUserAttributesCommandInput,
493
442
  UpdateUserAttributesCommandOutput,
@@ -519,1738 +468,1717 @@ import {
519
468
  export interface CognitoIdentityProvider {
520
469
  addCustomAttributes(
521
470
  args: AddCustomAttributesCommandInput,
522
- options?: __HttpHandlerOptions
471
+ options?: __HttpHandlerOptions,
523
472
  ): Promise<AddCustomAttributesCommandOutput>;
524
473
  addCustomAttributes(
525
474
  args: AddCustomAttributesCommandInput,
526
- cb: (err: any, data?: AddCustomAttributesCommandOutput) => void
475
+ cb: (err: any, data?: AddCustomAttributesCommandOutput) => void,
527
476
  ): void;
528
477
  addCustomAttributes(
529
478
  args: AddCustomAttributesCommandInput,
530
479
  options: __HttpHandlerOptions,
531
- cb: (err: any, data?: AddCustomAttributesCommandOutput) => void
480
+ cb: (err: any, data?: AddCustomAttributesCommandOutput) => void,
532
481
  ): void;
533
482
  addUserPoolClientSecret(
534
483
  args: AddUserPoolClientSecretCommandInput,
535
- options?: __HttpHandlerOptions
484
+ options?: __HttpHandlerOptions,
536
485
  ): Promise<AddUserPoolClientSecretCommandOutput>;
537
486
  addUserPoolClientSecret(
538
487
  args: AddUserPoolClientSecretCommandInput,
539
- cb: (err: any, data?: AddUserPoolClientSecretCommandOutput) => void
488
+ cb: (err: any, data?: AddUserPoolClientSecretCommandOutput) => void,
540
489
  ): void;
541
490
  addUserPoolClientSecret(
542
491
  args: AddUserPoolClientSecretCommandInput,
543
492
  options: __HttpHandlerOptions,
544
- cb: (err: any, data?: AddUserPoolClientSecretCommandOutput) => void
493
+ cb: (err: any, data?: AddUserPoolClientSecretCommandOutput) => void,
545
494
  ): void;
546
495
  adminAddUserToGroup(
547
496
  args: AdminAddUserToGroupCommandInput,
548
- options?: __HttpHandlerOptions
497
+ options?: __HttpHandlerOptions,
549
498
  ): Promise<AdminAddUserToGroupCommandOutput>;
550
499
  adminAddUserToGroup(
551
500
  args: AdminAddUserToGroupCommandInput,
552
- cb: (err: any, data?: AdminAddUserToGroupCommandOutput) => void
501
+ cb: (err: any, data?: AdminAddUserToGroupCommandOutput) => void,
553
502
  ): void;
554
503
  adminAddUserToGroup(
555
504
  args: AdminAddUserToGroupCommandInput,
556
505
  options: __HttpHandlerOptions,
557
- cb: (err: any, data?: AdminAddUserToGroupCommandOutput) => void
506
+ cb: (err: any, data?: AdminAddUserToGroupCommandOutput) => void,
558
507
  ): void;
559
508
  adminConfirmSignUp(
560
509
  args: AdminConfirmSignUpCommandInput,
561
- options?: __HttpHandlerOptions
510
+ options?: __HttpHandlerOptions,
562
511
  ): Promise<AdminConfirmSignUpCommandOutput>;
563
512
  adminConfirmSignUp(
564
513
  args: AdminConfirmSignUpCommandInput,
565
- cb: (err: any, data?: AdminConfirmSignUpCommandOutput) => void
514
+ cb: (err: any, data?: AdminConfirmSignUpCommandOutput) => void,
566
515
  ): void;
567
516
  adminConfirmSignUp(
568
517
  args: AdminConfirmSignUpCommandInput,
569
518
  options: __HttpHandlerOptions,
570
- cb: (err: any, data?: AdminConfirmSignUpCommandOutput) => void
519
+ cb: (err: any, data?: AdminConfirmSignUpCommandOutput) => void,
571
520
  ): void;
572
521
  adminCreateUser(
573
522
  args: AdminCreateUserCommandInput,
574
- options?: __HttpHandlerOptions
523
+ options?: __HttpHandlerOptions,
575
524
  ): Promise<AdminCreateUserCommandOutput>;
576
525
  adminCreateUser(
577
526
  args: AdminCreateUserCommandInput,
578
- cb: (err: any, data?: AdminCreateUserCommandOutput) => void
527
+ cb: (err: any, data?: AdminCreateUserCommandOutput) => void,
579
528
  ): void;
580
529
  adminCreateUser(
581
530
  args: AdminCreateUserCommandInput,
582
531
  options: __HttpHandlerOptions,
583
- cb: (err: any, data?: AdminCreateUserCommandOutput) => void
532
+ cb: (err: any, data?: AdminCreateUserCommandOutput) => void,
584
533
  ): void;
585
534
  adminDeleteUser(
586
535
  args: AdminDeleteUserCommandInput,
587
- options?: __HttpHandlerOptions
536
+ options?: __HttpHandlerOptions,
588
537
  ): Promise<AdminDeleteUserCommandOutput>;
589
538
  adminDeleteUser(
590
539
  args: AdminDeleteUserCommandInput,
591
- cb: (err: any, data?: AdminDeleteUserCommandOutput) => void
540
+ cb: (err: any, data?: AdminDeleteUserCommandOutput) => void,
592
541
  ): void;
593
542
  adminDeleteUser(
594
543
  args: AdminDeleteUserCommandInput,
595
544
  options: __HttpHandlerOptions,
596
- cb: (err: any, data?: AdminDeleteUserCommandOutput) => void
545
+ cb: (err: any, data?: AdminDeleteUserCommandOutput) => void,
597
546
  ): void;
598
547
  adminDeleteUserAttributes(
599
548
  args: AdminDeleteUserAttributesCommandInput,
600
- options?: __HttpHandlerOptions
549
+ options?: __HttpHandlerOptions,
601
550
  ): Promise<AdminDeleteUserAttributesCommandOutput>;
602
551
  adminDeleteUserAttributes(
603
552
  args: AdminDeleteUserAttributesCommandInput,
604
- cb: (err: any, data?: AdminDeleteUserAttributesCommandOutput) => void
553
+ cb: (err: any, data?: AdminDeleteUserAttributesCommandOutput) => void,
605
554
  ): void;
606
555
  adminDeleteUserAttributes(
607
556
  args: AdminDeleteUserAttributesCommandInput,
608
557
  options: __HttpHandlerOptions,
609
- cb: (err: any, data?: AdminDeleteUserAttributesCommandOutput) => void
558
+ cb: (err: any, data?: AdminDeleteUserAttributesCommandOutput) => void,
610
559
  ): void;
611
560
  adminDisableProviderForUser(
612
561
  args: AdminDisableProviderForUserCommandInput,
613
- options?: __HttpHandlerOptions
562
+ options?: __HttpHandlerOptions,
614
563
  ): Promise<AdminDisableProviderForUserCommandOutput>;
615
564
  adminDisableProviderForUser(
616
565
  args: AdminDisableProviderForUserCommandInput,
617
- cb: (err: any, data?: AdminDisableProviderForUserCommandOutput) => void
566
+ cb: (err: any, data?: AdminDisableProviderForUserCommandOutput) => void,
618
567
  ): void;
619
568
  adminDisableProviderForUser(
620
569
  args: AdminDisableProviderForUserCommandInput,
621
570
  options: __HttpHandlerOptions,
622
- cb: (err: any, data?: AdminDisableProviderForUserCommandOutput) => void
571
+ cb: (err: any, data?: AdminDisableProviderForUserCommandOutput) => void,
623
572
  ): void;
624
573
  adminDisableUser(
625
574
  args: AdminDisableUserCommandInput,
626
- options?: __HttpHandlerOptions
575
+ options?: __HttpHandlerOptions,
627
576
  ): Promise<AdminDisableUserCommandOutput>;
628
577
  adminDisableUser(
629
578
  args: AdminDisableUserCommandInput,
630
- cb: (err: any, data?: AdminDisableUserCommandOutput) => void
579
+ cb: (err: any, data?: AdminDisableUserCommandOutput) => void,
631
580
  ): void;
632
581
  adminDisableUser(
633
582
  args: AdminDisableUserCommandInput,
634
583
  options: __HttpHandlerOptions,
635
- cb: (err: any, data?: AdminDisableUserCommandOutput) => void
584
+ cb: (err: any, data?: AdminDisableUserCommandOutput) => void,
636
585
  ): void;
637
586
  adminEnableUser(
638
587
  args: AdminEnableUserCommandInput,
639
- options?: __HttpHandlerOptions
588
+ options?: __HttpHandlerOptions,
640
589
  ): Promise<AdminEnableUserCommandOutput>;
641
590
  adminEnableUser(
642
591
  args: AdminEnableUserCommandInput,
643
- cb: (err: any, data?: AdminEnableUserCommandOutput) => void
592
+ cb: (err: any, data?: AdminEnableUserCommandOutput) => void,
644
593
  ): void;
645
594
  adminEnableUser(
646
595
  args: AdminEnableUserCommandInput,
647
596
  options: __HttpHandlerOptions,
648
- cb: (err: any, data?: AdminEnableUserCommandOutput) => void
597
+ cb: (err: any, data?: AdminEnableUserCommandOutput) => void,
649
598
  ): void;
650
599
  adminForgetDevice(
651
600
  args: AdminForgetDeviceCommandInput,
652
- options?: __HttpHandlerOptions
601
+ options?: __HttpHandlerOptions,
653
602
  ): Promise<AdminForgetDeviceCommandOutput>;
654
603
  adminForgetDevice(
655
604
  args: AdminForgetDeviceCommandInput,
656
- cb: (err: any, data?: AdminForgetDeviceCommandOutput) => void
605
+ cb: (err: any, data?: AdminForgetDeviceCommandOutput) => void,
657
606
  ): void;
658
607
  adminForgetDevice(
659
608
  args: AdminForgetDeviceCommandInput,
660
609
  options: __HttpHandlerOptions,
661
- cb: (err: any, data?: AdminForgetDeviceCommandOutput) => void
610
+ cb: (err: any, data?: AdminForgetDeviceCommandOutput) => void,
662
611
  ): void;
663
612
  adminGetDevice(
664
613
  args: AdminGetDeviceCommandInput,
665
- options?: __HttpHandlerOptions
614
+ options?: __HttpHandlerOptions,
666
615
  ): Promise<AdminGetDeviceCommandOutput>;
667
616
  adminGetDevice(
668
617
  args: AdminGetDeviceCommandInput,
669
- cb: (err: any, data?: AdminGetDeviceCommandOutput) => void
618
+ cb: (err: any, data?: AdminGetDeviceCommandOutput) => void,
670
619
  ): void;
671
620
  adminGetDevice(
672
621
  args: AdminGetDeviceCommandInput,
673
622
  options: __HttpHandlerOptions,
674
- cb: (err: any, data?: AdminGetDeviceCommandOutput) => void
623
+ cb: (err: any, data?: AdminGetDeviceCommandOutput) => void,
675
624
  ): void;
676
625
  adminGetUser(
677
626
  args: AdminGetUserCommandInput,
678
- options?: __HttpHandlerOptions
627
+ options?: __HttpHandlerOptions,
679
628
  ): Promise<AdminGetUserCommandOutput>;
680
629
  adminGetUser(
681
630
  args: AdminGetUserCommandInput,
682
- cb: (err: any, data?: AdminGetUserCommandOutput) => void
631
+ cb: (err: any, data?: AdminGetUserCommandOutput) => void,
683
632
  ): void;
684
633
  adminGetUser(
685
634
  args: AdminGetUserCommandInput,
686
635
  options: __HttpHandlerOptions,
687
- cb: (err: any, data?: AdminGetUserCommandOutput) => void
636
+ cb: (err: any, data?: AdminGetUserCommandOutput) => void,
688
637
  ): void;
689
638
  adminInitiateAuth(
690
639
  args: AdminInitiateAuthCommandInput,
691
- options?: __HttpHandlerOptions
640
+ options?: __HttpHandlerOptions,
692
641
  ): Promise<AdminInitiateAuthCommandOutput>;
693
642
  adminInitiateAuth(
694
643
  args: AdminInitiateAuthCommandInput,
695
- cb: (err: any, data?: AdminInitiateAuthCommandOutput) => void
644
+ cb: (err: any, data?: AdminInitiateAuthCommandOutput) => void,
696
645
  ): void;
697
646
  adminInitiateAuth(
698
647
  args: AdminInitiateAuthCommandInput,
699
648
  options: __HttpHandlerOptions,
700
- cb: (err: any, data?: AdminInitiateAuthCommandOutput) => void
649
+ cb: (err: any, data?: AdminInitiateAuthCommandOutput) => void,
701
650
  ): void;
702
651
  adminLinkProviderForUser(
703
652
  args: AdminLinkProviderForUserCommandInput,
704
- options?: __HttpHandlerOptions
653
+ options?: __HttpHandlerOptions,
705
654
  ): Promise<AdminLinkProviderForUserCommandOutput>;
706
655
  adminLinkProviderForUser(
707
656
  args: AdminLinkProviderForUserCommandInput,
708
- cb: (err: any, data?: AdminLinkProviderForUserCommandOutput) => void
657
+ cb: (err: any, data?: AdminLinkProviderForUserCommandOutput) => void,
709
658
  ): void;
710
659
  adminLinkProviderForUser(
711
660
  args: AdminLinkProviderForUserCommandInput,
712
661
  options: __HttpHandlerOptions,
713
- cb: (err: any, data?: AdminLinkProviderForUserCommandOutput) => void
662
+ cb: (err: any, data?: AdminLinkProviderForUserCommandOutput) => void,
714
663
  ): void;
715
664
  adminListDevices(
716
665
  args: AdminListDevicesCommandInput,
717
- options?: __HttpHandlerOptions
666
+ options?: __HttpHandlerOptions,
718
667
  ): Promise<AdminListDevicesCommandOutput>;
719
668
  adminListDevices(
720
669
  args: AdminListDevicesCommandInput,
721
- cb: (err: any, data?: AdminListDevicesCommandOutput) => void
670
+ cb: (err: any, data?: AdminListDevicesCommandOutput) => void,
722
671
  ): void;
723
672
  adminListDevices(
724
673
  args: AdminListDevicesCommandInput,
725
674
  options: __HttpHandlerOptions,
726
- cb: (err: any, data?: AdminListDevicesCommandOutput) => void
675
+ cb: (err: any, data?: AdminListDevicesCommandOutput) => void,
727
676
  ): void;
728
677
  adminListGroupsForUser(
729
678
  args: AdminListGroupsForUserCommandInput,
730
- options?: __HttpHandlerOptions
679
+ options?: __HttpHandlerOptions,
731
680
  ): Promise<AdminListGroupsForUserCommandOutput>;
732
681
  adminListGroupsForUser(
733
682
  args: AdminListGroupsForUserCommandInput,
734
- cb: (err: any, data?: AdminListGroupsForUserCommandOutput) => void
683
+ cb: (err: any, data?: AdminListGroupsForUserCommandOutput) => void,
735
684
  ): void;
736
685
  adminListGroupsForUser(
737
686
  args: AdminListGroupsForUserCommandInput,
738
687
  options: __HttpHandlerOptions,
739
- cb: (err: any, data?: AdminListGroupsForUserCommandOutput) => void
688
+ cb: (err: any, data?: AdminListGroupsForUserCommandOutput) => void,
740
689
  ): void;
741
690
  adminListUserAuthEvents(
742
691
  args: AdminListUserAuthEventsCommandInput,
743
- options?: __HttpHandlerOptions
692
+ options?: __HttpHandlerOptions,
744
693
  ): Promise<AdminListUserAuthEventsCommandOutput>;
745
694
  adminListUserAuthEvents(
746
695
  args: AdminListUserAuthEventsCommandInput,
747
- cb: (err: any, data?: AdminListUserAuthEventsCommandOutput) => void
696
+ cb: (err: any, data?: AdminListUserAuthEventsCommandOutput) => void,
748
697
  ): void;
749
698
  adminListUserAuthEvents(
750
699
  args: AdminListUserAuthEventsCommandInput,
751
700
  options: __HttpHandlerOptions,
752
- cb: (err: any, data?: AdminListUserAuthEventsCommandOutput) => void
701
+ cb: (err: any, data?: AdminListUserAuthEventsCommandOutput) => void,
753
702
  ): void;
754
703
  adminRemoveUserFromGroup(
755
704
  args: AdminRemoveUserFromGroupCommandInput,
756
- options?: __HttpHandlerOptions
705
+ options?: __HttpHandlerOptions,
757
706
  ): Promise<AdminRemoveUserFromGroupCommandOutput>;
758
707
  adminRemoveUserFromGroup(
759
708
  args: AdminRemoveUserFromGroupCommandInput,
760
- cb: (err: any, data?: AdminRemoveUserFromGroupCommandOutput) => void
709
+ cb: (err: any, data?: AdminRemoveUserFromGroupCommandOutput) => void,
761
710
  ): void;
762
711
  adminRemoveUserFromGroup(
763
712
  args: AdminRemoveUserFromGroupCommandInput,
764
713
  options: __HttpHandlerOptions,
765
- cb: (err: any, data?: AdminRemoveUserFromGroupCommandOutput) => void
714
+ cb: (err: any, data?: AdminRemoveUserFromGroupCommandOutput) => void,
766
715
  ): void;
767
716
  adminResetUserPassword(
768
717
  args: AdminResetUserPasswordCommandInput,
769
- options?: __HttpHandlerOptions
718
+ options?: __HttpHandlerOptions,
770
719
  ): Promise<AdminResetUserPasswordCommandOutput>;
771
720
  adminResetUserPassword(
772
721
  args: AdminResetUserPasswordCommandInput,
773
- cb: (err: any, data?: AdminResetUserPasswordCommandOutput) => void
722
+ cb: (err: any, data?: AdminResetUserPasswordCommandOutput) => void,
774
723
  ): void;
775
724
  adminResetUserPassword(
776
725
  args: AdminResetUserPasswordCommandInput,
777
726
  options: __HttpHandlerOptions,
778
- cb: (err: any, data?: AdminResetUserPasswordCommandOutput) => void
727
+ cb: (err: any, data?: AdminResetUserPasswordCommandOutput) => void,
779
728
  ): void;
780
729
  adminRespondToAuthChallenge(
781
730
  args: AdminRespondToAuthChallengeCommandInput,
782
- options?: __HttpHandlerOptions
731
+ options?: __HttpHandlerOptions,
783
732
  ): Promise<AdminRespondToAuthChallengeCommandOutput>;
784
733
  adminRespondToAuthChallenge(
785
734
  args: AdminRespondToAuthChallengeCommandInput,
786
- cb: (err: any, data?: AdminRespondToAuthChallengeCommandOutput) => void
735
+ cb: (err: any, data?: AdminRespondToAuthChallengeCommandOutput) => void,
787
736
  ): void;
788
737
  adminRespondToAuthChallenge(
789
738
  args: AdminRespondToAuthChallengeCommandInput,
790
739
  options: __HttpHandlerOptions,
791
- cb: (err: any, data?: AdminRespondToAuthChallengeCommandOutput) => void
740
+ cb: (err: any, data?: AdminRespondToAuthChallengeCommandOutput) => void,
792
741
  ): void;
793
742
  adminSetUserMFAPreference(
794
743
  args: AdminSetUserMFAPreferenceCommandInput,
795
- options?: __HttpHandlerOptions
744
+ options?: __HttpHandlerOptions,
796
745
  ): Promise<AdminSetUserMFAPreferenceCommandOutput>;
797
746
  adminSetUserMFAPreference(
798
747
  args: AdminSetUserMFAPreferenceCommandInput,
799
- cb: (err: any, data?: AdminSetUserMFAPreferenceCommandOutput) => void
748
+ cb: (err: any, data?: AdminSetUserMFAPreferenceCommandOutput) => void,
800
749
  ): void;
801
750
  adminSetUserMFAPreference(
802
751
  args: AdminSetUserMFAPreferenceCommandInput,
803
752
  options: __HttpHandlerOptions,
804
- cb: (err: any, data?: AdminSetUserMFAPreferenceCommandOutput) => void
753
+ cb: (err: any, data?: AdminSetUserMFAPreferenceCommandOutput) => void,
805
754
  ): void;
806
755
  adminSetUserPassword(
807
756
  args: AdminSetUserPasswordCommandInput,
808
- options?: __HttpHandlerOptions
757
+ options?: __HttpHandlerOptions,
809
758
  ): Promise<AdminSetUserPasswordCommandOutput>;
810
759
  adminSetUserPassword(
811
760
  args: AdminSetUserPasswordCommandInput,
812
- cb: (err: any, data?: AdminSetUserPasswordCommandOutput) => void
761
+ cb: (err: any, data?: AdminSetUserPasswordCommandOutput) => void,
813
762
  ): void;
814
763
  adminSetUserPassword(
815
764
  args: AdminSetUserPasswordCommandInput,
816
765
  options: __HttpHandlerOptions,
817
- cb: (err: any, data?: AdminSetUserPasswordCommandOutput) => void
766
+ cb: (err: any, data?: AdminSetUserPasswordCommandOutput) => void,
818
767
  ): void;
819
768
  adminSetUserSettings(
820
769
  args: AdminSetUserSettingsCommandInput,
821
- options?: __HttpHandlerOptions
770
+ options?: __HttpHandlerOptions,
822
771
  ): Promise<AdminSetUserSettingsCommandOutput>;
823
772
  adminSetUserSettings(
824
773
  args: AdminSetUserSettingsCommandInput,
825
- cb: (err: any, data?: AdminSetUserSettingsCommandOutput) => void
774
+ cb: (err: any, data?: AdminSetUserSettingsCommandOutput) => void,
826
775
  ): void;
827
776
  adminSetUserSettings(
828
777
  args: AdminSetUserSettingsCommandInput,
829
778
  options: __HttpHandlerOptions,
830
- cb: (err: any, data?: AdminSetUserSettingsCommandOutput) => void
779
+ cb: (err: any, data?: AdminSetUserSettingsCommandOutput) => void,
831
780
  ): void;
832
781
  adminUpdateAuthEventFeedback(
833
782
  args: AdminUpdateAuthEventFeedbackCommandInput,
834
- options?: __HttpHandlerOptions
783
+ options?: __HttpHandlerOptions,
835
784
  ): Promise<AdminUpdateAuthEventFeedbackCommandOutput>;
836
785
  adminUpdateAuthEventFeedback(
837
786
  args: AdminUpdateAuthEventFeedbackCommandInput,
838
- cb: (err: any, data?: AdminUpdateAuthEventFeedbackCommandOutput) => void
787
+ cb: (err: any, data?: AdminUpdateAuthEventFeedbackCommandOutput) => void,
839
788
  ): void;
840
789
  adminUpdateAuthEventFeedback(
841
790
  args: AdminUpdateAuthEventFeedbackCommandInput,
842
791
  options: __HttpHandlerOptions,
843
- cb: (err: any, data?: AdminUpdateAuthEventFeedbackCommandOutput) => void
792
+ cb: (err: any, data?: AdminUpdateAuthEventFeedbackCommandOutput) => void,
844
793
  ): void;
845
794
  adminUpdateDeviceStatus(
846
795
  args: AdminUpdateDeviceStatusCommandInput,
847
- options?: __HttpHandlerOptions
796
+ options?: __HttpHandlerOptions,
848
797
  ): Promise<AdminUpdateDeviceStatusCommandOutput>;
849
798
  adminUpdateDeviceStatus(
850
799
  args: AdminUpdateDeviceStatusCommandInput,
851
- cb: (err: any, data?: AdminUpdateDeviceStatusCommandOutput) => void
800
+ cb: (err: any, data?: AdminUpdateDeviceStatusCommandOutput) => void,
852
801
  ): void;
853
802
  adminUpdateDeviceStatus(
854
803
  args: AdminUpdateDeviceStatusCommandInput,
855
804
  options: __HttpHandlerOptions,
856
- cb: (err: any, data?: AdminUpdateDeviceStatusCommandOutput) => void
805
+ cb: (err: any, data?: AdminUpdateDeviceStatusCommandOutput) => void,
857
806
  ): void;
858
807
  adminUpdateUserAttributes(
859
808
  args: AdminUpdateUserAttributesCommandInput,
860
- options?: __HttpHandlerOptions
809
+ options?: __HttpHandlerOptions,
861
810
  ): Promise<AdminUpdateUserAttributesCommandOutput>;
862
811
  adminUpdateUserAttributes(
863
812
  args: AdminUpdateUserAttributesCommandInput,
864
- cb: (err: any, data?: AdminUpdateUserAttributesCommandOutput) => void
813
+ cb: (err: any, data?: AdminUpdateUserAttributesCommandOutput) => void,
865
814
  ): void;
866
815
  adminUpdateUserAttributes(
867
816
  args: AdminUpdateUserAttributesCommandInput,
868
817
  options: __HttpHandlerOptions,
869
- cb: (err: any, data?: AdminUpdateUserAttributesCommandOutput) => void
818
+ cb: (err: any, data?: AdminUpdateUserAttributesCommandOutput) => void,
870
819
  ): void;
871
820
  adminUserGlobalSignOut(
872
821
  args: AdminUserGlobalSignOutCommandInput,
873
- options?: __HttpHandlerOptions
822
+ options?: __HttpHandlerOptions,
874
823
  ): Promise<AdminUserGlobalSignOutCommandOutput>;
875
824
  adminUserGlobalSignOut(
876
825
  args: AdminUserGlobalSignOutCommandInput,
877
- cb: (err: any, data?: AdminUserGlobalSignOutCommandOutput) => void
826
+ cb: (err: any, data?: AdminUserGlobalSignOutCommandOutput) => void,
878
827
  ): void;
879
828
  adminUserGlobalSignOut(
880
829
  args: AdminUserGlobalSignOutCommandInput,
881
830
  options: __HttpHandlerOptions,
882
- cb: (err: any, data?: AdminUserGlobalSignOutCommandOutput) => void
831
+ cb: (err: any, data?: AdminUserGlobalSignOutCommandOutput) => void,
883
832
  ): void;
884
833
  associateSoftwareToken(): Promise<AssociateSoftwareTokenCommandOutput>;
885
834
  associateSoftwareToken(
886
835
  args: AssociateSoftwareTokenCommandInput,
887
- options?: __HttpHandlerOptions
836
+ options?: __HttpHandlerOptions,
888
837
  ): Promise<AssociateSoftwareTokenCommandOutput>;
889
838
  associateSoftwareToken(
890
839
  args: AssociateSoftwareTokenCommandInput,
891
- cb: (err: any, data?: AssociateSoftwareTokenCommandOutput) => void
840
+ cb: (err: any, data?: AssociateSoftwareTokenCommandOutput) => void,
892
841
  ): void;
893
842
  associateSoftwareToken(
894
843
  args: AssociateSoftwareTokenCommandInput,
895
844
  options: __HttpHandlerOptions,
896
- cb: (err: any, data?: AssociateSoftwareTokenCommandOutput) => void
845
+ cb: (err: any, data?: AssociateSoftwareTokenCommandOutput) => void,
897
846
  ): void;
898
847
  changePassword(
899
848
  args: ChangePasswordCommandInput,
900
- options?: __HttpHandlerOptions
849
+ options?: __HttpHandlerOptions,
901
850
  ): Promise<ChangePasswordCommandOutput>;
902
851
  changePassword(
903
852
  args: ChangePasswordCommandInput,
904
- cb: (err: any, data?: ChangePasswordCommandOutput) => void
853
+ cb: (err: any, data?: ChangePasswordCommandOutput) => void,
905
854
  ): void;
906
855
  changePassword(
907
856
  args: ChangePasswordCommandInput,
908
857
  options: __HttpHandlerOptions,
909
- cb: (err: any, data?: ChangePasswordCommandOutput) => void
858
+ cb: (err: any, data?: ChangePasswordCommandOutput) => void,
910
859
  ): void;
911
860
  completeWebAuthnRegistration(
912
861
  args: CompleteWebAuthnRegistrationCommandInput,
913
- options?: __HttpHandlerOptions
862
+ options?: __HttpHandlerOptions,
914
863
  ): Promise<CompleteWebAuthnRegistrationCommandOutput>;
915
864
  completeWebAuthnRegistration(
916
865
  args: CompleteWebAuthnRegistrationCommandInput,
917
- cb: (err: any, data?: CompleteWebAuthnRegistrationCommandOutput) => void
866
+ cb: (err: any, data?: CompleteWebAuthnRegistrationCommandOutput) => void,
918
867
  ): void;
919
868
  completeWebAuthnRegistration(
920
869
  args: CompleteWebAuthnRegistrationCommandInput,
921
870
  options: __HttpHandlerOptions,
922
- cb: (err: any, data?: CompleteWebAuthnRegistrationCommandOutput) => void
871
+ cb: (err: any, data?: CompleteWebAuthnRegistrationCommandOutput) => void,
923
872
  ): void;
924
873
  confirmDevice(
925
874
  args: ConfirmDeviceCommandInput,
926
- options?: __HttpHandlerOptions
875
+ options?: __HttpHandlerOptions,
927
876
  ): Promise<ConfirmDeviceCommandOutput>;
928
877
  confirmDevice(
929
878
  args: ConfirmDeviceCommandInput,
930
- cb: (err: any, data?: ConfirmDeviceCommandOutput) => void
879
+ cb: (err: any, data?: ConfirmDeviceCommandOutput) => void,
931
880
  ): void;
932
881
  confirmDevice(
933
882
  args: ConfirmDeviceCommandInput,
934
883
  options: __HttpHandlerOptions,
935
- cb: (err: any, data?: ConfirmDeviceCommandOutput) => void
884
+ cb: (err: any, data?: ConfirmDeviceCommandOutput) => void,
936
885
  ): void;
937
886
  confirmForgotPassword(
938
887
  args: ConfirmForgotPasswordCommandInput,
939
- options?: __HttpHandlerOptions
888
+ options?: __HttpHandlerOptions,
940
889
  ): Promise<ConfirmForgotPasswordCommandOutput>;
941
890
  confirmForgotPassword(
942
891
  args: ConfirmForgotPasswordCommandInput,
943
- cb: (err: any, data?: ConfirmForgotPasswordCommandOutput) => void
892
+ cb: (err: any, data?: ConfirmForgotPasswordCommandOutput) => void,
944
893
  ): void;
945
894
  confirmForgotPassword(
946
895
  args: ConfirmForgotPasswordCommandInput,
947
896
  options: __HttpHandlerOptions,
948
- cb: (err: any, data?: ConfirmForgotPasswordCommandOutput) => void
897
+ cb: (err: any, data?: ConfirmForgotPasswordCommandOutput) => void,
949
898
  ): void;
950
899
  confirmSignUp(
951
900
  args: ConfirmSignUpCommandInput,
952
- options?: __HttpHandlerOptions
901
+ options?: __HttpHandlerOptions,
953
902
  ): Promise<ConfirmSignUpCommandOutput>;
954
903
  confirmSignUp(
955
904
  args: ConfirmSignUpCommandInput,
956
- cb: (err: any, data?: ConfirmSignUpCommandOutput) => void
905
+ cb: (err: any, data?: ConfirmSignUpCommandOutput) => void,
957
906
  ): void;
958
907
  confirmSignUp(
959
908
  args: ConfirmSignUpCommandInput,
960
909
  options: __HttpHandlerOptions,
961
- cb: (err: any, data?: ConfirmSignUpCommandOutput) => void
910
+ cb: (err: any, data?: ConfirmSignUpCommandOutput) => void,
962
911
  ): void;
963
912
  createGroup(
964
913
  args: CreateGroupCommandInput,
965
- options?: __HttpHandlerOptions
914
+ options?: __HttpHandlerOptions,
966
915
  ): Promise<CreateGroupCommandOutput>;
967
916
  createGroup(
968
917
  args: CreateGroupCommandInput,
969
- cb: (err: any, data?: CreateGroupCommandOutput) => void
918
+ cb: (err: any, data?: CreateGroupCommandOutput) => void,
970
919
  ): void;
971
920
  createGroup(
972
921
  args: CreateGroupCommandInput,
973
922
  options: __HttpHandlerOptions,
974
- cb: (err: any, data?: CreateGroupCommandOutput) => void
923
+ cb: (err: any, data?: CreateGroupCommandOutput) => void,
975
924
  ): void;
976
925
  createIdentityProvider(
977
926
  args: CreateIdentityProviderCommandInput,
978
- options?: __HttpHandlerOptions
927
+ options?: __HttpHandlerOptions,
979
928
  ): Promise<CreateIdentityProviderCommandOutput>;
980
929
  createIdentityProvider(
981
930
  args: CreateIdentityProviderCommandInput,
982
- cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void
931
+ cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void,
983
932
  ): void;
984
933
  createIdentityProvider(
985
934
  args: CreateIdentityProviderCommandInput,
986
935
  options: __HttpHandlerOptions,
987
- cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void
936
+ cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void,
988
937
  ): void;
989
938
  createManagedLoginBranding(
990
939
  args: CreateManagedLoginBrandingCommandInput,
991
- options?: __HttpHandlerOptions
940
+ options?: __HttpHandlerOptions,
992
941
  ): Promise<CreateManagedLoginBrandingCommandOutput>;
993
942
  createManagedLoginBranding(
994
943
  args: CreateManagedLoginBrandingCommandInput,
995
- cb: (err: any, data?: CreateManagedLoginBrandingCommandOutput) => void
944
+ cb: (err: any, data?: CreateManagedLoginBrandingCommandOutput) => void,
996
945
  ): void;
997
946
  createManagedLoginBranding(
998
947
  args: CreateManagedLoginBrandingCommandInput,
999
948
  options: __HttpHandlerOptions,
1000
- cb: (err: any, data?: CreateManagedLoginBrandingCommandOutput) => void
949
+ cb: (err: any, data?: CreateManagedLoginBrandingCommandOutput) => void,
1001
950
  ): void;
1002
951
  createResourceServer(
1003
952
  args: CreateResourceServerCommandInput,
1004
- options?: __HttpHandlerOptions
953
+ options?: __HttpHandlerOptions,
1005
954
  ): Promise<CreateResourceServerCommandOutput>;
1006
955
  createResourceServer(
1007
956
  args: CreateResourceServerCommandInput,
1008
- cb: (err: any, data?: CreateResourceServerCommandOutput) => void
957
+ cb: (err: any, data?: CreateResourceServerCommandOutput) => void,
1009
958
  ): void;
1010
959
  createResourceServer(
1011
960
  args: CreateResourceServerCommandInput,
1012
961
  options: __HttpHandlerOptions,
1013
- cb: (err: any, data?: CreateResourceServerCommandOutput) => void
962
+ cb: (err: any, data?: CreateResourceServerCommandOutput) => void,
1014
963
  ): void;
1015
964
  createTerms(
1016
965
  args: CreateTermsCommandInput,
1017
- options?: __HttpHandlerOptions
966
+ options?: __HttpHandlerOptions,
1018
967
  ): Promise<CreateTermsCommandOutput>;
1019
968
  createTerms(
1020
969
  args: CreateTermsCommandInput,
1021
- cb: (err: any, data?: CreateTermsCommandOutput) => void
970
+ cb: (err: any, data?: CreateTermsCommandOutput) => void,
1022
971
  ): void;
1023
972
  createTerms(
1024
973
  args: CreateTermsCommandInput,
1025
974
  options: __HttpHandlerOptions,
1026
- cb: (err: any, data?: CreateTermsCommandOutput) => void
975
+ cb: (err: any, data?: CreateTermsCommandOutput) => void,
1027
976
  ): void;
1028
977
  createUserImportJob(
1029
978
  args: CreateUserImportJobCommandInput,
1030
- options?: __HttpHandlerOptions
979
+ options?: __HttpHandlerOptions,
1031
980
  ): Promise<CreateUserImportJobCommandOutput>;
1032
981
  createUserImportJob(
1033
982
  args: CreateUserImportJobCommandInput,
1034
- cb: (err: any, data?: CreateUserImportJobCommandOutput) => void
983
+ cb: (err: any, data?: CreateUserImportJobCommandOutput) => void,
1035
984
  ): void;
1036
985
  createUserImportJob(
1037
986
  args: CreateUserImportJobCommandInput,
1038
987
  options: __HttpHandlerOptions,
1039
- cb: (err: any, data?: CreateUserImportJobCommandOutput) => void
988
+ cb: (err: any, data?: CreateUserImportJobCommandOutput) => void,
1040
989
  ): void;
1041
990
  createUserPool(
1042
991
  args: CreateUserPoolCommandInput,
1043
- options?: __HttpHandlerOptions
992
+ options?: __HttpHandlerOptions,
1044
993
  ): Promise<CreateUserPoolCommandOutput>;
1045
994
  createUserPool(
1046
995
  args: CreateUserPoolCommandInput,
1047
- cb: (err: any, data?: CreateUserPoolCommandOutput) => void
996
+ cb: (err: any, data?: CreateUserPoolCommandOutput) => void,
1048
997
  ): void;
1049
998
  createUserPool(
1050
999
  args: CreateUserPoolCommandInput,
1051
1000
  options: __HttpHandlerOptions,
1052
- cb: (err: any, data?: CreateUserPoolCommandOutput) => void
1001
+ cb: (err: any, data?: CreateUserPoolCommandOutput) => void,
1053
1002
  ): void;
1054
1003
  createUserPoolClient(
1055
1004
  args: CreateUserPoolClientCommandInput,
1056
- options?: __HttpHandlerOptions
1005
+ options?: __HttpHandlerOptions,
1057
1006
  ): Promise<CreateUserPoolClientCommandOutput>;
1058
1007
  createUserPoolClient(
1059
1008
  args: CreateUserPoolClientCommandInput,
1060
- cb: (err: any, data?: CreateUserPoolClientCommandOutput) => void
1009
+ cb: (err: any, data?: CreateUserPoolClientCommandOutput) => void,
1061
1010
  ): void;
1062
1011
  createUserPoolClient(
1063
1012
  args: CreateUserPoolClientCommandInput,
1064
1013
  options: __HttpHandlerOptions,
1065
- cb: (err: any, data?: CreateUserPoolClientCommandOutput) => void
1014
+ cb: (err: any, data?: CreateUserPoolClientCommandOutput) => void,
1066
1015
  ): void;
1067
1016
  createUserPoolDomain(
1068
1017
  args: CreateUserPoolDomainCommandInput,
1069
- options?: __HttpHandlerOptions
1018
+ options?: __HttpHandlerOptions,
1070
1019
  ): Promise<CreateUserPoolDomainCommandOutput>;
1071
1020
  createUserPoolDomain(
1072
1021
  args: CreateUserPoolDomainCommandInput,
1073
- cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void
1022
+ cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void,
1074
1023
  ): void;
1075
1024
  createUserPoolDomain(
1076
1025
  args: CreateUserPoolDomainCommandInput,
1077
1026
  options: __HttpHandlerOptions,
1078
- cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void
1027
+ cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void,
1079
1028
  ): void;
1080
1029
  createUserPoolReplica(
1081
1030
  args: CreateUserPoolReplicaCommandInput,
1082
- options?: __HttpHandlerOptions
1031
+ options?: __HttpHandlerOptions,
1083
1032
  ): Promise<CreateUserPoolReplicaCommandOutput>;
1084
1033
  createUserPoolReplica(
1085
1034
  args: CreateUserPoolReplicaCommandInput,
1086
- cb: (err: any, data?: CreateUserPoolReplicaCommandOutput) => void
1035
+ cb: (err: any, data?: CreateUserPoolReplicaCommandOutput) => void,
1087
1036
  ): void;
1088
1037
  createUserPoolReplica(
1089
1038
  args: CreateUserPoolReplicaCommandInput,
1090
1039
  options: __HttpHandlerOptions,
1091
- cb: (err: any, data?: CreateUserPoolReplicaCommandOutput) => void
1040
+ cb: (err: any, data?: CreateUserPoolReplicaCommandOutput) => void,
1092
1041
  ): void;
1093
1042
  deleteGroup(
1094
1043
  args: DeleteGroupCommandInput,
1095
- options?: __HttpHandlerOptions
1044
+ options?: __HttpHandlerOptions,
1096
1045
  ): Promise<DeleteGroupCommandOutput>;
1097
1046
  deleteGroup(
1098
1047
  args: DeleteGroupCommandInput,
1099
- cb: (err: any, data?: DeleteGroupCommandOutput) => void
1048
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void,
1100
1049
  ): void;
1101
1050
  deleteGroup(
1102
1051
  args: DeleteGroupCommandInput,
1103
1052
  options: __HttpHandlerOptions,
1104
- cb: (err: any, data?: DeleteGroupCommandOutput) => void
1053
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void,
1105
1054
  ): void;
1106
1055
  deleteIdentityProvider(
1107
1056
  args: DeleteIdentityProviderCommandInput,
1108
- options?: __HttpHandlerOptions
1057
+ options?: __HttpHandlerOptions,
1109
1058
  ): Promise<DeleteIdentityProviderCommandOutput>;
1110
1059
  deleteIdentityProvider(
1111
1060
  args: DeleteIdentityProviderCommandInput,
1112
- cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void
1061
+ cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void,
1113
1062
  ): void;
1114
1063
  deleteIdentityProvider(
1115
1064
  args: DeleteIdentityProviderCommandInput,
1116
1065
  options: __HttpHandlerOptions,
1117
- cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void
1066
+ cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void,
1118
1067
  ): void;
1119
1068
  deleteManagedLoginBranding(
1120
1069
  args: DeleteManagedLoginBrandingCommandInput,
1121
- options?: __HttpHandlerOptions
1070
+ options?: __HttpHandlerOptions,
1122
1071
  ): Promise<DeleteManagedLoginBrandingCommandOutput>;
1123
1072
  deleteManagedLoginBranding(
1124
1073
  args: DeleteManagedLoginBrandingCommandInput,
1125
- cb: (err: any, data?: DeleteManagedLoginBrandingCommandOutput) => void
1074
+ cb: (err: any, data?: DeleteManagedLoginBrandingCommandOutput) => void,
1126
1075
  ): void;
1127
1076
  deleteManagedLoginBranding(
1128
1077
  args: DeleteManagedLoginBrandingCommandInput,
1129
1078
  options: __HttpHandlerOptions,
1130
- cb: (err: any, data?: DeleteManagedLoginBrandingCommandOutput) => void
1079
+ cb: (err: any, data?: DeleteManagedLoginBrandingCommandOutput) => void,
1131
1080
  ): void;
1132
1081
  deleteResourceServer(
1133
1082
  args: DeleteResourceServerCommandInput,
1134
- options?: __HttpHandlerOptions
1083
+ options?: __HttpHandlerOptions,
1135
1084
  ): Promise<DeleteResourceServerCommandOutput>;
1136
1085
  deleteResourceServer(
1137
1086
  args: DeleteResourceServerCommandInput,
1138
- cb: (err: any, data?: DeleteResourceServerCommandOutput) => void
1087
+ cb: (err: any, data?: DeleteResourceServerCommandOutput) => void,
1139
1088
  ): void;
1140
1089
  deleteResourceServer(
1141
1090
  args: DeleteResourceServerCommandInput,
1142
1091
  options: __HttpHandlerOptions,
1143
- cb: (err: any, data?: DeleteResourceServerCommandOutput) => void
1092
+ cb: (err: any, data?: DeleteResourceServerCommandOutput) => void,
1144
1093
  ): void;
1145
1094
  deleteTerms(
1146
1095
  args: DeleteTermsCommandInput,
1147
- options?: __HttpHandlerOptions
1096
+ options?: __HttpHandlerOptions,
1148
1097
  ): Promise<DeleteTermsCommandOutput>;
1149
1098
  deleteTerms(
1150
1099
  args: DeleteTermsCommandInput,
1151
- cb: (err: any, data?: DeleteTermsCommandOutput) => void
1100
+ cb: (err: any, data?: DeleteTermsCommandOutput) => void,
1152
1101
  ): void;
1153
1102
  deleteTerms(
1154
1103
  args: DeleteTermsCommandInput,
1155
1104
  options: __HttpHandlerOptions,
1156
- cb: (err: any, data?: DeleteTermsCommandOutput) => void
1105
+ cb: (err: any, data?: DeleteTermsCommandOutput) => void,
1157
1106
  ): void;
1158
1107
  deleteUser(
1159
1108
  args: DeleteUserCommandInput,
1160
- options?: __HttpHandlerOptions
1109
+ options?: __HttpHandlerOptions,
1161
1110
  ): Promise<DeleteUserCommandOutput>;
1162
1111
  deleteUser(
1163
1112
  args: DeleteUserCommandInput,
1164
- cb: (err: any, data?: DeleteUserCommandOutput) => void
1113
+ cb: (err: any, data?: DeleteUserCommandOutput) => void,
1165
1114
  ): void;
1166
1115
  deleteUser(
1167
1116
  args: DeleteUserCommandInput,
1168
1117
  options: __HttpHandlerOptions,
1169
- cb: (err: any, data?: DeleteUserCommandOutput) => void
1118
+ cb: (err: any, data?: DeleteUserCommandOutput) => void,
1170
1119
  ): void;
1171
1120
  deleteUserAttributes(
1172
1121
  args: DeleteUserAttributesCommandInput,
1173
- options?: __HttpHandlerOptions
1122
+ options?: __HttpHandlerOptions,
1174
1123
  ): Promise<DeleteUserAttributesCommandOutput>;
1175
1124
  deleteUserAttributes(
1176
1125
  args: DeleteUserAttributesCommandInput,
1177
- cb: (err: any, data?: DeleteUserAttributesCommandOutput) => void
1126
+ cb: (err: any, data?: DeleteUserAttributesCommandOutput) => void,
1178
1127
  ): void;
1179
1128
  deleteUserAttributes(
1180
1129
  args: DeleteUserAttributesCommandInput,
1181
1130
  options: __HttpHandlerOptions,
1182
- cb: (err: any, data?: DeleteUserAttributesCommandOutput) => void
1131
+ cb: (err: any, data?: DeleteUserAttributesCommandOutput) => void,
1183
1132
  ): void;
1184
1133
  deleteUserPool(
1185
1134
  args: DeleteUserPoolCommandInput,
1186
- options?: __HttpHandlerOptions
1135
+ options?: __HttpHandlerOptions,
1187
1136
  ): Promise<DeleteUserPoolCommandOutput>;
1188
1137
  deleteUserPool(
1189
1138
  args: DeleteUserPoolCommandInput,
1190
- cb: (err: any, data?: DeleteUserPoolCommandOutput) => void
1139
+ cb: (err: any, data?: DeleteUserPoolCommandOutput) => void,
1191
1140
  ): void;
1192
1141
  deleteUserPool(
1193
1142
  args: DeleteUserPoolCommandInput,
1194
1143
  options: __HttpHandlerOptions,
1195
- cb: (err: any, data?: DeleteUserPoolCommandOutput) => void
1144
+ cb: (err: any, data?: DeleteUserPoolCommandOutput) => void,
1196
1145
  ): void;
1197
1146
  deleteUserPoolClient(
1198
1147
  args: DeleteUserPoolClientCommandInput,
1199
- options?: __HttpHandlerOptions
1148
+ options?: __HttpHandlerOptions,
1200
1149
  ): Promise<DeleteUserPoolClientCommandOutput>;
1201
1150
  deleteUserPoolClient(
1202
1151
  args: DeleteUserPoolClientCommandInput,
1203
- cb: (err: any, data?: DeleteUserPoolClientCommandOutput) => void
1152
+ cb: (err: any, data?: DeleteUserPoolClientCommandOutput) => void,
1204
1153
  ): void;
1205
1154
  deleteUserPoolClient(
1206
1155
  args: DeleteUserPoolClientCommandInput,
1207
1156
  options: __HttpHandlerOptions,
1208
- cb: (err: any, data?: DeleteUserPoolClientCommandOutput) => void
1157
+ cb: (err: any, data?: DeleteUserPoolClientCommandOutput) => void,
1209
1158
  ): void;
1210
1159
  deleteUserPoolClientSecret(
1211
1160
  args: DeleteUserPoolClientSecretCommandInput,
1212
- options?: __HttpHandlerOptions
1161
+ options?: __HttpHandlerOptions,
1213
1162
  ): Promise<DeleteUserPoolClientSecretCommandOutput>;
1214
1163
  deleteUserPoolClientSecret(
1215
1164
  args: DeleteUserPoolClientSecretCommandInput,
1216
- cb: (err: any, data?: DeleteUserPoolClientSecretCommandOutput) => void
1165
+ cb: (err: any, data?: DeleteUserPoolClientSecretCommandOutput) => void,
1217
1166
  ): void;
1218
1167
  deleteUserPoolClientSecret(
1219
1168
  args: DeleteUserPoolClientSecretCommandInput,
1220
1169
  options: __HttpHandlerOptions,
1221
- cb: (err: any, data?: DeleteUserPoolClientSecretCommandOutput) => void
1170
+ cb: (err: any, data?: DeleteUserPoolClientSecretCommandOutput) => void,
1222
1171
  ): void;
1223
1172
  deleteUserPoolDomain(
1224
1173
  args: DeleteUserPoolDomainCommandInput,
1225
- options?: __HttpHandlerOptions
1174
+ options?: __HttpHandlerOptions,
1226
1175
  ): Promise<DeleteUserPoolDomainCommandOutput>;
1227
1176
  deleteUserPoolDomain(
1228
1177
  args: DeleteUserPoolDomainCommandInput,
1229
- cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void
1178
+ cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void,
1230
1179
  ): void;
1231
1180
  deleteUserPoolDomain(
1232
1181
  args: DeleteUserPoolDomainCommandInput,
1233
1182
  options: __HttpHandlerOptions,
1234
- cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void
1183
+ cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void,
1235
1184
  ): void;
1236
1185
  deleteUserPoolReplica(
1237
1186
  args: DeleteUserPoolReplicaCommandInput,
1238
- options?: __HttpHandlerOptions
1187
+ options?: __HttpHandlerOptions,
1239
1188
  ): Promise<DeleteUserPoolReplicaCommandOutput>;
1240
1189
  deleteUserPoolReplica(
1241
1190
  args: DeleteUserPoolReplicaCommandInput,
1242
- cb: (err: any, data?: DeleteUserPoolReplicaCommandOutput) => void
1191
+ cb: (err: any, data?: DeleteUserPoolReplicaCommandOutput) => void,
1243
1192
  ): void;
1244
1193
  deleteUserPoolReplica(
1245
1194
  args: DeleteUserPoolReplicaCommandInput,
1246
1195
  options: __HttpHandlerOptions,
1247
- cb: (err: any, data?: DeleteUserPoolReplicaCommandOutput) => void
1196
+ cb: (err: any, data?: DeleteUserPoolReplicaCommandOutput) => void,
1248
1197
  ): void;
1249
1198
  deleteWebAuthnCredential(
1250
1199
  args: DeleteWebAuthnCredentialCommandInput,
1251
- options?: __HttpHandlerOptions
1200
+ options?: __HttpHandlerOptions,
1252
1201
  ): Promise<DeleteWebAuthnCredentialCommandOutput>;
1253
1202
  deleteWebAuthnCredential(
1254
1203
  args: DeleteWebAuthnCredentialCommandInput,
1255
- cb: (err: any, data?: DeleteWebAuthnCredentialCommandOutput) => void
1204
+ cb: (err: any, data?: DeleteWebAuthnCredentialCommandOutput) => void,
1256
1205
  ): void;
1257
1206
  deleteWebAuthnCredential(
1258
1207
  args: DeleteWebAuthnCredentialCommandInput,
1259
1208
  options: __HttpHandlerOptions,
1260
- cb: (err: any, data?: DeleteWebAuthnCredentialCommandOutput) => void
1209
+ cb: (err: any, data?: DeleteWebAuthnCredentialCommandOutput) => void,
1261
1210
  ): void;
1262
1211
  describeIdentityProvider(
1263
1212
  args: DescribeIdentityProviderCommandInput,
1264
- options?: __HttpHandlerOptions
1213
+ options?: __HttpHandlerOptions,
1265
1214
  ): Promise<DescribeIdentityProviderCommandOutput>;
1266
1215
  describeIdentityProvider(
1267
1216
  args: DescribeIdentityProviderCommandInput,
1268
- cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void
1217
+ cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void,
1269
1218
  ): void;
1270
1219
  describeIdentityProvider(
1271
1220
  args: DescribeIdentityProviderCommandInput,
1272
1221
  options: __HttpHandlerOptions,
1273
- cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void
1222
+ cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void,
1274
1223
  ): void;
1275
1224
  describeManagedLoginBranding(
1276
1225
  args: DescribeManagedLoginBrandingCommandInput,
1277
- options?: __HttpHandlerOptions
1226
+ options?: __HttpHandlerOptions,
1278
1227
  ): Promise<DescribeManagedLoginBrandingCommandOutput>;
1279
1228
  describeManagedLoginBranding(
1280
1229
  args: DescribeManagedLoginBrandingCommandInput,
1281
- cb: (err: any, data?: DescribeManagedLoginBrandingCommandOutput) => void
1230
+ cb: (err: any, data?: DescribeManagedLoginBrandingCommandOutput) => void,
1282
1231
  ): void;
1283
1232
  describeManagedLoginBranding(
1284
1233
  args: DescribeManagedLoginBrandingCommandInput,
1285
1234
  options: __HttpHandlerOptions,
1286
- cb: (err: any, data?: DescribeManagedLoginBrandingCommandOutput) => void
1235
+ cb: (err: any, data?: DescribeManagedLoginBrandingCommandOutput) => void,
1287
1236
  ): void;
1288
1237
  describeManagedLoginBrandingByClient(
1289
1238
  args: DescribeManagedLoginBrandingByClientCommandInput,
1290
- options?: __HttpHandlerOptions
1239
+ options?: __HttpHandlerOptions,
1291
1240
  ): Promise<DescribeManagedLoginBrandingByClientCommandOutput>;
1292
1241
  describeManagedLoginBrandingByClient(
1293
1242
  args: DescribeManagedLoginBrandingByClientCommandInput,
1294
- cb: (
1295
- err: any,
1296
- data?: DescribeManagedLoginBrandingByClientCommandOutput
1297
- ) => void
1243
+ cb: (err: any, data?: DescribeManagedLoginBrandingByClientCommandOutput) => void,
1298
1244
  ): void;
1299
1245
  describeManagedLoginBrandingByClient(
1300
1246
  args: DescribeManagedLoginBrandingByClientCommandInput,
1301
1247
  options: __HttpHandlerOptions,
1302
- cb: (
1303
- err: any,
1304
- data?: DescribeManagedLoginBrandingByClientCommandOutput
1305
- ) => void
1248
+ cb: (err: any, data?: DescribeManagedLoginBrandingByClientCommandOutput) => void,
1306
1249
  ): void;
1307
1250
  describeResourceServer(
1308
1251
  args: DescribeResourceServerCommandInput,
1309
- options?: __HttpHandlerOptions
1252
+ options?: __HttpHandlerOptions,
1310
1253
  ): Promise<DescribeResourceServerCommandOutput>;
1311
1254
  describeResourceServer(
1312
1255
  args: DescribeResourceServerCommandInput,
1313
- cb: (err: any, data?: DescribeResourceServerCommandOutput) => void
1256
+ cb: (err: any, data?: DescribeResourceServerCommandOutput) => void,
1314
1257
  ): void;
1315
1258
  describeResourceServer(
1316
1259
  args: DescribeResourceServerCommandInput,
1317
1260
  options: __HttpHandlerOptions,
1318
- cb: (err: any, data?: DescribeResourceServerCommandOutput) => void
1261
+ cb: (err: any, data?: DescribeResourceServerCommandOutput) => void,
1319
1262
  ): void;
1320
1263
  describeRiskConfiguration(
1321
1264
  args: DescribeRiskConfigurationCommandInput,
1322
- options?: __HttpHandlerOptions
1265
+ options?: __HttpHandlerOptions,
1323
1266
  ): Promise<DescribeRiskConfigurationCommandOutput>;
1324
1267
  describeRiskConfiguration(
1325
1268
  args: DescribeRiskConfigurationCommandInput,
1326
- cb: (err: any, data?: DescribeRiskConfigurationCommandOutput) => void
1269
+ cb: (err: any, data?: DescribeRiskConfigurationCommandOutput) => void,
1327
1270
  ): void;
1328
1271
  describeRiskConfiguration(
1329
1272
  args: DescribeRiskConfigurationCommandInput,
1330
1273
  options: __HttpHandlerOptions,
1331
- cb: (err: any, data?: DescribeRiskConfigurationCommandOutput) => void
1274
+ cb: (err: any, data?: DescribeRiskConfigurationCommandOutput) => void,
1332
1275
  ): void;
1333
1276
  describeTerms(
1334
1277
  args: DescribeTermsCommandInput,
1335
- options?: __HttpHandlerOptions
1278
+ options?: __HttpHandlerOptions,
1336
1279
  ): Promise<DescribeTermsCommandOutput>;
1337
1280
  describeTerms(
1338
1281
  args: DescribeTermsCommandInput,
1339
- cb: (err: any, data?: DescribeTermsCommandOutput) => void
1282
+ cb: (err: any, data?: DescribeTermsCommandOutput) => void,
1340
1283
  ): void;
1341
1284
  describeTerms(
1342
1285
  args: DescribeTermsCommandInput,
1343
1286
  options: __HttpHandlerOptions,
1344
- cb: (err: any, data?: DescribeTermsCommandOutput) => void
1287
+ cb: (err: any, data?: DescribeTermsCommandOutput) => void,
1345
1288
  ): void;
1346
1289
  describeUserImportJob(
1347
1290
  args: DescribeUserImportJobCommandInput,
1348
- options?: __HttpHandlerOptions
1291
+ options?: __HttpHandlerOptions,
1349
1292
  ): Promise<DescribeUserImportJobCommandOutput>;
1350
1293
  describeUserImportJob(
1351
1294
  args: DescribeUserImportJobCommandInput,
1352
- cb: (err: any, data?: DescribeUserImportJobCommandOutput) => void
1295
+ cb: (err: any, data?: DescribeUserImportJobCommandOutput) => void,
1353
1296
  ): void;
1354
1297
  describeUserImportJob(
1355
1298
  args: DescribeUserImportJobCommandInput,
1356
1299
  options: __HttpHandlerOptions,
1357
- cb: (err: any, data?: DescribeUserImportJobCommandOutput) => void
1300
+ cb: (err: any, data?: DescribeUserImportJobCommandOutput) => void,
1358
1301
  ): void;
1359
1302
  describeUserPool(
1360
1303
  args: DescribeUserPoolCommandInput,
1361
- options?: __HttpHandlerOptions
1304
+ options?: __HttpHandlerOptions,
1362
1305
  ): Promise<DescribeUserPoolCommandOutput>;
1363
1306
  describeUserPool(
1364
1307
  args: DescribeUserPoolCommandInput,
1365
- cb: (err: any, data?: DescribeUserPoolCommandOutput) => void
1308
+ cb: (err: any, data?: DescribeUserPoolCommandOutput) => void,
1366
1309
  ): void;
1367
1310
  describeUserPool(
1368
1311
  args: DescribeUserPoolCommandInput,
1369
1312
  options: __HttpHandlerOptions,
1370
- cb: (err: any, data?: DescribeUserPoolCommandOutput) => void
1313
+ cb: (err: any, data?: DescribeUserPoolCommandOutput) => void,
1371
1314
  ): void;
1372
1315
  describeUserPoolClient(
1373
1316
  args: DescribeUserPoolClientCommandInput,
1374
- options?: __HttpHandlerOptions
1317
+ options?: __HttpHandlerOptions,
1375
1318
  ): Promise<DescribeUserPoolClientCommandOutput>;
1376
1319
  describeUserPoolClient(
1377
1320
  args: DescribeUserPoolClientCommandInput,
1378
- cb: (err: any, data?: DescribeUserPoolClientCommandOutput) => void
1321
+ cb: (err: any, data?: DescribeUserPoolClientCommandOutput) => void,
1379
1322
  ): void;
1380
1323
  describeUserPoolClient(
1381
1324
  args: DescribeUserPoolClientCommandInput,
1382
1325
  options: __HttpHandlerOptions,
1383
- cb: (err: any, data?: DescribeUserPoolClientCommandOutput) => void
1326
+ cb: (err: any, data?: DescribeUserPoolClientCommandOutput) => void,
1384
1327
  ): void;
1385
1328
  describeUserPoolDomain(
1386
1329
  args: DescribeUserPoolDomainCommandInput,
1387
- options?: __HttpHandlerOptions
1330
+ options?: __HttpHandlerOptions,
1388
1331
  ): Promise<DescribeUserPoolDomainCommandOutput>;
1389
1332
  describeUserPoolDomain(
1390
1333
  args: DescribeUserPoolDomainCommandInput,
1391
- cb: (err: any, data?: DescribeUserPoolDomainCommandOutput) => void
1334
+ cb: (err: any, data?: DescribeUserPoolDomainCommandOutput) => void,
1392
1335
  ): void;
1393
1336
  describeUserPoolDomain(
1394
1337
  args: DescribeUserPoolDomainCommandInput,
1395
1338
  options: __HttpHandlerOptions,
1396
- cb: (err: any, data?: DescribeUserPoolDomainCommandOutput) => void
1339
+ cb: (err: any, data?: DescribeUserPoolDomainCommandOutput) => void,
1397
1340
  ): void;
1398
1341
  forgetDevice(
1399
1342
  args: ForgetDeviceCommandInput,
1400
- options?: __HttpHandlerOptions
1343
+ options?: __HttpHandlerOptions,
1401
1344
  ): Promise<ForgetDeviceCommandOutput>;
1402
1345
  forgetDevice(
1403
1346
  args: ForgetDeviceCommandInput,
1404
- cb: (err: any, data?: ForgetDeviceCommandOutput) => void
1347
+ cb: (err: any, data?: ForgetDeviceCommandOutput) => void,
1405
1348
  ): void;
1406
1349
  forgetDevice(
1407
1350
  args: ForgetDeviceCommandInput,
1408
1351
  options: __HttpHandlerOptions,
1409
- cb: (err: any, data?: ForgetDeviceCommandOutput) => void
1352
+ cb: (err: any, data?: ForgetDeviceCommandOutput) => void,
1410
1353
  ): void;
1411
1354
  forgotPassword(
1412
1355
  args: ForgotPasswordCommandInput,
1413
- options?: __HttpHandlerOptions
1356
+ options?: __HttpHandlerOptions,
1414
1357
  ): Promise<ForgotPasswordCommandOutput>;
1415
1358
  forgotPassword(
1416
1359
  args: ForgotPasswordCommandInput,
1417
- cb: (err: any, data?: ForgotPasswordCommandOutput) => void
1360
+ cb: (err: any, data?: ForgotPasswordCommandOutput) => void,
1418
1361
  ): void;
1419
1362
  forgotPassword(
1420
1363
  args: ForgotPasswordCommandInput,
1421
1364
  options: __HttpHandlerOptions,
1422
- cb: (err: any, data?: ForgotPasswordCommandOutput) => void
1365
+ cb: (err: any, data?: ForgotPasswordCommandOutput) => void,
1423
1366
  ): void;
1424
1367
  getCSVHeader(
1425
1368
  args: GetCSVHeaderCommandInput,
1426
- options?: __HttpHandlerOptions
1369
+ options?: __HttpHandlerOptions,
1427
1370
  ): Promise<GetCSVHeaderCommandOutput>;
1428
1371
  getCSVHeader(
1429
1372
  args: GetCSVHeaderCommandInput,
1430
- cb: (err: any, data?: GetCSVHeaderCommandOutput) => void
1373
+ cb: (err: any, data?: GetCSVHeaderCommandOutput) => void,
1431
1374
  ): void;
1432
1375
  getCSVHeader(
1433
1376
  args: GetCSVHeaderCommandInput,
1434
1377
  options: __HttpHandlerOptions,
1435
- cb: (err: any, data?: GetCSVHeaderCommandOutput) => void
1378
+ cb: (err: any, data?: GetCSVHeaderCommandOutput) => void,
1436
1379
  ): void;
1437
1380
  getDevice(
1438
1381
  args: GetDeviceCommandInput,
1439
- options?: __HttpHandlerOptions
1382
+ options?: __HttpHandlerOptions,
1440
1383
  ): Promise<GetDeviceCommandOutput>;
1441
1384
  getDevice(
1442
1385
  args: GetDeviceCommandInput,
1443
- cb: (err: any, data?: GetDeviceCommandOutput) => void
1386
+ cb: (err: any, data?: GetDeviceCommandOutput) => void,
1444
1387
  ): void;
1445
1388
  getDevice(
1446
1389
  args: GetDeviceCommandInput,
1447
1390
  options: __HttpHandlerOptions,
1448
- cb: (err: any, data?: GetDeviceCommandOutput) => void
1391
+ cb: (err: any, data?: GetDeviceCommandOutput) => void,
1449
1392
  ): void;
1450
1393
  getGroup(
1451
1394
  args: GetGroupCommandInput,
1452
- options?: __HttpHandlerOptions
1395
+ options?: __HttpHandlerOptions,
1453
1396
  ): Promise<GetGroupCommandOutput>;
1454
- getGroup(
1455
- args: GetGroupCommandInput,
1456
- cb: (err: any, data?: GetGroupCommandOutput) => void
1457
- ): void;
1397
+ getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
1458
1398
  getGroup(
1459
1399
  args: GetGroupCommandInput,
1460
1400
  options: __HttpHandlerOptions,
1461
- cb: (err: any, data?: GetGroupCommandOutput) => void
1401
+ cb: (err: any, data?: GetGroupCommandOutput) => void,
1462
1402
  ): void;
1463
1403
  getIdentityProviderByIdentifier(
1464
1404
  args: GetIdentityProviderByIdentifierCommandInput,
1465
- options?: __HttpHandlerOptions
1405
+ options?: __HttpHandlerOptions,
1466
1406
  ): Promise<GetIdentityProviderByIdentifierCommandOutput>;
1467
1407
  getIdentityProviderByIdentifier(
1468
1408
  args: GetIdentityProviderByIdentifierCommandInput,
1469
- cb: (err: any, data?: GetIdentityProviderByIdentifierCommandOutput) => void
1409
+ cb: (err: any, data?: GetIdentityProviderByIdentifierCommandOutput) => void,
1470
1410
  ): void;
1471
1411
  getIdentityProviderByIdentifier(
1472
1412
  args: GetIdentityProviderByIdentifierCommandInput,
1473
1413
  options: __HttpHandlerOptions,
1474
- cb: (err: any, data?: GetIdentityProviderByIdentifierCommandOutput) => void
1414
+ cb: (err: any, data?: GetIdentityProviderByIdentifierCommandOutput) => void,
1475
1415
  ): void;
1476
1416
  getLogDeliveryConfiguration(
1477
1417
  args: GetLogDeliveryConfigurationCommandInput,
1478
- options?: __HttpHandlerOptions
1418
+ options?: __HttpHandlerOptions,
1479
1419
  ): Promise<GetLogDeliveryConfigurationCommandOutput>;
1480
1420
  getLogDeliveryConfiguration(
1481
1421
  args: GetLogDeliveryConfigurationCommandInput,
1482
- cb: (err: any, data?: GetLogDeliveryConfigurationCommandOutput) => void
1422
+ cb: (err: any, data?: GetLogDeliveryConfigurationCommandOutput) => void,
1483
1423
  ): void;
1484
1424
  getLogDeliveryConfiguration(
1485
1425
  args: GetLogDeliveryConfigurationCommandInput,
1486
1426
  options: __HttpHandlerOptions,
1487
- cb: (err: any, data?: GetLogDeliveryConfigurationCommandOutput) => void
1427
+ cb: (err: any, data?: GetLogDeliveryConfigurationCommandOutput) => void,
1488
1428
  ): void;
1489
1429
  getProvisionedLimit(
1490
1430
  args: GetProvisionedLimitCommandInput,
1491
- options?: __HttpHandlerOptions
1431
+ options?: __HttpHandlerOptions,
1492
1432
  ): Promise<GetProvisionedLimitCommandOutput>;
1493
1433
  getProvisionedLimit(
1494
1434
  args: GetProvisionedLimitCommandInput,
1495
- cb: (err: any, data?: GetProvisionedLimitCommandOutput) => void
1435
+ cb: (err: any, data?: GetProvisionedLimitCommandOutput) => void,
1496
1436
  ): void;
1497
1437
  getProvisionedLimit(
1498
1438
  args: GetProvisionedLimitCommandInput,
1499
1439
  options: __HttpHandlerOptions,
1500
- cb: (err: any, data?: GetProvisionedLimitCommandOutput) => void
1440
+ cb: (err: any, data?: GetProvisionedLimitCommandOutput) => void,
1501
1441
  ): void;
1502
1442
  getSigningCertificate(
1503
1443
  args: GetSigningCertificateCommandInput,
1504
- options?: __HttpHandlerOptions
1444
+ options?: __HttpHandlerOptions,
1505
1445
  ): Promise<GetSigningCertificateCommandOutput>;
1506
1446
  getSigningCertificate(
1507
1447
  args: GetSigningCertificateCommandInput,
1508
- cb: (err: any, data?: GetSigningCertificateCommandOutput) => void
1448
+ cb: (err: any, data?: GetSigningCertificateCommandOutput) => void,
1509
1449
  ): void;
1510
1450
  getSigningCertificate(
1511
1451
  args: GetSigningCertificateCommandInput,
1512
1452
  options: __HttpHandlerOptions,
1513
- cb: (err: any, data?: GetSigningCertificateCommandOutput) => void
1453
+ cb: (err: any, data?: GetSigningCertificateCommandOutput) => void,
1514
1454
  ): void;
1515
1455
  getTokensFromRefreshToken(
1516
1456
  args: GetTokensFromRefreshTokenCommandInput,
1517
- options?: __HttpHandlerOptions
1457
+ options?: __HttpHandlerOptions,
1518
1458
  ): Promise<GetTokensFromRefreshTokenCommandOutput>;
1519
1459
  getTokensFromRefreshToken(
1520
1460
  args: GetTokensFromRefreshTokenCommandInput,
1521
- cb: (err: any, data?: GetTokensFromRefreshTokenCommandOutput) => void
1461
+ cb: (err: any, data?: GetTokensFromRefreshTokenCommandOutput) => void,
1522
1462
  ): void;
1523
1463
  getTokensFromRefreshToken(
1524
1464
  args: GetTokensFromRefreshTokenCommandInput,
1525
1465
  options: __HttpHandlerOptions,
1526
- cb: (err: any, data?: GetTokensFromRefreshTokenCommandOutput) => void
1466
+ cb: (err: any, data?: GetTokensFromRefreshTokenCommandOutput) => void,
1527
1467
  ): void;
1528
1468
  getUICustomization(
1529
1469
  args: GetUICustomizationCommandInput,
1530
- options?: __HttpHandlerOptions
1470
+ options?: __HttpHandlerOptions,
1531
1471
  ): Promise<GetUICustomizationCommandOutput>;
1532
1472
  getUICustomization(
1533
1473
  args: GetUICustomizationCommandInput,
1534
- cb: (err: any, data?: GetUICustomizationCommandOutput) => void
1474
+ cb: (err: any, data?: GetUICustomizationCommandOutput) => void,
1535
1475
  ): void;
1536
1476
  getUICustomization(
1537
1477
  args: GetUICustomizationCommandInput,
1538
1478
  options: __HttpHandlerOptions,
1539
- cb: (err: any, data?: GetUICustomizationCommandOutput) => void
1540
- ): void;
1541
- getUser(
1542
- args: GetUserCommandInput,
1543
- options?: __HttpHandlerOptions
1544
- ): Promise<GetUserCommandOutput>;
1545
- getUser(
1546
- args: GetUserCommandInput,
1547
- cb: (err: any, data?: GetUserCommandOutput) => void
1479
+ cb: (err: any, data?: GetUICustomizationCommandOutput) => void,
1548
1480
  ): void;
1481
+ getUser(args: GetUserCommandInput, options?: __HttpHandlerOptions): Promise<GetUserCommandOutput>;
1482
+ getUser(args: GetUserCommandInput, cb: (err: any, data?: GetUserCommandOutput) => void): void;
1549
1483
  getUser(
1550
1484
  args: GetUserCommandInput,
1551
1485
  options: __HttpHandlerOptions,
1552
- cb: (err: any, data?: GetUserCommandOutput) => void
1486
+ cb: (err: any, data?: GetUserCommandOutput) => void,
1553
1487
  ): void;
1554
1488
  getUserAttributeVerificationCode(
1555
1489
  args: GetUserAttributeVerificationCodeCommandInput,
1556
- options?: __HttpHandlerOptions
1490
+ options?: __HttpHandlerOptions,
1557
1491
  ): Promise<GetUserAttributeVerificationCodeCommandOutput>;
1558
1492
  getUserAttributeVerificationCode(
1559
1493
  args: GetUserAttributeVerificationCodeCommandInput,
1560
- cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void
1494
+ cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void,
1561
1495
  ): void;
1562
1496
  getUserAttributeVerificationCode(
1563
1497
  args: GetUserAttributeVerificationCodeCommandInput,
1564
1498
  options: __HttpHandlerOptions,
1565
- cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void
1499
+ cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void,
1566
1500
  ): void;
1567
1501
  getUserAuthFactors(
1568
1502
  args: GetUserAuthFactorsCommandInput,
1569
- options?: __HttpHandlerOptions
1503
+ options?: __HttpHandlerOptions,
1570
1504
  ): Promise<GetUserAuthFactorsCommandOutput>;
1571
1505
  getUserAuthFactors(
1572
1506
  args: GetUserAuthFactorsCommandInput,
1573
- cb: (err: any, data?: GetUserAuthFactorsCommandOutput) => void
1507
+ cb: (err: any, data?: GetUserAuthFactorsCommandOutput) => void,
1574
1508
  ): void;
1575
1509
  getUserAuthFactors(
1576
1510
  args: GetUserAuthFactorsCommandInput,
1577
1511
  options: __HttpHandlerOptions,
1578
- cb: (err: any, data?: GetUserAuthFactorsCommandOutput) => void
1512
+ cb: (err: any, data?: GetUserAuthFactorsCommandOutput) => void,
1579
1513
  ): void;
1580
1514
  getUserPoolMfaConfig(
1581
1515
  args: GetUserPoolMfaConfigCommandInput,
1582
- options?: __HttpHandlerOptions
1516
+ options?: __HttpHandlerOptions,
1583
1517
  ): Promise<GetUserPoolMfaConfigCommandOutput>;
1584
1518
  getUserPoolMfaConfig(
1585
1519
  args: GetUserPoolMfaConfigCommandInput,
1586
- cb: (err: any, data?: GetUserPoolMfaConfigCommandOutput) => void
1520
+ cb: (err: any, data?: GetUserPoolMfaConfigCommandOutput) => void,
1587
1521
  ): void;
1588
1522
  getUserPoolMfaConfig(
1589
1523
  args: GetUserPoolMfaConfigCommandInput,
1590
1524
  options: __HttpHandlerOptions,
1591
- cb: (err: any, data?: GetUserPoolMfaConfigCommandOutput) => void
1525
+ cb: (err: any, data?: GetUserPoolMfaConfigCommandOutput) => void,
1592
1526
  ): void;
1593
1527
  globalSignOut(
1594
1528
  args: GlobalSignOutCommandInput,
1595
- options?: __HttpHandlerOptions
1529
+ options?: __HttpHandlerOptions,
1596
1530
  ): Promise<GlobalSignOutCommandOutput>;
1597
1531
  globalSignOut(
1598
1532
  args: GlobalSignOutCommandInput,
1599
- cb: (err: any, data?: GlobalSignOutCommandOutput) => void
1533
+ cb: (err: any, data?: GlobalSignOutCommandOutput) => void,
1600
1534
  ): void;
1601
1535
  globalSignOut(
1602
1536
  args: GlobalSignOutCommandInput,
1603
1537
  options: __HttpHandlerOptions,
1604
- cb: (err: any, data?: GlobalSignOutCommandOutput) => void
1538
+ cb: (err: any, data?: GlobalSignOutCommandOutput) => void,
1605
1539
  ): void;
1606
1540
  initiateAuth(
1607
1541
  args: InitiateAuthCommandInput,
1608
- options?: __HttpHandlerOptions
1542
+ options?: __HttpHandlerOptions,
1609
1543
  ): Promise<InitiateAuthCommandOutput>;
1610
1544
  initiateAuth(
1611
1545
  args: InitiateAuthCommandInput,
1612
- cb: (err: any, data?: InitiateAuthCommandOutput) => void
1546
+ cb: (err: any, data?: InitiateAuthCommandOutput) => void,
1613
1547
  ): void;
1614
1548
  initiateAuth(
1615
1549
  args: InitiateAuthCommandInput,
1616
1550
  options: __HttpHandlerOptions,
1617
- cb: (err: any, data?: InitiateAuthCommandOutput) => void
1551
+ cb: (err: any, data?: InitiateAuthCommandOutput) => void,
1618
1552
  ): void;
1619
1553
  listDevices(
1620
1554
  args: ListDevicesCommandInput,
1621
- options?: __HttpHandlerOptions
1555
+ options?: __HttpHandlerOptions,
1622
1556
  ): Promise<ListDevicesCommandOutput>;
1623
1557
  listDevices(
1624
1558
  args: ListDevicesCommandInput,
1625
- cb: (err: any, data?: ListDevicesCommandOutput) => void
1559
+ cb: (err: any, data?: ListDevicesCommandOutput) => void,
1626
1560
  ): void;
1627
1561
  listDevices(
1628
1562
  args: ListDevicesCommandInput,
1629
1563
  options: __HttpHandlerOptions,
1630
- cb: (err: any, data?: ListDevicesCommandOutput) => void
1564
+ cb: (err: any, data?: ListDevicesCommandOutput) => void,
1631
1565
  ): void;
1632
1566
  listGroups(
1633
1567
  args: ListGroupsCommandInput,
1634
- options?: __HttpHandlerOptions
1568
+ options?: __HttpHandlerOptions,
1635
1569
  ): Promise<ListGroupsCommandOutput>;
1636
1570
  listGroups(
1637
1571
  args: ListGroupsCommandInput,
1638
- cb: (err: any, data?: ListGroupsCommandOutput) => void
1572
+ cb: (err: any, data?: ListGroupsCommandOutput) => void,
1639
1573
  ): void;
1640
1574
  listGroups(
1641
1575
  args: ListGroupsCommandInput,
1642
1576
  options: __HttpHandlerOptions,
1643
- cb: (err: any, data?: ListGroupsCommandOutput) => void
1577
+ cb: (err: any, data?: ListGroupsCommandOutput) => void,
1644
1578
  ): void;
1645
1579
  listIdentityProviders(
1646
1580
  args: ListIdentityProvidersCommandInput,
1647
- options?: __HttpHandlerOptions
1581
+ options?: __HttpHandlerOptions,
1648
1582
  ): Promise<ListIdentityProvidersCommandOutput>;
1649
1583
  listIdentityProviders(
1650
1584
  args: ListIdentityProvidersCommandInput,
1651
- cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void
1585
+ cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void,
1652
1586
  ): void;
1653
1587
  listIdentityProviders(
1654
1588
  args: ListIdentityProvidersCommandInput,
1655
1589
  options: __HttpHandlerOptions,
1656
- cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void
1590
+ cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void,
1657
1591
  ): void;
1658
1592
  listResourceServers(
1659
1593
  args: ListResourceServersCommandInput,
1660
- options?: __HttpHandlerOptions
1594
+ options?: __HttpHandlerOptions,
1661
1595
  ): Promise<ListResourceServersCommandOutput>;
1662
1596
  listResourceServers(
1663
1597
  args: ListResourceServersCommandInput,
1664
- cb: (err: any, data?: ListResourceServersCommandOutput) => void
1598
+ cb: (err: any, data?: ListResourceServersCommandOutput) => void,
1665
1599
  ): void;
1666
1600
  listResourceServers(
1667
1601
  args: ListResourceServersCommandInput,
1668
1602
  options: __HttpHandlerOptions,
1669
- cb: (err: any, data?: ListResourceServersCommandOutput) => void
1603
+ cb: (err: any, data?: ListResourceServersCommandOutput) => void,
1670
1604
  ): void;
1671
1605
  listTagsForResource(
1672
1606
  args: ListTagsForResourceCommandInput,
1673
- options?: __HttpHandlerOptions
1607
+ options?: __HttpHandlerOptions,
1674
1608
  ): Promise<ListTagsForResourceCommandOutput>;
1675
1609
  listTagsForResource(
1676
1610
  args: ListTagsForResourceCommandInput,
1677
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1611
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1678
1612
  ): void;
1679
1613
  listTagsForResource(
1680
1614
  args: ListTagsForResourceCommandInput,
1681
1615
  options: __HttpHandlerOptions,
1682
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1616
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1683
1617
  ): void;
1684
1618
  listTerms(
1685
1619
  args: ListTermsCommandInput,
1686
- options?: __HttpHandlerOptions
1620
+ options?: __HttpHandlerOptions,
1687
1621
  ): Promise<ListTermsCommandOutput>;
1688
1622
  listTerms(
1689
1623
  args: ListTermsCommandInput,
1690
- cb: (err: any, data?: ListTermsCommandOutput) => void
1624
+ cb: (err: any, data?: ListTermsCommandOutput) => void,
1691
1625
  ): void;
1692
1626
  listTerms(
1693
1627
  args: ListTermsCommandInput,
1694
1628
  options: __HttpHandlerOptions,
1695
- cb: (err: any, data?: ListTermsCommandOutput) => void
1629
+ cb: (err: any, data?: ListTermsCommandOutput) => void,
1696
1630
  ): void;
1697
1631
  listUserImportJobs(
1698
1632
  args: ListUserImportJobsCommandInput,
1699
- options?: __HttpHandlerOptions
1633
+ options?: __HttpHandlerOptions,
1700
1634
  ): Promise<ListUserImportJobsCommandOutput>;
1701
1635
  listUserImportJobs(
1702
1636
  args: ListUserImportJobsCommandInput,
1703
- cb: (err: any, data?: ListUserImportJobsCommandOutput) => void
1637
+ cb: (err: any, data?: ListUserImportJobsCommandOutput) => void,
1704
1638
  ): void;
1705
1639
  listUserImportJobs(
1706
1640
  args: ListUserImportJobsCommandInput,
1707
1641
  options: __HttpHandlerOptions,
1708
- cb: (err: any, data?: ListUserImportJobsCommandOutput) => void
1642
+ cb: (err: any, data?: ListUserImportJobsCommandOutput) => void,
1709
1643
  ): void;
1710
1644
  listUserPoolClients(
1711
1645
  args: ListUserPoolClientsCommandInput,
1712
- options?: __HttpHandlerOptions
1646
+ options?: __HttpHandlerOptions,
1713
1647
  ): Promise<ListUserPoolClientsCommandOutput>;
1714
1648
  listUserPoolClients(
1715
1649
  args: ListUserPoolClientsCommandInput,
1716
- cb: (err: any, data?: ListUserPoolClientsCommandOutput) => void
1650
+ cb: (err: any, data?: ListUserPoolClientsCommandOutput) => void,
1717
1651
  ): void;
1718
1652
  listUserPoolClients(
1719
1653
  args: ListUserPoolClientsCommandInput,
1720
1654
  options: __HttpHandlerOptions,
1721
- cb: (err: any, data?: ListUserPoolClientsCommandOutput) => void
1655
+ cb: (err: any, data?: ListUserPoolClientsCommandOutput) => void,
1722
1656
  ): void;
1723
1657
  listUserPoolClientSecrets(
1724
1658
  args: ListUserPoolClientSecretsCommandInput,
1725
- options?: __HttpHandlerOptions
1659
+ options?: __HttpHandlerOptions,
1726
1660
  ): Promise<ListUserPoolClientSecretsCommandOutput>;
1727
1661
  listUserPoolClientSecrets(
1728
1662
  args: ListUserPoolClientSecretsCommandInput,
1729
- cb: (err: any, data?: ListUserPoolClientSecretsCommandOutput) => void
1663
+ cb: (err: any, data?: ListUserPoolClientSecretsCommandOutput) => void,
1730
1664
  ): void;
1731
1665
  listUserPoolClientSecrets(
1732
1666
  args: ListUserPoolClientSecretsCommandInput,
1733
1667
  options: __HttpHandlerOptions,
1734
- cb: (err: any, data?: ListUserPoolClientSecretsCommandOutput) => void
1668
+ cb: (err: any, data?: ListUserPoolClientSecretsCommandOutput) => void,
1735
1669
  ): void;
1736
1670
  listUserPoolReplicas(
1737
1671
  args: ListUserPoolReplicasCommandInput,
1738
- options?: __HttpHandlerOptions
1672
+ options?: __HttpHandlerOptions,
1739
1673
  ): Promise<ListUserPoolReplicasCommandOutput>;
1740
1674
  listUserPoolReplicas(
1741
1675
  args: ListUserPoolReplicasCommandInput,
1742
- cb: (err: any, data?: ListUserPoolReplicasCommandOutput) => void
1676
+ cb: (err: any, data?: ListUserPoolReplicasCommandOutput) => void,
1743
1677
  ): void;
1744
1678
  listUserPoolReplicas(
1745
1679
  args: ListUserPoolReplicasCommandInput,
1746
1680
  options: __HttpHandlerOptions,
1747
- cb: (err: any, data?: ListUserPoolReplicasCommandOutput) => void
1681
+ cb: (err: any, data?: ListUserPoolReplicasCommandOutput) => void,
1748
1682
  ): void;
1749
1683
  listUserPools(
1750
1684
  args: ListUserPoolsCommandInput,
1751
- options?: __HttpHandlerOptions
1685
+ options?: __HttpHandlerOptions,
1752
1686
  ): Promise<ListUserPoolsCommandOutput>;
1753
1687
  listUserPools(
1754
1688
  args: ListUserPoolsCommandInput,
1755
- cb: (err: any, data?: ListUserPoolsCommandOutput) => void
1689
+ cb: (err: any, data?: ListUserPoolsCommandOutput) => void,
1756
1690
  ): void;
1757
1691
  listUserPools(
1758
1692
  args: ListUserPoolsCommandInput,
1759
1693
  options: __HttpHandlerOptions,
1760
- cb: (err: any, data?: ListUserPoolsCommandOutput) => void
1694
+ cb: (err: any, data?: ListUserPoolsCommandOutput) => void,
1761
1695
  ): void;
1762
1696
  listUsers(
1763
1697
  args: ListUsersCommandInput,
1764
- options?: __HttpHandlerOptions
1698
+ options?: __HttpHandlerOptions,
1765
1699
  ): Promise<ListUsersCommandOutput>;
1766
1700
  listUsers(
1767
1701
  args: ListUsersCommandInput,
1768
- cb: (err: any, data?: ListUsersCommandOutput) => void
1702
+ cb: (err: any, data?: ListUsersCommandOutput) => void,
1769
1703
  ): void;
1770
1704
  listUsers(
1771
1705
  args: ListUsersCommandInput,
1772
1706
  options: __HttpHandlerOptions,
1773
- cb: (err: any, data?: ListUsersCommandOutput) => void
1707
+ cb: (err: any, data?: ListUsersCommandOutput) => void,
1774
1708
  ): void;
1775
1709
  listUsersInGroup(
1776
1710
  args: ListUsersInGroupCommandInput,
1777
- options?: __HttpHandlerOptions
1711
+ options?: __HttpHandlerOptions,
1778
1712
  ): Promise<ListUsersInGroupCommandOutput>;
1779
1713
  listUsersInGroup(
1780
1714
  args: ListUsersInGroupCommandInput,
1781
- cb: (err: any, data?: ListUsersInGroupCommandOutput) => void
1715
+ cb: (err: any, data?: ListUsersInGroupCommandOutput) => void,
1782
1716
  ): void;
1783
1717
  listUsersInGroup(
1784
1718
  args: ListUsersInGroupCommandInput,
1785
1719
  options: __HttpHandlerOptions,
1786
- cb: (err: any, data?: ListUsersInGroupCommandOutput) => void
1720
+ cb: (err: any, data?: ListUsersInGroupCommandOutput) => void,
1787
1721
  ): void;
1788
1722
  listWebAuthnCredentials(
1789
1723
  args: ListWebAuthnCredentialsCommandInput,
1790
- options?: __HttpHandlerOptions
1724
+ options?: __HttpHandlerOptions,
1791
1725
  ): Promise<ListWebAuthnCredentialsCommandOutput>;
1792
1726
  listWebAuthnCredentials(
1793
1727
  args: ListWebAuthnCredentialsCommandInput,
1794
- cb: (err: any, data?: ListWebAuthnCredentialsCommandOutput) => void
1728
+ cb: (err: any, data?: ListWebAuthnCredentialsCommandOutput) => void,
1795
1729
  ): void;
1796
1730
  listWebAuthnCredentials(
1797
1731
  args: ListWebAuthnCredentialsCommandInput,
1798
1732
  options: __HttpHandlerOptions,
1799
- cb: (err: any, data?: ListWebAuthnCredentialsCommandOutput) => void
1733
+ cb: (err: any, data?: ListWebAuthnCredentialsCommandOutput) => void,
1800
1734
  ): void;
1801
1735
  resendConfirmationCode(
1802
1736
  args: ResendConfirmationCodeCommandInput,
1803
- options?: __HttpHandlerOptions
1737
+ options?: __HttpHandlerOptions,
1804
1738
  ): Promise<ResendConfirmationCodeCommandOutput>;
1805
1739
  resendConfirmationCode(
1806
1740
  args: ResendConfirmationCodeCommandInput,
1807
- cb: (err: any, data?: ResendConfirmationCodeCommandOutput) => void
1741
+ cb: (err: any, data?: ResendConfirmationCodeCommandOutput) => void,
1808
1742
  ): void;
1809
1743
  resendConfirmationCode(
1810
1744
  args: ResendConfirmationCodeCommandInput,
1811
1745
  options: __HttpHandlerOptions,
1812
- cb: (err: any, data?: ResendConfirmationCodeCommandOutput) => void
1746
+ cb: (err: any, data?: ResendConfirmationCodeCommandOutput) => void,
1813
1747
  ): void;
1814
1748
  respondToAuthChallenge(
1815
1749
  args: RespondToAuthChallengeCommandInput,
1816
- options?: __HttpHandlerOptions
1750
+ options?: __HttpHandlerOptions,
1817
1751
  ): Promise<RespondToAuthChallengeCommandOutput>;
1818
1752
  respondToAuthChallenge(
1819
1753
  args: RespondToAuthChallengeCommandInput,
1820
- cb: (err: any, data?: RespondToAuthChallengeCommandOutput) => void
1754
+ cb: (err: any, data?: RespondToAuthChallengeCommandOutput) => void,
1821
1755
  ): void;
1822
1756
  respondToAuthChallenge(
1823
1757
  args: RespondToAuthChallengeCommandInput,
1824
1758
  options: __HttpHandlerOptions,
1825
- cb: (err: any, data?: RespondToAuthChallengeCommandOutput) => void
1759
+ cb: (err: any, data?: RespondToAuthChallengeCommandOutput) => void,
1826
1760
  ): void;
1827
1761
  revokeToken(
1828
1762
  args: RevokeTokenCommandInput,
1829
- options?: __HttpHandlerOptions
1763
+ options?: __HttpHandlerOptions,
1830
1764
  ): Promise<RevokeTokenCommandOutput>;
1831
1765
  revokeToken(
1832
1766
  args: RevokeTokenCommandInput,
1833
- cb: (err: any, data?: RevokeTokenCommandOutput) => void
1767
+ cb: (err: any, data?: RevokeTokenCommandOutput) => void,
1834
1768
  ): void;
1835
1769
  revokeToken(
1836
1770
  args: RevokeTokenCommandInput,
1837
1771
  options: __HttpHandlerOptions,
1838
- cb: (err: any, data?: RevokeTokenCommandOutput) => void
1772
+ cb: (err: any, data?: RevokeTokenCommandOutput) => void,
1839
1773
  ): void;
1840
1774
  setLogDeliveryConfiguration(
1841
1775
  args: SetLogDeliveryConfigurationCommandInput,
1842
- options?: __HttpHandlerOptions
1776
+ options?: __HttpHandlerOptions,
1843
1777
  ): Promise<SetLogDeliveryConfigurationCommandOutput>;
1844
1778
  setLogDeliveryConfiguration(
1845
1779
  args: SetLogDeliveryConfigurationCommandInput,
1846
- cb: (err: any, data?: SetLogDeliveryConfigurationCommandOutput) => void
1780
+ cb: (err: any, data?: SetLogDeliveryConfigurationCommandOutput) => void,
1847
1781
  ): void;
1848
1782
  setLogDeliveryConfiguration(
1849
1783
  args: SetLogDeliveryConfigurationCommandInput,
1850
1784
  options: __HttpHandlerOptions,
1851
- cb: (err: any, data?: SetLogDeliveryConfigurationCommandOutput) => void
1785
+ cb: (err: any, data?: SetLogDeliveryConfigurationCommandOutput) => void,
1852
1786
  ): void;
1853
1787
  setRiskConfiguration(
1854
1788
  args: SetRiskConfigurationCommandInput,
1855
- options?: __HttpHandlerOptions
1789
+ options?: __HttpHandlerOptions,
1856
1790
  ): Promise<SetRiskConfigurationCommandOutput>;
1857
1791
  setRiskConfiguration(
1858
1792
  args: SetRiskConfigurationCommandInput,
1859
- cb: (err: any, data?: SetRiskConfigurationCommandOutput) => void
1793
+ cb: (err: any, data?: SetRiskConfigurationCommandOutput) => void,
1860
1794
  ): void;
1861
1795
  setRiskConfiguration(
1862
1796
  args: SetRiskConfigurationCommandInput,
1863
1797
  options: __HttpHandlerOptions,
1864
- cb: (err: any, data?: SetRiskConfigurationCommandOutput) => void
1798
+ cb: (err: any, data?: SetRiskConfigurationCommandOutput) => void,
1865
1799
  ): void;
1866
1800
  setUICustomization(
1867
1801
  args: SetUICustomizationCommandInput,
1868
- options?: __HttpHandlerOptions
1802
+ options?: __HttpHandlerOptions,
1869
1803
  ): Promise<SetUICustomizationCommandOutput>;
1870
1804
  setUICustomization(
1871
1805
  args: SetUICustomizationCommandInput,
1872
- cb: (err: any, data?: SetUICustomizationCommandOutput) => void
1806
+ cb: (err: any, data?: SetUICustomizationCommandOutput) => void,
1873
1807
  ): void;
1874
1808
  setUICustomization(
1875
1809
  args: SetUICustomizationCommandInput,
1876
1810
  options: __HttpHandlerOptions,
1877
- cb: (err: any, data?: SetUICustomizationCommandOutput) => void
1811
+ cb: (err: any, data?: SetUICustomizationCommandOutput) => void,
1878
1812
  ): void;
1879
1813
  setUserMFAPreference(
1880
1814
  args: SetUserMFAPreferenceCommandInput,
1881
- options?: __HttpHandlerOptions
1815
+ options?: __HttpHandlerOptions,
1882
1816
  ): Promise<SetUserMFAPreferenceCommandOutput>;
1883
1817
  setUserMFAPreference(
1884
1818
  args: SetUserMFAPreferenceCommandInput,
1885
- cb: (err: any, data?: SetUserMFAPreferenceCommandOutput) => void
1819
+ cb: (err: any, data?: SetUserMFAPreferenceCommandOutput) => void,
1886
1820
  ): void;
1887
1821
  setUserMFAPreference(
1888
1822
  args: SetUserMFAPreferenceCommandInput,
1889
1823
  options: __HttpHandlerOptions,
1890
- cb: (err: any, data?: SetUserMFAPreferenceCommandOutput) => void
1824
+ cb: (err: any, data?: SetUserMFAPreferenceCommandOutput) => void,
1891
1825
  ): void;
1892
1826
  setUserPoolMfaConfig(
1893
1827
  args: SetUserPoolMfaConfigCommandInput,
1894
- options?: __HttpHandlerOptions
1828
+ options?: __HttpHandlerOptions,
1895
1829
  ): Promise<SetUserPoolMfaConfigCommandOutput>;
1896
1830
  setUserPoolMfaConfig(
1897
1831
  args: SetUserPoolMfaConfigCommandInput,
1898
- cb: (err: any, data?: SetUserPoolMfaConfigCommandOutput) => void
1832
+ cb: (err: any, data?: SetUserPoolMfaConfigCommandOutput) => void,
1899
1833
  ): void;
1900
1834
  setUserPoolMfaConfig(
1901
1835
  args: SetUserPoolMfaConfigCommandInput,
1902
1836
  options: __HttpHandlerOptions,
1903
- cb: (err: any, data?: SetUserPoolMfaConfigCommandOutput) => void
1837
+ cb: (err: any, data?: SetUserPoolMfaConfigCommandOutput) => void,
1904
1838
  ): void;
1905
1839
  setUserSettings(
1906
1840
  args: SetUserSettingsCommandInput,
1907
- options?: __HttpHandlerOptions
1841
+ options?: __HttpHandlerOptions,
1908
1842
  ): Promise<SetUserSettingsCommandOutput>;
1909
1843
  setUserSettings(
1910
1844
  args: SetUserSettingsCommandInput,
1911
- cb: (err: any, data?: SetUserSettingsCommandOutput) => void
1845
+ cb: (err: any, data?: SetUserSettingsCommandOutput) => void,
1912
1846
  ): void;
1913
1847
  setUserSettings(
1914
1848
  args: SetUserSettingsCommandInput,
1915
1849
  options: __HttpHandlerOptions,
1916
- cb: (err: any, data?: SetUserSettingsCommandOutput) => void
1917
- ): void;
1918
- signUp(
1919
- args: SignUpCommandInput,
1920
- options?: __HttpHandlerOptions
1921
- ): Promise<SignUpCommandOutput>;
1922
- signUp(
1923
- args: SignUpCommandInput,
1924
- cb: (err: any, data?: SignUpCommandOutput) => void
1850
+ cb: (err: any, data?: SetUserSettingsCommandOutput) => void,
1925
1851
  ): void;
1852
+ signUp(args: SignUpCommandInput, options?: __HttpHandlerOptions): Promise<SignUpCommandOutput>;
1853
+ signUp(args: SignUpCommandInput, cb: (err: any, data?: SignUpCommandOutput) => void): void;
1926
1854
  signUp(
1927
1855
  args: SignUpCommandInput,
1928
1856
  options: __HttpHandlerOptions,
1929
- cb: (err: any, data?: SignUpCommandOutput) => void
1857
+ cb: (err: any, data?: SignUpCommandOutput) => void,
1930
1858
  ): void;
1931
1859
  startUserImportJob(
1932
1860
  args: StartUserImportJobCommandInput,
1933
- options?: __HttpHandlerOptions
1861
+ options?: __HttpHandlerOptions,
1934
1862
  ): Promise<StartUserImportJobCommandOutput>;
1935
1863
  startUserImportJob(
1936
1864
  args: StartUserImportJobCommandInput,
1937
- cb: (err: any, data?: StartUserImportJobCommandOutput) => void
1865
+ cb: (err: any, data?: StartUserImportJobCommandOutput) => void,
1938
1866
  ): void;
1939
1867
  startUserImportJob(
1940
1868
  args: StartUserImportJobCommandInput,
1941
1869
  options: __HttpHandlerOptions,
1942
- cb: (err: any, data?: StartUserImportJobCommandOutput) => void
1870
+ cb: (err: any, data?: StartUserImportJobCommandOutput) => void,
1943
1871
  ): void;
1944
1872
  startWebAuthnRegistration(
1945
1873
  args: StartWebAuthnRegistrationCommandInput,
1946
- options?: __HttpHandlerOptions
1874
+ options?: __HttpHandlerOptions,
1947
1875
  ): Promise<StartWebAuthnRegistrationCommandOutput>;
1948
1876
  startWebAuthnRegistration(
1949
1877
  args: StartWebAuthnRegistrationCommandInput,
1950
- cb: (err: any, data?: StartWebAuthnRegistrationCommandOutput) => void
1878
+ cb: (err: any, data?: StartWebAuthnRegistrationCommandOutput) => void,
1951
1879
  ): void;
1952
1880
  startWebAuthnRegistration(
1953
1881
  args: StartWebAuthnRegistrationCommandInput,
1954
1882
  options: __HttpHandlerOptions,
1955
- cb: (err: any, data?: StartWebAuthnRegistrationCommandOutput) => void
1883
+ cb: (err: any, data?: StartWebAuthnRegistrationCommandOutput) => void,
1956
1884
  ): void;
1957
1885
  stopUserImportJob(
1958
1886
  args: StopUserImportJobCommandInput,
1959
- options?: __HttpHandlerOptions
1887
+ options?: __HttpHandlerOptions,
1960
1888
  ): Promise<StopUserImportJobCommandOutput>;
1961
1889
  stopUserImportJob(
1962
1890
  args: StopUserImportJobCommandInput,
1963
- cb: (err: any, data?: StopUserImportJobCommandOutput) => void
1891
+ cb: (err: any, data?: StopUserImportJobCommandOutput) => void,
1964
1892
  ): void;
1965
1893
  stopUserImportJob(
1966
1894
  args: StopUserImportJobCommandInput,
1967
1895
  options: __HttpHandlerOptions,
1968
- cb: (err: any, data?: StopUserImportJobCommandOutput) => void
1896
+ cb: (err: any, data?: StopUserImportJobCommandOutput) => void,
1969
1897
  ): void;
1970
1898
  tagResource(
1971
1899
  args: TagResourceCommandInput,
1972
- options?: __HttpHandlerOptions
1900
+ options?: __HttpHandlerOptions,
1973
1901
  ): Promise<TagResourceCommandOutput>;
1974
1902
  tagResource(
1975
1903
  args: TagResourceCommandInput,
1976
- cb: (err: any, data?: TagResourceCommandOutput) => void
1904
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1977
1905
  ): void;
1978
1906
  tagResource(
1979
1907
  args: TagResourceCommandInput,
1980
1908
  options: __HttpHandlerOptions,
1981
- cb: (err: any, data?: TagResourceCommandOutput) => void
1909
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1982
1910
  ): void;
1983
1911
  untagResource(
1984
1912
  args: UntagResourceCommandInput,
1985
- options?: __HttpHandlerOptions
1913
+ options?: __HttpHandlerOptions,
1986
1914
  ): Promise<UntagResourceCommandOutput>;
1987
1915
  untagResource(
1988
1916
  args: UntagResourceCommandInput,
1989
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1917
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1990
1918
  ): void;
1991
1919
  untagResource(
1992
1920
  args: UntagResourceCommandInput,
1993
1921
  options: __HttpHandlerOptions,
1994
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1922
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1995
1923
  ): void;
1996
1924
  updateAuthEventFeedback(
1997
1925
  args: UpdateAuthEventFeedbackCommandInput,
1998
- options?: __HttpHandlerOptions
1926
+ options?: __HttpHandlerOptions,
1999
1927
  ): Promise<UpdateAuthEventFeedbackCommandOutput>;
2000
1928
  updateAuthEventFeedback(
2001
1929
  args: UpdateAuthEventFeedbackCommandInput,
2002
- cb: (err: any, data?: UpdateAuthEventFeedbackCommandOutput) => void
1930
+ cb: (err: any, data?: UpdateAuthEventFeedbackCommandOutput) => void,
2003
1931
  ): void;
2004
1932
  updateAuthEventFeedback(
2005
1933
  args: UpdateAuthEventFeedbackCommandInput,
2006
1934
  options: __HttpHandlerOptions,
2007
- cb: (err: any, data?: UpdateAuthEventFeedbackCommandOutput) => void
1935
+ cb: (err: any, data?: UpdateAuthEventFeedbackCommandOutput) => void,
2008
1936
  ): void;
2009
1937
  updateDeviceStatus(
2010
1938
  args: UpdateDeviceStatusCommandInput,
2011
- options?: __HttpHandlerOptions
1939
+ options?: __HttpHandlerOptions,
2012
1940
  ): Promise<UpdateDeviceStatusCommandOutput>;
2013
1941
  updateDeviceStatus(
2014
1942
  args: UpdateDeviceStatusCommandInput,
2015
- cb: (err: any, data?: UpdateDeviceStatusCommandOutput) => void
1943
+ cb: (err: any, data?: UpdateDeviceStatusCommandOutput) => void,
2016
1944
  ): void;
2017
1945
  updateDeviceStatus(
2018
1946
  args: UpdateDeviceStatusCommandInput,
2019
1947
  options: __HttpHandlerOptions,
2020
- cb: (err: any, data?: UpdateDeviceStatusCommandOutput) => void
1948
+ cb: (err: any, data?: UpdateDeviceStatusCommandOutput) => void,
2021
1949
  ): void;
2022
1950
  updateGroup(
2023
1951
  args: UpdateGroupCommandInput,
2024
- options?: __HttpHandlerOptions
1952
+ options?: __HttpHandlerOptions,
2025
1953
  ): Promise<UpdateGroupCommandOutput>;
2026
1954
  updateGroup(
2027
1955
  args: UpdateGroupCommandInput,
2028
- cb: (err: any, data?: UpdateGroupCommandOutput) => void
1956
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void,
2029
1957
  ): void;
2030
1958
  updateGroup(
2031
1959
  args: UpdateGroupCommandInput,
2032
1960
  options: __HttpHandlerOptions,
2033
- cb: (err: any, data?: UpdateGroupCommandOutput) => void
1961
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void,
2034
1962
  ): void;
2035
1963
  updateIdentityProvider(
2036
1964
  args: UpdateIdentityProviderCommandInput,
2037
- options?: __HttpHandlerOptions
1965
+ options?: __HttpHandlerOptions,
2038
1966
  ): Promise<UpdateIdentityProviderCommandOutput>;
2039
1967
  updateIdentityProvider(
2040
1968
  args: UpdateIdentityProviderCommandInput,
2041
- cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void
1969
+ cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void,
2042
1970
  ): void;
2043
1971
  updateIdentityProvider(
2044
1972
  args: UpdateIdentityProviderCommandInput,
2045
1973
  options: __HttpHandlerOptions,
2046
- cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void
1974
+ cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void,
2047
1975
  ): void;
2048
1976
  updateManagedLoginBranding(): Promise<UpdateManagedLoginBrandingCommandOutput>;
2049
1977
  updateManagedLoginBranding(
2050
1978
  args: UpdateManagedLoginBrandingCommandInput,
2051
- options?: __HttpHandlerOptions
1979
+ options?: __HttpHandlerOptions,
2052
1980
  ): Promise<UpdateManagedLoginBrandingCommandOutput>;
2053
1981
  updateManagedLoginBranding(
2054
1982
  args: UpdateManagedLoginBrandingCommandInput,
2055
- cb: (err: any, data?: UpdateManagedLoginBrandingCommandOutput) => void
1983
+ cb: (err: any, data?: UpdateManagedLoginBrandingCommandOutput) => void,
2056
1984
  ): void;
2057
1985
  updateManagedLoginBranding(
2058
1986
  args: UpdateManagedLoginBrandingCommandInput,
2059
1987
  options: __HttpHandlerOptions,
2060
- cb: (err: any, data?: UpdateManagedLoginBrandingCommandOutput) => void
1988
+ cb: (err: any, data?: UpdateManagedLoginBrandingCommandOutput) => void,
2061
1989
  ): void;
2062
1990
  updateProvisionedLimit(
2063
1991
  args: UpdateProvisionedLimitCommandInput,
2064
- options?: __HttpHandlerOptions
1992
+ options?: __HttpHandlerOptions,
2065
1993
  ): Promise<UpdateProvisionedLimitCommandOutput>;
2066
1994
  updateProvisionedLimit(
2067
1995
  args: UpdateProvisionedLimitCommandInput,
2068
- cb: (err: any, data?: UpdateProvisionedLimitCommandOutput) => void
1996
+ cb: (err: any, data?: UpdateProvisionedLimitCommandOutput) => void,
2069
1997
  ): void;
2070
1998
  updateProvisionedLimit(
2071
1999
  args: UpdateProvisionedLimitCommandInput,
2072
2000
  options: __HttpHandlerOptions,
2073
- cb: (err: any, data?: UpdateProvisionedLimitCommandOutput) => void
2001
+ cb: (err: any, data?: UpdateProvisionedLimitCommandOutput) => void,
2074
2002
  ): void;
2075
2003
  updateResourceServer(
2076
2004
  args: UpdateResourceServerCommandInput,
2077
- options?: __HttpHandlerOptions
2005
+ options?: __HttpHandlerOptions,
2078
2006
  ): Promise<UpdateResourceServerCommandOutput>;
2079
2007
  updateResourceServer(
2080
2008
  args: UpdateResourceServerCommandInput,
2081
- cb: (err: any, data?: UpdateResourceServerCommandOutput) => void
2009
+ cb: (err: any, data?: UpdateResourceServerCommandOutput) => void,
2082
2010
  ): void;
2083
2011
  updateResourceServer(
2084
2012
  args: UpdateResourceServerCommandInput,
2085
2013
  options: __HttpHandlerOptions,
2086
- cb: (err: any, data?: UpdateResourceServerCommandOutput) => void
2014
+ cb: (err: any, data?: UpdateResourceServerCommandOutput) => void,
2087
2015
  ): void;
2088
2016
  updateTerms(
2089
2017
  args: UpdateTermsCommandInput,
2090
- options?: __HttpHandlerOptions
2018
+ options?: __HttpHandlerOptions,
2091
2019
  ): Promise<UpdateTermsCommandOutput>;
2092
2020
  updateTerms(
2093
2021
  args: UpdateTermsCommandInput,
2094
- cb: (err: any, data?: UpdateTermsCommandOutput) => void
2022
+ cb: (err: any, data?: UpdateTermsCommandOutput) => void,
2095
2023
  ): void;
2096
2024
  updateTerms(
2097
2025
  args: UpdateTermsCommandInput,
2098
2026
  options: __HttpHandlerOptions,
2099
- cb: (err: any, data?: UpdateTermsCommandOutput) => void
2027
+ cb: (err: any, data?: UpdateTermsCommandOutput) => void,
2100
2028
  ): void;
2101
2029
  updateUserAttributes(
2102
2030
  args: UpdateUserAttributesCommandInput,
2103
- options?: __HttpHandlerOptions
2031
+ options?: __HttpHandlerOptions,
2104
2032
  ): Promise<UpdateUserAttributesCommandOutput>;
2105
2033
  updateUserAttributes(
2106
2034
  args: UpdateUserAttributesCommandInput,
2107
- cb: (err: any, data?: UpdateUserAttributesCommandOutput) => void
2035
+ cb: (err: any, data?: UpdateUserAttributesCommandOutput) => void,
2108
2036
  ): void;
2109
2037
  updateUserAttributes(
2110
2038
  args: UpdateUserAttributesCommandInput,
2111
2039
  options: __HttpHandlerOptions,
2112
- cb: (err: any, data?: UpdateUserAttributesCommandOutput) => void
2040
+ cb: (err: any, data?: UpdateUserAttributesCommandOutput) => void,
2113
2041
  ): void;
2114
2042
  updateUserPool(
2115
2043
  args: UpdateUserPoolCommandInput,
2116
- options?: __HttpHandlerOptions
2044
+ options?: __HttpHandlerOptions,
2117
2045
  ): Promise<UpdateUserPoolCommandOutput>;
2118
2046
  updateUserPool(
2119
2047
  args: UpdateUserPoolCommandInput,
2120
- cb: (err: any, data?: UpdateUserPoolCommandOutput) => void
2048
+ cb: (err: any, data?: UpdateUserPoolCommandOutput) => void,
2121
2049
  ): void;
2122
2050
  updateUserPool(
2123
2051
  args: UpdateUserPoolCommandInput,
2124
2052
  options: __HttpHandlerOptions,
2125
- cb: (err: any, data?: UpdateUserPoolCommandOutput) => void
2053
+ cb: (err: any, data?: UpdateUserPoolCommandOutput) => void,
2126
2054
  ): void;
2127
2055
  updateUserPoolClient(
2128
2056
  args: UpdateUserPoolClientCommandInput,
2129
- options?: __HttpHandlerOptions
2057
+ options?: __HttpHandlerOptions,
2130
2058
  ): Promise<UpdateUserPoolClientCommandOutput>;
2131
2059
  updateUserPoolClient(
2132
2060
  args: UpdateUserPoolClientCommandInput,
2133
- cb: (err: any, data?: UpdateUserPoolClientCommandOutput) => void
2061
+ cb: (err: any, data?: UpdateUserPoolClientCommandOutput) => void,
2134
2062
  ): void;
2135
2063
  updateUserPoolClient(
2136
2064
  args: UpdateUserPoolClientCommandInput,
2137
2065
  options: __HttpHandlerOptions,
2138
- cb: (err: any, data?: UpdateUserPoolClientCommandOutput) => void
2066
+ cb: (err: any, data?: UpdateUserPoolClientCommandOutput) => void,
2139
2067
  ): void;
2140
2068
  updateUserPoolDomain(
2141
2069
  args: UpdateUserPoolDomainCommandInput,
2142
- options?: __HttpHandlerOptions
2070
+ options?: __HttpHandlerOptions,
2143
2071
  ): Promise<UpdateUserPoolDomainCommandOutput>;
2144
2072
  updateUserPoolDomain(
2145
2073
  args: UpdateUserPoolDomainCommandInput,
2146
- cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void
2074
+ cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void,
2147
2075
  ): void;
2148
2076
  updateUserPoolDomain(
2149
2077
  args: UpdateUserPoolDomainCommandInput,
2150
2078
  options: __HttpHandlerOptions,
2151
- cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void
2079
+ cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void,
2152
2080
  ): void;
2153
2081
  updateUserPoolReplica(
2154
2082
  args: UpdateUserPoolReplicaCommandInput,
2155
- options?: __HttpHandlerOptions
2083
+ options?: __HttpHandlerOptions,
2156
2084
  ): Promise<UpdateUserPoolReplicaCommandOutput>;
2157
2085
  updateUserPoolReplica(
2158
2086
  args: UpdateUserPoolReplicaCommandInput,
2159
- cb: (err: any, data?: UpdateUserPoolReplicaCommandOutput) => void
2087
+ cb: (err: any, data?: UpdateUserPoolReplicaCommandOutput) => void,
2160
2088
  ): void;
2161
2089
  updateUserPoolReplica(
2162
2090
  args: UpdateUserPoolReplicaCommandInput,
2163
2091
  options: __HttpHandlerOptions,
2164
- cb: (err: any, data?: UpdateUserPoolReplicaCommandOutput) => void
2092
+ cb: (err: any, data?: UpdateUserPoolReplicaCommandOutput) => void,
2165
2093
  ): void;
2166
2094
  verifySoftwareToken(
2167
2095
  args: VerifySoftwareTokenCommandInput,
2168
- options?: __HttpHandlerOptions
2096
+ options?: __HttpHandlerOptions,
2169
2097
  ): Promise<VerifySoftwareTokenCommandOutput>;
2170
2098
  verifySoftwareToken(
2171
2099
  args: VerifySoftwareTokenCommandInput,
2172
- cb: (err: any, data?: VerifySoftwareTokenCommandOutput) => void
2100
+ cb: (err: any, data?: VerifySoftwareTokenCommandOutput) => void,
2173
2101
  ): void;
2174
2102
  verifySoftwareToken(
2175
2103
  args: VerifySoftwareTokenCommandInput,
2176
2104
  options: __HttpHandlerOptions,
2177
- cb: (err: any, data?: VerifySoftwareTokenCommandOutput) => void
2105
+ cb: (err: any, data?: VerifySoftwareTokenCommandOutput) => void,
2178
2106
  ): void;
2179
2107
  verifyUserAttribute(
2180
2108
  args: VerifyUserAttributeCommandInput,
2181
- options?: __HttpHandlerOptions
2109
+ options?: __HttpHandlerOptions,
2182
2110
  ): Promise<VerifyUserAttributeCommandOutput>;
2183
2111
  verifyUserAttribute(
2184
2112
  args: VerifyUserAttributeCommandInput,
2185
- cb: (err: any, data?: VerifyUserAttributeCommandOutput) => void
2113
+ cb: (err: any, data?: VerifyUserAttributeCommandOutput) => void,
2186
2114
  ): void;
2187
2115
  verifyUserAttribute(
2188
2116
  args: VerifyUserAttributeCommandInput,
2189
2117
  options: __HttpHandlerOptions,
2190
- cb: (err: any, data?: VerifyUserAttributeCommandOutput) => void
2118
+ cb: (err: any, data?: VerifyUserAttributeCommandOutput) => void,
2191
2119
  ): void;
2192
2120
  paginateAdminListGroupsForUser(
2193
2121
  args: AdminListGroupsForUserCommandInput,
2194
2122
  paginationConfig?: Pick<
2195
2123
  PaginationConfiguration,
2196
2124
  Exclude<keyof PaginationConfiguration, "client">
2197
- >
2125
+ >,
2198
2126
  ): Paginator<AdminListGroupsForUserCommandOutput>;
2199
2127
  paginateAdminListUserAuthEvents(
2200
2128
  args: AdminListUserAuthEventsCommandInput,
2201
2129
  paginationConfig?: Pick<
2202
2130
  PaginationConfiguration,
2203
2131
  Exclude<keyof PaginationConfiguration, "client">
2204
- >
2132
+ >,
2205
2133
  ): Paginator<AdminListUserAuthEventsCommandOutput>;
2206
2134
  paginateListGroups(
2207
2135
  args: ListGroupsCommandInput,
2208
2136
  paginationConfig?: Pick<
2209
2137
  PaginationConfiguration,
2210
2138
  Exclude<keyof PaginationConfiguration, "client">
2211
- >
2139
+ >,
2212
2140
  ): Paginator<ListGroupsCommandOutput>;
2213
2141
  paginateListIdentityProviders(
2214
2142
  args: ListIdentityProvidersCommandInput,
2215
2143
  paginationConfig?: Pick<
2216
2144
  PaginationConfiguration,
2217
2145
  Exclude<keyof PaginationConfiguration, "client">
2218
- >
2146
+ >,
2219
2147
  ): Paginator<ListIdentityProvidersCommandOutput>;
2220
2148
  paginateListResourceServers(
2221
2149
  args: ListResourceServersCommandInput,
2222
2150
  paginationConfig?: Pick<
2223
2151
  PaginationConfiguration,
2224
2152
  Exclude<keyof PaginationConfiguration, "client">
2225
- >
2153
+ >,
2226
2154
  ): Paginator<ListResourceServersCommandOutput>;
2227
2155
  paginateListUserPoolClients(
2228
2156
  args: ListUserPoolClientsCommandInput,
2229
2157
  paginationConfig?: Pick<
2230
2158
  PaginationConfiguration,
2231
2159
  Exclude<keyof PaginationConfiguration, "client">
2232
- >
2160
+ >,
2233
2161
  ): Paginator<ListUserPoolClientsCommandOutput>;
2234
2162
  paginateListUserPools(
2235
2163
  args: ListUserPoolsCommandInput,
2236
2164
  paginationConfig?: Pick<
2237
2165
  PaginationConfiguration,
2238
2166
  Exclude<keyof PaginationConfiguration, "client">
2239
- >
2167
+ >,
2240
2168
  ): Paginator<ListUserPoolsCommandOutput>;
2241
2169
  paginateListUsers(
2242
2170
  args: ListUsersCommandInput,
2243
2171
  paginationConfig?: Pick<
2244
2172
  PaginationConfiguration,
2245
2173
  Exclude<keyof PaginationConfiguration, "client">
2246
- >
2174
+ >,
2247
2175
  ): Paginator<ListUsersCommandOutput>;
2248
2176
  paginateListUsersInGroup(
2249
2177
  args: ListUsersInGroupCommandInput,
2250
2178
  paginationConfig?: Pick<
2251
2179
  PaginationConfiguration,
2252
2180
  Exclude<keyof PaginationConfiguration, "client">
2253
- >
2181
+ >,
2254
2182
  ): Paginator<ListUsersInGroupCommandOutput>;
2255
2183
  }
2256
2184
  export declare class CognitoIdentityProvider