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