@aws-sdk/client-cognito-identity-provider 3.169.0 → 3.170.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 (128) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +1822 -510
  3. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +736 -174
  4. package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +33 -17
  6. package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +33 -17
  14. package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +34 -17
  63. package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +38 -17
  66. package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +37 -17
  70. package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +34 -17
  71. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
  73. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +38 -17
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  76. package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +38 -17
  77. package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +38 -17
  78. package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +37 -17
  79. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  80. package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +41 -17
  83. package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +34 -17
  84. package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +38 -17
  86. package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +41 -17
  88. package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +37 -17
  89. package/dist-types/ts3.4/commands/SignUpCommand.d.ts +33 -18
  90. package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +38 -17
  91. package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +38 -17
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  94. package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +38 -17
  96. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +34 -17
  97. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +41 -17
  98. package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +37 -17
  102. package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +41 -17
  103. package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +38 -17
  104. package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +38 -17
  105. package/dist-types/ts3.4/commands/index.d.ts +101 -101
  106. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  107. package/dist-types/ts3.4/index.d.ts +6 -6
  108. package/dist-types/ts3.4/models/CognitoIdentityProviderServiceException.d.ts +8 -6
  109. package/dist-types/ts3.4/models/index.d.ts +2 -2
  110. package/dist-types/ts3.4/models/models_0.d.ts +3245 -2925
  111. package/dist-types/ts3.4/models/models_1.d.ts +412 -347
  112. package/dist-types/ts3.4/pagination/AdminListGroupsForUserPaginator.d.ts +11 -4
  113. package/dist-types/ts3.4/pagination/AdminListUserAuthEventsPaginator.d.ts +11 -4
  114. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  115. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
  116. package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +11 -4
  117. package/dist-types/ts3.4/pagination/ListResourceServersPaginator.d.ts +11 -4
  118. package/dist-types/ts3.4/pagination/ListUserPoolClientsPaginator.d.ts +11 -4
  119. package/dist-types/ts3.4/pagination/ListUserPoolsPaginator.d.ts +11 -4
  120. package/dist-types/ts3.4/pagination/ListUsersInGroupPaginator.d.ts +11 -4
  121. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  122. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  123. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1217 -305
  124. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  125. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  126. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  127. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  128. package/package.json +34 -34
@@ -1,510 +1,1822 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CognitoIdentityProviderClient } from "./CognitoIdentityProviderClient";
3
- import { AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput } from "./commands/AddCustomAttributesCommand";
4
- import { AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput } from "./commands/AdminAddUserToGroupCommand";
5
- import { AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput } from "./commands/AdminConfirmSignUpCommand";
6
- import { AdminCreateUserCommandInput, AdminCreateUserCommandOutput } from "./commands/AdminCreateUserCommand";
7
- import { AdminDeleteUserAttributesCommandInput, AdminDeleteUserAttributesCommandOutput } from "./commands/AdminDeleteUserAttributesCommand";
8
- import { AdminDeleteUserCommandInput, AdminDeleteUserCommandOutput } from "./commands/AdminDeleteUserCommand";
9
- import { AdminDisableProviderForUserCommandInput, AdminDisableProviderForUserCommandOutput } from "./commands/AdminDisableProviderForUserCommand";
10
- import { AdminDisableUserCommandInput, AdminDisableUserCommandOutput } from "./commands/AdminDisableUserCommand";
11
- import { AdminEnableUserCommandInput, AdminEnableUserCommandOutput } from "./commands/AdminEnableUserCommand";
12
- import { AdminForgetDeviceCommandInput, AdminForgetDeviceCommandOutput } from "./commands/AdminForgetDeviceCommand";
13
- import { AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput } from "./commands/AdminGetDeviceCommand";
14
- import { AdminGetUserCommandInput, AdminGetUserCommandOutput } from "./commands/AdminGetUserCommand";
15
- import { AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput } from "./commands/AdminInitiateAuthCommand";
16
- import { AdminLinkProviderForUserCommandInput, AdminLinkProviderForUserCommandOutput } from "./commands/AdminLinkProviderForUserCommand";
17
- import { AdminListDevicesCommandInput, AdminListDevicesCommandOutput } from "./commands/AdminListDevicesCommand";
18
- import { AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput } from "./commands/AdminListGroupsForUserCommand";
19
- import { AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput } from "./commands/AdminListUserAuthEventsCommand";
20
- import { AdminRemoveUserFromGroupCommandInput, AdminRemoveUserFromGroupCommandOutput } from "./commands/AdminRemoveUserFromGroupCommand";
21
- import { AdminResetUserPasswordCommandInput, AdminResetUserPasswordCommandOutput } from "./commands/AdminResetUserPasswordCommand";
22
- import { AdminRespondToAuthChallengeCommandInput, AdminRespondToAuthChallengeCommandOutput } from "./commands/AdminRespondToAuthChallengeCommand";
23
- import { AdminSetUserMFAPreferenceCommandInput, AdminSetUserMFAPreferenceCommandOutput } from "./commands/AdminSetUserMFAPreferenceCommand";
24
- import { AdminSetUserPasswordCommandInput, AdminSetUserPasswordCommandOutput } from "./commands/AdminSetUserPasswordCommand";
25
- import { AdminSetUserSettingsCommandInput, AdminSetUserSettingsCommandOutput } from "./commands/AdminSetUserSettingsCommand";
26
- import { AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput } from "./commands/AdminUpdateAuthEventFeedbackCommand";
27
- import { AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput } from "./commands/AdminUpdateDeviceStatusCommand";
28
- import { AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput } from "./commands/AdminUpdateUserAttributesCommand";
29
- import { AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput } from "./commands/AdminUserGlobalSignOutCommand";
30
- import { AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput } from "./commands/AssociateSoftwareTokenCommand";
31
- import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "./commands/ChangePasswordCommand";
32
- import { ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput } from "./commands/ConfirmDeviceCommand";
33
- import { ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput } from "./commands/ConfirmForgotPasswordCommand";
34
- import { ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput } from "./commands/ConfirmSignUpCommand";
35
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
36
- import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
37
- import { CreateResourceServerCommandInput, CreateResourceServerCommandOutput } from "./commands/CreateResourceServerCommand";
38
- import { CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput } from "./commands/CreateUserImportJobCommand";
39
- import { CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput } from "./commands/CreateUserPoolClientCommand";
40
- import { CreateUserPoolCommandInput, CreateUserPoolCommandOutput } from "./commands/CreateUserPoolCommand";
41
- import { CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput } from "./commands/CreateUserPoolDomainCommand";
42
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
43
- import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
44
- import { DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput } from "./commands/DeleteResourceServerCommand";
45
- import { DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput } from "./commands/DeleteUserAttributesCommand";
46
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
47
- import { DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput } from "./commands/DeleteUserPoolClientCommand";
48
- import { DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput } from "./commands/DeleteUserPoolCommand";
49
- import { DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput } from "./commands/DeleteUserPoolDomainCommand";
50
- import { DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput } from "./commands/DescribeIdentityProviderCommand";
51
- import { DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput } from "./commands/DescribeResourceServerCommand";
52
- import { DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput } from "./commands/DescribeRiskConfigurationCommand";
53
- import { DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput } from "./commands/DescribeUserImportJobCommand";
54
- import { DescribeUserPoolClientCommandInput, DescribeUserPoolClientCommandOutput } from "./commands/DescribeUserPoolClientCommand";
55
- import { DescribeUserPoolCommandInput, DescribeUserPoolCommandOutput } from "./commands/DescribeUserPoolCommand";
56
- import { DescribeUserPoolDomainCommandInput, DescribeUserPoolDomainCommandOutput } from "./commands/DescribeUserPoolDomainCommand";
57
- import { ForgetDeviceCommandInput, ForgetDeviceCommandOutput } from "./commands/ForgetDeviceCommand";
58
- import { ForgotPasswordCommandInput, ForgotPasswordCommandOutput } from "./commands/ForgotPasswordCommand";
59
- import { GetCSVHeaderCommandInput, GetCSVHeaderCommandOutput } from "./commands/GetCSVHeaderCommand";
60
- import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
61
- import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
62
- import { GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput } from "./commands/GetIdentityProviderByIdentifierCommand";
63
- import { GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput } from "./commands/GetSigningCertificateCommand";
64
- import { GetUICustomizationCommandInput, GetUICustomizationCommandOutput } from "./commands/GetUICustomizationCommand";
65
- import { GetUserAttributeVerificationCodeCommandInput, GetUserAttributeVerificationCodeCommandOutput } from "./commands/GetUserAttributeVerificationCodeCommand";
66
- import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
67
- import { GetUserPoolMfaConfigCommandInput, GetUserPoolMfaConfigCommandOutput } from "./commands/GetUserPoolMfaConfigCommand";
68
- import { GlobalSignOutCommandInput, GlobalSignOutCommandOutput } from "./commands/GlobalSignOutCommand";
69
- import { InitiateAuthCommandInput, InitiateAuthCommandOutput } from "./commands/InitiateAuthCommand";
70
- import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
71
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
72
- import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
73
- import { ListResourceServersCommandInput, ListResourceServersCommandOutput } from "./commands/ListResourceServersCommand";
74
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
75
- import { ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput } from "./commands/ListUserImportJobsCommand";
76
- import { ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput } from "./commands/ListUserPoolClientsCommand";
77
- import { ListUserPoolsCommandInput, ListUserPoolsCommandOutput } from "./commands/ListUserPoolsCommand";
78
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
79
- import { ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput } from "./commands/ListUsersInGroupCommand";
80
- import { ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput } from "./commands/ResendConfirmationCodeCommand";
81
- import { RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput } from "./commands/RespondToAuthChallengeCommand";
82
- import { RevokeTokenCommandInput, RevokeTokenCommandOutput } from "./commands/RevokeTokenCommand";
83
- import { SetRiskConfigurationCommandInput, SetRiskConfigurationCommandOutput } from "./commands/SetRiskConfigurationCommand";
84
- import { SetUICustomizationCommandInput, SetUICustomizationCommandOutput } from "./commands/SetUICustomizationCommand";
85
- import { SetUserMFAPreferenceCommandInput, SetUserMFAPreferenceCommandOutput } from "./commands/SetUserMFAPreferenceCommand";
86
- import { SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput } from "./commands/SetUserPoolMfaConfigCommand";
87
- import { SetUserSettingsCommandInput, SetUserSettingsCommandOutput } from "./commands/SetUserSettingsCommand";
88
- import { SignUpCommandInput, SignUpCommandOutput } from "./commands/SignUpCommand";
89
- import { StartUserImportJobCommandInput, StartUserImportJobCommandOutput } from "./commands/StartUserImportJobCommand";
90
- import { StopUserImportJobCommandInput, StopUserImportJobCommandOutput } from "./commands/StopUserImportJobCommand";
91
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
92
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
93
- import { UpdateAuthEventFeedbackCommandInput, UpdateAuthEventFeedbackCommandOutput } from "./commands/UpdateAuthEventFeedbackCommand";
94
- import { UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput } from "./commands/UpdateDeviceStatusCommand";
95
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
96
- import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
97
- import { UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput } from "./commands/UpdateResourceServerCommand";
98
- import { UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput } from "./commands/UpdateUserAttributesCommand";
99
- import { UpdateUserPoolClientCommandInput, UpdateUserPoolClientCommandOutput } from "./commands/UpdateUserPoolClientCommand";
100
- import { UpdateUserPoolCommandInput, UpdateUserPoolCommandOutput } from "./commands/UpdateUserPoolCommand";
101
- import { UpdateUserPoolDomainCommandInput, UpdateUserPoolDomainCommandOutput } from "./commands/UpdateUserPoolDomainCommand";
102
- import { VerifySoftwareTokenCommandInput, VerifySoftwareTokenCommandOutput } from "./commands/VerifySoftwareTokenCommand";
103
- import { VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput } from "./commands/VerifyUserAttributeCommand";
104
-
105
- export declare class CognitoIdentityProvider extends CognitoIdentityProviderClient {
106
-
107
- addCustomAttributes(args: AddCustomAttributesCommandInput, options?: __HttpHandlerOptions): Promise<AddCustomAttributesCommandOutput>;
108
- addCustomAttributes(args: AddCustomAttributesCommandInput, cb: (err: any, data?: AddCustomAttributesCommandOutput) => void): void;
109
- addCustomAttributes(args: AddCustomAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCustomAttributesCommandOutput) => void): void;
110
-
111
- adminAddUserToGroup(args: AdminAddUserToGroupCommandInput, options?: __HttpHandlerOptions): Promise<AdminAddUserToGroupCommandOutput>;
112
- adminAddUserToGroup(args: AdminAddUserToGroupCommandInput, cb: (err: any, data?: AdminAddUserToGroupCommandOutput) => void): void;
113
- adminAddUserToGroup(args: AdminAddUserToGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminAddUserToGroupCommandOutput) => void): void;
114
-
115
- adminConfirmSignUp(args: AdminConfirmSignUpCommandInput, options?: __HttpHandlerOptions): Promise<AdminConfirmSignUpCommandOutput>;
116
- adminConfirmSignUp(args: AdminConfirmSignUpCommandInput, cb: (err: any, data?: AdminConfirmSignUpCommandOutput) => void): void;
117
- adminConfirmSignUp(args: AdminConfirmSignUpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminConfirmSignUpCommandOutput) => void): void;
118
-
119
- adminCreateUser(args: AdminCreateUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminCreateUserCommandOutput>;
120
- adminCreateUser(args: AdminCreateUserCommandInput, cb: (err: any, data?: AdminCreateUserCommandOutput) => void): void;
121
- adminCreateUser(args: AdminCreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminCreateUserCommandOutput) => void): void;
122
-
123
- adminDeleteUser(args: AdminDeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminDeleteUserCommandOutput>;
124
- adminDeleteUser(args: AdminDeleteUserCommandInput, cb: (err: any, data?: AdminDeleteUserCommandOutput) => void): void;
125
- adminDeleteUser(args: AdminDeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminDeleteUserCommandOutput) => void): void;
126
-
127
- adminDeleteUserAttributes(args: AdminDeleteUserAttributesCommandInput, options?: __HttpHandlerOptions): Promise<AdminDeleteUserAttributesCommandOutput>;
128
- adminDeleteUserAttributes(args: AdminDeleteUserAttributesCommandInput, cb: (err: any, data?: AdminDeleteUserAttributesCommandOutput) => void): void;
129
- adminDeleteUserAttributes(args: AdminDeleteUserAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminDeleteUserAttributesCommandOutput) => void): void;
130
-
131
- adminDisableProviderForUser(args: AdminDisableProviderForUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminDisableProviderForUserCommandOutput>;
132
- adminDisableProviderForUser(args: AdminDisableProviderForUserCommandInput, cb: (err: any, data?: AdminDisableProviderForUserCommandOutput) => void): void;
133
- adminDisableProviderForUser(args: AdminDisableProviderForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminDisableProviderForUserCommandOutput) => void): void;
134
-
135
- adminDisableUser(args: AdminDisableUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminDisableUserCommandOutput>;
136
- adminDisableUser(args: AdminDisableUserCommandInput, cb: (err: any, data?: AdminDisableUserCommandOutput) => void): void;
137
- adminDisableUser(args: AdminDisableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminDisableUserCommandOutput) => void): void;
138
-
139
- adminEnableUser(args: AdminEnableUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminEnableUserCommandOutput>;
140
- adminEnableUser(args: AdminEnableUserCommandInput, cb: (err: any, data?: AdminEnableUserCommandOutput) => void): void;
141
- adminEnableUser(args: AdminEnableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminEnableUserCommandOutput) => void): void;
142
-
143
- adminForgetDevice(args: AdminForgetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<AdminForgetDeviceCommandOutput>;
144
- adminForgetDevice(args: AdminForgetDeviceCommandInput, cb: (err: any, data?: AdminForgetDeviceCommandOutput) => void): void;
145
- adminForgetDevice(args: AdminForgetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminForgetDeviceCommandOutput) => void): void;
146
-
147
- adminGetDevice(args: AdminGetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<AdminGetDeviceCommandOutput>;
148
- adminGetDevice(args: AdminGetDeviceCommandInput, cb: (err: any, data?: AdminGetDeviceCommandOutput) => void): void;
149
- adminGetDevice(args: AdminGetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminGetDeviceCommandOutput) => void): void;
150
-
151
- adminGetUser(args: AdminGetUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminGetUserCommandOutput>;
152
- adminGetUser(args: AdminGetUserCommandInput, cb: (err: any, data?: AdminGetUserCommandOutput) => void): void;
153
- adminGetUser(args: AdminGetUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminGetUserCommandOutput) => void): void;
154
-
155
- adminInitiateAuth(args: AdminInitiateAuthCommandInput, options?: __HttpHandlerOptions): Promise<AdminInitiateAuthCommandOutput>;
156
- adminInitiateAuth(args: AdminInitiateAuthCommandInput, cb: (err: any, data?: AdminInitiateAuthCommandOutput) => void): void;
157
- adminInitiateAuth(args: AdminInitiateAuthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminInitiateAuthCommandOutput) => void): void;
158
-
159
- adminLinkProviderForUser(args: AdminLinkProviderForUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminLinkProviderForUserCommandOutput>;
160
- adminLinkProviderForUser(args: AdminLinkProviderForUserCommandInput, cb: (err: any, data?: AdminLinkProviderForUserCommandOutput) => void): void;
161
- adminLinkProviderForUser(args: AdminLinkProviderForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminLinkProviderForUserCommandOutput) => void): void;
162
-
163
- adminListDevices(args: AdminListDevicesCommandInput, options?: __HttpHandlerOptions): Promise<AdminListDevicesCommandOutput>;
164
- adminListDevices(args: AdminListDevicesCommandInput, cb: (err: any, data?: AdminListDevicesCommandOutput) => void): void;
165
- adminListDevices(args: AdminListDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminListDevicesCommandOutput) => void): void;
166
-
167
- adminListGroupsForUser(args: AdminListGroupsForUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminListGroupsForUserCommandOutput>;
168
- adminListGroupsForUser(args: AdminListGroupsForUserCommandInput, cb: (err: any, data?: AdminListGroupsForUserCommandOutput) => void): void;
169
- adminListGroupsForUser(args: AdminListGroupsForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminListGroupsForUserCommandOutput) => void): void;
170
-
171
- adminListUserAuthEvents(args: AdminListUserAuthEventsCommandInput, options?: __HttpHandlerOptions): Promise<AdminListUserAuthEventsCommandOutput>;
172
- adminListUserAuthEvents(args: AdminListUserAuthEventsCommandInput, cb: (err: any, data?: AdminListUserAuthEventsCommandOutput) => void): void;
173
- adminListUserAuthEvents(args: AdminListUserAuthEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminListUserAuthEventsCommandOutput) => void): void;
174
-
175
- adminRemoveUserFromGroup(args: AdminRemoveUserFromGroupCommandInput, options?: __HttpHandlerOptions): Promise<AdminRemoveUserFromGroupCommandOutput>;
176
- adminRemoveUserFromGroup(args: AdminRemoveUserFromGroupCommandInput, cb: (err: any, data?: AdminRemoveUserFromGroupCommandOutput) => void): void;
177
- adminRemoveUserFromGroup(args: AdminRemoveUserFromGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminRemoveUserFromGroupCommandOutput) => void): void;
178
-
179
- adminResetUserPassword(args: AdminResetUserPasswordCommandInput, options?: __HttpHandlerOptions): Promise<AdminResetUserPasswordCommandOutput>;
180
- adminResetUserPassword(args: AdminResetUserPasswordCommandInput, cb: (err: any, data?: AdminResetUserPasswordCommandOutput) => void): void;
181
- adminResetUserPassword(args: AdminResetUserPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminResetUserPasswordCommandOutput) => void): void;
182
-
183
- adminRespondToAuthChallenge(args: AdminRespondToAuthChallengeCommandInput, options?: __HttpHandlerOptions): Promise<AdminRespondToAuthChallengeCommandOutput>;
184
- adminRespondToAuthChallenge(args: AdminRespondToAuthChallengeCommandInput, cb: (err: any, data?: AdminRespondToAuthChallengeCommandOutput) => void): void;
185
- adminRespondToAuthChallenge(args: AdminRespondToAuthChallengeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminRespondToAuthChallengeCommandOutput) => void): void;
186
-
187
- adminSetUserMFAPreference(args: AdminSetUserMFAPreferenceCommandInput, options?: __HttpHandlerOptions): Promise<AdminSetUserMFAPreferenceCommandOutput>;
188
- adminSetUserMFAPreference(args: AdminSetUserMFAPreferenceCommandInput, cb: (err: any, data?: AdminSetUserMFAPreferenceCommandOutput) => void): void;
189
- adminSetUserMFAPreference(args: AdminSetUserMFAPreferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminSetUserMFAPreferenceCommandOutput) => void): void;
190
-
191
- adminSetUserPassword(args: AdminSetUserPasswordCommandInput, options?: __HttpHandlerOptions): Promise<AdminSetUserPasswordCommandOutput>;
192
- adminSetUserPassword(args: AdminSetUserPasswordCommandInput, cb: (err: any, data?: AdminSetUserPasswordCommandOutput) => void): void;
193
- adminSetUserPassword(args: AdminSetUserPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminSetUserPasswordCommandOutput) => void): void;
194
-
195
- adminSetUserSettings(args: AdminSetUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<AdminSetUserSettingsCommandOutput>;
196
- adminSetUserSettings(args: AdminSetUserSettingsCommandInput, cb: (err: any, data?: AdminSetUserSettingsCommandOutput) => void): void;
197
- adminSetUserSettings(args: AdminSetUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminSetUserSettingsCommandOutput) => void): void;
198
-
199
- adminUpdateAuthEventFeedback(args: AdminUpdateAuthEventFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<AdminUpdateAuthEventFeedbackCommandOutput>;
200
- adminUpdateAuthEventFeedback(args: AdminUpdateAuthEventFeedbackCommandInput, cb: (err: any, data?: AdminUpdateAuthEventFeedbackCommandOutput) => void): void;
201
- adminUpdateAuthEventFeedback(args: AdminUpdateAuthEventFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminUpdateAuthEventFeedbackCommandOutput) => void): void;
202
-
203
- adminUpdateDeviceStatus(args: AdminUpdateDeviceStatusCommandInput, options?: __HttpHandlerOptions): Promise<AdminUpdateDeviceStatusCommandOutput>;
204
- adminUpdateDeviceStatus(args: AdminUpdateDeviceStatusCommandInput, cb: (err: any, data?: AdminUpdateDeviceStatusCommandOutput) => void): void;
205
- adminUpdateDeviceStatus(args: AdminUpdateDeviceStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminUpdateDeviceStatusCommandOutput) => void): void;
206
-
207
- adminUpdateUserAttributes(args: AdminUpdateUserAttributesCommandInput, options?: __HttpHandlerOptions): Promise<AdminUpdateUserAttributesCommandOutput>;
208
- adminUpdateUserAttributes(args: AdminUpdateUserAttributesCommandInput, cb: (err: any, data?: AdminUpdateUserAttributesCommandOutput) => void): void;
209
- adminUpdateUserAttributes(args: AdminUpdateUserAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminUpdateUserAttributesCommandOutput) => void): void;
210
-
211
- adminUserGlobalSignOut(args: AdminUserGlobalSignOutCommandInput, options?: __HttpHandlerOptions): Promise<AdminUserGlobalSignOutCommandOutput>;
212
- adminUserGlobalSignOut(args: AdminUserGlobalSignOutCommandInput, cb: (err: any, data?: AdminUserGlobalSignOutCommandOutput) => void): void;
213
- adminUserGlobalSignOut(args: AdminUserGlobalSignOutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminUserGlobalSignOutCommandOutput) => void): void;
214
-
215
- associateSoftwareToken(args: AssociateSoftwareTokenCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSoftwareTokenCommandOutput>;
216
- associateSoftwareToken(args: AssociateSoftwareTokenCommandInput, cb: (err: any, data?: AssociateSoftwareTokenCommandOutput) => void): void;
217
- associateSoftwareToken(args: AssociateSoftwareTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSoftwareTokenCommandOutput) => void): void;
218
-
219
- changePassword(args: ChangePasswordCommandInput, options?: __HttpHandlerOptions): Promise<ChangePasswordCommandOutput>;
220
- changePassword(args: ChangePasswordCommandInput, cb: (err: any, data?: ChangePasswordCommandOutput) => void): void;
221
- changePassword(args: ChangePasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangePasswordCommandOutput) => void): void;
222
-
223
- confirmDevice(args: ConfirmDeviceCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmDeviceCommandOutput>;
224
- confirmDevice(args: ConfirmDeviceCommandInput, cb: (err: any, data?: ConfirmDeviceCommandOutput) => void): void;
225
- confirmDevice(args: ConfirmDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmDeviceCommandOutput) => void): void;
226
-
227
- confirmForgotPassword(args: ConfirmForgotPasswordCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmForgotPasswordCommandOutput>;
228
- confirmForgotPassword(args: ConfirmForgotPasswordCommandInput, cb: (err: any, data?: ConfirmForgotPasswordCommandOutput) => void): void;
229
- confirmForgotPassword(args: ConfirmForgotPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmForgotPasswordCommandOutput) => void): void;
230
-
231
- confirmSignUp(args: ConfirmSignUpCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmSignUpCommandOutput>;
232
- confirmSignUp(args: ConfirmSignUpCommandInput, cb: (err: any, data?: ConfirmSignUpCommandOutput) => void): void;
233
- confirmSignUp(args: ConfirmSignUpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmSignUpCommandOutput) => void): void;
234
-
235
- createGroup(args: CreateGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateGroupCommandOutput>;
236
- createGroup(args: CreateGroupCommandInput, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
237
- createGroup(args: CreateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
238
-
239
- createIdentityProvider(args: CreateIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<CreateIdentityProviderCommandOutput>;
240
- createIdentityProvider(args: CreateIdentityProviderCommandInput, cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void): void;
241
- createIdentityProvider(args: CreateIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void): void;
242
-
243
- createResourceServer(args: CreateResourceServerCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourceServerCommandOutput>;
244
- createResourceServer(args: CreateResourceServerCommandInput, cb: (err: any, data?: CreateResourceServerCommandOutput) => void): void;
245
- createResourceServer(args: CreateResourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourceServerCommandOutput) => void): void;
246
-
247
- createUserImportJob(args: CreateUserImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserImportJobCommandOutput>;
248
- createUserImportJob(args: CreateUserImportJobCommandInput, cb: (err: any, data?: CreateUserImportJobCommandOutput) => void): void;
249
- createUserImportJob(args: CreateUserImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserImportJobCommandOutput) => void): void;
250
-
251
- createUserPool(args: CreateUserPoolCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserPoolCommandOutput>;
252
- createUserPool(args: CreateUserPoolCommandInput, cb: (err: any, data?: CreateUserPoolCommandOutput) => void): void;
253
- createUserPool(args: CreateUserPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserPoolCommandOutput) => void): void;
254
-
255
- createUserPoolClient(args: CreateUserPoolClientCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserPoolClientCommandOutput>;
256
- createUserPoolClient(args: CreateUserPoolClientCommandInput, cb: (err: any, data?: CreateUserPoolClientCommandOutput) => void): void;
257
- createUserPoolClient(args: CreateUserPoolClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserPoolClientCommandOutput) => void): void;
258
-
259
- createUserPoolDomain(args: CreateUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserPoolDomainCommandOutput>;
260
- createUserPoolDomain(args: CreateUserPoolDomainCommandInput, cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void): void;
261
- createUserPoolDomain(args: CreateUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void): void;
262
-
263
- deleteGroup(args: DeleteGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupCommandOutput>;
264
- deleteGroup(args: DeleteGroupCommandInput, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
265
- deleteGroup(args: DeleteGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
266
-
267
- deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIdentityProviderCommandOutput>;
268
- deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void): void;
269
- deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void): void;
270
-
271
- deleteResourceServer(args: DeleteResourceServerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceServerCommandOutput>;
272
- deleteResourceServer(args: DeleteResourceServerCommandInput, cb: (err: any, data?: DeleteResourceServerCommandOutput) => void): void;
273
- deleteResourceServer(args: DeleteResourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceServerCommandOutput) => void): void;
274
-
275
- deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
276
- deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
277
- deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
278
-
279
- deleteUserAttributes(args: DeleteUserAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserAttributesCommandOutput>;
280
- deleteUserAttributes(args: DeleteUserAttributesCommandInput, cb: (err: any, data?: DeleteUserAttributesCommandOutput) => void): void;
281
- deleteUserAttributes(args: DeleteUserAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserAttributesCommandOutput) => void): void;
282
-
283
- deleteUserPool(args: DeleteUserPoolCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPoolCommandOutput>;
284
- deleteUserPool(args: DeleteUserPoolCommandInput, cb: (err: any, data?: DeleteUserPoolCommandOutput) => void): void;
285
- deleteUserPool(args: DeleteUserPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPoolCommandOutput) => void): void;
286
-
287
- deleteUserPoolClient(args: DeleteUserPoolClientCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPoolClientCommandOutput>;
288
- deleteUserPoolClient(args: DeleteUserPoolClientCommandInput, cb: (err: any, data?: DeleteUserPoolClientCommandOutput) => void): void;
289
- deleteUserPoolClient(args: DeleteUserPoolClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPoolClientCommandOutput) => void): void;
290
-
291
- deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPoolDomainCommandOutput>;
292
- deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void): void;
293
- deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void): void;
294
-
295
- describeIdentityProvider(args: DescribeIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIdentityProviderCommandOutput>;
296
- describeIdentityProvider(args: DescribeIdentityProviderCommandInput, cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void): void;
297
- describeIdentityProvider(args: DescribeIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void): void;
298
-
299
- describeResourceServer(args: DescribeResourceServerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourceServerCommandOutput>;
300
- describeResourceServer(args: DescribeResourceServerCommandInput, cb: (err: any, data?: DescribeResourceServerCommandOutput) => void): void;
301
- describeResourceServer(args: DescribeResourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourceServerCommandOutput) => void): void;
302
-
303
- describeRiskConfiguration(args: DescribeRiskConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRiskConfigurationCommandOutput>;
304
- describeRiskConfiguration(args: DescribeRiskConfigurationCommandInput, cb: (err: any, data?: DescribeRiskConfigurationCommandOutput) => void): void;
305
- describeRiskConfiguration(args: DescribeRiskConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRiskConfigurationCommandOutput) => void): void;
306
-
307
- describeUserImportJob(args: DescribeUserImportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserImportJobCommandOutput>;
308
- describeUserImportJob(args: DescribeUserImportJobCommandInput, cb: (err: any, data?: DescribeUserImportJobCommandOutput) => void): void;
309
- describeUserImportJob(args: DescribeUserImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserImportJobCommandOutput) => void): void;
310
-
311
- describeUserPool(args: DescribeUserPoolCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserPoolCommandOutput>;
312
- describeUserPool(args: DescribeUserPoolCommandInput, cb: (err: any, data?: DescribeUserPoolCommandOutput) => void): void;
313
- describeUserPool(args: DescribeUserPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserPoolCommandOutput) => void): void;
314
-
315
- describeUserPoolClient(args: DescribeUserPoolClientCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserPoolClientCommandOutput>;
316
- describeUserPoolClient(args: DescribeUserPoolClientCommandInput, cb: (err: any, data?: DescribeUserPoolClientCommandOutput) => void): void;
317
- describeUserPoolClient(args: DescribeUserPoolClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserPoolClientCommandOutput) => void): void;
318
-
319
- describeUserPoolDomain(args: DescribeUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserPoolDomainCommandOutput>;
320
- describeUserPoolDomain(args: DescribeUserPoolDomainCommandInput, cb: (err: any, data?: DescribeUserPoolDomainCommandOutput) => void): void;
321
- describeUserPoolDomain(args: DescribeUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserPoolDomainCommandOutput) => void): void;
322
-
323
- forgetDevice(args: ForgetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<ForgetDeviceCommandOutput>;
324
- forgetDevice(args: ForgetDeviceCommandInput, cb: (err: any, data?: ForgetDeviceCommandOutput) => void): void;
325
- forgetDevice(args: ForgetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ForgetDeviceCommandOutput) => void): void;
326
-
327
- forgotPassword(args: ForgotPasswordCommandInput, options?: __HttpHandlerOptions): Promise<ForgotPasswordCommandOutput>;
328
- forgotPassword(args: ForgotPasswordCommandInput, cb: (err: any, data?: ForgotPasswordCommandOutput) => void): void;
329
- forgotPassword(args: ForgotPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ForgotPasswordCommandOutput) => void): void;
330
-
331
- getCSVHeader(args: GetCSVHeaderCommandInput, options?: __HttpHandlerOptions): Promise<GetCSVHeaderCommandOutput>;
332
- getCSVHeader(args: GetCSVHeaderCommandInput, cb: (err: any, data?: GetCSVHeaderCommandOutput) => void): void;
333
- getCSVHeader(args: GetCSVHeaderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCSVHeaderCommandOutput) => void): void;
334
-
335
- getDevice(args: GetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<GetDeviceCommandOutput>;
336
- getDevice(args: GetDeviceCommandInput, cb: (err: any, data?: GetDeviceCommandOutput) => void): void;
337
- getDevice(args: GetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeviceCommandOutput) => void): void;
338
-
339
- getGroup(args: GetGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupCommandOutput>;
340
- getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
341
- getGroup(args: GetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
342
-
343
- getIdentityProviderByIdentifier(args: GetIdentityProviderByIdentifierCommandInput, options?: __HttpHandlerOptions): Promise<GetIdentityProviderByIdentifierCommandOutput>;
344
- getIdentityProviderByIdentifier(args: GetIdentityProviderByIdentifierCommandInput, cb: (err: any, data?: GetIdentityProviderByIdentifierCommandOutput) => void): void;
345
- getIdentityProviderByIdentifier(args: GetIdentityProviderByIdentifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityProviderByIdentifierCommandOutput) => void): void;
346
-
347
- getSigningCertificate(args: GetSigningCertificateCommandInput, options?: __HttpHandlerOptions): Promise<GetSigningCertificateCommandOutput>;
348
- getSigningCertificate(args: GetSigningCertificateCommandInput, cb: (err: any, data?: GetSigningCertificateCommandOutput) => void): void;
349
- getSigningCertificate(args: GetSigningCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSigningCertificateCommandOutput) => void): void;
350
-
351
- getUICustomization(args: GetUICustomizationCommandInput, options?: __HttpHandlerOptions): Promise<GetUICustomizationCommandOutput>;
352
- getUICustomization(args: GetUICustomizationCommandInput, cb: (err: any, data?: GetUICustomizationCommandOutput) => void): void;
353
- getUICustomization(args: GetUICustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUICustomizationCommandOutput) => void): void;
354
-
355
- getUser(args: GetUserCommandInput, options?: __HttpHandlerOptions): Promise<GetUserCommandOutput>;
356
- getUser(args: GetUserCommandInput, cb: (err: any, data?: GetUserCommandOutput) => void): void;
357
- getUser(args: GetUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserCommandOutput) => void): void;
358
-
359
- getUserAttributeVerificationCode(args: GetUserAttributeVerificationCodeCommandInput, options?: __HttpHandlerOptions): Promise<GetUserAttributeVerificationCodeCommandOutput>;
360
- getUserAttributeVerificationCode(args: GetUserAttributeVerificationCodeCommandInput, cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void): void;
361
- getUserAttributeVerificationCode(args: GetUserAttributeVerificationCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void): void;
362
-
363
- getUserPoolMfaConfig(args: GetUserPoolMfaConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetUserPoolMfaConfigCommandOutput>;
364
- getUserPoolMfaConfig(args: GetUserPoolMfaConfigCommandInput, cb: (err: any, data?: GetUserPoolMfaConfigCommandOutput) => void): void;
365
- getUserPoolMfaConfig(args: GetUserPoolMfaConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserPoolMfaConfigCommandOutput) => void): void;
366
-
367
- globalSignOut(args: GlobalSignOutCommandInput, options?: __HttpHandlerOptions): Promise<GlobalSignOutCommandOutput>;
368
- globalSignOut(args: GlobalSignOutCommandInput, cb: (err: any, data?: GlobalSignOutCommandOutput) => void): void;
369
- globalSignOut(args: GlobalSignOutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GlobalSignOutCommandOutput) => void): void;
370
-
371
- initiateAuth(args: InitiateAuthCommandInput, options?: __HttpHandlerOptions): Promise<InitiateAuthCommandOutput>;
372
- initiateAuth(args: InitiateAuthCommandInput, cb: (err: any, data?: InitiateAuthCommandOutput) => void): void;
373
- initiateAuth(args: InitiateAuthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InitiateAuthCommandOutput) => void): void;
374
-
375
- listDevices(args: ListDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicesCommandOutput>;
376
- listDevices(args: ListDevicesCommandInput, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
377
- listDevices(args: ListDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
378
-
379
- listGroups(args: ListGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupsCommandOutput>;
380
- listGroups(args: ListGroupsCommandInput, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
381
- listGroups(args: ListGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
382
-
383
- listIdentityProviders(args: ListIdentityProvidersCommandInput, options?: __HttpHandlerOptions): Promise<ListIdentityProvidersCommandOutput>;
384
- listIdentityProviders(args: ListIdentityProvidersCommandInput, cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void): void;
385
- listIdentityProviders(args: ListIdentityProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void): void;
386
-
387
- listResourceServers(args: ListResourceServersCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceServersCommandOutput>;
388
- listResourceServers(args: ListResourceServersCommandInput, cb: (err: any, data?: ListResourceServersCommandOutput) => void): void;
389
- listResourceServers(args: ListResourceServersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceServersCommandOutput) => void): void;
390
-
391
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
392
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
393
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
394
-
395
- listUserImportJobs(args: ListUserImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserImportJobsCommandOutput>;
396
- listUserImportJobs(args: ListUserImportJobsCommandInput, cb: (err: any, data?: ListUserImportJobsCommandOutput) => void): void;
397
- listUserImportJobs(args: ListUserImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserImportJobsCommandOutput) => void): void;
398
-
399
- listUserPoolClients(args: ListUserPoolClientsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserPoolClientsCommandOutput>;
400
- listUserPoolClients(args: ListUserPoolClientsCommandInput, cb: (err: any, data?: ListUserPoolClientsCommandOutput) => void): void;
401
- listUserPoolClients(args: ListUserPoolClientsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserPoolClientsCommandOutput) => void): void;
402
-
403
- listUserPools(args: ListUserPoolsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserPoolsCommandOutput>;
404
- listUserPools(args: ListUserPoolsCommandInput, cb: (err: any, data?: ListUserPoolsCommandOutput) => void): void;
405
- listUserPools(args: ListUserPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserPoolsCommandOutput) => void): void;
406
-
407
- listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
408
- listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
409
- listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
410
-
411
- listUsersInGroup(args: ListUsersInGroupCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersInGroupCommandOutput>;
412
- listUsersInGroup(args: ListUsersInGroupCommandInput, cb: (err: any, data?: ListUsersInGroupCommandOutput) => void): void;
413
- listUsersInGroup(args: ListUsersInGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersInGroupCommandOutput) => void): void;
414
-
415
- resendConfirmationCode(args: ResendConfirmationCodeCommandInput, options?: __HttpHandlerOptions): Promise<ResendConfirmationCodeCommandOutput>;
416
- resendConfirmationCode(args: ResendConfirmationCodeCommandInput, cb: (err: any, data?: ResendConfirmationCodeCommandOutput) => void): void;
417
- resendConfirmationCode(args: ResendConfirmationCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResendConfirmationCodeCommandOutput) => void): void;
418
-
419
- respondToAuthChallenge(args: RespondToAuthChallengeCommandInput, options?: __HttpHandlerOptions): Promise<RespondToAuthChallengeCommandOutput>;
420
- respondToAuthChallenge(args: RespondToAuthChallengeCommandInput, cb: (err: any, data?: RespondToAuthChallengeCommandOutput) => void): void;
421
- respondToAuthChallenge(args: RespondToAuthChallengeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RespondToAuthChallengeCommandOutput) => void): void;
422
-
423
- revokeToken(args: RevokeTokenCommandInput, options?: __HttpHandlerOptions): Promise<RevokeTokenCommandOutput>;
424
- revokeToken(args: RevokeTokenCommandInput, cb: (err: any, data?: RevokeTokenCommandOutput) => void): void;
425
- revokeToken(args: RevokeTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeTokenCommandOutput) => void): void;
426
-
427
- setRiskConfiguration(args: SetRiskConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<SetRiskConfigurationCommandOutput>;
428
- setRiskConfiguration(args: SetRiskConfigurationCommandInput, cb: (err: any, data?: SetRiskConfigurationCommandOutput) => void): void;
429
- setRiskConfiguration(args: SetRiskConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetRiskConfigurationCommandOutput) => void): void;
430
-
431
- setUICustomization(args: SetUICustomizationCommandInput, options?: __HttpHandlerOptions): Promise<SetUICustomizationCommandOutput>;
432
- setUICustomization(args: SetUICustomizationCommandInput, cb: (err: any, data?: SetUICustomizationCommandOutput) => void): void;
433
- setUICustomization(args: SetUICustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetUICustomizationCommandOutput) => void): void;
434
-
435
- setUserMFAPreference(args: SetUserMFAPreferenceCommandInput, options?: __HttpHandlerOptions): Promise<SetUserMFAPreferenceCommandOutput>;
436
- setUserMFAPreference(args: SetUserMFAPreferenceCommandInput, cb: (err: any, data?: SetUserMFAPreferenceCommandOutput) => void): void;
437
- setUserMFAPreference(args: SetUserMFAPreferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetUserMFAPreferenceCommandOutput) => void): void;
438
-
439
- setUserPoolMfaConfig(args: SetUserPoolMfaConfigCommandInput, options?: __HttpHandlerOptions): Promise<SetUserPoolMfaConfigCommandOutput>;
440
- setUserPoolMfaConfig(args: SetUserPoolMfaConfigCommandInput, cb: (err: any, data?: SetUserPoolMfaConfigCommandOutput) => void): void;
441
- setUserPoolMfaConfig(args: SetUserPoolMfaConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetUserPoolMfaConfigCommandOutput) => void): void;
442
-
443
- setUserSettings(args: SetUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<SetUserSettingsCommandOutput>;
444
- setUserSettings(args: SetUserSettingsCommandInput, cb: (err: any, data?: SetUserSettingsCommandOutput) => void): void;
445
- setUserSettings(args: SetUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetUserSettingsCommandOutput) => void): void;
446
-
447
- signUp(args: SignUpCommandInput, options?: __HttpHandlerOptions): Promise<SignUpCommandOutput>;
448
- signUp(args: SignUpCommandInput, cb: (err: any, data?: SignUpCommandOutput) => void): void;
449
- signUp(args: SignUpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SignUpCommandOutput) => void): void;
450
-
451
- startUserImportJob(args: StartUserImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartUserImportJobCommandOutput>;
452
- startUserImportJob(args: StartUserImportJobCommandInput, cb: (err: any, data?: StartUserImportJobCommandOutput) => void): void;
453
- startUserImportJob(args: StartUserImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartUserImportJobCommandOutput) => void): void;
454
-
455
- stopUserImportJob(args: StopUserImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StopUserImportJobCommandOutput>;
456
- stopUserImportJob(args: StopUserImportJobCommandInput, cb: (err: any, data?: StopUserImportJobCommandOutput) => void): void;
457
- stopUserImportJob(args: StopUserImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopUserImportJobCommandOutput) => void): void;
458
-
459
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
460
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
461
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
462
-
463
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
464
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
465
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
466
-
467
- updateAuthEventFeedback(args: UpdateAuthEventFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAuthEventFeedbackCommandOutput>;
468
- updateAuthEventFeedback(args: UpdateAuthEventFeedbackCommandInput, cb: (err: any, data?: UpdateAuthEventFeedbackCommandOutput) => void): void;
469
- updateAuthEventFeedback(args: UpdateAuthEventFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAuthEventFeedbackCommandOutput) => void): void;
470
-
471
- updateDeviceStatus(args: UpdateDeviceStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeviceStatusCommandOutput>;
472
- updateDeviceStatus(args: UpdateDeviceStatusCommandInput, cb: (err: any, data?: UpdateDeviceStatusCommandOutput) => void): void;
473
- updateDeviceStatus(args: UpdateDeviceStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeviceStatusCommandOutput) => void): void;
474
-
475
- updateGroup(args: UpdateGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGroupCommandOutput>;
476
- updateGroup(args: UpdateGroupCommandInput, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
477
- updateGroup(args: UpdateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
478
-
479
- updateIdentityProvider(args: UpdateIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIdentityProviderCommandOutput>;
480
- updateIdentityProvider(args: UpdateIdentityProviderCommandInput, cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void): void;
481
- updateIdentityProvider(args: UpdateIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void): void;
482
-
483
- updateResourceServer(args: UpdateResourceServerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceServerCommandOutput>;
484
- updateResourceServer(args: UpdateResourceServerCommandInput, cb: (err: any, data?: UpdateResourceServerCommandOutput) => void): void;
485
- updateResourceServer(args: UpdateResourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceServerCommandOutput) => void): void;
486
-
487
- updateUserAttributes(args: UpdateUserAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserAttributesCommandOutput>;
488
- updateUserAttributes(args: UpdateUserAttributesCommandInput, cb: (err: any, data?: UpdateUserAttributesCommandOutput) => void): void;
489
- updateUserAttributes(args: UpdateUserAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserAttributesCommandOutput) => void): void;
490
-
491
- updateUserPool(args: UpdateUserPoolCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserPoolCommandOutput>;
492
- updateUserPool(args: UpdateUserPoolCommandInput, cb: (err: any, data?: UpdateUserPoolCommandOutput) => void): void;
493
- updateUserPool(args: UpdateUserPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPoolCommandOutput) => void): void;
494
-
495
- updateUserPoolClient(args: UpdateUserPoolClientCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserPoolClientCommandOutput>;
496
- updateUserPoolClient(args: UpdateUserPoolClientCommandInput, cb: (err: any, data?: UpdateUserPoolClientCommandOutput) => void): void;
497
- updateUserPoolClient(args: UpdateUserPoolClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPoolClientCommandOutput) => void): void;
498
-
499
- updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserPoolDomainCommandOutput>;
500
- updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void): void;
501
- updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void): void;
502
-
503
- verifySoftwareToken(args: VerifySoftwareTokenCommandInput, options?: __HttpHandlerOptions): Promise<VerifySoftwareTokenCommandOutput>;
504
- verifySoftwareToken(args: VerifySoftwareTokenCommandInput, cb: (err: any, data?: VerifySoftwareTokenCommandOutput) => void): void;
505
- verifySoftwareToken(args: VerifySoftwareTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifySoftwareTokenCommandOutput) => void): void;
506
-
507
- verifyUserAttribute(args: VerifyUserAttributeCommandInput, options?: __HttpHandlerOptions): Promise<VerifyUserAttributeCommandOutput>;
508
- verifyUserAttribute(args: VerifyUserAttributeCommandInput, cb: (err: any, data?: VerifyUserAttributeCommandOutput) => void): void;
509
- verifyUserAttribute(args: VerifyUserAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifyUserAttributeCommandOutput) => void): void;
510
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CognitoIdentityProviderClient } from "./CognitoIdentityProviderClient";
3
+ import {
4
+ AddCustomAttributesCommandInput,
5
+ AddCustomAttributesCommandOutput,
6
+ } from "./commands/AddCustomAttributesCommand";
7
+ import {
8
+ AdminAddUserToGroupCommandInput,
9
+ AdminAddUserToGroupCommandOutput,
10
+ } from "./commands/AdminAddUserToGroupCommand";
11
+ import {
12
+ AdminConfirmSignUpCommandInput,
13
+ AdminConfirmSignUpCommandOutput,
14
+ } from "./commands/AdminConfirmSignUpCommand";
15
+ import {
16
+ AdminCreateUserCommandInput,
17
+ AdminCreateUserCommandOutput,
18
+ } from "./commands/AdminCreateUserCommand";
19
+ import {
20
+ AdminDeleteUserAttributesCommandInput,
21
+ AdminDeleteUserAttributesCommandOutput,
22
+ } from "./commands/AdminDeleteUserAttributesCommand";
23
+ import {
24
+ AdminDeleteUserCommandInput,
25
+ AdminDeleteUserCommandOutput,
26
+ } from "./commands/AdminDeleteUserCommand";
27
+ import {
28
+ AdminDisableProviderForUserCommandInput,
29
+ AdminDisableProviderForUserCommandOutput,
30
+ } from "./commands/AdminDisableProviderForUserCommand";
31
+ import {
32
+ AdminDisableUserCommandInput,
33
+ AdminDisableUserCommandOutput,
34
+ } from "./commands/AdminDisableUserCommand";
35
+ import {
36
+ AdminEnableUserCommandInput,
37
+ AdminEnableUserCommandOutput,
38
+ } from "./commands/AdminEnableUserCommand";
39
+ import {
40
+ AdminForgetDeviceCommandInput,
41
+ AdminForgetDeviceCommandOutput,
42
+ } from "./commands/AdminForgetDeviceCommand";
43
+ import {
44
+ AdminGetDeviceCommandInput,
45
+ AdminGetDeviceCommandOutput,
46
+ } from "./commands/AdminGetDeviceCommand";
47
+ import {
48
+ AdminGetUserCommandInput,
49
+ AdminGetUserCommandOutput,
50
+ } from "./commands/AdminGetUserCommand";
51
+ import {
52
+ AdminInitiateAuthCommandInput,
53
+ AdminInitiateAuthCommandOutput,
54
+ } from "./commands/AdminInitiateAuthCommand";
55
+ import {
56
+ AdminLinkProviderForUserCommandInput,
57
+ AdminLinkProviderForUserCommandOutput,
58
+ } from "./commands/AdminLinkProviderForUserCommand";
59
+ import {
60
+ AdminListDevicesCommandInput,
61
+ AdminListDevicesCommandOutput,
62
+ } from "./commands/AdminListDevicesCommand";
63
+ import {
64
+ AdminListGroupsForUserCommandInput,
65
+ AdminListGroupsForUserCommandOutput,
66
+ } from "./commands/AdminListGroupsForUserCommand";
67
+ import {
68
+ AdminListUserAuthEventsCommandInput,
69
+ AdminListUserAuthEventsCommandOutput,
70
+ } from "./commands/AdminListUserAuthEventsCommand";
71
+ import {
72
+ AdminRemoveUserFromGroupCommandInput,
73
+ AdminRemoveUserFromGroupCommandOutput,
74
+ } from "./commands/AdminRemoveUserFromGroupCommand";
75
+ import {
76
+ AdminResetUserPasswordCommandInput,
77
+ AdminResetUserPasswordCommandOutput,
78
+ } from "./commands/AdminResetUserPasswordCommand";
79
+ import {
80
+ AdminRespondToAuthChallengeCommandInput,
81
+ AdminRespondToAuthChallengeCommandOutput,
82
+ } from "./commands/AdminRespondToAuthChallengeCommand";
83
+ import {
84
+ AdminSetUserMFAPreferenceCommandInput,
85
+ AdminSetUserMFAPreferenceCommandOutput,
86
+ } from "./commands/AdminSetUserMFAPreferenceCommand";
87
+ import {
88
+ AdminSetUserPasswordCommandInput,
89
+ AdminSetUserPasswordCommandOutput,
90
+ } from "./commands/AdminSetUserPasswordCommand";
91
+ import {
92
+ AdminSetUserSettingsCommandInput,
93
+ AdminSetUserSettingsCommandOutput,
94
+ } from "./commands/AdminSetUserSettingsCommand";
95
+ import {
96
+ AdminUpdateAuthEventFeedbackCommandInput,
97
+ AdminUpdateAuthEventFeedbackCommandOutput,
98
+ } from "./commands/AdminUpdateAuthEventFeedbackCommand";
99
+ import {
100
+ AdminUpdateDeviceStatusCommandInput,
101
+ AdminUpdateDeviceStatusCommandOutput,
102
+ } from "./commands/AdminUpdateDeviceStatusCommand";
103
+ import {
104
+ AdminUpdateUserAttributesCommandInput,
105
+ AdminUpdateUserAttributesCommandOutput,
106
+ } from "./commands/AdminUpdateUserAttributesCommand";
107
+ import {
108
+ AdminUserGlobalSignOutCommandInput,
109
+ AdminUserGlobalSignOutCommandOutput,
110
+ } from "./commands/AdminUserGlobalSignOutCommand";
111
+ import {
112
+ AssociateSoftwareTokenCommandInput,
113
+ AssociateSoftwareTokenCommandOutput,
114
+ } from "./commands/AssociateSoftwareTokenCommand";
115
+ import {
116
+ ChangePasswordCommandInput,
117
+ ChangePasswordCommandOutput,
118
+ } from "./commands/ChangePasswordCommand";
119
+ import {
120
+ ConfirmDeviceCommandInput,
121
+ ConfirmDeviceCommandOutput,
122
+ } from "./commands/ConfirmDeviceCommand";
123
+ import {
124
+ ConfirmForgotPasswordCommandInput,
125
+ ConfirmForgotPasswordCommandOutput,
126
+ } from "./commands/ConfirmForgotPasswordCommand";
127
+ import {
128
+ ConfirmSignUpCommandInput,
129
+ ConfirmSignUpCommandOutput,
130
+ } from "./commands/ConfirmSignUpCommand";
131
+ import {
132
+ CreateGroupCommandInput,
133
+ CreateGroupCommandOutput,
134
+ } from "./commands/CreateGroupCommand";
135
+ import {
136
+ CreateIdentityProviderCommandInput,
137
+ CreateIdentityProviderCommandOutput,
138
+ } from "./commands/CreateIdentityProviderCommand";
139
+ import {
140
+ CreateResourceServerCommandInput,
141
+ CreateResourceServerCommandOutput,
142
+ } from "./commands/CreateResourceServerCommand";
143
+ import {
144
+ CreateUserImportJobCommandInput,
145
+ CreateUserImportJobCommandOutput,
146
+ } from "./commands/CreateUserImportJobCommand";
147
+ import {
148
+ CreateUserPoolClientCommandInput,
149
+ CreateUserPoolClientCommandOutput,
150
+ } from "./commands/CreateUserPoolClientCommand";
151
+ import {
152
+ CreateUserPoolCommandInput,
153
+ CreateUserPoolCommandOutput,
154
+ } from "./commands/CreateUserPoolCommand";
155
+ import {
156
+ CreateUserPoolDomainCommandInput,
157
+ CreateUserPoolDomainCommandOutput,
158
+ } from "./commands/CreateUserPoolDomainCommand";
159
+ import {
160
+ DeleteGroupCommandInput,
161
+ DeleteGroupCommandOutput,
162
+ } from "./commands/DeleteGroupCommand";
163
+ import {
164
+ DeleteIdentityProviderCommandInput,
165
+ DeleteIdentityProviderCommandOutput,
166
+ } from "./commands/DeleteIdentityProviderCommand";
167
+ import {
168
+ DeleteResourceServerCommandInput,
169
+ DeleteResourceServerCommandOutput,
170
+ } from "./commands/DeleteResourceServerCommand";
171
+ import {
172
+ DeleteUserAttributesCommandInput,
173
+ DeleteUserAttributesCommandOutput,
174
+ } from "./commands/DeleteUserAttributesCommand";
175
+ import {
176
+ DeleteUserCommandInput,
177
+ DeleteUserCommandOutput,
178
+ } from "./commands/DeleteUserCommand";
179
+ import {
180
+ DeleteUserPoolClientCommandInput,
181
+ DeleteUserPoolClientCommandOutput,
182
+ } from "./commands/DeleteUserPoolClientCommand";
183
+ import {
184
+ DeleteUserPoolCommandInput,
185
+ DeleteUserPoolCommandOutput,
186
+ } from "./commands/DeleteUserPoolCommand";
187
+ import {
188
+ DeleteUserPoolDomainCommandInput,
189
+ DeleteUserPoolDomainCommandOutput,
190
+ } from "./commands/DeleteUserPoolDomainCommand";
191
+ import {
192
+ DescribeIdentityProviderCommandInput,
193
+ DescribeIdentityProviderCommandOutput,
194
+ } from "./commands/DescribeIdentityProviderCommand";
195
+ import {
196
+ DescribeResourceServerCommandInput,
197
+ DescribeResourceServerCommandOutput,
198
+ } from "./commands/DescribeResourceServerCommand";
199
+ import {
200
+ DescribeRiskConfigurationCommandInput,
201
+ DescribeRiskConfigurationCommandOutput,
202
+ } from "./commands/DescribeRiskConfigurationCommand";
203
+ import {
204
+ DescribeUserImportJobCommandInput,
205
+ DescribeUserImportJobCommandOutput,
206
+ } from "./commands/DescribeUserImportJobCommand";
207
+ import {
208
+ DescribeUserPoolClientCommandInput,
209
+ DescribeUserPoolClientCommandOutput,
210
+ } from "./commands/DescribeUserPoolClientCommand";
211
+ import {
212
+ DescribeUserPoolCommandInput,
213
+ DescribeUserPoolCommandOutput,
214
+ } from "./commands/DescribeUserPoolCommand";
215
+ import {
216
+ DescribeUserPoolDomainCommandInput,
217
+ DescribeUserPoolDomainCommandOutput,
218
+ } from "./commands/DescribeUserPoolDomainCommand";
219
+ import {
220
+ ForgetDeviceCommandInput,
221
+ ForgetDeviceCommandOutput,
222
+ } from "./commands/ForgetDeviceCommand";
223
+ import {
224
+ ForgotPasswordCommandInput,
225
+ ForgotPasswordCommandOutput,
226
+ } from "./commands/ForgotPasswordCommand";
227
+ import {
228
+ GetCSVHeaderCommandInput,
229
+ GetCSVHeaderCommandOutput,
230
+ } from "./commands/GetCSVHeaderCommand";
231
+ import {
232
+ GetDeviceCommandInput,
233
+ GetDeviceCommandOutput,
234
+ } from "./commands/GetDeviceCommand";
235
+ import {
236
+ GetGroupCommandInput,
237
+ GetGroupCommandOutput,
238
+ } from "./commands/GetGroupCommand";
239
+ import {
240
+ GetIdentityProviderByIdentifierCommandInput,
241
+ GetIdentityProviderByIdentifierCommandOutput,
242
+ } from "./commands/GetIdentityProviderByIdentifierCommand";
243
+ import {
244
+ GetSigningCertificateCommandInput,
245
+ GetSigningCertificateCommandOutput,
246
+ } from "./commands/GetSigningCertificateCommand";
247
+ import {
248
+ GetUICustomizationCommandInput,
249
+ GetUICustomizationCommandOutput,
250
+ } from "./commands/GetUICustomizationCommand";
251
+ import {
252
+ GetUserAttributeVerificationCodeCommandInput,
253
+ GetUserAttributeVerificationCodeCommandOutput,
254
+ } from "./commands/GetUserAttributeVerificationCodeCommand";
255
+ import {
256
+ GetUserCommandInput,
257
+ GetUserCommandOutput,
258
+ } from "./commands/GetUserCommand";
259
+ import {
260
+ GetUserPoolMfaConfigCommandInput,
261
+ GetUserPoolMfaConfigCommandOutput,
262
+ } from "./commands/GetUserPoolMfaConfigCommand";
263
+ import {
264
+ GlobalSignOutCommandInput,
265
+ GlobalSignOutCommandOutput,
266
+ } from "./commands/GlobalSignOutCommand";
267
+ import {
268
+ InitiateAuthCommandInput,
269
+ InitiateAuthCommandOutput,
270
+ } from "./commands/InitiateAuthCommand";
271
+ import {
272
+ ListDevicesCommandInput,
273
+ ListDevicesCommandOutput,
274
+ } from "./commands/ListDevicesCommand";
275
+ import {
276
+ ListGroupsCommandInput,
277
+ ListGroupsCommandOutput,
278
+ } from "./commands/ListGroupsCommand";
279
+ import {
280
+ ListIdentityProvidersCommandInput,
281
+ ListIdentityProvidersCommandOutput,
282
+ } from "./commands/ListIdentityProvidersCommand";
283
+ import {
284
+ ListResourceServersCommandInput,
285
+ ListResourceServersCommandOutput,
286
+ } from "./commands/ListResourceServersCommand";
287
+ import {
288
+ ListTagsForResourceCommandInput,
289
+ ListTagsForResourceCommandOutput,
290
+ } from "./commands/ListTagsForResourceCommand";
291
+ import {
292
+ ListUserImportJobsCommandInput,
293
+ ListUserImportJobsCommandOutput,
294
+ } from "./commands/ListUserImportJobsCommand";
295
+ import {
296
+ ListUserPoolClientsCommandInput,
297
+ ListUserPoolClientsCommandOutput,
298
+ } from "./commands/ListUserPoolClientsCommand";
299
+ import {
300
+ ListUserPoolsCommandInput,
301
+ ListUserPoolsCommandOutput,
302
+ } from "./commands/ListUserPoolsCommand";
303
+ import {
304
+ ListUsersCommandInput,
305
+ ListUsersCommandOutput,
306
+ } from "./commands/ListUsersCommand";
307
+ import {
308
+ ListUsersInGroupCommandInput,
309
+ ListUsersInGroupCommandOutput,
310
+ } from "./commands/ListUsersInGroupCommand";
311
+ import {
312
+ ResendConfirmationCodeCommandInput,
313
+ ResendConfirmationCodeCommandOutput,
314
+ } from "./commands/ResendConfirmationCodeCommand";
315
+ import {
316
+ RespondToAuthChallengeCommandInput,
317
+ RespondToAuthChallengeCommandOutput,
318
+ } from "./commands/RespondToAuthChallengeCommand";
319
+ import {
320
+ RevokeTokenCommandInput,
321
+ RevokeTokenCommandOutput,
322
+ } from "./commands/RevokeTokenCommand";
323
+ import {
324
+ SetRiskConfigurationCommandInput,
325
+ SetRiskConfigurationCommandOutput,
326
+ } from "./commands/SetRiskConfigurationCommand";
327
+ import {
328
+ SetUICustomizationCommandInput,
329
+ SetUICustomizationCommandOutput,
330
+ } from "./commands/SetUICustomizationCommand";
331
+ import {
332
+ SetUserMFAPreferenceCommandInput,
333
+ SetUserMFAPreferenceCommandOutput,
334
+ } from "./commands/SetUserMFAPreferenceCommand";
335
+ import {
336
+ SetUserPoolMfaConfigCommandInput,
337
+ SetUserPoolMfaConfigCommandOutput,
338
+ } from "./commands/SetUserPoolMfaConfigCommand";
339
+ import {
340
+ SetUserSettingsCommandInput,
341
+ SetUserSettingsCommandOutput,
342
+ } from "./commands/SetUserSettingsCommand";
343
+ import {
344
+ SignUpCommandInput,
345
+ SignUpCommandOutput,
346
+ } from "./commands/SignUpCommand";
347
+ import {
348
+ StartUserImportJobCommandInput,
349
+ StartUserImportJobCommandOutput,
350
+ } from "./commands/StartUserImportJobCommand";
351
+ import {
352
+ StopUserImportJobCommandInput,
353
+ StopUserImportJobCommandOutput,
354
+ } from "./commands/StopUserImportJobCommand";
355
+ import {
356
+ TagResourceCommandInput,
357
+ TagResourceCommandOutput,
358
+ } from "./commands/TagResourceCommand";
359
+ import {
360
+ UntagResourceCommandInput,
361
+ UntagResourceCommandOutput,
362
+ } from "./commands/UntagResourceCommand";
363
+ import {
364
+ UpdateAuthEventFeedbackCommandInput,
365
+ UpdateAuthEventFeedbackCommandOutput,
366
+ } from "./commands/UpdateAuthEventFeedbackCommand";
367
+ import {
368
+ UpdateDeviceStatusCommandInput,
369
+ UpdateDeviceStatusCommandOutput,
370
+ } from "./commands/UpdateDeviceStatusCommand";
371
+ import {
372
+ UpdateGroupCommandInput,
373
+ UpdateGroupCommandOutput,
374
+ } from "./commands/UpdateGroupCommand";
375
+ import {
376
+ UpdateIdentityProviderCommandInput,
377
+ UpdateIdentityProviderCommandOutput,
378
+ } from "./commands/UpdateIdentityProviderCommand";
379
+ import {
380
+ UpdateResourceServerCommandInput,
381
+ UpdateResourceServerCommandOutput,
382
+ } from "./commands/UpdateResourceServerCommand";
383
+ import {
384
+ UpdateUserAttributesCommandInput,
385
+ UpdateUserAttributesCommandOutput,
386
+ } from "./commands/UpdateUserAttributesCommand";
387
+ import {
388
+ UpdateUserPoolClientCommandInput,
389
+ UpdateUserPoolClientCommandOutput,
390
+ } from "./commands/UpdateUserPoolClientCommand";
391
+ import {
392
+ UpdateUserPoolCommandInput,
393
+ UpdateUserPoolCommandOutput,
394
+ } from "./commands/UpdateUserPoolCommand";
395
+ import {
396
+ UpdateUserPoolDomainCommandInput,
397
+ UpdateUserPoolDomainCommandOutput,
398
+ } from "./commands/UpdateUserPoolDomainCommand";
399
+ import {
400
+ VerifySoftwareTokenCommandInput,
401
+ VerifySoftwareTokenCommandOutput,
402
+ } from "./commands/VerifySoftwareTokenCommand";
403
+ import {
404
+ VerifyUserAttributeCommandInput,
405
+ VerifyUserAttributeCommandOutput,
406
+ } from "./commands/VerifyUserAttributeCommand";
407
+
408
+ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClient {
409
+ addCustomAttributes(
410
+ args: AddCustomAttributesCommandInput,
411
+ options?: __HttpHandlerOptions
412
+ ): Promise<AddCustomAttributesCommandOutput>;
413
+ addCustomAttributes(
414
+ args: AddCustomAttributesCommandInput,
415
+ cb: (err: any, data?: AddCustomAttributesCommandOutput) => void
416
+ ): void;
417
+ addCustomAttributes(
418
+ args: AddCustomAttributesCommandInput,
419
+ options: __HttpHandlerOptions,
420
+ cb: (err: any, data?: AddCustomAttributesCommandOutput) => void
421
+ ): void;
422
+
423
+ adminAddUserToGroup(
424
+ args: AdminAddUserToGroupCommandInput,
425
+ options?: __HttpHandlerOptions
426
+ ): Promise<AdminAddUserToGroupCommandOutput>;
427
+ adminAddUserToGroup(
428
+ args: AdminAddUserToGroupCommandInput,
429
+ cb: (err: any, data?: AdminAddUserToGroupCommandOutput) => void
430
+ ): void;
431
+ adminAddUserToGroup(
432
+ args: AdminAddUserToGroupCommandInput,
433
+ options: __HttpHandlerOptions,
434
+ cb: (err: any, data?: AdminAddUserToGroupCommandOutput) => void
435
+ ): void;
436
+
437
+ adminConfirmSignUp(
438
+ args: AdminConfirmSignUpCommandInput,
439
+ options?: __HttpHandlerOptions
440
+ ): Promise<AdminConfirmSignUpCommandOutput>;
441
+ adminConfirmSignUp(
442
+ args: AdminConfirmSignUpCommandInput,
443
+ cb: (err: any, data?: AdminConfirmSignUpCommandOutput) => void
444
+ ): void;
445
+ adminConfirmSignUp(
446
+ args: AdminConfirmSignUpCommandInput,
447
+ options: __HttpHandlerOptions,
448
+ cb: (err: any, data?: AdminConfirmSignUpCommandOutput) => void
449
+ ): void;
450
+
451
+ adminCreateUser(
452
+ args: AdminCreateUserCommandInput,
453
+ options?: __HttpHandlerOptions
454
+ ): Promise<AdminCreateUserCommandOutput>;
455
+ adminCreateUser(
456
+ args: AdminCreateUserCommandInput,
457
+ cb: (err: any, data?: AdminCreateUserCommandOutput) => void
458
+ ): void;
459
+ adminCreateUser(
460
+ args: AdminCreateUserCommandInput,
461
+ options: __HttpHandlerOptions,
462
+ cb: (err: any, data?: AdminCreateUserCommandOutput) => void
463
+ ): void;
464
+
465
+ adminDeleteUser(
466
+ args: AdminDeleteUserCommandInput,
467
+ options?: __HttpHandlerOptions
468
+ ): Promise<AdminDeleteUserCommandOutput>;
469
+ adminDeleteUser(
470
+ args: AdminDeleteUserCommandInput,
471
+ cb: (err: any, data?: AdminDeleteUserCommandOutput) => void
472
+ ): void;
473
+ adminDeleteUser(
474
+ args: AdminDeleteUserCommandInput,
475
+ options: __HttpHandlerOptions,
476
+ cb: (err: any, data?: AdminDeleteUserCommandOutput) => void
477
+ ): void;
478
+
479
+ adminDeleteUserAttributes(
480
+ args: AdminDeleteUserAttributesCommandInput,
481
+ options?: __HttpHandlerOptions
482
+ ): Promise<AdminDeleteUserAttributesCommandOutput>;
483
+ adminDeleteUserAttributes(
484
+ args: AdminDeleteUserAttributesCommandInput,
485
+ cb: (err: any, data?: AdminDeleteUserAttributesCommandOutput) => void
486
+ ): void;
487
+ adminDeleteUserAttributes(
488
+ args: AdminDeleteUserAttributesCommandInput,
489
+ options: __HttpHandlerOptions,
490
+ cb: (err: any, data?: AdminDeleteUserAttributesCommandOutput) => void
491
+ ): void;
492
+
493
+ adminDisableProviderForUser(
494
+ args: AdminDisableProviderForUserCommandInput,
495
+ options?: __HttpHandlerOptions
496
+ ): Promise<AdminDisableProviderForUserCommandOutput>;
497
+ adminDisableProviderForUser(
498
+ args: AdminDisableProviderForUserCommandInput,
499
+ cb: (err: any, data?: AdminDisableProviderForUserCommandOutput) => void
500
+ ): void;
501
+ adminDisableProviderForUser(
502
+ args: AdminDisableProviderForUserCommandInput,
503
+ options: __HttpHandlerOptions,
504
+ cb: (err: any, data?: AdminDisableProviderForUserCommandOutput) => void
505
+ ): void;
506
+
507
+ adminDisableUser(
508
+ args: AdminDisableUserCommandInput,
509
+ options?: __HttpHandlerOptions
510
+ ): Promise<AdminDisableUserCommandOutput>;
511
+ adminDisableUser(
512
+ args: AdminDisableUserCommandInput,
513
+ cb: (err: any, data?: AdminDisableUserCommandOutput) => void
514
+ ): void;
515
+ adminDisableUser(
516
+ args: AdminDisableUserCommandInput,
517
+ options: __HttpHandlerOptions,
518
+ cb: (err: any, data?: AdminDisableUserCommandOutput) => void
519
+ ): void;
520
+
521
+ adminEnableUser(
522
+ args: AdminEnableUserCommandInput,
523
+ options?: __HttpHandlerOptions
524
+ ): Promise<AdminEnableUserCommandOutput>;
525
+ adminEnableUser(
526
+ args: AdminEnableUserCommandInput,
527
+ cb: (err: any, data?: AdminEnableUserCommandOutput) => void
528
+ ): void;
529
+ adminEnableUser(
530
+ args: AdminEnableUserCommandInput,
531
+ options: __HttpHandlerOptions,
532
+ cb: (err: any, data?: AdminEnableUserCommandOutput) => void
533
+ ): void;
534
+
535
+ adminForgetDevice(
536
+ args: AdminForgetDeviceCommandInput,
537
+ options?: __HttpHandlerOptions
538
+ ): Promise<AdminForgetDeviceCommandOutput>;
539
+ adminForgetDevice(
540
+ args: AdminForgetDeviceCommandInput,
541
+ cb: (err: any, data?: AdminForgetDeviceCommandOutput) => void
542
+ ): void;
543
+ adminForgetDevice(
544
+ args: AdminForgetDeviceCommandInput,
545
+ options: __HttpHandlerOptions,
546
+ cb: (err: any, data?: AdminForgetDeviceCommandOutput) => void
547
+ ): void;
548
+
549
+ adminGetDevice(
550
+ args: AdminGetDeviceCommandInput,
551
+ options?: __HttpHandlerOptions
552
+ ): Promise<AdminGetDeviceCommandOutput>;
553
+ adminGetDevice(
554
+ args: AdminGetDeviceCommandInput,
555
+ cb: (err: any, data?: AdminGetDeviceCommandOutput) => void
556
+ ): void;
557
+ adminGetDevice(
558
+ args: AdminGetDeviceCommandInput,
559
+ options: __HttpHandlerOptions,
560
+ cb: (err: any, data?: AdminGetDeviceCommandOutput) => void
561
+ ): void;
562
+
563
+ adminGetUser(
564
+ args: AdminGetUserCommandInput,
565
+ options?: __HttpHandlerOptions
566
+ ): Promise<AdminGetUserCommandOutput>;
567
+ adminGetUser(
568
+ args: AdminGetUserCommandInput,
569
+ cb: (err: any, data?: AdminGetUserCommandOutput) => void
570
+ ): void;
571
+ adminGetUser(
572
+ args: AdminGetUserCommandInput,
573
+ options: __HttpHandlerOptions,
574
+ cb: (err: any, data?: AdminGetUserCommandOutput) => void
575
+ ): void;
576
+
577
+ adminInitiateAuth(
578
+ args: AdminInitiateAuthCommandInput,
579
+ options?: __HttpHandlerOptions
580
+ ): Promise<AdminInitiateAuthCommandOutput>;
581
+ adminInitiateAuth(
582
+ args: AdminInitiateAuthCommandInput,
583
+ cb: (err: any, data?: AdminInitiateAuthCommandOutput) => void
584
+ ): void;
585
+ adminInitiateAuth(
586
+ args: AdminInitiateAuthCommandInput,
587
+ options: __HttpHandlerOptions,
588
+ cb: (err: any, data?: AdminInitiateAuthCommandOutput) => void
589
+ ): void;
590
+
591
+ adminLinkProviderForUser(
592
+ args: AdminLinkProviderForUserCommandInput,
593
+ options?: __HttpHandlerOptions
594
+ ): Promise<AdminLinkProviderForUserCommandOutput>;
595
+ adminLinkProviderForUser(
596
+ args: AdminLinkProviderForUserCommandInput,
597
+ cb: (err: any, data?: AdminLinkProviderForUserCommandOutput) => void
598
+ ): void;
599
+ adminLinkProviderForUser(
600
+ args: AdminLinkProviderForUserCommandInput,
601
+ options: __HttpHandlerOptions,
602
+ cb: (err: any, data?: AdminLinkProviderForUserCommandOutput) => void
603
+ ): void;
604
+
605
+ adminListDevices(
606
+ args: AdminListDevicesCommandInput,
607
+ options?: __HttpHandlerOptions
608
+ ): Promise<AdminListDevicesCommandOutput>;
609
+ adminListDevices(
610
+ args: AdminListDevicesCommandInput,
611
+ cb: (err: any, data?: AdminListDevicesCommandOutput) => void
612
+ ): void;
613
+ adminListDevices(
614
+ args: AdminListDevicesCommandInput,
615
+ options: __HttpHandlerOptions,
616
+ cb: (err: any, data?: AdminListDevicesCommandOutput) => void
617
+ ): void;
618
+
619
+ adminListGroupsForUser(
620
+ args: AdminListGroupsForUserCommandInput,
621
+ options?: __HttpHandlerOptions
622
+ ): Promise<AdminListGroupsForUserCommandOutput>;
623
+ adminListGroupsForUser(
624
+ args: AdminListGroupsForUserCommandInput,
625
+ cb: (err: any, data?: AdminListGroupsForUserCommandOutput) => void
626
+ ): void;
627
+ adminListGroupsForUser(
628
+ args: AdminListGroupsForUserCommandInput,
629
+ options: __HttpHandlerOptions,
630
+ cb: (err: any, data?: AdminListGroupsForUserCommandOutput) => void
631
+ ): void;
632
+
633
+ adminListUserAuthEvents(
634
+ args: AdminListUserAuthEventsCommandInput,
635
+ options?: __HttpHandlerOptions
636
+ ): Promise<AdminListUserAuthEventsCommandOutput>;
637
+ adminListUserAuthEvents(
638
+ args: AdminListUserAuthEventsCommandInput,
639
+ cb: (err: any, data?: AdminListUserAuthEventsCommandOutput) => void
640
+ ): void;
641
+ adminListUserAuthEvents(
642
+ args: AdminListUserAuthEventsCommandInput,
643
+ options: __HttpHandlerOptions,
644
+ cb: (err: any, data?: AdminListUserAuthEventsCommandOutput) => void
645
+ ): void;
646
+
647
+ adminRemoveUserFromGroup(
648
+ args: AdminRemoveUserFromGroupCommandInput,
649
+ options?: __HttpHandlerOptions
650
+ ): Promise<AdminRemoveUserFromGroupCommandOutput>;
651
+ adminRemoveUserFromGroup(
652
+ args: AdminRemoveUserFromGroupCommandInput,
653
+ cb: (err: any, data?: AdminRemoveUserFromGroupCommandOutput) => void
654
+ ): void;
655
+ adminRemoveUserFromGroup(
656
+ args: AdminRemoveUserFromGroupCommandInput,
657
+ options: __HttpHandlerOptions,
658
+ cb: (err: any, data?: AdminRemoveUserFromGroupCommandOutput) => void
659
+ ): void;
660
+
661
+ adminResetUserPassword(
662
+ args: AdminResetUserPasswordCommandInput,
663
+ options?: __HttpHandlerOptions
664
+ ): Promise<AdminResetUserPasswordCommandOutput>;
665
+ adminResetUserPassword(
666
+ args: AdminResetUserPasswordCommandInput,
667
+ cb: (err: any, data?: AdminResetUserPasswordCommandOutput) => void
668
+ ): void;
669
+ adminResetUserPassword(
670
+ args: AdminResetUserPasswordCommandInput,
671
+ options: __HttpHandlerOptions,
672
+ cb: (err: any, data?: AdminResetUserPasswordCommandOutput) => void
673
+ ): void;
674
+
675
+ adminRespondToAuthChallenge(
676
+ args: AdminRespondToAuthChallengeCommandInput,
677
+ options?: __HttpHandlerOptions
678
+ ): Promise<AdminRespondToAuthChallengeCommandOutput>;
679
+ adminRespondToAuthChallenge(
680
+ args: AdminRespondToAuthChallengeCommandInput,
681
+ cb: (err: any, data?: AdminRespondToAuthChallengeCommandOutput) => void
682
+ ): void;
683
+ adminRespondToAuthChallenge(
684
+ args: AdminRespondToAuthChallengeCommandInput,
685
+ options: __HttpHandlerOptions,
686
+ cb: (err: any, data?: AdminRespondToAuthChallengeCommandOutput) => void
687
+ ): void;
688
+
689
+ adminSetUserMFAPreference(
690
+ args: AdminSetUserMFAPreferenceCommandInput,
691
+ options?: __HttpHandlerOptions
692
+ ): Promise<AdminSetUserMFAPreferenceCommandOutput>;
693
+ adminSetUserMFAPreference(
694
+ args: AdminSetUserMFAPreferenceCommandInput,
695
+ cb: (err: any, data?: AdminSetUserMFAPreferenceCommandOutput) => void
696
+ ): void;
697
+ adminSetUserMFAPreference(
698
+ args: AdminSetUserMFAPreferenceCommandInput,
699
+ options: __HttpHandlerOptions,
700
+ cb: (err: any, data?: AdminSetUserMFAPreferenceCommandOutput) => void
701
+ ): void;
702
+
703
+ adminSetUserPassword(
704
+ args: AdminSetUserPasswordCommandInput,
705
+ options?: __HttpHandlerOptions
706
+ ): Promise<AdminSetUserPasswordCommandOutput>;
707
+ adminSetUserPassword(
708
+ args: AdminSetUserPasswordCommandInput,
709
+ cb: (err: any, data?: AdminSetUserPasswordCommandOutput) => void
710
+ ): void;
711
+ adminSetUserPassword(
712
+ args: AdminSetUserPasswordCommandInput,
713
+ options: __HttpHandlerOptions,
714
+ cb: (err: any, data?: AdminSetUserPasswordCommandOutput) => void
715
+ ): void;
716
+
717
+ adminSetUserSettings(
718
+ args: AdminSetUserSettingsCommandInput,
719
+ options?: __HttpHandlerOptions
720
+ ): Promise<AdminSetUserSettingsCommandOutput>;
721
+ adminSetUserSettings(
722
+ args: AdminSetUserSettingsCommandInput,
723
+ cb: (err: any, data?: AdminSetUserSettingsCommandOutput) => void
724
+ ): void;
725
+ adminSetUserSettings(
726
+ args: AdminSetUserSettingsCommandInput,
727
+ options: __HttpHandlerOptions,
728
+ cb: (err: any, data?: AdminSetUserSettingsCommandOutput) => void
729
+ ): void;
730
+
731
+ adminUpdateAuthEventFeedback(
732
+ args: AdminUpdateAuthEventFeedbackCommandInput,
733
+ options?: __HttpHandlerOptions
734
+ ): Promise<AdminUpdateAuthEventFeedbackCommandOutput>;
735
+ adminUpdateAuthEventFeedback(
736
+ args: AdminUpdateAuthEventFeedbackCommandInput,
737
+ cb: (err: any, data?: AdminUpdateAuthEventFeedbackCommandOutput) => void
738
+ ): void;
739
+ adminUpdateAuthEventFeedback(
740
+ args: AdminUpdateAuthEventFeedbackCommandInput,
741
+ options: __HttpHandlerOptions,
742
+ cb: (err: any, data?: AdminUpdateAuthEventFeedbackCommandOutput) => void
743
+ ): void;
744
+
745
+ adminUpdateDeviceStatus(
746
+ args: AdminUpdateDeviceStatusCommandInput,
747
+ options?: __HttpHandlerOptions
748
+ ): Promise<AdminUpdateDeviceStatusCommandOutput>;
749
+ adminUpdateDeviceStatus(
750
+ args: AdminUpdateDeviceStatusCommandInput,
751
+ cb: (err: any, data?: AdminUpdateDeviceStatusCommandOutput) => void
752
+ ): void;
753
+ adminUpdateDeviceStatus(
754
+ args: AdminUpdateDeviceStatusCommandInput,
755
+ options: __HttpHandlerOptions,
756
+ cb: (err: any, data?: AdminUpdateDeviceStatusCommandOutput) => void
757
+ ): void;
758
+
759
+ adminUpdateUserAttributes(
760
+ args: AdminUpdateUserAttributesCommandInput,
761
+ options?: __HttpHandlerOptions
762
+ ): Promise<AdminUpdateUserAttributesCommandOutput>;
763
+ adminUpdateUserAttributes(
764
+ args: AdminUpdateUserAttributesCommandInput,
765
+ cb: (err: any, data?: AdminUpdateUserAttributesCommandOutput) => void
766
+ ): void;
767
+ adminUpdateUserAttributes(
768
+ args: AdminUpdateUserAttributesCommandInput,
769
+ options: __HttpHandlerOptions,
770
+ cb: (err: any, data?: AdminUpdateUserAttributesCommandOutput) => void
771
+ ): void;
772
+
773
+ adminUserGlobalSignOut(
774
+ args: AdminUserGlobalSignOutCommandInput,
775
+ options?: __HttpHandlerOptions
776
+ ): Promise<AdminUserGlobalSignOutCommandOutput>;
777
+ adminUserGlobalSignOut(
778
+ args: AdminUserGlobalSignOutCommandInput,
779
+ cb: (err: any, data?: AdminUserGlobalSignOutCommandOutput) => void
780
+ ): void;
781
+ adminUserGlobalSignOut(
782
+ args: AdminUserGlobalSignOutCommandInput,
783
+ options: __HttpHandlerOptions,
784
+ cb: (err: any, data?: AdminUserGlobalSignOutCommandOutput) => void
785
+ ): void;
786
+
787
+ associateSoftwareToken(
788
+ args: AssociateSoftwareTokenCommandInput,
789
+ options?: __HttpHandlerOptions
790
+ ): Promise<AssociateSoftwareTokenCommandOutput>;
791
+ associateSoftwareToken(
792
+ args: AssociateSoftwareTokenCommandInput,
793
+ cb: (err: any, data?: AssociateSoftwareTokenCommandOutput) => void
794
+ ): void;
795
+ associateSoftwareToken(
796
+ args: AssociateSoftwareTokenCommandInput,
797
+ options: __HttpHandlerOptions,
798
+ cb: (err: any, data?: AssociateSoftwareTokenCommandOutput) => void
799
+ ): void;
800
+
801
+ changePassword(
802
+ args: ChangePasswordCommandInput,
803
+ options?: __HttpHandlerOptions
804
+ ): Promise<ChangePasswordCommandOutput>;
805
+ changePassword(
806
+ args: ChangePasswordCommandInput,
807
+ cb: (err: any, data?: ChangePasswordCommandOutput) => void
808
+ ): void;
809
+ changePassword(
810
+ args: ChangePasswordCommandInput,
811
+ options: __HttpHandlerOptions,
812
+ cb: (err: any, data?: ChangePasswordCommandOutput) => void
813
+ ): void;
814
+
815
+ confirmDevice(
816
+ args: ConfirmDeviceCommandInput,
817
+ options?: __HttpHandlerOptions
818
+ ): Promise<ConfirmDeviceCommandOutput>;
819
+ confirmDevice(
820
+ args: ConfirmDeviceCommandInput,
821
+ cb: (err: any, data?: ConfirmDeviceCommandOutput) => void
822
+ ): void;
823
+ confirmDevice(
824
+ args: ConfirmDeviceCommandInput,
825
+ options: __HttpHandlerOptions,
826
+ cb: (err: any, data?: ConfirmDeviceCommandOutput) => void
827
+ ): void;
828
+
829
+ confirmForgotPassword(
830
+ args: ConfirmForgotPasswordCommandInput,
831
+ options?: __HttpHandlerOptions
832
+ ): Promise<ConfirmForgotPasswordCommandOutput>;
833
+ confirmForgotPassword(
834
+ args: ConfirmForgotPasswordCommandInput,
835
+ cb: (err: any, data?: ConfirmForgotPasswordCommandOutput) => void
836
+ ): void;
837
+ confirmForgotPassword(
838
+ args: ConfirmForgotPasswordCommandInput,
839
+ options: __HttpHandlerOptions,
840
+ cb: (err: any, data?: ConfirmForgotPasswordCommandOutput) => void
841
+ ): void;
842
+
843
+ confirmSignUp(
844
+ args: ConfirmSignUpCommandInput,
845
+ options?: __HttpHandlerOptions
846
+ ): Promise<ConfirmSignUpCommandOutput>;
847
+ confirmSignUp(
848
+ args: ConfirmSignUpCommandInput,
849
+ cb: (err: any, data?: ConfirmSignUpCommandOutput) => void
850
+ ): void;
851
+ confirmSignUp(
852
+ args: ConfirmSignUpCommandInput,
853
+ options: __HttpHandlerOptions,
854
+ cb: (err: any, data?: ConfirmSignUpCommandOutput) => void
855
+ ): void;
856
+
857
+ createGroup(
858
+ args: CreateGroupCommandInput,
859
+ options?: __HttpHandlerOptions
860
+ ): Promise<CreateGroupCommandOutput>;
861
+ createGroup(
862
+ args: CreateGroupCommandInput,
863
+ cb: (err: any, data?: CreateGroupCommandOutput) => void
864
+ ): void;
865
+ createGroup(
866
+ args: CreateGroupCommandInput,
867
+ options: __HttpHandlerOptions,
868
+ cb: (err: any, data?: CreateGroupCommandOutput) => void
869
+ ): void;
870
+
871
+ createIdentityProvider(
872
+ args: CreateIdentityProviderCommandInput,
873
+ options?: __HttpHandlerOptions
874
+ ): Promise<CreateIdentityProviderCommandOutput>;
875
+ createIdentityProvider(
876
+ args: CreateIdentityProviderCommandInput,
877
+ cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void
878
+ ): void;
879
+ createIdentityProvider(
880
+ args: CreateIdentityProviderCommandInput,
881
+ options: __HttpHandlerOptions,
882
+ cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void
883
+ ): void;
884
+
885
+ createResourceServer(
886
+ args: CreateResourceServerCommandInput,
887
+ options?: __HttpHandlerOptions
888
+ ): Promise<CreateResourceServerCommandOutput>;
889
+ createResourceServer(
890
+ args: CreateResourceServerCommandInput,
891
+ cb: (err: any, data?: CreateResourceServerCommandOutput) => void
892
+ ): void;
893
+ createResourceServer(
894
+ args: CreateResourceServerCommandInput,
895
+ options: __HttpHandlerOptions,
896
+ cb: (err: any, data?: CreateResourceServerCommandOutput) => void
897
+ ): void;
898
+
899
+ createUserImportJob(
900
+ args: CreateUserImportJobCommandInput,
901
+ options?: __HttpHandlerOptions
902
+ ): Promise<CreateUserImportJobCommandOutput>;
903
+ createUserImportJob(
904
+ args: CreateUserImportJobCommandInput,
905
+ cb: (err: any, data?: CreateUserImportJobCommandOutput) => void
906
+ ): void;
907
+ createUserImportJob(
908
+ args: CreateUserImportJobCommandInput,
909
+ options: __HttpHandlerOptions,
910
+ cb: (err: any, data?: CreateUserImportJobCommandOutput) => void
911
+ ): void;
912
+
913
+ createUserPool(
914
+ args: CreateUserPoolCommandInput,
915
+ options?: __HttpHandlerOptions
916
+ ): Promise<CreateUserPoolCommandOutput>;
917
+ createUserPool(
918
+ args: CreateUserPoolCommandInput,
919
+ cb: (err: any, data?: CreateUserPoolCommandOutput) => void
920
+ ): void;
921
+ createUserPool(
922
+ args: CreateUserPoolCommandInput,
923
+ options: __HttpHandlerOptions,
924
+ cb: (err: any, data?: CreateUserPoolCommandOutput) => void
925
+ ): void;
926
+
927
+ createUserPoolClient(
928
+ args: CreateUserPoolClientCommandInput,
929
+ options?: __HttpHandlerOptions
930
+ ): Promise<CreateUserPoolClientCommandOutput>;
931
+ createUserPoolClient(
932
+ args: CreateUserPoolClientCommandInput,
933
+ cb: (err: any, data?: CreateUserPoolClientCommandOutput) => void
934
+ ): void;
935
+ createUserPoolClient(
936
+ args: CreateUserPoolClientCommandInput,
937
+ options: __HttpHandlerOptions,
938
+ cb: (err: any, data?: CreateUserPoolClientCommandOutput) => void
939
+ ): void;
940
+
941
+ createUserPoolDomain(
942
+ args: CreateUserPoolDomainCommandInput,
943
+ options?: __HttpHandlerOptions
944
+ ): Promise<CreateUserPoolDomainCommandOutput>;
945
+ createUserPoolDomain(
946
+ args: CreateUserPoolDomainCommandInput,
947
+ cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void
948
+ ): void;
949
+ createUserPoolDomain(
950
+ args: CreateUserPoolDomainCommandInput,
951
+ options: __HttpHandlerOptions,
952
+ cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void
953
+ ): void;
954
+
955
+ deleteGroup(
956
+ args: DeleteGroupCommandInput,
957
+ options?: __HttpHandlerOptions
958
+ ): Promise<DeleteGroupCommandOutput>;
959
+ deleteGroup(
960
+ args: DeleteGroupCommandInput,
961
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void
962
+ ): void;
963
+ deleteGroup(
964
+ args: DeleteGroupCommandInput,
965
+ options: __HttpHandlerOptions,
966
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void
967
+ ): void;
968
+
969
+ deleteIdentityProvider(
970
+ args: DeleteIdentityProviderCommandInput,
971
+ options?: __HttpHandlerOptions
972
+ ): Promise<DeleteIdentityProviderCommandOutput>;
973
+ deleteIdentityProvider(
974
+ args: DeleteIdentityProviderCommandInput,
975
+ cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void
976
+ ): void;
977
+ deleteIdentityProvider(
978
+ args: DeleteIdentityProviderCommandInput,
979
+ options: __HttpHandlerOptions,
980
+ cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void
981
+ ): void;
982
+
983
+ deleteResourceServer(
984
+ args: DeleteResourceServerCommandInput,
985
+ options?: __HttpHandlerOptions
986
+ ): Promise<DeleteResourceServerCommandOutput>;
987
+ deleteResourceServer(
988
+ args: DeleteResourceServerCommandInput,
989
+ cb: (err: any, data?: DeleteResourceServerCommandOutput) => void
990
+ ): void;
991
+ deleteResourceServer(
992
+ args: DeleteResourceServerCommandInput,
993
+ options: __HttpHandlerOptions,
994
+ cb: (err: any, data?: DeleteResourceServerCommandOutput) => void
995
+ ): void;
996
+
997
+ deleteUser(
998
+ args: DeleteUserCommandInput,
999
+ options?: __HttpHandlerOptions
1000
+ ): Promise<DeleteUserCommandOutput>;
1001
+ deleteUser(
1002
+ args: DeleteUserCommandInput,
1003
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
1004
+ ): void;
1005
+ deleteUser(
1006
+ args: DeleteUserCommandInput,
1007
+ options: __HttpHandlerOptions,
1008
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
1009
+ ): void;
1010
+
1011
+ deleteUserAttributes(
1012
+ args: DeleteUserAttributesCommandInput,
1013
+ options?: __HttpHandlerOptions
1014
+ ): Promise<DeleteUserAttributesCommandOutput>;
1015
+ deleteUserAttributes(
1016
+ args: DeleteUserAttributesCommandInput,
1017
+ cb: (err: any, data?: DeleteUserAttributesCommandOutput) => void
1018
+ ): void;
1019
+ deleteUserAttributes(
1020
+ args: DeleteUserAttributesCommandInput,
1021
+ options: __HttpHandlerOptions,
1022
+ cb: (err: any, data?: DeleteUserAttributesCommandOutput) => void
1023
+ ): void;
1024
+
1025
+ deleteUserPool(
1026
+ args: DeleteUserPoolCommandInput,
1027
+ options?: __HttpHandlerOptions
1028
+ ): Promise<DeleteUserPoolCommandOutput>;
1029
+ deleteUserPool(
1030
+ args: DeleteUserPoolCommandInput,
1031
+ cb: (err: any, data?: DeleteUserPoolCommandOutput) => void
1032
+ ): void;
1033
+ deleteUserPool(
1034
+ args: DeleteUserPoolCommandInput,
1035
+ options: __HttpHandlerOptions,
1036
+ cb: (err: any, data?: DeleteUserPoolCommandOutput) => void
1037
+ ): void;
1038
+
1039
+ deleteUserPoolClient(
1040
+ args: DeleteUserPoolClientCommandInput,
1041
+ options?: __HttpHandlerOptions
1042
+ ): Promise<DeleteUserPoolClientCommandOutput>;
1043
+ deleteUserPoolClient(
1044
+ args: DeleteUserPoolClientCommandInput,
1045
+ cb: (err: any, data?: DeleteUserPoolClientCommandOutput) => void
1046
+ ): void;
1047
+ deleteUserPoolClient(
1048
+ args: DeleteUserPoolClientCommandInput,
1049
+ options: __HttpHandlerOptions,
1050
+ cb: (err: any, data?: DeleteUserPoolClientCommandOutput) => void
1051
+ ): void;
1052
+
1053
+ deleteUserPoolDomain(
1054
+ args: DeleteUserPoolDomainCommandInput,
1055
+ options?: __HttpHandlerOptions
1056
+ ): Promise<DeleteUserPoolDomainCommandOutput>;
1057
+ deleteUserPoolDomain(
1058
+ args: DeleteUserPoolDomainCommandInput,
1059
+ cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void
1060
+ ): void;
1061
+ deleteUserPoolDomain(
1062
+ args: DeleteUserPoolDomainCommandInput,
1063
+ options: __HttpHandlerOptions,
1064
+ cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void
1065
+ ): void;
1066
+
1067
+ describeIdentityProvider(
1068
+ args: DescribeIdentityProviderCommandInput,
1069
+ options?: __HttpHandlerOptions
1070
+ ): Promise<DescribeIdentityProviderCommandOutput>;
1071
+ describeIdentityProvider(
1072
+ args: DescribeIdentityProviderCommandInput,
1073
+ cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void
1074
+ ): void;
1075
+ describeIdentityProvider(
1076
+ args: DescribeIdentityProviderCommandInput,
1077
+ options: __HttpHandlerOptions,
1078
+ cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void
1079
+ ): void;
1080
+
1081
+ describeResourceServer(
1082
+ args: DescribeResourceServerCommandInput,
1083
+ options?: __HttpHandlerOptions
1084
+ ): Promise<DescribeResourceServerCommandOutput>;
1085
+ describeResourceServer(
1086
+ args: DescribeResourceServerCommandInput,
1087
+ cb: (err: any, data?: DescribeResourceServerCommandOutput) => void
1088
+ ): void;
1089
+ describeResourceServer(
1090
+ args: DescribeResourceServerCommandInput,
1091
+ options: __HttpHandlerOptions,
1092
+ cb: (err: any, data?: DescribeResourceServerCommandOutput) => void
1093
+ ): void;
1094
+
1095
+ describeRiskConfiguration(
1096
+ args: DescribeRiskConfigurationCommandInput,
1097
+ options?: __HttpHandlerOptions
1098
+ ): Promise<DescribeRiskConfigurationCommandOutput>;
1099
+ describeRiskConfiguration(
1100
+ args: DescribeRiskConfigurationCommandInput,
1101
+ cb: (err: any, data?: DescribeRiskConfigurationCommandOutput) => void
1102
+ ): void;
1103
+ describeRiskConfiguration(
1104
+ args: DescribeRiskConfigurationCommandInput,
1105
+ options: __HttpHandlerOptions,
1106
+ cb: (err: any, data?: DescribeRiskConfigurationCommandOutput) => void
1107
+ ): void;
1108
+
1109
+ describeUserImportJob(
1110
+ args: DescribeUserImportJobCommandInput,
1111
+ options?: __HttpHandlerOptions
1112
+ ): Promise<DescribeUserImportJobCommandOutput>;
1113
+ describeUserImportJob(
1114
+ args: DescribeUserImportJobCommandInput,
1115
+ cb: (err: any, data?: DescribeUserImportJobCommandOutput) => void
1116
+ ): void;
1117
+ describeUserImportJob(
1118
+ args: DescribeUserImportJobCommandInput,
1119
+ options: __HttpHandlerOptions,
1120
+ cb: (err: any, data?: DescribeUserImportJobCommandOutput) => void
1121
+ ): void;
1122
+
1123
+ describeUserPool(
1124
+ args: DescribeUserPoolCommandInput,
1125
+ options?: __HttpHandlerOptions
1126
+ ): Promise<DescribeUserPoolCommandOutput>;
1127
+ describeUserPool(
1128
+ args: DescribeUserPoolCommandInput,
1129
+ cb: (err: any, data?: DescribeUserPoolCommandOutput) => void
1130
+ ): void;
1131
+ describeUserPool(
1132
+ args: DescribeUserPoolCommandInput,
1133
+ options: __HttpHandlerOptions,
1134
+ cb: (err: any, data?: DescribeUserPoolCommandOutput) => void
1135
+ ): void;
1136
+
1137
+ describeUserPoolClient(
1138
+ args: DescribeUserPoolClientCommandInput,
1139
+ options?: __HttpHandlerOptions
1140
+ ): Promise<DescribeUserPoolClientCommandOutput>;
1141
+ describeUserPoolClient(
1142
+ args: DescribeUserPoolClientCommandInput,
1143
+ cb: (err: any, data?: DescribeUserPoolClientCommandOutput) => void
1144
+ ): void;
1145
+ describeUserPoolClient(
1146
+ args: DescribeUserPoolClientCommandInput,
1147
+ options: __HttpHandlerOptions,
1148
+ cb: (err: any, data?: DescribeUserPoolClientCommandOutput) => void
1149
+ ): void;
1150
+
1151
+ describeUserPoolDomain(
1152
+ args: DescribeUserPoolDomainCommandInput,
1153
+ options?: __HttpHandlerOptions
1154
+ ): Promise<DescribeUserPoolDomainCommandOutput>;
1155
+ describeUserPoolDomain(
1156
+ args: DescribeUserPoolDomainCommandInput,
1157
+ cb: (err: any, data?: DescribeUserPoolDomainCommandOutput) => void
1158
+ ): void;
1159
+ describeUserPoolDomain(
1160
+ args: DescribeUserPoolDomainCommandInput,
1161
+ options: __HttpHandlerOptions,
1162
+ cb: (err: any, data?: DescribeUserPoolDomainCommandOutput) => void
1163
+ ): void;
1164
+
1165
+ forgetDevice(
1166
+ args: ForgetDeviceCommandInput,
1167
+ options?: __HttpHandlerOptions
1168
+ ): Promise<ForgetDeviceCommandOutput>;
1169
+ forgetDevice(
1170
+ args: ForgetDeviceCommandInput,
1171
+ cb: (err: any, data?: ForgetDeviceCommandOutput) => void
1172
+ ): void;
1173
+ forgetDevice(
1174
+ args: ForgetDeviceCommandInput,
1175
+ options: __HttpHandlerOptions,
1176
+ cb: (err: any, data?: ForgetDeviceCommandOutput) => void
1177
+ ): void;
1178
+
1179
+ forgotPassword(
1180
+ args: ForgotPasswordCommandInput,
1181
+ options?: __HttpHandlerOptions
1182
+ ): Promise<ForgotPasswordCommandOutput>;
1183
+ forgotPassword(
1184
+ args: ForgotPasswordCommandInput,
1185
+ cb: (err: any, data?: ForgotPasswordCommandOutput) => void
1186
+ ): void;
1187
+ forgotPassword(
1188
+ args: ForgotPasswordCommandInput,
1189
+ options: __HttpHandlerOptions,
1190
+ cb: (err: any, data?: ForgotPasswordCommandOutput) => void
1191
+ ): void;
1192
+
1193
+ getCSVHeader(
1194
+ args: GetCSVHeaderCommandInput,
1195
+ options?: __HttpHandlerOptions
1196
+ ): Promise<GetCSVHeaderCommandOutput>;
1197
+ getCSVHeader(
1198
+ args: GetCSVHeaderCommandInput,
1199
+ cb: (err: any, data?: GetCSVHeaderCommandOutput) => void
1200
+ ): void;
1201
+ getCSVHeader(
1202
+ args: GetCSVHeaderCommandInput,
1203
+ options: __HttpHandlerOptions,
1204
+ cb: (err: any, data?: GetCSVHeaderCommandOutput) => void
1205
+ ): void;
1206
+
1207
+ getDevice(
1208
+ args: GetDeviceCommandInput,
1209
+ options?: __HttpHandlerOptions
1210
+ ): Promise<GetDeviceCommandOutput>;
1211
+ getDevice(
1212
+ args: GetDeviceCommandInput,
1213
+ cb: (err: any, data?: GetDeviceCommandOutput) => void
1214
+ ): void;
1215
+ getDevice(
1216
+ args: GetDeviceCommandInput,
1217
+ options: __HttpHandlerOptions,
1218
+ cb: (err: any, data?: GetDeviceCommandOutput) => void
1219
+ ): void;
1220
+
1221
+ getGroup(
1222
+ args: GetGroupCommandInput,
1223
+ options?: __HttpHandlerOptions
1224
+ ): Promise<GetGroupCommandOutput>;
1225
+ getGroup(
1226
+ args: GetGroupCommandInput,
1227
+ cb: (err: any, data?: GetGroupCommandOutput) => void
1228
+ ): void;
1229
+ getGroup(
1230
+ args: GetGroupCommandInput,
1231
+ options: __HttpHandlerOptions,
1232
+ cb: (err: any, data?: GetGroupCommandOutput) => void
1233
+ ): void;
1234
+
1235
+ getIdentityProviderByIdentifier(
1236
+ args: GetIdentityProviderByIdentifierCommandInput,
1237
+ options?: __HttpHandlerOptions
1238
+ ): Promise<GetIdentityProviderByIdentifierCommandOutput>;
1239
+ getIdentityProviderByIdentifier(
1240
+ args: GetIdentityProviderByIdentifierCommandInput,
1241
+ cb: (err: any, data?: GetIdentityProviderByIdentifierCommandOutput) => void
1242
+ ): void;
1243
+ getIdentityProviderByIdentifier(
1244
+ args: GetIdentityProviderByIdentifierCommandInput,
1245
+ options: __HttpHandlerOptions,
1246
+ cb: (err: any, data?: GetIdentityProviderByIdentifierCommandOutput) => void
1247
+ ): void;
1248
+
1249
+ getSigningCertificate(
1250
+ args: GetSigningCertificateCommandInput,
1251
+ options?: __HttpHandlerOptions
1252
+ ): Promise<GetSigningCertificateCommandOutput>;
1253
+ getSigningCertificate(
1254
+ args: GetSigningCertificateCommandInput,
1255
+ cb: (err: any, data?: GetSigningCertificateCommandOutput) => void
1256
+ ): void;
1257
+ getSigningCertificate(
1258
+ args: GetSigningCertificateCommandInput,
1259
+ options: __HttpHandlerOptions,
1260
+ cb: (err: any, data?: GetSigningCertificateCommandOutput) => void
1261
+ ): void;
1262
+
1263
+ getUICustomization(
1264
+ args: GetUICustomizationCommandInput,
1265
+ options?: __HttpHandlerOptions
1266
+ ): Promise<GetUICustomizationCommandOutput>;
1267
+ getUICustomization(
1268
+ args: GetUICustomizationCommandInput,
1269
+ cb: (err: any, data?: GetUICustomizationCommandOutput) => void
1270
+ ): void;
1271
+ getUICustomization(
1272
+ args: GetUICustomizationCommandInput,
1273
+ options: __HttpHandlerOptions,
1274
+ cb: (err: any, data?: GetUICustomizationCommandOutput) => void
1275
+ ): void;
1276
+
1277
+ getUser(
1278
+ args: GetUserCommandInput,
1279
+ options?: __HttpHandlerOptions
1280
+ ): Promise<GetUserCommandOutput>;
1281
+ getUser(
1282
+ args: GetUserCommandInput,
1283
+ cb: (err: any, data?: GetUserCommandOutput) => void
1284
+ ): void;
1285
+ getUser(
1286
+ args: GetUserCommandInput,
1287
+ options: __HttpHandlerOptions,
1288
+ cb: (err: any, data?: GetUserCommandOutput) => void
1289
+ ): void;
1290
+
1291
+ getUserAttributeVerificationCode(
1292
+ args: GetUserAttributeVerificationCodeCommandInput,
1293
+ options?: __HttpHandlerOptions
1294
+ ): Promise<GetUserAttributeVerificationCodeCommandOutput>;
1295
+ getUserAttributeVerificationCode(
1296
+ args: GetUserAttributeVerificationCodeCommandInput,
1297
+ cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void
1298
+ ): void;
1299
+ getUserAttributeVerificationCode(
1300
+ args: GetUserAttributeVerificationCodeCommandInput,
1301
+ options: __HttpHandlerOptions,
1302
+ cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void
1303
+ ): void;
1304
+
1305
+ getUserPoolMfaConfig(
1306
+ args: GetUserPoolMfaConfigCommandInput,
1307
+ options?: __HttpHandlerOptions
1308
+ ): Promise<GetUserPoolMfaConfigCommandOutput>;
1309
+ getUserPoolMfaConfig(
1310
+ args: GetUserPoolMfaConfigCommandInput,
1311
+ cb: (err: any, data?: GetUserPoolMfaConfigCommandOutput) => void
1312
+ ): void;
1313
+ getUserPoolMfaConfig(
1314
+ args: GetUserPoolMfaConfigCommandInput,
1315
+ options: __HttpHandlerOptions,
1316
+ cb: (err: any, data?: GetUserPoolMfaConfigCommandOutput) => void
1317
+ ): void;
1318
+
1319
+ globalSignOut(
1320
+ args: GlobalSignOutCommandInput,
1321
+ options?: __HttpHandlerOptions
1322
+ ): Promise<GlobalSignOutCommandOutput>;
1323
+ globalSignOut(
1324
+ args: GlobalSignOutCommandInput,
1325
+ cb: (err: any, data?: GlobalSignOutCommandOutput) => void
1326
+ ): void;
1327
+ globalSignOut(
1328
+ args: GlobalSignOutCommandInput,
1329
+ options: __HttpHandlerOptions,
1330
+ cb: (err: any, data?: GlobalSignOutCommandOutput) => void
1331
+ ): void;
1332
+
1333
+ initiateAuth(
1334
+ args: InitiateAuthCommandInput,
1335
+ options?: __HttpHandlerOptions
1336
+ ): Promise<InitiateAuthCommandOutput>;
1337
+ initiateAuth(
1338
+ args: InitiateAuthCommandInput,
1339
+ cb: (err: any, data?: InitiateAuthCommandOutput) => void
1340
+ ): void;
1341
+ initiateAuth(
1342
+ args: InitiateAuthCommandInput,
1343
+ options: __HttpHandlerOptions,
1344
+ cb: (err: any, data?: InitiateAuthCommandOutput) => void
1345
+ ): void;
1346
+
1347
+ listDevices(
1348
+ args: ListDevicesCommandInput,
1349
+ options?: __HttpHandlerOptions
1350
+ ): Promise<ListDevicesCommandOutput>;
1351
+ listDevices(
1352
+ args: ListDevicesCommandInput,
1353
+ cb: (err: any, data?: ListDevicesCommandOutput) => void
1354
+ ): void;
1355
+ listDevices(
1356
+ args: ListDevicesCommandInput,
1357
+ options: __HttpHandlerOptions,
1358
+ cb: (err: any, data?: ListDevicesCommandOutput) => void
1359
+ ): void;
1360
+
1361
+ listGroups(
1362
+ args: ListGroupsCommandInput,
1363
+ options?: __HttpHandlerOptions
1364
+ ): Promise<ListGroupsCommandOutput>;
1365
+ listGroups(
1366
+ args: ListGroupsCommandInput,
1367
+ cb: (err: any, data?: ListGroupsCommandOutput) => void
1368
+ ): void;
1369
+ listGroups(
1370
+ args: ListGroupsCommandInput,
1371
+ options: __HttpHandlerOptions,
1372
+ cb: (err: any, data?: ListGroupsCommandOutput) => void
1373
+ ): void;
1374
+
1375
+ listIdentityProviders(
1376
+ args: ListIdentityProvidersCommandInput,
1377
+ options?: __HttpHandlerOptions
1378
+ ): Promise<ListIdentityProvidersCommandOutput>;
1379
+ listIdentityProviders(
1380
+ args: ListIdentityProvidersCommandInput,
1381
+ cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void
1382
+ ): void;
1383
+ listIdentityProviders(
1384
+ args: ListIdentityProvidersCommandInput,
1385
+ options: __HttpHandlerOptions,
1386
+ cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void
1387
+ ): void;
1388
+
1389
+ listResourceServers(
1390
+ args: ListResourceServersCommandInput,
1391
+ options?: __HttpHandlerOptions
1392
+ ): Promise<ListResourceServersCommandOutput>;
1393
+ listResourceServers(
1394
+ args: ListResourceServersCommandInput,
1395
+ cb: (err: any, data?: ListResourceServersCommandOutput) => void
1396
+ ): void;
1397
+ listResourceServers(
1398
+ args: ListResourceServersCommandInput,
1399
+ options: __HttpHandlerOptions,
1400
+ cb: (err: any, data?: ListResourceServersCommandOutput) => void
1401
+ ): void;
1402
+
1403
+ listTagsForResource(
1404
+ args: ListTagsForResourceCommandInput,
1405
+ options?: __HttpHandlerOptions
1406
+ ): Promise<ListTagsForResourceCommandOutput>;
1407
+ listTagsForResource(
1408
+ args: ListTagsForResourceCommandInput,
1409
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1410
+ ): void;
1411
+ listTagsForResource(
1412
+ args: ListTagsForResourceCommandInput,
1413
+ options: __HttpHandlerOptions,
1414
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1415
+ ): void;
1416
+
1417
+ listUserImportJobs(
1418
+ args: ListUserImportJobsCommandInput,
1419
+ options?: __HttpHandlerOptions
1420
+ ): Promise<ListUserImportJobsCommandOutput>;
1421
+ listUserImportJobs(
1422
+ args: ListUserImportJobsCommandInput,
1423
+ cb: (err: any, data?: ListUserImportJobsCommandOutput) => void
1424
+ ): void;
1425
+ listUserImportJobs(
1426
+ args: ListUserImportJobsCommandInput,
1427
+ options: __HttpHandlerOptions,
1428
+ cb: (err: any, data?: ListUserImportJobsCommandOutput) => void
1429
+ ): void;
1430
+
1431
+ listUserPoolClients(
1432
+ args: ListUserPoolClientsCommandInput,
1433
+ options?: __HttpHandlerOptions
1434
+ ): Promise<ListUserPoolClientsCommandOutput>;
1435
+ listUserPoolClients(
1436
+ args: ListUserPoolClientsCommandInput,
1437
+ cb: (err: any, data?: ListUserPoolClientsCommandOutput) => void
1438
+ ): void;
1439
+ listUserPoolClients(
1440
+ args: ListUserPoolClientsCommandInput,
1441
+ options: __HttpHandlerOptions,
1442
+ cb: (err: any, data?: ListUserPoolClientsCommandOutput) => void
1443
+ ): void;
1444
+
1445
+ listUserPools(
1446
+ args: ListUserPoolsCommandInput,
1447
+ options?: __HttpHandlerOptions
1448
+ ): Promise<ListUserPoolsCommandOutput>;
1449
+ listUserPools(
1450
+ args: ListUserPoolsCommandInput,
1451
+ cb: (err: any, data?: ListUserPoolsCommandOutput) => void
1452
+ ): void;
1453
+ listUserPools(
1454
+ args: ListUserPoolsCommandInput,
1455
+ options: __HttpHandlerOptions,
1456
+ cb: (err: any, data?: ListUserPoolsCommandOutput) => void
1457
+ ): void;
1458
+
1459
+ listUsers(
1460
+ args: ListUsersCommandInput,
1461
+ options?: __HttpHandlerOptions
1462
+ ): Promise<ListUsersCommandOutput>;
1463
+ listUsers(
1464
+ args: ListUsersCommandInput,
1465
+ cb: (err: any, data?: ListUsersCommandOutput) => void
1466
+ ): void;
1467
+ listUsers(
1468
+ args: ListUsersCommandInput,
1469
+ options: __HttpHandlerOptions,
1470
+ cb: (err: any, data?: ListUsersCommandOutput) => void
1471
+ ): void;
1472
+
1473
+ listUsersInGroup(
1474
+ args: ListUsersInGroupCommandInput,
1475
+ options?: __HttpHandlerOptions
1476
+ ): Promise<ListUsersInGroupCommandOutput>;
1477
+ listUsersInGroup(
1478
+ args: ListUsersInGroupCommandInput,
1479
+ cb: (err: any, data?: ListUsersInGroupCommandOutput) => void
1480
+ ): void;
1481
+ listUsersInGroup(
1482
+ args: ListUsersInGroupCommandInput,
1483
+ options: __HttpHandlerOptions,
1484
+ cb: (err: any, data?: ListUsersInGroupCommandOutput) => void
1485
+ ): void;
1486
+
1487
+ resendConfirmationCode(
1488
+ args: ResendConfirmationCodeCommandInput,
1489
+ options?: __HttpHandlerOptions
1490
+ ): Promise<ResendConfirmationCodeCommandOutput>;
1491
+ resendConfirmationCode(
1492
+ args: ResendConfirmationCodeCommandInput,
1493
+ cb: (err: any, data?: ResendConfirmationCodeCommandOutput) => void
1494
+ ): void;
1495
+ resendConfirmationCode(
1496
+ args: ResendConfirmationCodeCommandInput,
1497
+ options: __HttpHandlerOptions,
1498
+ cb: (err: any, data?: ResendConfirmationCodeCommandOutput) => void
1499
+ ): void;
1500
+
1501
+ respondToAuthChallenge(
1502
+ args: RespondToAuthChallengeCommandInput,
1503
+ options?: __HttpHandlerOptions
1504
+ ): Promise<RespondToAuthChallengeCommandOutput>;
1505
+ respondToAuthChallenge(
1506
+ args: RespondToAuthChallengeCommandInput,
1507
+ cb: (err: any, data?: RespondToAuthChallengeCommandOutput) => void
1508
+ ): void;
1509
+ respondToAuthChallenge(
1510
+ args: RespondToAuthChallengeCommandInput,
1511
+ options: __HttpHandlerOptions,
1512
+ cb: (err: any, data?: RespondToAuthChallengeCommandOutput) => void
1513
+ ): void;
1514
+
1515
+ revokeToken(
1516
+ args: RevokeTokenCommandInput,
1517
+ options?: __HttpHandlerOptions
1518
+ ): Promise<RevokeTokenCommandOutput>;
1519
+ revokeToken(
1520
+ args: RevokeTokenCommandInput,
1521
+ cb: (err: any, data?: RevokeTokenCommandOutput) => void
1522
+ ): void;
1523
+ revokeToken(
1524
+ args: RevokeTokenCommandInput,
1525
+ options: __HttpHandlerOptions,
1526
+ cb: (err: any, data?: RevokeTokenCommandOutput) => void
1527
+ ): void;
1528
+
1529
+ setRiskConfiguration(
1530
+ args: SetRiskConfigurationCommandInput,
1531
+ options?: __HttpHandlerOptions
1532
+ ): Promise<SetRiskConfigurationCommandOutput>;
1533
+ setRiskConfiguration(
1534
+ args: SetRiskConfigurationCommandInput,
1535
+ cb: (err: any, data?: SetRiskConfigurationCommandOutput) => void
1536
+ ): void;
1537
+ setRiskConfiguration(
1538
+ args: SetRiskConfigurationCommandInput,
1539
+ options: __HttpHandlerOptions,
1540
+ cb: (err: any, data?: SetRiskConfigurationCommandOutput) => void
1541
+ ): void;
1542
+
1543
+ setUICustomization(
1544
+ args: SetUICustomizationCommandInput,
1545
+ options?: __HttpHandlerOptions
1546
+ ): Promise<SetUICustomizationCommandOutput>;
1547
+ setUICustomization(
1548
+ args: SetUICustomizationCommandInput,
1549
+ cb: (err: any, data?: SetUICustomizationCommandOutput) => void
1550
+ ): void;
1551
+ setUICustomization(
1552
+ args: SetUICustomizationCommandInput,
1553
+ options: __HttpHandlerOptions,
1554
+ cb: (err: any, data?: SetUICustomizationCommandOutput) => void
1555
+ ): void;
1556
+
1557
+ setUserMFAPreference(
1558
+ args: SetUserMFAPreferenceCommandInput,
1559
+ options?: __HttpHandlerOptions
1560
+ ): Promise<SetUserMFAPreferenceCommandOutput>;
1561
+ setUserMFAPreference(
1562
+ args: SetUserMFAPreferenceCommandInput,
1563
+ cb: (err: any, data?: SetUserMFAPreferenceCommandOutput) => void
1564
+ ): void;
1565
+ setUserMFAPreference(
1566
+ args: SetUserMFAPreferenceCommandInput,
1567
+ options: __HttpHandlerOptions,
1568
+ cb: (err: any, data?: SetUserMFAPreferenceCommandOutput) => void
1569
+ ): void;
1570
+
1571
+ setUserPoolMfaConfig(
1572
+ args: SetUserPoolMfaConfigCommandInput,
1573
+ options?: __HttpHandlerOptions
1574
+ ): Promise<SetUserPoolMfaConfigCommandOutput>;
1575
+ setUserPoolMfaConfig(
1576
+ args: SetUserPoolMfaConfigCommandInput,
1577
+ cb: (err: any, data?: SetUserPoolMfaConfigCommandOutput) => void
1578
+ ): void;
1579
+ setUserPoolMfaConfig(
1580
+ args: SetUserPoolMfaConfigCommandInput,
1581
+ options: __HttpHandlerOptions,
1582
+ cb: (err: any, data?: SetUserPoolMfaConfigCommandOutput) => void
1583
+ ): void;
1584
+
1585
+ setUserSettings(
1586
+ args: SetUserSettingsCommandInput,
1587
+ options?: __HttpHandlerOptions
1588
+ ): Promise<SetUserSettingsCommandOutput>;
1589
+ setUserSettings(
1590
+ args: SetUserSettingsCommandInput,
1591
+ cb: (err: any, data?: SetUserSettingsCommandOutput) => void
1592
+ ): void;
1593
+ setUserSettings(
1594
+ args: SetUserSettingsCommandInput,
1595
+ options: __HttpHandlerOptions,
1596
+ cb: (err: any, data?: SetUserSettingsCommandOutput) => void
1597
+ ): void;
1598
+
1599
+ signUp(
1600
+ args: SignUpCommandInput,
1601
+ options?: __HttpHandlerOptions
1602
+ ): Promise<SignUpCommandOutput>;
1603
+ signUp(
1604
+ args: SignUpCommandInput,
1605
+ cb: (err: any, data?: SignUpCommandOutput) => void
1606
+ ): void;
1607
+ signUp(
1608
+ args: SignUpCommandInput,
1609
+ options: __HttpHandlerOptions,
1610
+ cb: (err: any, data?: SignUpCommandOutput) => void
1611
+ ): void;
1612
+
1613
+ startUserImportJob(
1614
+ args: StartUserImportJobCommandInput,
1615
+ options?: __HttpHandlerOptions
1616
+ ): Promise<StartUserImportJobCommandOutput>;
1617
+ startUserImportJob(
1618
+ args: StartUserImportJobCommandInput,
1619
+ cb: (err: any, data?: StartUserImportJobCommandOutput) => void
1620
+ ): void;
1621
+ startUserImportJob(
1622
+ args: StartUserImportJobCommandInput,
1623
+ options: __HttpHandlerOptions,
1624
+ cb: (err: any, data?: StartUserImportJobCommandOutput) => void
1625
+ ): void;
1626
+
1627
+ stopUserImportJob(
1628
+ args: StopUserImportJobCommandInput,
1629
+ options?: __HttpHandlerOptions
1630
+ ): Promise<StopUserImportJobCommandOutput>;
1631
+ stopUserImportJob(
1632
+ args: StopUserImportJobCommandInput,
1633
+ cb: (err: any, data?: StopUserImportJobCommandOutput) => void
1634
+ ): void;
1635
+ stopUserImportJob(
1636
+ args: StopUserImportJobCommandInput,
1637
+ options: __HttpHandlerOptions,
1638
+ cb: (err: any, data?: StopUserImportJobCommandOutput) => void
1639
+ ): void;
1640
+
1641
+ tagResource(
1642
+ args: TagResourceCommandInput,
1643
+ options?: __HttpHandlerOptions
1644
+ ): Promise<TagResourceCommandOutput>;
1645
+ tagResource(
1646
+ args: TagResourceCommandInput,
1647
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1648
+ ): void;
1649
+ tagResource(
1650
+ args: TagResourceCommandInput,
1651
+ options: __HttpHandlerOptions,
1652
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1653
+ ): void;
1654
+
1655
+ untagResource(
1656
+ args: UntagResourceCommandInput,
1657
+ options?: __HttpHandlerOptions
1658
+ ): Promise<UntagResourceCommandOutput>;
1659
+ untagResource(
1660
+ args: UntagResourceCommandInput,
1661
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1662
+ ): void;
1663
+ untagResource(
1664
+ args: UntagResourceCommandInput,
1665
+ options: __HttpHandlerOptions,
1666
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1667
+ ): void;
1668
+
1669
+ updateAuthEventFeedback(
1670
+ args: UpdateAuthEventFeedbackCommandInput,
1671
+ options?: __HttpHandlerOptions
1672
+ ): Promise<UpdateAuthEventFeedbackCommandOutput>;
1673
+ updateAuthEventFeedback(
1674
+ args: UpdateAuthEventFeedbackCommandInput,
1675
+ cb: (err: any, data?: UpdateAuthEventFeedbackCommandOutput) => void
1676
+ ): void;
1677
+ updateAuthEventFeedback(
1678
+ args: UpdateAuthEventFeedbackCommandInput,
1679
+ options: __HttpHandlerOptions,
1680
+ cb: (err: any, data?: UpdateAuthEventFeedbackCommandOutput) => void
1681
+ ): void;
1682
+
1683
+ updateDeviceStatus(
1684
+ args: UpdateDeviceStatusCommandInput,
1685
+ options?: __HttpHandlerOptions
1686
+ ): Promise<UpdateDeviceStatusCommandOutput>;
1687
+ updateDeviceStatus(
1688
+ args: UpdateDeviceStatusCommandInput,
1689
+ cb: (err: any, data?: UpdateDeviceStatusCommandOutput) => void
1690
+ ): void;
1691
+ updateDeviceStatus(
1692
+ args: UpdateDeviceStatusCommandInput,
1693
+ options: __HttpHandlerOptions,
1694
+ cb: (err: any, data?: UpdateDeviceStatusCommandOutput) => void
1695
+ ): void;
1696
+
1697
+ updateGroup(
1698
+ args: UpdateGroupCommandInput,
1699
+ options?: __HttpHandlerOptions
1700
+ ): Promise<UpdateGroupCommandOutput>;
1701
+ updateGroup(
1702
+ args: UpdateGroupCommandInput,
1703
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void
1704
+ ): void;
1705
+ updateGroup(
1706
+ args: UpdateGroupCommandInput,
1707
+ options: __HttpHandlerOptions,
1708
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void
1709
+ ): void;
1710
+
1711
+ updateIdentityProvider(
1712
+ args: UpdateIdentityProviderCommandInput,
1713
+ options?: __HttpHandlerOptions
1714
+ ): Promise<UpdateIdentityProviderCommandOutput>;
1715
+ updateIdentityProvider(
1716
+ args: UpdateIdentityProviderCommandInput,
1717
+ cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void
1718
+ ): void;
1719
+ updateIdentityProvider(
1720
+ args: UpdateIdentityProviderCommandInput,
1721
+ options: __HttpHandlerOptions,
1722
+ cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void
1723
+ ): void;
1724
+
1725
+ updateResourceServer(
1726
+ args: UpdateResourceServerCommandInput,
1727
+ options?: __HttpHandlerOptions
1728
+ ): Promise<UpdateResourceServerCommandOutput>;
1729
+ updateResourceServer(
1730
+ args: UpdateResourceServerCommandInput,
1731
+ cb: (err: any, data?: UpdateResourceServerCommandOutput) => void
1732
+ ): void;
1733
+ updateResourceServer(
1734
+ args: UpdateResourceServerCommandInput,
1735
+ options: __HttpHandlerOptions,
1736
+ cb: (err: any, data?: UpdateResourceServerCommandOutput) => void
1737
+ ): void;
1738
+
1739
+ updateUserAttributes(
1740
+ args: UpdateUserAttributesCommandInput,
1741
+ options?: __HttpHandlerOptions
1742
+ ): Promise<UpdateUserAttributesCommandOutput>;
1743
+ updateUserAttributes(
1744
+ args: UpdateUserAttributesCommandInput,
1745
+ cb: (err: any, data?: UpdateUserAttributesCommandOutput) => void
1746
+ ): void;
1747
+ updateUserAttributes(
1748
+ args: UpdateUserAttributesCommandInput,
1749
+ options: __HttpHandlerOptions,
1750
+ cb: (err: any, data?: UpdateUserAttributesCommandOutput) => void
1751
+ ): void;
1752
+
1753
+ updateUserPool(
1754
+ args: UpdateUserPoolCommandInput,
1755
+ options?: __HttpHandlerOptions
1756
+ ): Promise<UpdateUserPoolCommandOutput>;
1757
+ updateUserPool(
1758
+ args: UpdateUserPoolCommandInput,
1759
+ cb: (err: any, data?: UpdateUserPoolCommandOutput) => void
1760
+ ): void;
1761
+ updateUserPool(
1762
+ args: UpdateUserPoolCommandInput,
1763
+ options: __HttpHandlerOptions,
1764
+ cb: (err: any, data?: UpdateUserPoolCommandOutput) => void
1765
+ ): void;
1766
+
1767
+ updateUserPoolClient(
1768
+ args: UpdateUserPoolClientCommandInput,
1769
+ options?: __HttpHandlerOptions
1770
+ ): Promise<UpdateUserPoolClientCommandOutput>;
1771
+ updateUserPoolClient(
1772
+ args: UpdateUserPoolClientCommandInput,
1773
+ cb: (err: any, data?: UpdateUserPoolClientCommandOutput) => void
1774
+ ): void;
1775
+ updateUserPoolClient(
1776
+ args: UpdateUserPoolClientCommandInput,
1777
+ options: __HttpHandlerOptions,
1778
+ cb: (err: any, data?: UpdateUserPoolClientCommandOutput) => void
1779
+ ): void;
1780
+
1781
+ updateUserPoolDomain(
1782
+ args: UpdateUserPoolDomainCommandInput,
1783
+ options?: __HttpHandlerOptions
1784
+ ): Promise<UpdateUserPoolDomainCommandOutput>;
1785
+ updateUserPoolDomain(
1786
+ args: UpdateUserPoolDomainCommandInput,
1787
+ cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void
1788
+ ): void;
1789
+ updateUserPoolDomain(
1790
+ args: UpdateUserPoolDomainCommandInput,
1791
+ options: __HttpHandlerOptions,
1792
+ cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void
1793
+ ): void;
1794
+
1795
+ verifySoftwareToken(
1796
+ args: VerifySoftwareTokenCommandInput,
1797
+ options?: __HttpHandlerOptions
1798
+ ): Promise<VerifySoftwareTokenCommandOutput>;
1799
+ verifySoftwareToken(
1800
+ args: VerifySoftwareTokenCommandInput,
1801
+ cb: (err: any, data?: VerifySoftwareTokenCommandOutput) => void
1802
+ ): void;
1803
+ verifySoftwareToken(
1804
+ args: VerifySoftwareTokenCommandInput,
1805
+ options: __HttpHandlerOptions,
1806
+ cb: (err: any, data?: VerifySoftwareTokenCommandOutput) => void
1807
+ ): void;
1808
+
1809
+ verifyUserAttribute(
1810
+ args: VerifyUserAttributeCommandInput,
1811
+ options?: __HttpHandlerOptions
1812
+ ): Promise<VerifyUserAttributeCommandOutput>;
1813
+ verifyUserAttribute(
1814
+ args: VerifyUserAttributeCommandInput,
1815
+ cb: (err: any, data?: VerifyUserAttributeCommandOutput) => void
1816
+ ): void;
1817
+ verifyUserAttribute(
1818
+ args: VerifyUserAttributeCommandInput,
1819
+ options: __HttpHandlerOptions,
1820
+ cb: (err: any, data?: VerifyUserAttributeCommandOutput) => void
1821
+ ): void;
1822
+ }