@aws-sdk/client-cognito-identity-provider 3.32.0 → 3.36.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 (1348) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist-cjs/CognitoIdentityProvider.js +1531 -0
  3. package/dist-cjs/CognitoIdentityProviderClient.js +48 -0
  4. package/dist-cjs/commands/AddCustomAttributesCommand.js +62 -0
  5. package/dist-cjs/commands/AdminAddUserToGroupCommand.js +63 -0
  6. package/dist-cjs/commands/AdminConfirmSignUpCommand.js +64 -0
  7. package/dist-cjs/commands/AdminCreateUserCommand.js +91 -0
  8. package/dist-cjs/commands/AdminDeleteUserAttributesCommand.js +64 -0
  9. package/dist-cjs/commands/AdminDeleteUserCommand.js +63 -0
  10. package/dist-cjs/commands/AdminDisableProviderForUserCommand.js +89 -0
  11. package/dist-cjs/commands/AdminDisableUserCommand.js +63 -0
  12. package/dist-cjs/commands/AdminEnableUserCommand.js +63 -0
  13. package/dist-cjs/commands/AdminForgetDeviceCommand.js +63 -0
  14. package/dist-cjs/commands/AdminGetDeviceCommand.js +63 -0
  15. package/dist-cjs/commands/AdminGetUserCommand.js +64 -0
  16. package/dist-cjs/commands/AdminInitiateAuthCommand.js +82 -0
  17. package/dist-cjs/commands/AdminLinkProviderForUserCommand.js +82 -0
  18. package/dist-cjs/commands/AdminListDevicesCommand.js +63 -0
  19. package/dist-cjs/commands/AdminListGroupsForUserCommand.js +63 -0
  20. package/dist-cjs/commands/AdminListUserAuthEventsCommand.js +63 -0
  21. package/dist-cjs/commands/AdminRemoveUserFromGroupCommand.js +63 -0
  22. package/dist-cjs/commands/AdminResetUserPasswordCommand.js +91 -0
  23. package/dist-cjs/commands/AdminRespondToAuthChallengeCommand.js +81 -0
  24. package/dist-cjs/commands/AdminSetUserMFAPreferenceCommand.js +66 -0
  25. package/dist-cjs/commands/AdminSetUserPasswordCommand.js +71 -0
  26. package/dist-cjs/commands/AdminSetUserSettingsCommand.js +65 -0
  27. package/dist-cjs/commands/AdminUpdateAuthEventFeedbackCommand.js +64 -0
  28. package/dist-cjs/commands/AdminUpdateDeviceStatusCommand.js +63 -0
  29. package/dist-cjs/commands/AdminUpdateUserAttributesCommand.js +86 -0
  30. package/dist-cjs/commands/AdminUserGlobalSignOutCommand.js +65 -0
  31. package/dist-cjs/commands/AssociateSoftwareTokenCommand.js +71 -0
  32. package/dist-cjs/commands/ChangePasswordCommand.js +60 -0
  33. package/dist-cjs/commands/ConfirmDeviceCommand.js +63 -0
  34. package/dist-cjs/commands/ConfirmForgotPasswordCommand.js +60 -0
  35. package/dist-cjs/commands/ConfirmSignUpCommand.js +61 -0
  36. package/dist-cjs/commands/CreateGroupCommand.js +63 -0
  37. package/dist-cjs/commands/CreateIdentityProviderCommand.js +62 -0
  38. package/dist-cjs/commands/CreateResourceServerCommand.js +62 -0
  39. package/dist-cjs/commands/CreateUserImportJobCommand.js +62 -0
  40. package/dist-cjs/commands/CreateUserPoolClientCommand.js +64 -0
  41. package/dist-cjs/commands/CreateUserPoolCommand.js +80 -0
  42. package/dist-cjs/commands/CreateUserPoolDomainCommand.js +62 -0
  43. package/dist-cjs/commands/DeleteGroupCommand.js +63 -0
  44. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +62 -0
  45. package/dist-cjs/commands/DeleteResourceServerCommand.js +62 -0
  46. package/dist-cjs/commands/DeleteUserAttributesCommand.js +60 -0
  47. package/dist-cjs/commands/DeleteUserCommand.js +60 -0
  48. package/dist-cjs/commands/DeleteUserPoolClientCommand.js +62 -0
  49. package/dist-cjs/commands/DeleteUserPoolCommand.js +62 -0
  50. package/dist-cjs/commands/DeleteUserPoolDomainCommand.js +62 -0
  51. package/dist-cjs/commands/DescribeIdentityProviderCommand.js +62 -0
  52. package/dist-cjs/commands/DescribeResourceServerCommand.js +62 -0
  53. package/dist-cjs/commands/DescribeRiskConfigurationCommand.js +62 -0
  54. package/dist-cjs/commands/DescribeUserImportJobCommand.js +62 -0
  55. package/dist-cjs/commands/DescribeUserPoolClientCommand.js +63 -0
  56. package/dist-cjs/commands/DescribeUserPoolCommand.js +62 -0
  57. package/dist-cjs/commands/DescribeUserPoolDomainCommand.js +62 -0
  58. package/dist-cjs/commands/ForgetDeviceCommand.js +62 -0
  59. package/dist-cjs/commands/ForgotPasswordCommand.js +84 -0
  60. package/dist-cjs/commands/GetCSVHeaderCommand.js +63 -0
  61. package/dist-cjs/commands/GetDeviceCommand.js +62 -0
  62. package/dist-cjs/commands/GetGroupCommand.js +63 -0
  63. package/dist-cjs/commands/GetIdentityProviderByIdentifierCommand.js +62 -0
  64. package/dist-cjs/commands/GetSigningCertificateCommand.js +62 -0
  65. package/dist-cjs/commands/GetUICustomizationCommand.js +65 -0
  66. package/dist-cjs/commands/GetUserAttributeVerificationCodeCommand.js +77 -0
  67. package/dist-cjs/commands/GetUserCommand.js +60 -0
  68. package/dist-cjs/commands/GetUserPoolMfaConfigCommand.js +62 -0
  69. package/dist-cjs/commands/GlobalSignOutCommand.js +64 -0
  70. package/dist-cjs/commands/InitiateAuthCommand.js +77 -0
  71. package/dist-cjs/commands/ListDevicesCommand.js +62 -0
  72. package/dist-cjs/commands/ListGroupsCommand.js +63 -0
  73. package/dist-cjs/commands/ListIdentityProvidersCommand.js +62 -0
  74. package/dist-cjs/commands/ListResourceServersCommand.js +62 -0
  75. package/dist-cjs/commands/ListTagsForResourceCommand.js +65 -0
  76. package/dist-cjs/commands/ListUserImportJobsCommand.js +62 -0
  77. package/dist-cjs/commands/ListUserPoolClientsCommand.js +62 -0
  78. package/dist-cjs/commands/ListUserPoolsCommand.js +62 -0
  79. package/dist-cjs/commands/ListUsersCommand.js +62 -0
  80. package/dist-cjs/commands/ListUsersInGroupCommand.js +63 -0
  81. package/dist-cjs/commands/ResendConfirmationCodeCommand.js +78 -0
  82. package/dist-cjs/commands/RespondToAuthChallengeCommand.js +77 -0
  83. package/dist-cjs/commands/RevokeTokenCommand.js +63 -0
  84. package/dist-cjs/commands/SetRiskConfigurationCommand.js +66 -0
  85. package/dist-cjs/commands/SetUICustomizationCommand.js +73 -0
  86. package/dist-cjs/commands/SetUserMFAPreferenceCommand.js +70 -0
  87. package/dist-cjs/commands/SetUserPoolMfaConfigCommand.js +79 -0
  88. package/dist-cjs/commands/SetUserSettingsCommand.js +63 -0
  89. package/dist-cjs/commands/SignUpCommand.js +78 -0
  90. package/dist-cjs/commands/StartUserImportJobCommand.js +63 -0
  91. package/dist-cjs/commands/StopUserImportJobCommand.js +62 -0
  92. package/dist-cjs/commands/TagResourceCommand.js +75 -0
  93. package/dist-cjs/commands/UntagResourceCommand.js +63 -0
  94. package/dist-cjs/commands/UpdateAuthEventFeedbackCommand.js +64 -0
  95. package/dist-cjs/commands/UpdateDeviceStatusCommand.js +62 -0
  96. package/dist-cjs/commands/UpdateGroupCommand.js +63 -0
  97. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +62 -0
  98. package/dist-cjs/commands/UpdateResourceServerCommand.js +66 -0
  99. package/dist-cjs/commands/UpdateUserAttributesCommand.js +77 -0
  100. package/dist-cjs/commands/UpdateUserPoolClientCommand.js +69 -0
  101. package/dist-cjs/commands/UpdateUserPoolCommand.js +81 -0
  102. package/dist-cjs/commands/UpdateUserPoolDomainCommand.js +82 -0
  103. package/dist-cjs/commands/VerifySoftwareTokenCommand.js +64 -0
  104. package/dist-cjs/commands/VerifyUserAttributeCommand.js +60 -0
  105. package/dist-cjs/endpoints.js +81 -0
  106. package/dist-cjs/index.js +117 -0
  107. package/dist-cjs/models/index.js +5 -0
  108. package/dist-cjs/models/models_0.js +2758 -0
  109. package/dist-cjs/models/models_1.js +291 -0
  110. package/dist-cjs/pagination/AdminListGroupsForUserPaginator.js +45 -0
  111. package/dist-cjs/pagination/AdminListUserAuthEventsPaginator.js +45 -0
  112. package/dist-cjs/pagination/Interfaces.js +2 -0
  113. package/dist-cjs/pagination/ListGroupsPaginator.js +45 -0
  114. package/dist-cjs/pagination/ListIdentityProvidersPaginator.js +45 -0
  115. package/dist-cjs/pagination/ListResourceServersPaginator.js +45 -0
  116. package/dist-cjs/pagination/ListUserPoolClientsPaginator.js +45 -0
  117. package/dist-cjs/pagination/ListUserPoolsPaginator.js +45 -0
  118. package/dist-cjs/pagination/ListUsersInGroupPaginator.js +45 -0
  119. package/dist-cjs/pagination/ListUsersPaginator.js +45 -0
  120. package/dist-cjs/protocols/Aws_json1_1.js +15318 -0
  121. package/dist-cjs/runtimeConfig.browser.js +41 -0
  122. package/dist-cjs/runtimeConfig.js +46 -0
  123. package/dist-cjs/runtimeConfig.native.js +19 -0
  124. package/dist-cjs/runtimeConfig.shared.js +20 -0
  125. package/dist-es/CognitoIdentityProvider.js +1525 -0
  126. package/dist-es/CognitoIdentityProviderClient.js +36 -0
  127. package/dist-es/commands/AddCustomAttributesCommand.js +41 -0
  128. package/dist-es/commands/AdminAddUserToGroupCommand.js +41 -0
  129. package/dist-es/commands/AdminConfirmSignUpCommand.js +41 -0
  130. package/dist-es/commands/AdminCreateUserCommand.js +41 -0
  131. package/dist-es/commands/AdminDeleteUserAttributesCommand.js +41 -0
  132. package/dist-es/commands/AdminDeleteUserCommand.js +41 -0
  133. package/dist-es/commands/AdminDisableProviderForUserCommand.js +41 -0
  134. package/dist-es/commands/AdminDisableUserCommand.js +41 -0
  135. package/dist-es/commands/AdminEnableUserCommand.js +41 -0
  136. package/dist-es/commands/AdminForgetDeviceCommand.js +41 -0
  137. package/dist-es/commands/AdminGetDeviceCommand.js +41 -0
  138. package/dist-es/commands/AdminGetUserCommand.js +41 -0
  139. package/dist-es/commands/AdminInitiateAuthCommand.js +41 -0
  140. package/dist-es/commands/AdminLinkProviderForUserCommand.js +41 -0
  141. package/dist-es/commands/AdminListDevicesCommand.js +41 -0
  142. package/dist-es/commands/AdminListGroupsForUserCommand.js +41 -0
  143. package/dist-es/commands/AdminListUserAuthEventsCommand.js +41 -0
  144. package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +41 -0
  145. package/dist-es/commands/AdminResetUserPasswordCommand.js +41 -0
  146. package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +41 -0
  147. package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +41 -0
  148. package/dist-es/commands/AdminSetUserPasswordCommand.js +41 -0
  149. package/dist-es/commands/AdminSetUserSettingsCommand.js +41 -0
  150. package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +41 -0
  151. package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +41 -0
  152. package/dist-es/commands/AdminUpdateUserAttributesCommand.js +41 -0
  153. package/dist-es/commands/AdminUserGlobalSignOutCommand.js +41 -0
  154. package/dist-es/commands/AssociateSoftwareTokenCommand.js +41 -0
  155. package/dist-es/commands/ChangePasswordCommand.js +39 -0
  156. package/dist-es/commands/ConfirmDeviceCommand.js +41 -0
  157. package/dist-es/commands/ConfirmForgotPasswordCommand.js +39 -0
  158. package/dist-es/commands/ConfirmSignUpCommand.js +39 -0
  159. package/dist-es/commands/CreateGroupCommand.js +41 -0
  160. package/dist-es/commands/CreateIdentityProviderCommand.js +41 -0
  161. package/dist-es/commands/CreateResourceServerCommand.js +41 -0
  162. package/dist-es/commands/CreateUserImportJobCommand.js +41 -0
  163. package/dist-es/commands/CreateUserPoolClientCommand.js +41 -0
  164. package/dist-es/commands/CreateUserPoolCommand.js +41 -0
  165. package/dist-es/commands/CreateUserPoolDomainCommand.js +41 -0
  166. package/dist-es/commands/DeleteGroupCommand.js +41 -0
  167. package/dist-es/commands/DeleteIdentityProviderCommand.js +41 -0
  168. package/dist-es/commands/DeleteResourceServerCommand.js +41 -0
  169. package/dist-es/commands/DeleteUserAttributesCommand.js +39 -0
  170. package/dist-es/commands/DeleteUserCommand.js +39 -0
  171. package/dist-es/commands/DeleteUserPoolClientCommand.js +41 -0
  172. package/dist-es/commands/DeleteUserPoolCommand.js +41 -0
  173. package/dist-es/commands/DeleteUserPoolDomainCommand.js +41 -0
  174. package/dist-es/commands/DescribeIdentityProviderCommand.js +41 -0
  175. package/dist-es/commands/DescribeResourceServerCommand.js +41 -0
  176. package/dist-es/commands/DescribeRiskConfigurationCommand.js +41 -0
  177. package/dist-es/commands/DescribeUserImportJobCommand.js +41 -0
  178. package/dist-es/commands/DescribeUserPoolClientCommand.js +41 -0
  179. package/dist-es/commands/DescribeUserPoolCommand.js +41 -0
  180. package/dist-es/commands/DescribeUserPoolDomainCommand.js +41 -0
  181. package/dist-es/commands/ForgetDeviceCommand.js +41 -0
  182. package/dist-es/commands/ForgotPasswordCommand.js +39 -0
  183. package/dist-es/commands/GetCSVHeaderCommand.js +41 -0
  184. package/dist-es/commands/GetDeviceCommand.js +41 -0
  185. package/dist-es/commands/GetGroupCommand.js +41 -0
  186. package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +41 -0
  187. package/dist-es/commands/GetSigningCertificateCommand.js +41 -0
  188. package/dist-es/commands/GetUICustomizationCommand.js +41 -0
  189. package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +39 -0
  190. package/dist-es/commands/GetUserCommand.js +39 -0
  191. package/dist-es/commands/GetUserPoolMfaConfigCommand.js +41 -0
  192. package/dist-es/commands/GlobalSignOutCommand.js +41 -0
  193. package/dist-es/commands/InitiateAuthCommand.js +39 -0
  194. package/dist-es/commands/ListDevicesCommand.js +41 -0
  195. package/dist-es/commands/ListGroupsCommand.js +41 -0
  196. package/dist-es/commands/ListIdentityProvidersCommand.js +41 -0
  197. package/dist-es/commands/ListResourceServersCommand.js +41 -0
  198. package/dist-es/commands/ListTagsForResourceCommand.js +41 -0
  199. package/dist-es/commands/ListUserImportJobsCommand.js +41 -0
  200. package/dist-es/commands/ListUserPoolClientsCommand.js +41 -0
  201. package/dist-es/commands/ListUserPoolsCommand.js +41 -0
  202. package/dist-es/commands/ListUsersCommand.js +41 -0
  203. package/dist-es/commands/ListUsersInGroupCommand.js +41 -0
  204. package/dist-es/commands/ResendConfirmationCodeCommand.js +39 -0
  205. package/dist-es/commands/RespondToAuthChallengeCommand.js +39 -0
  206. package/dist-es/commands/RevokeTokenCommand.js +41 -0
  207. package/dist-es/commands/SetRiskConfigurationCommand.js +41 -0
  208. package/dist-es/commands/SetUICustomizationCommand.js +41 -0
  209. package/dist-es/commands/SetUserMFAPreferenceCommand.js +41 -0
  210. package/dist-es/commands/SetUserPoolMfaConfigCommand.js +41 -0
  211. package/dist-es/commands/SetUserSettingsCommand.js +39 -0
  212. package/dist-es/commands/SignUpCommand.js +39 -0
  213. package/dist-es/commands/StartUserImportJobCommand.js +42 -0
  214. package/dist-es/commands/StopUserImportJobCommand.js +41 -0
  215. package/dist-es/commands/TagResourceCommand.js +41 -0
  216. package/dist-es/commands/UntagResourceCommand.js +41 -0
  217. package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +41 -0
  218. package/dist-es/commands/UpdateDeviceStatusCommand.js +41 -0
  219. package/dist-es/commands/UpdateGroupCommand.js +41 -0
  220. package/dist-es/commands/UpdateIdentityProviderCommand.js +41 -0
  221. package/dist-es/commands/UpdateResourceServerCommand.js +41 -0
  222. package/dist-es/commands/UpdateUserAttributesCommand.js +39 -0
  223. package/dist-es/commands/UpdateUserPoolClientCommand.js +41 -0
  224. package/dist-es/commands/UpdateUserPoolCommand.js +41 -0
  225. package/dist-es/commands/UpdateUserPoolDomainCommand.js +41 -0
  226. package/dist-es/commands/VerifySoftwareTokenCommand.js +41 -0
  227. package/dist-es/commands/VerifyUserAttributeCommand.js +39 -0
  228. package/dist-es/endpoints.js +77 -0
  229. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  230. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  231. package/dist-es/models/models_0.js +1317 -0
  232. package/dist-es/models/models_1.js +130 -0
  233. package/dist-es/pagination/AdminListGroupsForUserPaginator.js +74 -0
  234. package/dist-es/pagination/AdminListUserAuthEventsPaginator.js +74 -0
  235. package/dist-es/pagination/Interfaces.js +1 -0
  236. package/dist-es/pagination/ListGroupsPaginator.js +74 -0
  237. package/dist-es/pagination/ListIdentityProvidersPaginator.js +74 -0
  238. package/dist-es/pagination/ListResourceServersPaginator.js +74 -0
  239. package/dist-es/pagination/ListUserPoolClientsPaginator.js +74 -0
  240. package/dist-es/pagination/ListUserPoolsPaginator.js +74 -0
  241. package/dist-es/pagination/ListUsersInGroupPaginator.js +74 -0
  242. package/dist-es/pagination/ListUsersPaginator.js +74 -0
  243. package/dist-es/protocols/Aws_json1_1.js +15618 -0
  244. package/dist-es/runtimeConfig.browser.js +16 -0
  245. package/dist-es/runtimeConfig.js +21 -0
  246. package/dist-es/runtimeConfig.native.js +8 -0
  247. package/dist-es/runtimeConfig.shared.js +13 -0
  248. package/dist-types/CognitoIdentityProvider.d.ts +1213 -0
  249. package/dist-types/CognitoIdentityProviderClient.d.ts +239 -0
  250. package/dist-types/commands/AddCustomAttributesCommand.d.ts +35 -0
  251. package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +36 -0
  252. package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +37 -0
  253. package/dist-types/commands/AdminCreateUserCommand.d.ts +64 -0
  254. package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +37 -0
  255. package/dist-types/commands/AdminDeleteUserCommand.d.ts +36 -0
  256. package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +62 -0
  257. package/dist-types/commands/AdminDisableUserCommand.d.ts +36 -0
  258. package/dist-types/commands/AdminEnableUserCommand.d.ts +36 -0
  259. package/dist-types/commands/AdminForgetDeviceCommand.d.ts +36 -0
  260. package/dist-types/commands/AdminGetDeviceCommand.d.ts +36 -0
  261. package/dist-types/commands/AdminGetUserCommand.d.ts +37 -0
  262. package/dist-types/commands/AdminInitiateAuthCommand.d.ts +55 -0
  263. package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +55 -0
  264. package/dist-types/commands/AdminListDevicesCommand.d.ts +36 -0
  265. package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +36 -0
  266. package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +36 -0
  267. package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +36 -0
  268. package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +64 -0
  269. package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +54 -0
  270. package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +39 -0
  271. package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +44 -0
  272. package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +38 -0
  273. package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +37 -0
  274. package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +36 -0
  275. package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +59 -0
  276. package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +38 -0
  277. package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +44 -0
  278. package/dist-types/commands/ChangePasswordCommand.d.ts +35 -0
  279. package/dist-types/commands/ConfirmDeviceCommand.d.ts +36 -0
  280. package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +35 -0
  281. package/dist-types/commands/ConfirmSignUpCommand.d.ts +36 -0
  282. package/dist-types/commands/CreateGroupCommand.d.ts +36 -0
  283. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +35 -0
  284. package/dist-types/commands/CreateResourceServerCommand.d.ts +35 -0
  285. package/dist-types/commands/CreateUserImportJobCommand.d.ts +35 -0
  286. package/dist-types/commands/CreateUserPoolClientCommand.d.ts +37 -0
  287. package/dist-types/commands/CreateUserPoolCommand.d.ts +53 -0
  288. package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +35 -0
  289. package/dist-types/commands/DeleteGroupCommand.d.ts +36 -0
  290. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +35 -0
  291. package/dist-types/commands/DeleteResourceServerCommand.d.ts +35 -0
  292. package/dist-types/commands/DeleteUserAttributesCommand.d.ts +35 -0
  293. package/dist-types/commands/DeleteUserCommand.d.ts +35 -0
  294. package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +35 -0
  295. package/dist-types/commands/DeleteUserPoolCommand.d.ts +35 -0
  296. package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +35 -0
  297. package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +35 -0
  298. package/dist-types/commands/DescribeResourceServerCommand.d.ts +35 -0
  299. package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +35 -0
  300. package/dist-types/commands/DescribeUserImportJobCommand.d.ts +35 -0
  301. package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +36 -0
  302. package/dist-types/commands/DescribeUserPoolCommand.d.ts +35 -0
  303. package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +35 -0
  304. package/dist-types/commands/ForgetDeviceCommand.d.ts +35 -0
  305. package/dist-types/commands/ForgotPasswordCommand.d.ts +59 -0
  306. package/dist-types/commands/GetCSVHeaderCommand.d.ts +36 -0
  307. package/dist-types/commands/GetDeviceCommand.d.ts +35 -0
  308. package/dist-types/commands/GetGroupCommand.d.ts +36 -0
  309. package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +35 -0
  310. package/dist-types/commands/GetSigningCertificateCommand.d.ts +35 -0
  311. package/dist-types/commands/GetUICustomizationCommand.d.ts +38 -0
  312. package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +52 -0
  313. package/dist-types/commands/GetUserCommand.d.ts +35 -0
  314. package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +35 -0
  315. package/dist-types/commands/GlobalSignOutCommand.d.ts +37 -0
  316. package/dist-types/commands/InitiateAuthCommand.d.ts +52 -0
  317. package/dist-types/commands/ListDevicesCommand.d.ts +35 -0
  318. package/dist-types/commands/ListGroupsCommand.d.ts +36 -0
  319. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +35 -0
  320. package/dist-types/commands/ListResourceServersCommand.d.ts +35 -0
  321. package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -0
  322. package/dist-types/commands/ListUserImportJobsCommand.d.ts +35 -0
  323. package/dist-types/commands/ListUserPoolClientsCommand.d.ts +35 -0
  324. package/dist-types/commands/ListUserPoolsCommand.d.ts +35 -0
  325. package/dist-types/commands/ListUsersCommand.d.ts +35 -0
  326. package/dist-types/commands/ListUsersInGroupCommand.d.ts +36 -0
  327. package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +53 -0
  328. package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +52 -0
  329. package/dist-types/commands/RevokeTokenCommand.d.ts +36 -0
  330. package/dist-types/commands/SetRiskConfigurationCommand.d.ts +39 -0
  331. package/dist-types/commands/SetUICustomizationCommand.d.ts +46 -0
  332. package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +43 -0
  333. package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +52 -0
  334. package/dist-types/commands/SetUserSettingsCommand.d.ts +38 -0
  335. package/dist-types/commands/SignUpCommand.d.ts +53 -0
  336. package/dist-types/commands/StartUserImportJobCommand.d.ts +36 -0
  337. package/dist-types/commands/StopUserImportJobCommand.d.ts +35 -0
  338. package/dist-types/commands/TagResourceCommand.d.ts +48 -0
  339. package/dist-types/commands/UntagResourceCommand.d.ts +36 -0
  340. package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +37 -0
  341. package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +35 -0
  342. package/dist-types/commands/UpdateGroupCommand.d.ts +36 -0
  343. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +35 -0
  344. package/dist-types/commands/UpdateResourceServerCommand.d.ts +39 -0
  345. package/dist-types/commands/UpdateUserAttributesCommand.d.ts +52 -0
  346. package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +42 -0
  347. package/dist-types/commands/UpdateUserPoolCommand.d.ts +54 -0
  348. package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +55 -0
  349. package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +37 -0
  350. package/dist-types/commands/VerifyUserAttributeCommand.d.ts +35 -0
  351. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  352. package/{index.ts → dist-types/index.d.ts} +0 -0
  353. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  354. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  355. package/dist-types/models/models_1.d.ts +861 -0
  356. package/dist-types/pagination/AdminListGroupsForUserPaginator.d.ts +4 -0
  357. package/dist-types/pagination/AdminListUserAuthEventsPaginator.d.ts +4 -0
  358. package/dist-types/pagination/Interfaces.d.ts +6 -0
  359. package/dist-types/pagination/ListGroupsPaginator.d.ts +4 -0
  360. package/dist-types/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
  361. package/dist-types/pagination/ListResourceServersPaginator.d.ts +4 -0
  362. package/dist-types/pagination/ListUserPoolClientsPaginator.d.ts +4 -0
  363. package/dist-types/pagination/ListUserPoolsPaginator.d.ts +4 -0
  364. package/dist-types/pagination/ListUsersInGroupPaginator.d.ts +4 -0
  365. package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
  366. package/dist-types/protocols/Aws_json1_1.d.ts +305 -0
  367. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  368. package/dist-types/runtimeConfig.d.ts +37 -0
  369. package/dist-types/runtimeConfig.native.d.ts +36 -0
  370. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  371. package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +1213 -0
  372. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +239 -0
  373. package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +35 -0
  374. package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +36 -0
  375. package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +37 -0
  376. package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +64 -0
  377. package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +37 -0
  378. package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +36 -0
  379. package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +62 -0
  380. package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +36 -0
  381. package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +36 -0
  382. package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +36 -0
  383. package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +36 -0
  384. package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +37 -0
  385. package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +55 -0
  386. package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +55 -0
  387. package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +36 -0
  388. package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +36 -0
  389. package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +36 -0
  390. package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +36 -0
  391. package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +64 -0
  392. package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +54 -0
  393. package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +39 -0
  394. package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +44 -0
  395. package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +38 -0
  396. package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +37 -0
  397. package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +36 -0
  398. package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +59 -0
  399. package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +38 -0
  400. package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +44 -0
  401. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +35 -0
  402. package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +36 -0
  403. package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +35 -0
  404. package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +36 -0
  405. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +36 -0
  406. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +35 -0
  407. package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +35 -0
  408. package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +35 -0
  409. package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +37 -0
  410. package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +53 -0
  411. package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +35 -0
  412. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +36 -0
  413. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +35 -0
  414. package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +35 -0
  415. package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +35 -0
  416. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +35 -0
  417. package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +35 -0
  418. package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +35 -0
  419. package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +35 -0
  420. package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +35 -0
  421. package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +35 -0
  422. package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +35 -0
  423. package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +35 -0
  424. package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +36 -0
  425. package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +35 -0
  426. package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +35 -0
  427. package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +35 -0
  428. package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +59 -0
  429. package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +36 -0
  430. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +35 -0
  431. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +36 -0
  432. package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +35 -0
  433. package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +35 -0
  434. package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +38 -0
  435. package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +52 -0
  436. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +35 -0
  437. package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +35 -0
  438. package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +37 -0
  439. package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +52 -0
  440. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +35 -0
  441. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +36 -0
  442. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +35 -0
  443. package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +35 -0
  444. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
  445. package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +35 -0
  446. package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +35 -0
  447. package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +35 -0
  448. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +35 -0
  449. package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +36 -0
  450. package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +53 -0
  451. package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +52 -0
  452. package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +36 -0
  453. package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +39 -0
  454. package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +46 -0
  455. package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +43 -0
  456. package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +52 -0
  457. package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +38 -0
  458. package/dist-types/ts3.4/commands/SignUpCommand.d.ts +53 -0
  459. package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +36 -0
  460. package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +35 -0
  461. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -0
  462. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +36 -0
  463. package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +37 -0
  464. package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +35 -0
  465. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +36 -0
  466. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +35 -0
  467. package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +39 -0
  468. package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +52 -0
  469. package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +42 -0
  470. package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +54 -0
  471. package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +55 -0
  472. package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +37 -0
  473. package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +35 -0
  474. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  475. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  476. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  477. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  478. package/dist-types/ts3.4/models/models_1.d.ts +861 -0
  479. package/dist-types/ts3.4/pagination/AdminListGroupsForUserPaginator.d.ts +4 -0
  480. package/dist-types/ts3.4/pagination/AdminListUserAuthEventsPaginator.d.ts +4 -0
  481. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  482. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +4 -0
  483. package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
  484. package/dist-types/ts3.4/pagination/ListResourceServersPaginator.d.ts +4 -0
  485. package/dist-types/ts3.4/pagination/ListUserPoolClientsPaginator.d.ts +4 -0
  486. package/dist-types/ts3.4/pagination/ListUserPoolsPaginator.d.ts +4 -0
  487. package/dist-types/ts3.4/pagination/ListUsersInGroupPaginator.d.ts +4 -0
  488. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
  489. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +305 -0
  490. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +40 -0
  491. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  492. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  493. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  494. package/package.json +52 -49
  495. package/CognitoIdentityProvider.ts +0 -4101
  496. package/CognitoIdentityProviderClient.ts +0 -706
  497. package/commands/AddCustomAttributesCommand.ts +0 -100
  498. package/commands/AdminAddUserToGroupCommand.ts +0 -101
  499. package/commands/AdminConfirmSignUpCommand.ts +0 -102
  500. package/commands/AdminCreateUserCommand.ts +0 -129
  501. package/commands/AdminDeleteUserAttributesCommand.ts +0 -105
  502. package/commands/AdminDeleteUserCommand.ts +0 -101
  503. package/commands/AdminDisableProviderForUserCommand.ts +0 -132
  504. package/commands/AdminDisableUserCommand.ts +0 -101
  505. package/commands/AdminEnableUserCommand.ts +0 -101
  506. package/commands/AdminForgetDeviceCommand.ts +0 -101
  507. package/commands/AdminGetDeviceCommand.ts +0 -101
  508. package/commands/AdminGetUserCommand.ts +0 -102
  509. package/commands/AdminInitiateAuthCommand.ts +0 -120
  510. package/commands/AdminLinkProviderForUserCommand.ts +0 -120
  511. package/commands/AdminListDevicesCommand.ts +0 -101
  512. package/commands/AdminListGroupsForUserCommand.ts +0 -101
  513. package/commands/AdminListUserAuthEventsCommand.ts +0 -101
  514. package/commands/AdminRemoveUserFromGroupCommand.ts +0 -101
  515. package/commands/AdminResetUserPasswordCommand.ts +0 -129
  516. package/commands/AdminRespondToAuthChallengeCommand.ts +0 -124
  517. package/commands/AdminSetUserMFAPreferenceCommand.ts +0 -107
  518. package/commands/AdminSetUserPasswordCommand.ts +0 -109
  519. package/commands/AdminSetUserSettingsCommand.ts +0 -103
  520. package/commands/AdminUpdateAuthEventFeedbackCommand.ts +0 -107
  521. package/commands/AdminUpdateDeviceStatusCommand.ts +0 -101
  522. package/commands/AdminUpdateUserAttributesCommand.ts +0 -127
  523. package/commands/AdminUserGlobalSignOutCommand.ts +0 -103
  524. package/commands/AssociateSoftwareTokenCommand.ts +0 -109
  525. package/commands/ChangePasswordCommand.ts +0 -98
  526. package/commands/ConfirmDeviceCommand.ts +0 -101
  527. package/commands/ConfirmForgotPasswordCommand.ts +0 -98
  528. package/commands/ConfirmSignUpCommand.ts +0 -99
  529. package/commands/CreateGroupCommand.ts +0 -101
  530. package/commands/CreateIdentityProviderCommand.ts +0 -100
  531. package/commands/CreateResourceServerCommand.ts +0 -100
  532. package/commands/CreateUserImportJobCommand.ts +0 -100
  533. package/commands/CreateUserPoolClientCommand.ts +0 -102
  534. package/commands/CreateUserPoolCommand.ts +0 -118
  535. package/commands/CreateUserPoolDomainCommand.ts +0 -100
  536. package/commands/DeleteGroupCommand.ts +0 -101
  537. package/commands/DeleteIdentityProviderCommand.ts +0 -100
  538. package/commands/DeleteResourceServerCommand.ts +0 -100
  539. package/commands/DeleteUserAttributesCommand.ts +0 -98
  540. package/commands/DeleteUserCommand.ts +0 -98
  541. package/commands/DeleteUserPoolClientCommand.ts +0 -100
  542. package/commands/DeleteUserPoolCommand.ts +0 -100
  543. package/commands/DeleteUserPoolDomainCommand.ts +0 -100
  544. package/commands/DescribeIdentityProviderCommand.ts +0 -100
  545. package/commands/DescribeResourceServerCommand.ts +0 -100
  546. package/commands/DescribeRiskConfigurationCommand.ts +0 -103
  547. package/commands/DescribeUserImportJobCommand.ts +0 -100
  548. package/commands/DescribeUserPoolClientCommand.ts +0 -101
  549. package/commands/DescribeUserPoolCommand.ts +0 -100
  550. package/commands/DescribeUserPoolDomainCommand.ts +0 -100
  551. package/commands/ForgetDeviceCommand.ts +0 -100
  552. package/commands/ForgotPasswordCommand.ts +0 -122
  553. package/commands/GetCSVHeaderCommand.ts +0 -101
  554. package/commands/GetDeviceCommand.ts +0 -97
  555. package/commands/GetGroupCommand.ts +0 -98
  556. package/commands/GetIdentityProviderByIdentifierCommand.ts +0 -108
  557. package/commands/GetSigningCertificateCommand.ts +0 -100
  558. package/commands/GetUICustomizationCommand.ts +0 -103
  559. package/commands/GetUserAttributeVerificationCodeCommand.ts +0 -123
  560. package/commands/GetUserCommand.ts +0 -95
  561. package/commands/GetUserPoolMfaConfigCommand.ts +0 -100
  562. package/commands/GlobalSignOutCommand.ts +0 -102
  563. package/commands/InitiateAuthCommand.ts +0 -115
  564. package/commands/ListDevicesCommand.ts +0 -100
  565. package/commands/ListGroupsCommand.ts +0 -101
  566. package/commands/ListIdentityProvidersCommand.ts +0 -100
  567. package/commands/ListResourceServersCommand.ts +0 -100
  568. package/commands/ListTagsForResourceCommand.ts +0 -103
  569. package/commands/ListUserImportJobsCommand.ts +0 -100
  570. package/commands/ListUserPoolClientsCommand.ts +0 -100
  571. package/commands/ListUserPoolsCommand.ts +0 -100
  572. package/commands/ListUsersCommand.ts +0 -97
  573. package/commands/ListUsersInGroupCommand.ts +0 -101
  574. package/commands/ResendConfirmationCodeCommand.ts +0 -116
  575. package/commands/RespondToAuthChallengeCommand.ts +0 -115
  576. package/commands/RevokeTokenCommand.ts +0 -101
  577. package/commands/SetRiskConfigurationCommand.ts +0 -104
  578. package/commands/SetUICustomizationCommand.ts +0 -111
  579. package/commands/SetUserMFAPreferenceCommand.ts +0 -108
  580. package/commands/SetUserPoolMfaConfigCommand.ts +0 -117
  581. package/commands/SetUserSettingsCommand.ts +0 -101
  582. package/commands/SignUpCommand.ts +0 -113
  583. package/commands/StartUserImportJobCommand.ts +0 -101
  584. package/commands/StopUserImportJobCommand.ts +0 -100
  585. package/commands/TagResourceCommand.ts +0 -113
  586. package/commands/UntagResourceCommand.ts +0 -101
  587. package/commands/UpdateAuthEventFeedbackCommand.ts +0 -102
  588. package/commands/UpdateDeviceStatusCommand.ts +0 -100
  589. package/commands/UpdateGroupCommand.ts +0 -101
  590. package/commands/UpdateIdentityProviderCommand.ts +0 -100
  591. package/commands/UpdateResourceServerCommand.ts +0 -104
  592. package/commands/UpdateUserAttributesCommand.ts +0 -115
  593. package/commands/UpdateUserPoolClientCommand.ts +0 -107
  594. package/commands/UpdateUserPoolCommand.ts +0 -119
  595. package/commands/UpdateUserPoolDomainCommand.ts +0 -120
  596. package/commands/VerifySoftwareTokenCommand.ts +0 -102
  597. package/commands/VerifyUserAttributeCommand.ts +0 -98
  598. package/dist/cjs/CognitoIdentityProvider.js +0 -1532
  599. package/dist/cjs/CognitoIdentityProvider.js.map +0 -1
  600. package/dist/cjs/CognitoIdentityProviderClient.js +0 -49
  601. package/dist/cjs/CognitoIdentityProviderClient.js.map +0 -1
  602. package/dist/cjs/commands/AddCustomAttributesCommand.js +0 -63
  603. package/dist/cjs/commands/AddCustomAttributesCommand.js.map +0 -1
  604. package/dist/cjs/commands/AdminAddUserToGroupCommand.js +0 -64
  605. package/dist/cjs/commands/AdminAddUserToGroupCommand.js.map +0 -1
  606. package/dist/cjs/commands/AdminConfirmSignUpCommand.js +0 -65
  607. package/dist/cjs/commands/AdminConfirmSignUpCommand.js.map +0 -1
  608. package/dist/cjs/commands/AdminCreateUserCommand.js +0 -92
  609. package/dist/cjs/commands/AdminCreateUserCommand.js.map +0 -1
  610. package/dist/cjs/commands/AdminDeleteUserAttributesCommand.js +0 -65
  611. package/dist/cjs/commands/AdminDeleteUserAttributesCommand.js.map +0 -1
  612. package/dist/cjs/commands/AdminDeleteUserCommand.js +0 -64
  613. package/dist/cjs/commands/AdminDeleteUserCommand.js.map +0 -1
  614. package/dist/cjs/commands/AdminDisableProviderForUserCommand.js +0 -90
  615. package/dist/cjs/commands/AdminDisableProviderForUserCommand.js.map +0 -1
  616. package/dist/cjs/commands/AdminDisableUserCommand.js +0 -64
  617. package/dist/cjs/commands/AdminDisableUserCommand.js.map +0 -1
  618. package/dist/cjs/commands/AdminEnableUserCommand.js +0 -64
  619. package/dist/cjs/commands/AdminEnableUserCommand.js.map +0 -1
  620. package/dist/cjs/commands/AdminForgetDeviceCommand.js +0 -64
  621. package/dist/cjs/commands/AdminForgetDeviceCommand.js.map +0 -1
  622. package/dist/cjs/commands/AdminGetDeviceCommand.js +0 -64
  623. package/dist/cjs/commands/AdminGetDeviceCommand.js.map +0 -1
  624. package/dist/cjs/commands/AdminGetUserCommand.js +0 -65
  625. package/dist/cjs/commands/AdminGetUserCommand.js.map +0 -1
  626. package/dist/cjs/commands/AdminInitiateAuthCommand.js +0 -83
  627. package/dist/cjs/commands/AdminInitiateAuthCommand.js.map +0 -1
  628. package/dist/cjs/commands/AdminLinkProviderForUserCommand.js +0 -83
  629. package/dist/cjs/commands/AdminLinkProviderForUserCommand.js.map +0 -1
  630. package/dist/cjs/commands/AdminListDevicesCommand.js +0 -64
  631. package/dist/cjs/commands/AdminListDevicesCommand.js.map +0 -1
  632. package/dist/cjs/commands/AdminListGroupsForUserCommand.js +0 -64
  633. package/dist/cjs/commands/AdminListGroupsForUserCommand.js.map +0 -1
  634. package/dist/cjs/commands/AdminListUserAuthEventsCommand.js +0 -64
  635. package/dist/cjs/commands/AdminListUserAuthEventsCommand.js.map +0 -1
  636. package/dist/cjs/commands/AdminRemoveUserFromGroupCommand.js +0 -64
  637. package/dist/cjs/commands/AdminRemoveUserFromGroupCommand.js.map +0 -1
  638. package/dist/cjs/commands/AdminResetUserPasswordCommand.js +0 -92
  639. package/dist/cjs/commands/AdminResetUserPasswordCommand.js.map +0 -1
  640. package/dist/cjs/commands/AdminRespondToAuthChallengeCommand.js +0 -82
  641. package/dist/cjs/commands/AdminRespondToAuthChallengeCommand.js.map +0 -1
  642. package/dist/cjs/commands/AdminSetUserMFAPreferenceCommand.js +0 -67
  643. package/dist/cjs/commands/AdminSetUserMFAPreferenceCommand.js.map +0 -1
  644. package/dist/cjs/commands/AdminSetUserPasswordCommand.js +0 -72
  645. package/dist/cjs/commands/AdminSetUserPasswordCommand.js.map +0 -1
  646. package/dist/cjs/commands/AdminSetUserSettingsCommand.js +0 -66
  647. package/dist/cjs/commands/AdminSetUserSettingsCommand.js.map +0 -1
  648. package/dist/cjs/commands/AdminUpdateAuthEventFeedbackCommand.js +0 -65
  649. package/dist/cjs/commands/AdminUpdateAuthEventFeedbackCommand.js.map +0 -1
  650. package/dist/cjs/commands/AdminUpdateDeviceStatusCommand.js +0 -64
  651. package/dist/cjs/commands/AdminUpdateDeviceStatusCommand.js.map +0 -1
  652. package/dist/cjs/commands/AdminUpdateUserAttributesCommand.js +0 -87
  653. package/dist/cjs/commands/AdminUpdateUserAttributesCommand.js.map +0 -1
  654. package/dist/cjs/commands/AdminUserGlobalSignOutCommand.js +0 -66
  655. package/dist/cjs/commands/AdminUserGlobalSignOutCommand.js.map +0 -1
  656. package/dist/cjs/commands/AssociateSoftwareTokenCommand.js +0 -72
  657. package/dist/cjs/commands/AssociateSoftwareTokenCommand.js.map +0 -1
  658. package/dist/cjs/commands/ChangePasswordCommand.js +0 -61
  659. package/dist/cjs/commands/ChangePasswordCommand.js.map +0 -1
  660. package/dist/cjs/commands/ConfirmDeviceCommand.js +0 -64
  661. package/dist/cjs/commands/ConfirmDeviceCommand.js.map +0 -1
  662. package/dist/cjs/commands/ConfirmForgotPasswordCommand.js +0 -61
  663. package/dist/cjs/commands/ConfirmForgotPasswordCommand.js.map +0 -1
  664. package/dist/cjs/commands/ConfirmSignUpCommand.js +0 -62
  665. package/dist/cjs/commands/ConfirmSignUpCommand.js.map +0 -1
  666. package/dist/cjs/commands/CreateGroupCommand.js +0 -64
  667. package/dist/cjs/commands/CreateGroupCommand.js.map +0 -1
  668. package/dist/cjs/commands/CreateIdentityProviderCommand.js +0 -63
  669. package/dist/cjs/commands/CreateIdentityProviderCommand.js.map +0 -1
  670. package/dist/cjs/commands/CreateResourceServerCommand.js +0 -63
  671. package/dist/cjs/commands/CreateResourceServerCommand.js.map +0 -1
  672. package/dist/cjs/commands/CreateUserImportJobCommand.js +0 -63
  673. package/dist/cjs/commands/CreateUserImportJobCommand.js.map +0 -1
  674. package/dist/cjs/commands/CreateUserPoolClientCommand.js +0 -65
  675. package/dist/cjs/commands/CreateUserPoolClientCommand.js.map +0 -1
  676. package/dist/cjs/commands/CreateUserPoolCommand.js +0 -81
  677. package/dist/cjs/commands/CreateUserPoolCommand.js.map +0 -1
  678. package/dist/cjs/commands/CreateUserPoolDomainCommand.js +0 -63
  679. package/dist/cjs/commands/CreateUserPoolDomainCommand.js.map +0 -1
  680. package/dist/cjs/commands/DeleteGroupCommand.js +0 -64
  681. package/dist/cjs/commands/DeleteGroupCommand.js.map +0 -1
  682. package/dist/cjs/commands/DeleteIdentityProviderCommand.js +0 -63
  683. package/dist/cjs/commands/DeleteIdentityProviderCommand.js.map +0 -1
  684. package/dist/cjs/commands/DeleteResourceServerCommand.js +0 -63
  685. package/dist/cjs/commands/DeleteResourceServerCommand.js.map +0 -1
  686. package/dist/cjs/commands/DeleteUserAttributesCommand.js +0 -61
  687. package/dist/cjs/commands/DeleteUserAttributesCommand.js.map +0 -1
  688. package/dist/cjs/commands/DeleteUserCommand.js +0 -61
  689. package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
  690. package/dist/cjs/commands/DeleteUserPoolClientCommand.js +0 -63
  691. package/dist/cjs/commands/DeleteUserPoolClientCommand.js.map +0 -1
  692. package/dist/cjs/commands/DeleteUserPoolCommand.js +0 -63
  693. package/dist/cjs/commands/DeleteUserPoolCommand.js.map +0 -1
  694. package/dist/cjs/commands/DeleteUserPoolDomainCommand.js +0 -63
  695. package/dist/cjs/commands/DeleteUserPoolDomainCommand.js.map +0 -1
  696. package/dist/cjs/commands/DescribeIdentityProviderCommand.js +0 -63
  697. package/dist/cjs/commands/DescribeIdentityProviderCommand.js.map +0 -1
  698. package/dist/cjs/commands/DescribeResourceServerCommand.js +0 -63
  699. package/dist/cjs/commands/DescribeResourceServerCommand.js.map +0 -1
  700. package/dist/cjs/commands/DescribeRiskConfigurationCommand.js +0 -63
  701. package/dist/cjs/commands/DescribeRiskConfigurationCommand.js.map +0 -1
  702. package/dist/cjs/commands/DescribeUserImportJobCommand.js +0 -63
  703. package/dist/cjs/commands/DescribeUserImportJobCommand.js.map +0 -1
  704. package/dist/cjs/commands/DescribeUserPoolClientCommand.js +0 -64
  705. package/dist/cjs/commands/DescribeUserPoolClientCommand.js.map +0 -1
  706. package/dist/cjs/commands/DescribeUserPoolCommand.js +0 -63
  707. package/dist/cjs/commands/DescribeUserPoolCommand.js.map +0 -1
  708. package/dist/cjs/commands/DescribeUserPoolDomainCommand.js +0 -63
  709. package/dist/cjs/commands/DescribeUserPoolDomainCommand.js.map +0 -1
  710. package/dist/cjs/commands/ForgetDeviceCommand.js +0 -63
  711. package/dist/cjs/commands/ForgetDeviceCommand.js.map +0 -1
  712. package/dist/cjs/commands/ForgotPasswordCommand.js +0 -85
  713. package/dist/cjs/commands/ForgotPasswordCommand.js.map +0 -1
  714. package/dist/cjs/commands/GetCSVHeaderCommand.js +0 -64
  715. package/dist/cjs/commands/GetCSVHeaderCommand.js.map +0 -1
  716. package/dist/cjs/commands/GetDeviceCommand.js +0 -63
  717. package/dist/cjs/commands/GetDeviceCommand.js.map +0 -1
  718. package/dist/cjs/commands/GetGroupCommand.js +0 -64
  719. package/dist/cjs/commands/GetGroupCommand.js.map +0 -1
  720. package/dist/cjs/commands/GetIdentityProviderByIdentifierCommand.js +0 -63
  721. package/dist/cjs/commands/GetIdentityProviderByIdentifierCommand.js.map +0 -1
  722. package/dist/cjs/commands/GetSigningCertificateCommand.js +0 -63
  723. package/dist/cjs/commands/GetSigningCertificateCommand.js.map +0 -1
  724. package/dist/cjs/commands/GetUICustomizationCommand.js +0 -66
  725. package/dist/cjs/commands/GetUICustomizationCommand.js.map +0 -1
  726. package/dist/cjs/commands/GetUserAttributeVerificationCodeCommand.js +0 -78
  727. package/dist/cjs/commands/GetUserAttributeVerificationCodeCommand.js.map +0 -1
  728. package/dist/cjs/commands/GetUserCommand.js +0 -61
  729. package/dist/cjs/commands/GetUserCommand.js.map +0 -1
  730. package/dist/cjs/commands/GetUserPoolMfaConfigCommand.js +0 -63
  731. package/dist/cjs/commands/GetUserPoolMfaConfigCommand.js.map +0 -1
  732. package/dist/cjs/commands/GlobalSignOutCommand.js +0 -65
  733. package/dist/cjs/commands/GlobalSignOutCommand.js.map +0 -1
  734. package/dist/cjs/commands/InitiateAuthCommand.js +0 -78
  735. package/dist/cjs/commands/InitiateAuthCommand.js.map +0 -1
  736. package/dist/cjs/commands/ListDevicesCommand.js +0 -63
  737. package/dist/cjs/commands/ListDevicesCommand.js.map +0 -1
  738. package/dist/cjs/commands/ListGroupsCommand.js +0 -64
  739. package/dist/cjs/commands/ListGroupsCommand.js.map +0 -1
  740. package/dist/cjs/commands/ListIdentityProvidersCommand.js +0 -63
  741. package/dist/cjs/commands/ListIdentityProvidersCommand.js.map +0 -1
  742. package/dist/cjs/commands/ListResourceServersCommand.js +0 -63
  743. package/dist/cjs/commands/ListResourceServersCommand.js.map +0 -1
  744. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -66
  745. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  746. package/dist/cjs/commands/ListUserImportJobsCommand.js +0 -63
  747. package/dist/cjs/commands/ListUserImportJobsCommand.js.map +0 -1
  748. package/dist/cjs/commands/ListUserPoolClientsCommand.js +0 -63
  749. package/dist/cjs/commands/ListUserPoolClientsCommand.js.map +0 -1
  750. package/dist/cjs/commands/ListUserPoolsCommand.js +0 -63
  751. package/dist/cjs/commands/ListUserPoolsCommand.js.map +0 -1
  752. package/dist/cjs/commands/ListUsersCommand.js +0 -63
  753. package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
  754. package/dist/cjs/commands/ListUsersInGroupCommand.js +0 -64
  755. package/dist/cjs/commands/ListUsersInGroupCommand.js.map +0 -1
  756. package/dist/cjs/commands/ResendConfirmationCodeCommand.js +0 -79
  757. package/dist/cjs/commands/ResendConfirmationCodeCommand.js.map +0 -1
  758. package/dist/cjs/commands/RespondToAuthChallengeCommand.js +0 -78
  759. package/dist/cjs/commands/RespondToAuthChallengeCommand.js.map +0 -1
  760. package/dist/cjs/commands/RevokeTokenCommand.js +0 -64
  761. package/dist/cjs/commands/RevokeTokenCommand.js.map +0 -1
  762. package/dist/cjs/commands/SetRiskConfigurationCommand.js +0 -67
  763. package/dist/cjs/commands/SetRiskConfigurationCommand.js.map +0 -1
  764. package/dist/cjs/commands/SetUICustomizationCommand.js +0 -74
  765. package/dist/cjs/commands/SetUICustomizationCommand.js.map +0 -1
  766. package/dist/cjs/commands/SetUserMFAPreferenceCommand.js +0 -71
  767. package/dist/cjs/commands/SetUserMFAPreferenceCommand.js.map +0 -1
  768. package/dist/cjs/commands/SetUserPoolMfaConfigCommand.js +0 -80
  769. package/dist/cjs/commands/SetUserPoolMfaConfigCommand.js.map +0 -1
  770. package/dist/cjs/commands/SetUserSettingsCommand.js +0 -64
  771. package/dist/cjs/commands/SetUserSettingsCommand.js.map +0 -1
  772. package/dist/cjs/commands/SignUpCommand.js +0 -79
  773. package/dist/cjs/commands/SignUpCommand.js.map +0 -1
  774. package/dist/cjs/commands/StartUserImportJobCommand.js +0 -64
  775. package/dist/cjs/commands/StartUserImportJobCommand.js.map +0 -1
  776. package/dist/cjs/commands/StopUserImportJobCommand.js +0 -63
  777. package/dist/cjs/commands/StopUserImportJobCommand.js.map +0 -1
  778. package/dist/cjs/commands/TagResourceCommand.js +0 -76
  779. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  780. package/dist/cjs/commands/UntagResourceCommand.js +0 -64
  781. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  782. package/dist/cjs/commands/UpdateAuthEventFeedbackCommand.js +0 -65
  783. package/dist/cjs/commands/UpdateAuthEventFeedbackCommand.js.map +0 -1
  784. package/dist/cjs/commands/UpdateDeviceStatusCommand.js +0 -63
  785. package/dist/cjs/commands/UpdateDeviceStatusCommand.js.map +0 -1
  786. package/dist/cjs/commands/UpdateGroupCommand.js +0 -64
  787. package/dist/cjs/commands/UpdateGroupCommand.js.map +0 -1
  788. package/dist/cjs/commands/UpdateIdentityProviderCommand.js +0 -63
  789. package/dist/cjs/commands/UpdateIdentityProviderCommand.js.map +0 -1
  790. package/dist/cjs/commands/UpdateResourceServerCommand.js +0 -67
  791. package/dist/cjs/commands/UpdateResourceServerCommand.js.map +0 -1
  792. package/dist/cjs/commands/UpdateUserAttributesCommand.js +0 -78
  793. package/dist/cjs/commands/UpdateUserAttributesCommand.js.map +0 -1
  794. package/dist/cjs/commands/UpdateUserPoolClientCommand.js +0 -70
  795. package/dist/cjs/commands/UpdateUserPoolClientCommand.js.map +0 -1
  796. package/dist/cjs/commands/UpdateUserPoolCommand.js +0 -82
  797. package/dist/cjs/commands/UpdateUserPoolCommand.js.map +0 -1
  798. package/dist/cjs/commands/UpdateUserPoolDomainCommand.js +0 -83
  799. package/dist/cjs/commands/UpdateUserPoolDomainCommand.js.map +0 -1
  800. package/dist/cjs/commands/VerifySoftwareTokenCommand.js +0 -65
  801. package/dist/cjs/commands/VerifySoftwareTokenCommand.js.map +0 -1
  802. package/dist/cjs/commands/VerifyUserAttributeCommand.js +0 -61
  803. package/dist/cjs/commands/VerifyUserAttributeCommand.js.map +0 -1
  804. package/dist/cjs/endpoints.js +0 -82
  805. package/dist/cjs/endpoints.js.map +0 -1
  806. package/dist/cjs/index.js +0 -118
  807. package/dist/cjs/index.js.map +0 -1
  808. package/dist/cjs/models/index.js +0 -6
  809. package/dist/cjs/models/index.js.map +0 -1
  810. package/dist/cjs/models/models_0.js +0 -2759
  811. package/dist/cjs/models/models_0.js.map +0 -1
  812. package/dist/cjs/models/models_1.js +0 -292
  813. package/dist/cjs/models/models_1.js.map +0 -1
  814. package/dist/cjs/package.json +0 -91
  815. package/dist/cjs/pagination/AdminListGroupsForUserPaginator.js +0 -46
  816. package/dist/cjs/pagination/AdminListGroupsForUserPaginator.js.map +0 -1
  817. package/dist/cjs/pagination/AdminListUserAuthEventsPaginator.js +0 -46
  818. package/dist/cjs/pagination/AdminListUserAuthEventsPaginator.js.map +0 -1
  819. package/dist/cjs/pagination/Interfaces.js +0 -3
  820. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  821. package/dist/cjs/pagination/ListGroupsPaginator.js +0 -46
  822. package/dist/cjs/pagination/ListGroupsPaginator.js.map +0 -1
  823. package/dist/cjs/pagination/ListIdentityProvidersPaginator.js +0 -46
  824. package/dist/cjs/pagination/ListIdentityProvidersPaginator.js.map +0 -1
  825. package/dist/cjs/pagination/ListResourceServersPaginator.js +0 -46
  826. package/dist/cjs/pagination/ListResourceServersPaginator.js.map +0 -1
  827. package/dist/cjs/pagination/ListUserPoolClientsPaginator.js +0 -46
  828. package/dist/cjs/pagination/ListUserPoolClientsPaginator.js.map +0 -1
  829. package/dist/cjs/pagination/ListUserPoolsPaginator.js +0 -46
  830. package/dist/cjs/pagination/ListUserPoolsPaginator.js.map +0 -1
  831. package/dist/cjs/pagination/ListUsersInGroupPaginator.js +0 -46
  832. package/dist/cjs/pagination/ListUsersInGroupPaginator.js.map +0 -1
  833. package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
  834. package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
  835. package/dist/cjs/protocols/Aws_json1_1.js +0 -15319
  836. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  837. package/dist/cjs/runtimeConfig.browser.js +0 -41
  838. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  839. package/dist/cjs/runtimeConfig.js +0 -46
  840. package/dist/cjs/runtimeConfig.js.map +0 -1
  841. package/dist/cjs/runtimeConfig.native.js +0 -20
  842. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  843. package/dist/cjs/runtimeConfig.shared.js +0 -21
  844. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  845. package/dist/es/CognitoIdentityProvider.js +0 -1535
  846. package/dist/es/CognitoIdentityProvider.js.map +0 -1
  847. package/dist/es/CognitoIdentityProviderClient.js +0 -51
  848. package/dist/es/CognitoIdentityProviderClient.js.map +0 -1
  849. package/dist/es/commands/AddCustomAttributesCommand.js +0 -67
  850. package/dist/es/commands/AddCustomAttributesCommand.js.map +0 -1
  851. package/dist/es/commands/AdminAddUserToGroupCommand.js +0 -68
  852. package/dist/es/commands/AdminAddUserToGroupCommand.js.map +0 -1
  853. package/dist/es/commands/AdminConfirmSignUpCommand.js +0 -69
  854. package/dist/es/commands/AdminConfirmSignUpCommand.js.map +0 -1
  855. package/dist/es/commands/AdminCreateUserCommand.js +0 -96
  856. package/dist/es/commands/AdminCreateUserCommand.js.map +0 -1
  857. package/dist/es/commands/AdminDeleteUserAttributesCommand.js +0 -69
  858. package/dist/es/commands/AdminDeleteUserAttributesCommand.js.map +0 -1
  859. package/dist/es/commands/AdminDeleteUserCommand.js +0 -68
  860. package/dist/es/commands/AdminDeleteUserCommand.js.map +0 -1
  861. package/dist/es/commands/AdminDisableProviderForUserCommand.js +0 -94
  862. package/dist/es/commands/AdminDisableProviderForUserCommand.js.map +0 -1
  863. package/dist/es/commands/AdminDisableUserCommand.js +0 -68
  864. package/dist/es/commands/AdminDisableUserCommand.js.map +0 -1
  865. package/dist/es/commands/AdminEnableUserCommand.js +0 -68
  866. package/dist/es/commands/AdminEnableUserCommand.js.map +0 -1
  867. package/dist/es/commands/AdminForgetDeviceCommand.js +0 -68
  868. package/dist/es/commands/AdminForgetDeviceCommand.js.map +0 -1
  869. package/dist/es/commands/AdminGetDeviceCommand.js +0 -68
  870. package/dist/es/commands/AdminGetDeviceCommand.js.map +0 -1
  871. package/dist/es/commands/AdminGetUserCommand.js +0 -69
  872. package/dist/es/commands/AdminGetUserCommand.js.map +0 -1
  873. package/dist/es/commands/AdminInitiateAuthCommand.js +0 -87
  874. package/dist/es/commands/AdminInitiateAuthCommand.js.map +0 -1
  875. package/dist/es/commands/AdminLinkProviderForUserCommand.js +0 -87
  876. package/dist/es/commands/AdminLinkProviderForUserCommand.js.map +0 -1
  877. package/dist/es/commands/AdminListDevicesCommand.js +0 -68
  878. package/dist/es/commands/AdminListDevicesCommand.js.map +0 -1
  879. package/dist/es/commands/AdminListGroupsForUserCommand.js +0 -68
  880. package/dist/es/commands/AdminListGroupsForUserCommand.js.map +0 -1
  881. package/dist/es/commands/AdminListUserAuthEventsCommand.js +0 -68
  882. package/dist/es/commands/AdminListUserAuthEventsCommand.js.map +0 -1
  883. package/dist/es/commands/AdminRemoveUserFromGroupCommand.js +0 -68
  884. package/dist/es/commands/AdminRemoveUserFromGroupCommand.js.map +0 -1
  885. package/dist/es/commands/AdminResetUserPasswordCommand.js +0 -96
  886. package/dist/es/commands/AdminResetUserPasswordCommand.js.map +0 -1
  887. package/dist/es/commands/AdminRespondToAuthChallengeCommand.js +0 -86
  888. package/dist/es/commands/AdminRespondToAuthChallengeCommand.js.map +0 -1
  889. package/dist/es/commands/AdminSetUserMFAPreferenceCommand.js +0 -71
  890. package/dist/es/commands/AdminSetUserMFAPreferenceCommand.js.map +0 -1
  891. package/dist/es/commands/AdminSetUserPasswordCommand.js +0 -76
  892. package/dist/es/commands/AdminSetUserPasswordCommand.js.map +0 -1
  893. package/dist/es/commands/AdminSetUserSettingsCommand.js +0 -70
  894. package/dist/es/commands/AdminSetUserSettingsCommand.js.map +0 -1
  895. package/dist/es/commands/AdminUpdateAuthEventFeedbackCommand.js +0 -69
  896. package/dist/es/commands/AdminUpdateAuthEventFeedbackCommand.js.map +0 -1
  897. package/dist/es/commands/AdminUpdateDeviceStatusCommand.js +0 -68
  898. package/dist/es/commands/AdminUpdateDeviceStatusCommand.js.map +0 -1
  899. package/dist/es/commands/AdminUpdateUserAttributesCommand.js +0 -91
  900. package/dist/es/commands/AdminUpdateUserAttributesCommand.js.map +0 -1
  901. package/dist/es/commands/AdminUserGlobalSignOutCommand.js +0 -70
  902. package/dist/es/commands/AdminUserGlobalSignOutCommand.js.map +0 -1
  903. package/dist/es/commands/AssociateSoftwareTokenCommand.js +0 -76
  904. package/dist/es/commands/AssociateSoftwareTokenCommand.js.map +0 -1
  905. package/dist/es/commands/ChangePasswordCommand.js +0 -65
  906. package/dist/es/commands/ChangePasswordCommand.js.map +0 -1
  907. package/dist/es/commands/ConfirmDeviceCommand.js +0 -68
  908. package/dist/es/commands/ConfirmDeviceCommand.js.map +0 -1
  909. package/dist/es/commands/ConfirmForgotPasswordCommand.js +0 -65
  910. package/dist/es/commands/ConfirmForgotPasswordCommand.js.map +0 -1
  911. package/dist/es/commands/ConfirmSignUpCommand.js +0 -66
  912. package/dist/es/commands/ConfirmSignUpCommand.js.map +0 -1
  913. package/dist/es/commands/CreateGroupCommand.js +0 -68
  914. package/dist/es/commands/CreateGroupCommand.js.map +0 -1
  915. package/dist/es/commands/CreateIdentityProviderCommand.js +0 -67
  916. package/dist/es/commands/CreateIdentityProviderCommand.js.map +0 -1
  917. package/dist/es/commands/CreateResourceServerCommand.js +0 -67
  918. package/dist/es/commands/CreateResourceServerCommand.js.map +0 -1
  919. package/dist/es/commands/CreateUserImportJobCommand.js +0 -67
  920. package/dist/es/commands/CreateUserImportJobCommand.js.map +0 -1
  921. package/dist/es/commands/CreateUserPoolClientCommand.js +0 -69
  922. package/dist/es/commands/CreateUserPoolClientCommand.js.map +0 -1
  923. package/dist/es/commands/CreateUserPoolCommand.js +0 -85
  924. package/dist/es/commands/CreateUserPoolCommand.js.map +0 -1
  925. package/dist/es/commands/CreateUserPoolDomainCommand.js +0 -67
  926. package/dist/es/commands/CreateUserPoolDomainCommand.js.map +0 -1
  927. package/dist/es/commands/DeleteGroupCommand.js +0 -68
  928. package/dist/es/commands/DeleteGroupCommand.js.map +0 -1
  929. package/dist/es/commands/DeleteIdentityProviderCommand.js +0 -67
  930. package/dist/es/commands/DeleteIdentityProviderCommand.js.map +0 -1
  931. package/dist/es/commands/DeleteResourceServerCommand.js +0 -67
  932. package/dist/es/commands/DeleteResourceServerCommand.js.map +0 -1
  933. package/dist/es/commands/DeleteUserAttributesCommand.js +0 -65
  934. package/dist/es/commands/DeleteUserAttributesCommand.js.map +0 -1
  935. package/dist/es/commands/DeleteUserCommand.js +0 -65
  936. package/dist/es/commands/DeleteUserCommand.js.map +0 -1
  937. package/dist/es/commands/DeleteUserPoolClientCommand.js +0 -67
  938. package/dist/es/commands/DeleteUserPoolClientCommand.js.map +0 -1
  939. package/dist/es/commands/DeleteUserPoolCommand.js +0 -67
  940. package/dist/es/commands/DeleteUserPoolCommand.js.map +0 -1
  941. package/dist/es/commands/DeleteUserPoolDomainCommand.js +0 -67
  942. package/dist/es/commands/DeleteUserPoolDomainCommand.js.map +0 -1
  943. package/dist/es/commands/DescribeIdentityProviderCommand.js +0 -67
  944. package/dist/es/commands/DescribeIdentityProviderCommand.js.map +0 -1
  945. package/dist/es/commands/DescribeResourceServerCommand.js +0 -67
  946. package/dist/es/commands/DescribeResourceServerCommand.js.map +0 -1
  947. package/dist/es/commands/DescribeRiskConfigurationCommand.js +0 -67
  948. package/dist/es/commands/DescribeRiskConfigurationCommand.js.map +0 -1
  949. package/dist/es/commands/DescribeUserImportJobCommand.js +0 -67
  950. package/dist/es/commands/DescribeUserImportJobCommand.js.map +0 -1
  951. package/dist/es/commands/DescribeUserPoolClientCommand.js +0 -68
  952. package/dist/es/commands/DescribeUserPoolClientCommand.js.map +0 -1
  953. package/dist/es/commands/DescribeUserPoolCommand.js +0 -67
  954. package/dist/es/commands/DescribeUserPoolCommand.js.map +0 -1
  955. package/dist/es/commands/DescribeUserPoolDomainCommand.js +0 -67
  956. package/dist/es/commands/DescribeUserPoolDomainCommand.js.map +0 -1
  957. package/dist/es/commands/ForgetDeviceCommand.js +0 -67
  958. package/dist/es/commands/ForgetDeviceCommand.js.map +0 -1
  959. package/dist/es/commands/ForgotPasswordCommand.js +0 -89
  960. package/dist/es/commands/ForgotPasswordCommand.js.map +0 -1
  961. package/dist/es/commands/GetCSVHeaderCommand.js +0 -68
  962. package/dist/es/commands/GetCSVHeaderCommand.js.map +0 -1
  963. package/dist/es/commands/GetDeviceCommand.js +0 -67
  964. package/dist/es/commands/GetDeviceCommand.js.map +0 -1
  965. package/dist/es/commands/GetGroupCommand.js +0 -68
  966. package/dist/es/commands/GetGroupCommand.js.map +0 -1
  967. package/dist/es/commands/GetIdentityProviderByIdentifierCommand.js +0 -67
  968. package/dist/es/commands/GetIdentityProviderByIdentifierCommand.js.map +0 -1
  969. package/dist/es/commands/GetSigningCertificateCommand.js +0 -67
  970. package/dist/es/commands/GetSigningCertificateCommand.js.map +0 -1
  971. package/dist/es/commands/GetUICustomizationCommand.js +0 -70
  972. package/dist/es/commands/GetUICustomizationCommand.js.map +0 -1
  973. package/dist/es/commands/GetUserAttributeVerificationCodeCommand.js +0 -82
  974. package/dist/es/commands/GetUserAttributeVerificationCodeCommand.js.map +0 -1
  975. package/dist/es/commands/GetUserCommand.js +0 -65
  976. package/dist/es/commands/GetUserCommand.js.map +0 -1
  977. package/dist/es/commands/GetUserPoolMfaConfigCommand.js +0 -67
  978. package/dist/es/commands/GetUserPoolMfaConfigCommand.js.map +0 -1
  979. package/dist/es/commands/GlobalSignOutCommand.js +0 -69
  980. package/dist/es/commands/GlobalSignOutCommand.js.map +0 -1
  981. package/dist/es/commands/InitiateAuthCommand.js +0 -82
  982. package/dist/es/commands/InitiateAuthCommand.js.map +0 -1
  983. package/dist/es/commands/ListDevicesCommand.js +0 -67
  984. package/dist/es/commands/ListDevicesCommand.js.map +0 -1
  985. package/dist/es/commands/ListGroupsCommand.js +0 -68
  986. package/dist/es/commands/ListGroupsCommand.js.map +0 -1
  987. package/dist/es/commands/ListIdentityProvidersCommand.js +0 -67
  988. package/dist/es/commands/ListIdentityProvidersCommand.js.map +0 -1
  989. package/dist/es/commands/ListResourceServersCommand.js +0 -67
  990. package/dist/es/commands/ListResourceServersCommand.js.map +0 -1
  991. package/dist/es/commands/ListTagsForResourceCommand.js +0 -70
  992. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  993. package/dist/es/commands/ListUserImportJobsCommand.js +0 -67
  994. package/dist/es/commands/ListUserImportJobsCommand.js.map +0 -1
  995. package/dist/es/commands/ListUserPoolClientsCommand.js +0 -67
  996. package/dist/es/commands/ListUserPoolClientsCommand.js.map +0 -1
  997. package/dist/es/commands/ListUserPoolsCommand.js +0 -67
  998. package/dist/es/commands/ListUserPoolsCommand.js.map +0 -1
  999. package/dist/es/commands/ListUsersCommand.js +0 -67
  1000. package/dist/es/commands/ListUsersCommand.js.map +0 -1
  1001. package/dist/es/commands/ListUsersInGroupCommand.js +0 -68
  1002. package/dist/es/commands/ListUsersInGroupCommand.js.map +0 -1
  1003. package/dist/es/commands/ResendConfirmationCodeCommand.js +0 -83
  1004. package/dist/es/commands/ResendConfirmationCodeCommand.js.map +0 -1
  1005. package/dist/es/commands/RespondToAuthChallengeCommand.js +0 -82
  1006. package/dist/es/commands/RespondToAuthChallengeCommand.js.map +0 -1
  1007. package/dist/es/commands/RevokeTokenCommand.js +0 -68
  1008. package/dist/es/commands/RevokeTokenCommand.js.map +0 -1
  1009. package/dist/es/commands/SetRiskConfigurationCommand.js +0 -71
  1010. package/dist/es/commands/SetRiskConfigurationCommand.js.map +0 -1
  1011. package/dist/es/commands/SetUICustomizationCommand.js +0 -78
  1012. package/dist/es/commands/SetUICustomizationCommand.js.map +0 -1
  1013. package/dist/es/commands/SetUserMFAPreferenceCommand.js +0 -75
  1014. package/dist/es/commands/SetUserMFAPreferenceCommand.js.map +0 -1
  1015. package/dist/es/commands/SetUserPoolMfaConfigCommand.js +0 -84
  1016. package/dist/es/commands/SetUserPoolMfaConfigCommand.js.map +0 -1
  1017. package/dist/es/commands/SetUserSettingsCommand.js +0 -68
  1018. package/dist/es/commands/SetUserSettingsCommand.js.map +0 -1
  1019. package/dist/es/commands/SignUpCommand.js +0 -83
  1020. package/dist/es/commands/SignUpCommand.js.map +0 -1
  1021. package/dist/es/commands/StartUserImportJobCommand.js +0 -68
  1022. package/dist/es/commands/StartUserImportJobCommand.js.map +0 -1
  1023. package/dist/es/commands/StopUserImportJobCommand.js +0 -67
  1024. package/dist/es/commands/StopUserImportJobCommand.js.map +0 -1
  1025. package/dist/es/commands/TagResourceCommand.js +0 -80
  1026. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  1027. package/dist/es/commands/UntagResourceCommand.js +0 -68
  1028. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  1029. package/dist/es/commands/UpdateAuthEventFeedbackCommand.js +0 -69
  1030. package/dist/es/commands/UpdateAuthEventFeedbackCommand.js.map +0 -1
  1031. package/dist/es/commands/UpdateDeviceStatusCommand.js +0 -67
  1032. package/dist/es/commands/UpdateDeviceStatusCommand.js.map +0 -1
  1033. package/dist/es/commands/UpdateGroupCommand.js +0 -68
  1034. package/dist/es/commands/UpdateGroupCommand.js.map +0 -1
  1035. package/dist/es/commands/UpdateIdentityProviderCommand.js +0 -67
  1036. package/dist/es/commands/UpdateIdentityProviderCommand.js.map +0 -1
  1037. package/dist/es/commands/UpdateResourceServerCommand.js +0 -71
  1038. package/dist/es/commands/UpdateResourceServerCommand.js.map +0 -1
  1039. package/dist/es/commands/UpdateUserAttributesCommand.js +0 -82
  1040. package/dist/es/commands/UpdateUserAttributesCommand.js.map +0 -1
  1041. package/dist/es/commands/UpdateUserPoolClientCommand.js +0 -74
  1042. package/dist/es/commands/UpdateUserPoolClientCommand.js.map +0 -1
  1043. package/dist/es/commands/UpdateUserPoolCommand.js +0 -86
  1044. package/dist/es/commands/UpdateUserPoolCommand.js.map +0 -1
  1045. package/dist/es/commands/UpdateUserPoolDomainCommand.js +0 -87
  1046. package/dist/es/commands/UpdateUserPoolDomainCommand.js.map +0 -1
  1047. package/dist/es/commands/VerifySoftwareTokenCommand.js +0 -69
  1048. package/dist/es/commands/VerifySoftwareTokenCommand.js.map +0 -1
  1049. package/dist/es/commands/VerifyUserAttributeCommand.js +0 -65
  1050. package/dist/es/commands/VerifyUserAttributeCommand.js.map +0 -1
  1051. package/dist/es/endpoints.js +0 -78
  1052. package/dist/es/endpoints.js.map +0 -1
  1053. package/dist/es/index.js +0 -115
  1054. package/dist/es/index.js.map +0 -1
  1055. package/dist/es/models/index.js +0 -3
  1056. package/dist/es/models/index.js.map +0 -1
  1057. package/dist/es/models/models_0.js +0 -2113
  1058. package/dist/es/models/models_0.js.map +0 -1
  1059. package/dist/es/models/models_1.js +0 -221
  1060. package/dist/es/models/models_1.js.map +0 -1
  1061. package/dist/es/package.json +0 -91
  1062. package/dist/es/pagination/AdminListGroupsForUserPaginator.js +0 -87
  1063. package/dist/es/pagination/AdminListGroupsForUserPaginator.js.map +0 -1
  1064. package/dist/es/pagination/AdminListUserAuthEventsPaginator.js +0 -87
  1065. package/dist/es/pagination/AdminListUserAuthEventsPaginator.js.map +0 -1
  1066. package/dist/es/pagination/Interfaces.js +0 -2
  1067. package/dist/es/pagination/Interfaces.js.map +0 -1
  1068. package/dist/es/pagination/ListGroupsPaginator.js +0 -87
  1069. package/dist/es/pagination/ListGroupsPaginator.js.map +0 -1
  1070. package/dist/es/pagination/ListIdentityProvidersPaginator.js +0 -87
  1071. package/dist/es/pagination/ListIdentityProvidersPaginator.js.map +0 -1
  1072. package/dist/es/pagination/ListResourceServersPaginator.js +0 -87
  1073. package/dist/es/pagination/ListResourceServersPaginator.js.map +0 -1
  1074. package/dist/es/pagination/ListUserPoolClientsPaginator.js +0 -87
  1075. package/dist/es/pagination/ListUserPoolClientsPaginator.js.map +0 -1
  1076. package/dist/es/pagination/ListUserPoolsPaginator.js +0 -87
  1077. package/dist/es/pagination/ListUserPoolsPaginator.js.map +0 -1
  1078. package/dist/es/pagination/ListUsersInGroupPaginator.js +0 -87
  1079. package/dist/es/pagination/ListUsersInGroupPaginator.js.map +0 -1
  1080. package/dist/es/pagination/ListUsersPaginator.js +0 -87
  1081. package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
  1082. package/dist/es/protocols/Aws_json1_1.js +0 -15624
  1083. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  1084. package/dist/es/runtimeConfig.browser.js +0 -20
  1085. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1086. package/dist/es/runtimeConfig.js +0 -25
  1087. package/dist/es/runtimeConfig.js.map +0 -1
  1088. package/dist/es/runtimeConfig.native.js +0 -12
  1089. package/dist/es/runtimeConfig.native.js.map +0 -1
  1090. package/dist/es/runtimeConfig.shared.js +0 -17
  1091. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1092. package/dist/types/CognitoIdentityProvider.d.ts +0 -1213
  1093. package/dist/types/CognitoIdentityProviderClient.d.ts +0 -239
  1094. package/dist/types/commands/AddCustomAttributesCommand.d.ts +0 -35
  1095. package/dist/types/commands/AdminAddUserToGroupCommand.d.ts +0 -36
  1096. package/dist/types/commands/AdminConfirmSignUpCommand.d.ts +0 -37
  1097. package/dist/types/commands/AdminCreateUserCommand.d.ts +0 -64
  1098. package/dist/types/commands/AdminDeleteUserAttributesCommand.d.ts +0 -37
  1099. package/dist/types/commands/AdminDeleteUserCommand.d.ts +0 -36
  1100. package/dist/types/commands/AdminDisableProviderForUserCommand.d.ts +0 -62
  1101. package/dist/types/commands/AdminDisableUserCommand.d.ts +0 -36
  1102. package/dist/types/commands/AdminEnableUserCommand.d.ts +0 -36
  1103. package/dist/types/commands/AdminForgetDeviceCommand.d.ts +0 -36
  1104. package/dist/types/commands/AdminGetDeviceCommand.d.ts +0 -36
  1105. package/dist/types/commands/AdminGetUserCommand.d.ts +0 -37
  1106. package/dist/types/commands/AdminInitiateAuthCommand.d.ts +0 -55
  1107. package/dist/types/commands/AdminLinkProviderForUserCommand.d.ts +0 -55
  1108. package/dist/types/commands/AdminListDevicesCommand.d.ts +0 -36
  1109. package/dist/types/commands/AdminListGroupsForUserCommand.d.ts +0 -36
  1110. package/dist/types/commands/AdminListUserAuthEventsCommand.d.ts +0 -36
  1111. package/dist/types/commands/AdminRemoveUserFromGroupCommand.d.ts +0 -36
  1112. package/dist/types/commands/AdminResetUserPasswordCommand.d.ts +0 -64
  1113. package/dist/types/commands/AdminRespondToAuthChallengeCommand.d.ts +0 -54
  1114. package/dist/types/commands/AdminSetUserMFAPreferenceCommand.d.ts +0 -39
  1115. package/dist/types/commands/AdminSetUserPasswordCommand.d.ts +0 -44
  1116. package/dist/types/commands/AdminSetUserSettingsCommand.d.ts +0 -38
  1117. package/dist/types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +0 -37
  1118. package/dist/types/commands/AdminUpdateDeviceStatusCommand.d.ts +0 -36
  1119. package/dist/types/commands/AdminUpdateUserAttributesCommand.d.ts +0 -59
  1120. package/dist/types/commands/AdminUserGlobalSignOutCommand.d.ts +0 -38
  1121. package/dist/types/commands/AssociateSoftwareTokenCommand.d.ts +0 -44
  1122. package/dist/types/commands/ChangePasswordCommand.d.ts +0 -35
  1123. package/dist/types/commands/ConfirmDeviceCommand.d.ts +0 -36
  1124. package/dist/types/commands/ConfirmForgotPasswordCommand.d.ts +0 -35
  1125. package/dist/types/commands/ConfirmSignUpCommand.d.ts +0 -36
  1126. package/dist/types/commands/CreateGroupCommand.d.ts +0 -36
  1127. package/dist/types/commands/CreateIdentityProviderCommand.d.ts +0 -35
  1128. package/dist/types/commands/CreateResourceServerCommand.d.ts +0 -35
  1129. package/dist/types/commands/CreateUserImportJobCommand.d.ts +0 -35
  1130. package/dist/types/commands/CreateUserPoolClientCommand.d.ts +0 -37
  1131. package/dist/types/commands/CreateUserPoolCommand.d.ts +0 -53
  1132. package/dist/types/commands/CreateUserPoolDomainCommand.d.ts +0 -35
  1133. package/dist/types/commands/DeleteGroupCommand.d.ts +0 -36
  1134. package/dist/types/commands/DeleteIdentityProviderCommand.d.ts +0 -35
  1135. package/dist/types/commands/DeleteResourceServerCommand.d.ts +0 -35
  1136. package/dist/types/commands/DeleteUserAttributesCommand.d.ts +0 -35
  1137. package/dist/types/commands/DeleteUserCommand.d.ts +0 -35
  1138. package/dist/types/commands/DeleteUserPoolClientCommand.d.ts +0 -35
  1139. package/dist/types/commands/DeleteUserPoolCommand.d.ts +0 -35
  1140. package/dist/types/commands/DeleteUserPoolDomainCommand.d.ts +0 -35
  1141. package/dist/types/commands/DescribeIdentityProviderCommand.d.ts +0 -35
  1142. package/dist/types/commands/DescribeResourceServerCommand.d.ts +0 -35
  1143. package/dist/types/commands/DescribeRiskConfigurationCommand.d.ts +0 -35
  1144. package/dist/types/commands/DescribeUserImportJobCommand.d.ts +0 -35
  1145. package/dist/types/commands/DescribeUserPoolClientCommand.d.ts +0 -36
  1146. package/dist/types/commands/DescribeUserPoolCommand.d.ts +0 -35
  1147. package/dist/types/commands/DescribeUserPoolDomainCommand.d.ts +0 -35
  1148. package/dist/types/commands/ForgetDeviceCommand.d.ts +0 -35
  1149. package/dist/types/commands/ForgotPasswordCommand.d.ts +0 -59
  1150. package/dist/types/commands/GetCSVHeaderCommand.d.ts +0 -36
  1151. package/dist/types/commands/GetDeviceCommand.d.ts +0 -35
  1152. package/dist/types/commands/GetGroupCommand.d.ts +0 -36
  1153. package/dist/types/commands/GetIdentityProviderByIdentifierCommand.d.ts +0 -35
  1154. package/dist/types/commands/GetSigningCertificateCommand.d.ts +0 -35
  1155. package/dist/types/commands/GetUICustomizationCommand.d.ts +0 -38
  1156. package/dist/types/commands/GetUserAttributeVerificationCodeCommand.d.ts +0 -52
  1157. package/dist/types/commands/GetUserCommand.d.ts +0 -35
  1158. package/dist/types/commands/GetUserPoolMfaConfigCommand.d.ts +0 -35
  1159. package/dist/types/commands/GlobalSignOutCommand.d.ts +0 -37
  1160. package/dist/types/commands/InitiateAuthCommand.d.ts +0 -52
  1161. package/dist/types/commands/ListDevicesCommand.d.ts +0 -35
  1162. package/dist/types/commands/ListGroupsCommand.d.ts +0 -36
  1163. package/dist/types/commands/ListIdentityProvidersCommand.d.ts +0 -35
  1164. package/dist/types/commands/ListResourceServersCommand.d.ts +0 -35
  1165. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -38
  1166. package/dist/types/commands/ListUserImportJobsCommand.d.ts +0 -35
  1167. package/dist/types/commands/ListUserPoolClientsCommand.d.ts +0 -35
  1168. package/dist/types/commands/ListUserPoolsCommand.d.ts +0 -35
  1169. package/dist/types/commands/ListUsersCommand.d.ts +0 -35
  1170. package/dist/types/commands/ListUsersInGroupCommand.d.ts +0 -36
  1171. package/dist/types/commands/ResendConfirmationCodeCommand.d.ts +0 -53
  1172. package/dist/types/commands/RespondToAuthChallengeCommand.d.ts +0 -52
  1173. package/dist/types/commands/RevokeTokenCommand.d.ts +0 -36
  1174. package/dist/types/commands/SetRiskConfigurationCommand.d.ts +0 -39
  1175. package/dist/types/commands/SetUICustomizationCommand.d.ts +0 -46
  1176. package/dist/types/commands/SetUserMFAPreferenceCommand.d.ts +0 -43
  1177. package/dist/types/commands/SetUserPoolMfaConfigCommand.d.ts +0 -52
  1178. package/dist/types/commands/SetUserSettingsCommand.d.ts +0 -38
  1179. package/dist/types/commands/SignUpCommand.d.ts +0 -53
  1180. package/dist/types/commands/StartUserImportJobCommand.d.ts +0 -36
  1181. package/dist/types/commands/StopUserImportJobCommand.d.ts +0 -35
  1182. package/dist/types/commands/TagResourceCommand.d.ts +0 -48
  1183. package/dist/types/commands/UntagResourceCommand.d.ts +0 -36
  1184. package/dist/types/commands/UpdateAuthEventFeedbackCommand.d.ts +0 -37
  1185. package/dist/types/commands/UpdateDeviceStatusCommand.d.ts +0 -35
  1186. package/dist/types/commands/UpdateGroupCommand.d.ts +0 -36
  1187. package/dist/types/commands/UpdateIdentityProviderCommand.d.ts +0 -35
  1188. package/dist/types/commands/UpdateResourceServerCommand.d.ts +0 -39
  1189. package/dist/types/commands/UpdateUserAttributesCommand.d.ts +0 -52
  1190. package/dist/types/commands/UpdateUserPoolClientCommand.d.ts +0 -42
  1191. package/dist/types/commands/UpdateUserPoolCommand.d.ts +0 -54
  1192. package/dist/types/commands/UpdateUserPoolDomainCommand.d.ts +0 -55
  1193. package/dist/types/commands/VerifySoftwareTokenCommand.d.ts +0 -37
  1194. package/dist/types/commands/VerifyUserAttributeCommand.d.ts +0 -35
  1195. package/dist/types/models/models_1.d.ts +0 -861
  1196. package/dist/types/pagination/AdminListGroupsForUserPaginator.d.ts +0 -4
  1197. package/dist/types/pagination/AdminListUserAuthEventsPaginator.d.ts +0 -4
  1198. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1199. package/dist/types/pagination/ListGroupsPaginator.d.ts +0 -4
  1200. package/dist/types/pagination/ListIdentityProvidersPaginator.d.ts +0 -4
  1201. package/dist/types/pagination/ListResourceServersPaginator.d.ts +0 -4
  1202. package/dist/types/pagination/ListUserPoolClientsPaginator.d.ts +0 -4
  1203. package/dist/types/pagination/ListUserPoolsPaginator.d.ts +0 -4
  1204. package/dist/types/pagination/ListUsersInGroupPaginator.d.ts +0 -4
  1205. package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
  1206. package/dist/types/protocols/Aws_json1_1.d.ts +0 -305
  1207. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  1208. package/dist/types/runtimeConfig.d.ts +0 -36
  1209. package/dist/types/runtimeConfig.native.d.ts +0 -35
  1210. package/dist/types/ts3.4/CognitoIdentityProvider.d.ts +0 -1213
  1211. package/dist/types/ts3.4/CognitoIdentityProviderClient.d.ts +0 -239
  1212. package/dist/types/ts3.4/commands/AddCustomAttributesCommand.d.ts +0 -35
  1213. package/dist/types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +0 -36
  1214. package/dist/types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +0 -37
  1215. package/dist/types/ts3.4/commands/AdminCreateUserCommand.d.ts +0 -64
  1216. package/dist/types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +0 -37
  1217. package/dist/types/ts3.4/commands/AdminDeleteUserCommand.d.ts +0 -36
  1218. package/dist/types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +0 -62
  1219. package/dist/types/ts3.4/commands/AdminDisableUserCommand.d.ts +0 -36
  1220. package/dist/types/ts3.4/commands/AdminEnableUserCommand.d.ts +0 -36
  1221. package/dist/types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +0 -36
  1222. package/dist/types/ts3.4/commands/AdminGetDeviceCommand.d.ts +0 -36
  1223. package/dist/types/ts3.4/commands/AdminGetUserCommand.d.ts +0 -37
  1224. package/dist/types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +0 -55
  1225. package/dist/types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +0 -55
  1226. package/dist/types/ts3.4/commands/AdminListDevicesCommand.d.ts +0 -36
  1227. package/dist/types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +0 -36
  1228. package/dist/types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +0 -36
  1229. package/dist/types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +0 -36
  1230. package/dist/types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +0 -64
  1231. package/dist/types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +0 -54
  1232. package/dist/types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +0 -39
  1233. package/dist/types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +0 -44
  1234. package/dist/types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +0 -38
  1235. package/dist/types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +0 -37
  1236. package/dist/types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +0 -36
  1237. package/dist/types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +0 -59
  1238. package/dist/types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +0 -38
  1239. package/dist/types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +0 -44
  1240. package/dist/types/ts3.4/commands/ChangePasswordCommand.d.ts +0 -35
  1241. package/dist/types/ts3.4/commands/ConfirmDeviceCommand.d.ts +0 -36
  1242. package/dist/types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +0 -35
  1243. package/dist/types/ts3.4/commands/ConfirmSignUpCommand.d.ts +0 -36
  1244. package/dist/types/ts3.4/commands/CreateGroupCommand.d.ts +0 -36
  1245. package/dist/types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +0 -35
  1246. package/dist/types/ts3.4/commands/CreateResourceServerCommand.d.ts +0 -35
  1247. package/dist/types/ts3.4/commands/CreateUserImportJobCommand.d.ts +0 -35
  1248. package/dist/types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +0 -37
  1249. package/dist/types/ts3.4/commands/CreateUserPoolCommand.d.ts +0 -53
  1250. package/dist/types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +0 -35
  1251. package/dist/types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -36
  1252. package/dist/types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +0 -35
  1253. package/dist/types/ts3.4/commands/DeleteResourceServerCommand.d.ts +0 -35
  1254. package/dist/types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +0 -35
  1255. package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -35
  1256. package/dist/types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +0 -35
  1257. package/dist/types/ts3.4/commands/DeleteUserPoolCommand.d.ts +0 -35
  1258. package/dist/types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +0 -35
  1259. package/dist/types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +0 -35
  1260. package/dist/types/ts3.4/commands/DescribeResourceServerCommand.d.ts +0 -35
  1261. package/dist/types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +0 -35
  1262. package/dist/types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +0 -35
  1263. package/dist/types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +0 -36
  1264. package/dist/types/ts3.4/commands/DescribeUserPoolCommand.d.ts +0 -35
  1265. package/dist/types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +0 -35
  1266. package/dist/types/ts3.4/commands/ForgetDeviceCommand.d.ts +0 -35
  1267. package/dist/types/ts3.4/commands/ForgotPasswordCommand.d.ts +0 -59
  1268. package/dist/types/ts3.4/commands/GetCSVHeaderCommand.d.ts +0 -36
  1269. package/dist/types/ts3.4/commands/GetDeviceCommand.d.ts +0 -35
  1270. package/dist/types/ts3.4/commands/GetGroupCommand.d.ts +0 -36
  1271. package/dist/types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +0 -35
  1272. package/dist/types/ts3.4/commands/GetSigningCertificateCommand.d.ts +0 -35
  1273. package/dist/types/ts3.4/commands/GetUICustomizationCommand.d.ts +0 -38
  1274. package/dist/types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +0 -52
  1275. package/dist/types/ts3.4/commands/GetUserCommand.d.ts +0 -35
  1276. package/dist/types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +0 -35
  1277. package/dist/types/ts3.4/commands/GlobalSignOutCommand.d.ts +0 -37
  1278. package/dist/types/ts3.4/commands/InitiateAuthCommand.d.ts +0 -52
  1279. package/dist/types/ts3.4/commands/ListDevicesCommand.d.ts +0 -35
  1280. package/dist/types/ts3.4/commands/ListGroupsCommand.d.ts +0 -36
  1281. package/dist/types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +0 -35
  1282. package/dist/types/ts3.4/commands/ListResourceServersCommand.d.ts +0 -35
  1283. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
  1284. package/dist/types/ts3.4/commands/ListUserImportJobsCommand.d.ts +0 -35
  1285. package/dist/types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +0 -35
  1286. package/dist/types/ts3.4/commands/ListUserPoolsCommand.d.ts +0 -35
  1287. package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
  1288. package/dist/types/ts3.4/commands/ListUsersInGroupCommand.d.ts +0 -36
  1289. package/dist/types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +0 -53
  1290. package/dist/types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +0 -52
  1291. package/dist/types/ts3.4/commands/RevokeTokenCommand.d.ts +0 -36
  1292. package/dist/types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +0 -39
  1293. package/dist/types/ts3.4/commands/SetUICustomizationCommand.d.ts +0 -46
  1294. package/dist/types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +0 -43
  1295. package/dist/types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +0 -52
  1296. package/dist/types/ts3.4/commands/SetUserSettingsCommand.d.ts +0 -38
  1297. package/dist/types/ts3.4/commands/SignUpCommand.d.ts +0 -53
  1298. package/dist/types/ts3.4/commands/StartUserImportJobCommand.d.ts +0 -36
  1299. package/dist/types/ts3.4/commands/StopUserImportJobCommand.d.ts +0 -35
  1300. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -48
  1301. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -36
  1302. package/dist/types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +0 -37
  1303. package/dist/types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +0 -35
  1304. package/dist/types/ts3.4/commands/UpdateGroupCommand.d.ts +0 -36
  1305. package/dist/types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +0 -35
  1306. package/dist/types/ts3.4/commands/UpdateResourceServerCommand.d.ts +0 -39
  1307. package/dist/types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +0 -52
  1308. package/dist/types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +0 -42
  1309. package/dist/types/ts3.4/commands/UpdateUserPoolCommand.d.ts +0 -54
  1310. package/dist/types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +0 -55
  1311. package/dist/types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +0 -37
  1312. package/dist/types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +0 -35
  1313. package/dist/types/ts3.4/models/models_1.d.ts +0 -861
  1314. package/dist/types/ts3.4/pagination/AdminListGroupsForUserPaginator.d.ts +0 -4
  1315. package/dist/types/ts3.4/pagination/AdminListUserAuthEventsPaginator.d.ts +0 -4
  1316. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1317. package/dist/types/ts3.4/pagination/ListGroupsPaginator.d.ts +0 -4
  1318. package/dist/types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +0 -4
  1319. package/dist/types/ts3.4/pagination/ListResourceServersPaginator.d.ts +0 -4
  1320. package/dist/types/ts3.4/pagination/ListUserPoolClientsPaginator.d.ts +0 -4
  1321. package/dist/types/ts3.4/pagination/ListUserPoolsPaginator.d.ts +0 -4
  1322. package/dist/types/ts3.4/pagination/ListUsersInGroupPaginator.d.ts +0 -4
  1323. package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
  1324. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -305
  1325. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  1326. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  1327. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  1328. package/endpoints.ts +0 -82
  1329. package/jest.config.js +0 -4
  1330. package/models/models_0.ts +0 -9830
  1331. package/models/models_1.ts +0 -1071
  1332. package/pagination/AdminListGroupsForUserPaginator.ts +0 -58
  1333. package/pagination/AdminListUserAuthEventsPaginator.ts +0 -58
  1334. package/pagination/Interfaces.ts +0 -7
  1335. package/pagination/ListGroupsPaginator.ts +0 -54
  1336. package/pagination/ListIdentityProvidersPaginator.ts +0 -58
  1337. package/pagination/ListResourceServersPaginator.ts +0 -58
  1338. package/pagination/ListUserPoolClientsPaginator.ts +0 -58
  1339. package/pagination/ListUserPoolsPaginator.ts +0 -58
  1340. package/pagination/ListUsersInGroupPaginator.ts +0 -58
  1341. package/pagination/ListUsersPaginator.ts +0 -54
  1342. package/protocols/Aws_json1_1.ts +0 -18342
  1343. package/runtimeConfig.browser.ts +0 -40
  1344. package/runtimeConfig.native.ts +0 -16
  1345. package/runtimeConfig.shared.ts +0 -16
  1346. package/runtimeConfig.ts +0 -45
  1347. package/tsconfig.es.json +0 -12
  1348. package/tsconfig.json +0 -32
@@ -0,0 +1,1213 @@
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
+ * <p>Using the Amazon Cognito User Pools API, you can create a user pool to manage
106
+ * directories and users. You can authenticate a user to obtain tokens related to user
107
+ * identity and access policies.</p>
108
+ * <p>This API reference provides information about user pools in Amazon Cognito User
109
+ * Pools.</p>
110
+ * <p>For more information, see the <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/what-is-amazon-cognito.html">Amazon Cognito
111
+ * Documentation</a>.</p>
112
+ */
113
+ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClient {
114
+ /**
115
+ * <p>Adds additional user attributes to the user pool schema.</p>
116
+ */
117
+ addCustomAttributes(args: AddCustomAttributesCommandInput, options?: __HttpHandlerOptions): Promise<AddCustomAttributesCommandOutput>;
118
+ addCustomAttributes(args: AddCustomAttributesCommandInput, cb: (err: any, data?: AddCustomAttributesCommandOutput) => void): void;
119
+ addCustomAttributes(args: AddCustomAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCustomAttributesCommandOutput) => void): void;
120
+ /**
121
+ * <p>Adds the specified user to the specified group.</p>
122
+ * <p>Calling this action requires developer credentials.</p>
123
+ */
124
+ adminAddUserToGroup(args: AdminAddUserToGroupCommandInput, options?: __HttpHandlerOptions): Promise<AdminAddUserToGroupCommandOutput>;
125
+ adminAddUserToGroup(args: AdminAddUserToGroupCommandInput, cb: (err: any, data?: AdminAddUserToGroupCommandOutput) => void): void;
126
+ adminAddUserToGroup(args: AdminAddUserToGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminAddUserToGroupCommandOutput) => void): void;
127
+ /**
128
+ * <p>Confirms user registration as an admin without using a confirmation code. Works on any
129
+ * user.</p>
130
+ * <p>Calling this action requires developer credentials.</p>
131
+ */
132
+ adminConfirmSignUp(args: AdminConfirmSignUpCommandInput, options?: __HttpHandlerOptions): Promise<AdminConfirmSignUpCommandOutput>;
133
+ adminConfirmSignUp(args: AdminConfirmSignUpCommandInput, cb: (err: any, data?: AdminConfirmSignUpCommandOutput) => void): void;
134
+ adminConfirmSignUp(args: AdminConfirmSignUpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminConfirmSignUpCommandOutput) => void): void;
135
+ /**
136
+ * <p>Creates a new user in the specified user pool.</p>
137
+ * <p>If <code>MessageAction</code> is not set, the default is to send a welcome message via
138
+ * email or phone (SMS).</p>
139
+ *
140
+ * <note>
141
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
142
+ * telecom carriers require that you register an origination phone number before you can
143
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
144
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
145
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
146
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
147
+ * in.</p>
148
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
149
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
150
+ * mode</a>
151
+ * </i>, you’ll have limitations, such as sending messages
152
+ * to only verified phone numbers. After testing in the sandbox environment, you can
153
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
154
+ * Cognito Developer Guide</i>. </p>
155
+ * </note>
156
+ *
157
+ * <p>This message is based on a template that you configured in your call to create or
158
+ * update a user pool. This template includes your custom sign-up instructions and
159
+ * placeholders for user name and temporary password.</p>
160
+ * <p>Alternatively, you can call <code>AdminCreateUser</code> with “SUPPRESS” for the
161
+ * <code>MessageAction</code> parameter, and Amazon Cognito will not send any email. </p>
162
+ * <p>In either case, the user will be in the <code>FORCE_CHANGE_PASSWORD</code> state until
163
+ * they sign in and change their password.</p>
164
+ * <p>
165
+ * <code>AdminCreateUser</code> requires developer credentials.</p>
166
+ */
167
+ adminCreateUser(args: AdminCreateUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminCreateUserCommandOutput>;
168
+ adminCreateUser(args: AdminCreateUserCommandInput, cb: (err: any, data?: AdminCreateUserCommandOutput) => void): void;
169
+ adminCreateUser(args: AdminCreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminCreateUserCommandOutput) => void): void;
170
+ /**
171
+ * <p>Deletes a user as an administrator. Works on any user.</p>
172
+ * <p>Calling this action requires developer credentials.</p>
173
+ */
174
+ adminDeleteUser(args: AdminDeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminDeleteUserCommandOutput>;
175
+ adminDeleteUser(args: AdminDeleteUserCommandInput, cb: (err: any, data?: AdminDeleteUserCommandOutput) => void): void;
176
+ adminDeleteUser(args: AdminDeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminDeleteUserCommandOutput) => void): void;
177
+ /**
178
+ * <p>Deletes the user attributes in a user pool as an administrator. Works on any
179
+ * user.</p>
180
+ * <p>Calling this action requires developer credentials.</p>
181
+ */
182
+ adminDeleteUserAttributes(args: AdminDeleteUserAttributesCommandInput, options?: __HttpHandlerOptions): Promise<AdminDeleteUserAttributesCommandOutput>;
183
+ adminDeleteUserAttributes(args: AdminDeleteUserAttributesCommandInput, cb: (err: any, data?: AdminDeleteUserAttributesCommandOutput) => void): void;
184
+ adminDeleteUserAttributes(args: AdminDeleteUserAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminDeleteUserAttributesCommandOutput) => void): void;
185
+ /**
186
+ * <p>Disables the user from signing in with the specified external (SAML or social)
187
+ * identity provider. If the user to disable is a Cognito User Pools native username +
188
+ * password user, they are not permitted to use their password to sign-in. If the user to
189
+ * disable is a linked external IdP user, any link between that user and an existing user
190
+ * is removed. The next time the external user (no longer attached to the previously linked
191
+ * <code>DestinationUser</code>) signs in, they must create a new user account. See
192
+ * <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminLinkProviderForUser.html">AdminLinkProviderForUser</a>.</p>
193
+ * <p>This action is enabled only for admin access and requires developer
194
+ * credentials.</p>
195
+ * <p>The <code>ProviderName</code> must match the value specified when creating an IdP for
196
+ * the pool. </p>
197
+ * <p>To disable a native username + password user, the <code>ProviderName</code> value must
198
+ * be <code>Cognito</code> and the <code>ProviderAttributeName</code> must be
199
+ * <code>Cognito_Subject</code>, with the <code>ProviderAttributeValue</code> being the
200
+ * name that is used in the user pool for the user.</p>
201
+ * <p>The <code>ProviderAttributeName</code> must always be <code>Cognito_Subject</code> for
202
+ * social identity providers. The <code>ProviderAttributeValue</code> must always be the
203
+ * exact subject that was used when the user was originally linked as a source user.</p>
204
+ * <p>For de-linking a SAML identity, there are two scenarios. If the linked identity has
205
+ * not yet been used to sign-in, the <code>ProviderAttributeName</code> and
206
+ * <code>ProviderAttributeValue</code> must be the same values that were used for the
207
+ * <code>SourceUser</code> when the identities were originally linked using <code>
208
+ * AdminLinkProviderForUser</code> call. (If the linking was done with
209
+ * <code>ProviderAttributeName</code> set to <code>Cognito_Subject</code>, the same
210
+ * applies here). However, if the user has already signed in, the
211
+ * <code>ProviderAttributeName</code> must be <code>Cognito_Subject</code> and
212
+ * <code>ProviderAttributeValue</code> must be the subject of the SAML
213
+ * assertion.</p>
214
+ */
215
+ adminDisableProviderForUser(args: AdminDisableProviderForUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminDisableProviderForUserCommandOutput>;
216
+ adminDisableProviderForUser(args: AdminDisableProviderForUserCommandInput, cb: (err: any, data?: AdminDisableProviderForUserCommandOutput) => void): void;
217
+ adminDisableProviderForUser(args: AdminDisableProviderForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminDisableProviderForUserCommandOutput) => void): void;
218
+ /**
219
+ * <p>Disables the specified user.</p>
220
+ * <p>Calling this action requires developer credentials.</p>
221
+ */
222
+ adminDisableUser(args: AdminDisableUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminDisableUserCommandOutput>;
223
+ adminDisableUser(args: AdminDisableUserCommandInput, cb: (err: any, data?: AdminDisableUserCommandOutput) => void): void;
224
+ adminDisableUser(args: AdminDisableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminDisableUserCommandOutput) => void): void;
225
+ /**
226
+ * <p>Enables the specified user as an administrator. Works on any user.</p>
227
+ * <p>Calling this action requires developer credentials.</p>
228
+ */
229
+ adminEnableUser(args: AdminEnableUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminEnableUserCommandOutput>;
230
+ adminEnableUser(args: AdminEnableUserCommandInput, cb: (err: any, data?: AdminEnableUserCommandOutput) => void): void;
231
+ adminEnableUser(args: AdminEnableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminEnableUserCommandOutput) => void): void;
232
+ /**
233
+ * <p>Forgets the device, as an administrator.</p>
234
+ * <p>Calling this action requires developer credentials.</p>
235
+ */
236
+ adminForgetDevice(args: AdminForgetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<AdminForgetDeviceCommandOutput>;
237
+ adminForgetDevice(args: AdminForgetDeviceCommandInput, cb: (err: any, data?: AdminForgetDeviceCommandOutput) => void): void;
238
+ adminForgetDevice(args: AdminForgetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminForgetDeviceCommandOutput) => void): void;
239
+ /**
240
+ * <p>Gets the device, as an administrator.</p>
241
+ * <p>Calling this action requires developer credentials.</p>
242
+ */
243
+ adminGetDevice(args: AdminGetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<AdminGetDeviceCommandOutput>;
244
+ adminGetDevice(args: AdminGetDeviceCommandInput, cb: (err: any, data?: AdminGetDeviceCommandOutput) => void): void;
245
+ adminGetDevice(args: AdminGetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminGetDeviceCommandOutput) => void): void;
246
+ /**
247
+ * <p>Gets the specified user by user name in a user pool as an administrator. Works on any
248
+ * user.</p>
249
+ * <p>Calling this action requires developer credentials.</p>
250
+ */
251
+ adminGetUser(args: AdminGetUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminGetUserCommandOutput>;
252
+ adminGetUser(args: AdminGetUserCommandInput, cb: (err: any, data?: AdminGetUserCommandOutput) => void): void;
253
+ adminGetUser(args: AdminGetUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminGetUserCommandOutput) => void): void;
254
+ /**
255
+ * <p>Initiates the authentication flow, as an administrator.</p>
256
+ *
257
+ *
258
+ * <note>
259
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
260
+ * telecom carriers require that you register an origination phone number before you can
261
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
262
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
263
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
264
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
265
+ * in.</p>
266
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
267
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
268
+ * mode</a>
269
+ * </i>, you’ll have limitations, such as sending messages
270
+ * to only verified phone numbers. After testing in the sandbox environment, you can
271
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
272
+ * Cognito Developer Guide</i>. </p>
273
+ * </note>
274
+ *
275
+ * <p>Calling this action requires developer credentials.</p>
276
+ */
277
+ adminInitiateAuth(args: AdminInitiateAuthCommandInput, options?: __HttpHandlerOptions): Promise<AdminInitiateAuthCommandOutput>;
278
+ adminInitiateAuth(args: AdminInitiateAuthCommandInput, cb: (err: any, data?: AdminInitiateAuthCommandOutput) => void): void;
279
+ adminInitiateAuth(args: AdminInitiateAuthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminInitiateAuthCommandOutput) => void): void;
280
+ /**
281
+ * <p>Links an existing user account in a user pool (<code>DestinationUser</code>) to an
282
+ * identity from an external identity provider (<code>SourceUser</code>) based on a
283
+ * specified attribute name and value from the external identity provider. This allows you
284
+ * to create a link from the existing user account to an external federated user identity
285
+ * that has not yet been used to sign in, so that the federated user identity can be used
286
+ * to sign in as the existing user account. </p>
287
+ * <p> For example, if there is an existing user with a username and password, this API
288
+ * links that user to a federated user identity, so that when the federated user identity
289
+ * is used, the user signs in as the existing user account. </p>
290
+ * <note>
291
+ * <p>The maximum number of federated identities linked to a user is 5.</p>
292
+ * </note>
293
+ * <important>
294
+ * <p>Because this API allows a user with an external federated identity to sign in as
295
+ * an existing user in the user pool, it is critical that it only be used with external
296
+ * identity providers and provider attributes that have been trusted by the application
297
+ * owner.</p>
298
+ * </important>
299
+ *
300
+ * <p>This action is enabled only for admin access and requires developer
301
+ * credentials.</p>
302
+ */
303
+ adminLinkProviderForUser(args: AdminLinkProviderForUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminLinkProviderForUserCommandOutput>;
304
+ adminLinkProviderForUser(args: AdminLinkProviderForUserCommandInput, cb: (err: any, data?: AdminLinkProviderForUserCommandOutput) => void): void;
305
+ adminLinkProviderForUser(args: AdminLinkProviderForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminLinkProviderForUserCommandOutput) => void): void;
306
+ /**
307
+ * <p>Lists devices, as an administrator.</p>
308
+ * <p>Calling this action requires developer credentials.</p>
309
+ */
310
+ adminListDevices(args: AdminListDevicesCommandInput, options?: __HttpHandlerOptions): Promise<AdminListDevicesCommandOutput>;
311
+ adminListDevices(args: AdminListDevicesCommandInput, cb: (err: any, data?: AdminListDevicesCommandOutput) => void): void;
312
+ adminListDevices(args: AdminListDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminListDevicesCommandOutput) => void): void;
313
+ /**
314
+ * <p>Lists the groups that the user belongs to.</p>
315
+ * <p>Calling this action requires developer credentials.</p>
316
+ */
317
+ adminListGroupsForUser(args: AdminListGroupsForUserCommandInput, options?: __HttpHandlerOptions): Promise<AdminListGroupsForUserCommandOutput>;
318
+ adminListGroupsForUser(args: AdminListGroupsForUserCommandInput, cb: (err: any, data?: AdminListGroupsForUserCommandOutput) => void): void;
319
+ adminListGroupsForUser(args: AdminListGroupsForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminListGroupsForUserCommandOutput) => void): void;
320
+ /**
321
+ * <p>Lists a history of user activity and any risks detected as part of Amazon Cognito
322
+ * advanced security.</p>
323
+ */
324
+ adminListUserAuthEvents(args: AdminListUserAuthEventsCommandInput, options?: __HttpHandlerOptions): Promise<AdminListUserAuthEventsCommandOutput>;
325
+ adminListUserAuthEvents(args: AdminListUserAuthEventsCommandInput, cb: (err: any, data?: AdminListUserAuthEventsCommandOutput) => void): void;
326
+ adminListUserAuthEvents(args: AdminListUserAuthEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminListUserAuthEventsCommandOutput) => void): void;
327
+ /**
328
+ * <p>Removes the specified user from the specified group.</p>
329
+ * <p>Calling this action requires developer credentials.</p>
330
+ */
331
+ adminRemoveUserFromGroup(args: AdminRemoveUserFromGroupCommandInput, options?: __HttpHandlerOptions): Promise<AdminRemoveUserFromGroupCommandOutput>;
332
+ adminRemoveUserFromGroup(args: AdminRemoveUserFromGroupCommandInput, cb: (err: any, data?: AdminRemoveUserFromGroupCommandOutput) => void): void;
333
+ adminRemoveUserFromGroup(args: AdminRemoveUserFromGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminRemoveUserFromGroupCommandOutput) => void): void;
334
+ /**
335
+ * <p>Resets the specified user's password in a user pool as an administrator. Works on any
336
+ * user.</p>
337
+ * <p>When a developer calls this API, the current password is invalidated, so it must be
338
+ * changed. If a user tries to sign in after the API is called, the app will get a
339
+ * PasswordResetRequiredException exception back and should direct the user down the flow
340
+ * to reset the password, which is the same as the forgot password flow. In addition, if
341
+ * the user pool has phone verification selected and a verified phone number exists for the
342
+ * user, or if email verification is selected and a verified email exists for the user,
343
+ * calling this API will also result in sending a message to the end user with the code to
344
+ * change their password.</p>
345
+ *
346
+ *
347
+ * <note>
348
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
349
+ * telecom carriers require that you register an origination phone number before you can
350
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
351
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
352
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
353
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
354
+ * in.</p>
355
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
356
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
357
+ * mode</a>
358
+ * </i>, you’ll have limitations, such as sending messages
359
+ * to only verified phone numbers. After testing in the sandbox environment, you can
360
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
361
+ * Cognito Developer Guide</i>. </p>
362
+ * </note>
363
+ *
364
+ * <p>Calling this action requires developer credentials.</p>
365
+ */
366
+ adminResetUserPassword(args: AdminResetUserPasswordCommandInput, options?: __HttpHandlerOptions): Promise<AdminResetUserPasswordCommandOutput>;
367
+ adminResetUserPassword(args: AdminResetUserPasswordCommandInput, cb: (err: any, data?: AdminResetUserPasswordCommandOutput) => void): void;
368
+ adminResetUserPassword(args: AdminResetUserPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminResetUserPasswordCommandOutput) => void): void;
369
+ /**
370
+ * <p>Responds to an authentication challenge, as an administrator.</p>
371
+ *
372
+ * <note>
373
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
374
+ * telecom carriers require that you register an origination phone number before you can
375
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
376
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
377
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
378
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
379
+ * in.</p>
380
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
381
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
382
+ * mode</a>
383
+ * </i>, you’ll have limitations, such as sending messages
384
+ * to only verified phone numbers. After testing in the sandbox environment, you can
385
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
386
+ * Cognito Developer Guide</i>. </p>
387
+ * </note>
388
+ *
389
+ * <p>Calling this action requires developer credentials.</p>
390
+ */
391
+ adminRespondToAuthChallenge(args: AdminRespondToAuthChallengeCommandInput, options?: __HttpHandlerOptions): Promise<AdminRespondToAuthChallengeCommandOutput>;
392
+ adminRespondToAuthChallenge(args: AdminRespondToAuthChallengeCommandInput, cb: (err: any, data?: AdminRespondToAuthChallengeCommandOutput) => void): void;
393
+ adminRespondToAuthChallenge(args: AdminRespondToAuthChallengeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminRespondToAuthChallengeCommandOutput) => void): void;
394
+ /**
395
+ * <p>Sets the user's multi-factor authentication (MFA) preference, including which MFA
396
+ * options are enabled and if any are preferred. Only one factor can be set as preferred.
397
+ * The preferred MFA factor will be used to authenticate a user if multiple factors are
398
+ * enabled. If multiple options are enabled and no preference is set, a challenge to choose
399
+ * an MFA option will be returned during sign in.</p>
400
+ */
401
+ adminSetUserMFAPreference(args: AdminSetUserMFAPreferenceCommandInput, options?: __HttpHandlerOptions): Promise<AdminSetUserMFAPreferenceCommandOutput>;
402
+ adminSetUserMFAPreference(args: AdminSetUserMFAPreferenceCommandInput, cb: (err: any, data?: AdminSetUserMFAPreferenceCommandOutput) => void): void;
403
+ adminSetUserMFAPreference(args: AdminSetUserMFAPreferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminSetUserMFAPreferenceCommandOutput) => void): void;
404
+ /**
405
+ * <p>Sets the specified user's password in a user pool as an administrator. Works on any
406
+ * user. </p>
407
+ * <p>The password can be temporary or permanent. If it is temporary, the user status will
408
+ * be placed into the <code>FORCE_CHANGE_PASSWORD</code> state. When the user next tries to
409
+ * sign in, the InitiateAuth/AdminInitiateAuth response will contain the
410
+ * <code>NEW_PASSWORD_REQUIRED</code> challenge. If the user does not sign in before it
411
+ * expires, the user will not be able to sign in and their password will need to be reset
412
+ * by an administrator. </p>
413
+ * <p>Once the user has set a new password, or the password is permanent, the user status
414
+ * will be set to <code>Confirmed</code>.</p>
415
+ */
416
+ adminSetUserPassword(args: AdminSetUserPasswordCommandInput, options?: __HttpHandlerOptions): Promise<AdminSetUserPasswordCommandOutput>;
417
+ adminSetUserPassword(args: AdminSetUserPasswordCommandInput, cb: (err: any, data?: AdminSetUserPasswordCommandOutput) => void): void;
418
+ adminSetUserPassword(args: AdminSetUserPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminSetUserPasswordCommandOutput) => void): void;
419
+ /**
420
+ * <p>
421
+ * <i>This action is no longer supported.</i> You can use it to configure
422
+ * only SMS MFA. You can't use it to configure TOTP software token MFA. To configure either
423
+ * type of MFA, use <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminSetUserMFAPreference.html">AdminSetUserMFAPreference</a> instead.</p>
424
+ */
425
+ adminSetUserSettings(args: AdminSetUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<AdminSetUserSettingsCommandOutput>;
426
+ adminSetUserSettings(args: AdminSetUserSettingsCommandInput, cb: (err: any, data?: AdminSetUserSettingsCommandOutput) => void): void;
427
+ adminSetUserSettings(args: AdminSetUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminSetUserSettingsCommandOutput) => void): void;
428
+ /**
429
+ * <p>Provides feedback for an authentication event as to whether it was from a valid user.
430
+ * This feedback is used for improving the risk evaluation decision for the user pool as
431
+ * part of Amazon Cognito advanced security.</p>
432
+ */
433
+ adminUpdateAuthEventFeedback(args: AdminUpdateAuthEventFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<AdminUpdateAuthEventFeedbackCommandOutput>;
434
+ adminUpdateAuthEventFeedback(args: AdminUpdateAuthEventFeedbackCommandInput, cb: (err: any, data?: AdminUpdateAuthEventFeedbackCommandOutput) => void): void;
435
+ adminUpdateAuthEventFeedback(args: AdminUpdateAuthEventFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminUpdateAuthEventFeedbackCommandOutput) => void): void;
436
+ /**
437
+ * <p>Updates the device status as an administrator.</p>
438
+ * <p>Calling this action requires developer credentials.</p>
439
+ */
440
+ adminUpdateDeviceStatus(args: AdminUpdateDeviceStatusCommandInput, options?: __HttpHandlerOptions): Promise<AdminUpdateDeviceStatusCommandOutput>;
441
+ adminUpdateDeviceStatus(args: AdminUpdateDeviceStatusCommandInput, cb: (err: any, data?: AdminUpdateDeviceStatusCommandOutput) => void): void;
442
+ adminUpdateDeviceStatus(args: AdminUpdateDeviceStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminUpdateDeviceStatusCommandOutput) => void): void;
443
+ /**
444
+ * <p>Updates the specified user's attributes, including developer attributes, as an
445
+ * administrator. Works on any user.</p>
446
+ * <p>For custom attributes, you must prepend the <code>custom:</code> prefix to the
447
+ * attribute name.</p>
448
+ * <p>In addition to updating user attributes, this API can also be used to mark phone and
449
+ * email as verified.</p>
450
+ *
451
+ * <note>
452
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
453
+ * telecom carriers require that you register an origination phone number before you can
454
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
455
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
456
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
457
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
458
+ * in.</p>
459
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
460
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
461
+ * mode</a>
462
+ * </i>, you’ll have limitations, such as sending messages
463
+ * to only verified phone numbers. After testing in the sandbox environment, you can
464
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
465
+ * Cognito Developer Guide</i>. </p>
466
+ * </note>
467
+ *
468
+ * <p>Calling this action requires developer credentials.</p>
469
+ */
470
+ adminUpdateUserAttributes(args: AdminUpdateUserAttributesCommandInput, options?: __HttpHandlerOptions): Promise<AdminUpdateUserAttributesCommandOutput>;
471
+ adminUpdateUserAttributes(args: AdminUpdateUserAttributesCommandInput, cb: (err: any, data?: AdminUpdateUserAttributesCommandOutput) => void): void;
472
+ adminUpdateUserAttributes(args: AdminUpdateUserAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminUpdateUserAttributesCommandOutput) => void): void;
473
+ /**
474
+ * <p>Signs out users from all devices, as an administrator. It also invalidates all refresh
475
+ * tokens issued to a user. The user's current access and Id tokens remain valid until
476
+ * their expiry. Access and Id tokens expire one hour after they are issued.</p>
477
+ * <p>Calling this action requires developer credentials.</p>
478
+ */
479
+ adminUserGlobalSignOut(args: AdminUserGlobalSignOutCommandInput, options?: __HttpHandlerOptions): Promise<AdminUserGlobalSignOutCommandOutput>;
480
+ adminUserGlobalSignOut(args: AdminUserGlobalSignOutCommandInput, cb: (err: any, data?: AdminUserGlobalSignOutCommandOutput) => void): void;
481
+ adminUserGlobalSignOut(args: AdminUserGlobalSignOutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminUserGlobalSignOutCommandOutput) => void): void;
482
+ /**
483
+ * <p>Returns a unique generated shared secret key code for the user account. The request
484
+ * takes an access token or a session string, but not both.</p>
485
+ * <note>
486
+ * <p>Calling AssociateSoftwareToken immediately disassociates the existing software
487
+ * token from the user account. If the user doesn't subsequently verify the software
488
+ * token, their account is essentially set up to authenticate without MFA. If MFA
489
+ * config is set to Optional at the user pool level, the user can then login without
490
+ * MFA. However, if MFA is set to Required for the user pool, the user will be asked to
491
+ * setup a new software token MFA during sign in.</p>
492
+ * </note>
493
+ */
494
+ associateSoftwareToken(args: AssociateSoftwareTokenCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSoftwareTokenCommandOutput>;
495
+ associateSoftwareToken(args: AssociateSoftwareTokenCommandInput, cb: (err: any, data?: AssociateSoftwareTokenCommandOutput) => void): void;
496
+ associateSoftwareToken(args: AssociateSoftwareTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSoftwareTokenCommandOutput) => void): void;
497
+ /**
498
+ * <p>Changes the password for a specified user in a user pool.</p>
499
+ */
500
+ changePassword(args: ChangePasswordCommandInput, options?: __HttpHandlerOptions): Promise<ChangePasswordCommandOutput>;
501
+ changePassword(args: ChangePasswordCommandInput, cb: (err: any, data?: ChangePasswordCommandOutput) => void): void;
502
+ changePassword(args: ChangePasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangePasswordCommandOutput) => void): void;
503
+ /**
504
+ * <p>Confirms tracking of the device. This API call is the call that begins device
505
+ * tracking.</p>
506
+ */
507
+ confirmDevice(args: ConfirmDeviceCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmDeviceCommandOutput>;
508
+ confirmDevice(args: ConfirmDeviceCommandInput, cb: (err: any, data?: ConfirmDeviceCommandOutput) => void): void;
509
+ confirmDevice(args: ConfirmDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmDeviceCommandOutput) => void): void;
510
+ /**
511
+ * <p>Allows a user to enter a confirmation code to reset a forgotten password.</p>
512
+ */
513
+ confirmForgotPassword(args: ConfirmForgotPasswordCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmForgotPasswordCommandOutput>;
514
+ confirmForgotPassword(args: ConfirmForgotPasswordCommandInput, cb: (err: any, data?: ConfirmForgotPasswordCommandOutput) => void): void;
515
+ confirmForgotPassword(args: ConfirmForgotPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmForgotPasswordCommandOutput) => void): void;
516
+ /**
517
+ * <p>Confirms registration of a user and handles the existing alias from a previous
518
+ * user.</p>
519
+ */
520
+ confirmSignUp(args: ConfirmSignUpCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmSignUpCommandOutput>;
521
+ confirmSignUp(args: ConfirmSignUpCommandInput, cb: (err: any, data?: ConfirmSignUpCommandOutput) => void): void;
522
+ confirmSignUp(args: ConfirmSignUpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmSignUpCommandOutput) => void): void;
523
+ /**
524
+ * <p>Creates a new group in the specified user pool.</p>
525
+ * <p>Calling this action requires developer credentials.</p>
526
+ */
527
+ createGroup(args: CreateGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateGroupCommandOutput>;
528
+ createGroup(args: CreateGroupCommandInput, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
529
+ createGroup(args: CreateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
530
+ /**
531
+ * <p>Creates an identity provider for a user pool.</p>
532
+ */
533
+ createIdentityProvider(args: CreateIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<CreateIdentityProviderCommandOutput>;
534
+ createIdentityProvider(args: CreateIdentityProviderCommandInput, cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void): void;
535
+ createIdentityProvider(args: CreateIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void): void;
536
+ /**
537
+ * <p>Creates a new OAuth2.0 resource server and defines custom scopes in it.</p>
538
+ */
539
+ createResourceServer(args: CreateResourceServerCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourceServerCommandOutput>;
540
+ createResourceServer(args: CreateResourceServerCommandInput, cb: (err: any, data?: CreateResourceServerCommandOutput) => void): void;
541
+ createResourceServer(args: CreateResourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourceServerCommandOutput) => void): void;
542
+ /**
543
+ * <p>Creates the user import job.</p>
544
+ */
545
+ createUserImportJob(args: CreateUserImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserImportJobCommandOutput>;
546
+ createUserImportJob(args: CreateUserImportJobCommandInput, cb: (err: any, data?: CreateUserImportJobCommandOutput) => void): void;
547
+ createUserImportJob(args: CreateUserImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserImportJobCommandOutput) => void): void;
548
+ /**
549
+ * <p>Creates a new Amazon Cognito user pool and sets the password policy for the
550
+ * pool.</p>
551
+ *
552
+ * <note>
553
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
554
+ * telecom carriers require that you register an origination phone number before you can
555
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
556
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
557
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
558
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
559
+ * in.</p>
560
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
561
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
562
+ * mode</a>
563
+ * </i>, you’ll have limitations, such as sending messages
564
+ * to only verified phone numbers. After testing in the sandbox environment, you can
565
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
566
+ * Cognito Developer Guide</i>. </p>
567
+ * </note>
568
+ */
569
+ createUserPool(args: CreateUserPoolCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserPoolCommandOutput>;
570
+ createUserPool(args: CreateUserPoolCommandInput, cb: (err: any, data?: CreateUserPoolCommandOutput) => void): void;
571
+ createUserPool(args: CreateUserPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserPoolCommandOutput) => void): void;
572
+ /**
573
+ * <p>Creates the user pool client.</p>
574
+ * <p>When you create a new user pool client, token revocation is automatically enabled. For more information
575
+ * about revoking tokens, see <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RevokeToken.html">RevokeToken</a>.</p>
576
+ */
577
+ createUserPoolClient(args: CreateUserPoolClientCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserPoolClientCommandOutput>;
578
+ createUserPoolClient(args: CreateUserPoolClientCommandInput, cb: (err: any, data?: CreateUserPoolClientCommandOutput) => void): void;
579
+ createUserPoolClient(args: CreateUserPoolClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserPoolClientCommandOutput) => void): void;
580
+ /**
581
+ * <p>Creates a new domain for a user pool.</p>
582
+ */
583
+ createUserPoolDomain(args: CreateUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserPoolDomainCommandOutput>;
584
+ createUserPoolDomain(args: CreateUserPoolDomainCommandInput, cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void): void;
585
+ createUserPoolDomain(args: CreateUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void): void;
586
+ /**
587
+ * <p>Deletes a group.</p>
588
+ * <p>Calling this action requires developer credentials.</p>
589
+ */
590
+ deleteGroup(args: DeleteGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupCommandOutput>;
591
+ deleteGroup(args: DeleteGroupCommandInput, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
592
+ deleteGroup(args: DeleteGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
593
+ /**
594
+ * <p>Deletes an identity provider for a user pool.</p>
595
+ */
596
+ deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIdentityProviderCommandOutput>;
597
+ deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void): void;
598
+ deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void): void;
599
+ /**
600
+ * <p>Deletes a resource server.</p>
601
+ */
602
+ deleteResourceServer(args: DeleteResourceServerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceServerCommandOutput>;
603
+ deleteResourceServer(args: DeleteResourceServerCommandInput, cb: (err: any, data?: DeleteResourceServerCommandOutput) => void): void;
604
+ deleteResourceServer(args: DeleteResourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceServerCommandOutput) => void): void;
605
+ /**
606
+ * <p>Allows a user to delete himself or herself.</p>
607
+ */
608
+ deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
609
+ deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
610
+ deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
611
+ /**
612
+ * <p>Deletes the attributes for a user.</p>
613
+ */
614
+ deleteUserAttributes(args: DeleteUserAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserAttributesCommandOutput>;
615
+ deleteUserAttributes(args: DeleteUserAttributesCommandInput, cb: (err: any, data?: DeleteUserAttributesCommandOutput) => void): void;
616
+ deleteUserAttributes(args: DeleteUserAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserAttributesCommandOutput) => void): void;
617
+ /**
618
+ * <p>Deletes the specified Amazon Cognito user pool.</p>
619
+ */
620
+ deleteUserPool(args: DeleteUserPoolCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPoolCommandOutput>;
621
+ deleteUserPool(args: DeleteUserPoolCommandInput, cb: (err: any, data?: DeleteUserPoolCommandOutput) => void): void;
622
+ deleteUserPool(args: DeleteUserPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPoolCommandOutput) => void): void;
623
+ /**
624
+ * <p>Allows the developer to delete the user pool client.</p>
625
+ */
626
+ deleteUserPoolClient(args: DeleteUserPoolClientCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPoolClientCommandOutput>;
627
+ deleteUserPoolClient(args: DeleteUserPoolClientCommandInput, cb: (err: any, data?: DeleteUserPoolClientCommandOutput) => void): void;
628
+ deleteUserPoolClient(args: DeleteUserPoolClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPoolClientCommandOutput) => void): void;
629
+ /**
630
+ * <p>Deletes a domain for a user pool.</p>
631
+ */
632
+ deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPoolDomainCommandOutput>;
633
+ deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void): void;
634
+ deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void): void;
635
+ /**
636
+ * <p>Gets information about a specific identity provider.</p>
637
+ */
638
+ describeIdentityProvider(args: DescribeIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIdentityProviderCommandOutput>;
639
+ describeIdentityProvider(args: DescribeIdentityProviderCommandInput, cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void): void;
640
+ describeIdentityProvider(args: DescribeIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void): void;
641
+ /**
642
+ * <p>Describes a resource server.</p>
643
+ */
644
+ describeResourceServer(args: DescribeResourceServerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourceServerCommandOutput>;
645
+ describeResourceServer(args: DescribeResourceServerCommandInput, cb: (err: any, data?: DescribeResourceServerCommandOutput) => void): void;
646
+ describeResourceServer(args: DescribeResourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourceServerCommandOutput) => void): void;
647
+ /**
648
+ * <p>Describes the risk configuration.</p>
649
+ */
650
+ describeRiskConfiguration(args: DescribeRiskConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRiskConfigurationCommandOutput>;
651
+ describeRiskConfiguration(args: DescribeRiskConfigurationCommandInput, cb: (err: any, data?: DescribeRiskConfigurationCommandOutput) => void): void;
652
+ describeRiskConfiguration(args: DescribeRiskConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRiskConfigurationCommandOutput) => void): void;
653
+ /**
654
+ * <p>Describes the user import job.</p>
655
+ */
656
+ describeUserImportJob(args: DescribeUserImportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserImportJobCommandOutput>;
657
+ describeUserImportJob(args: DescribeUserImportJobCommandInput, cb: (err: any, data?: DescribeUserImportJobCommandOutput) => void): void;
658
+ describeUserImportJob(args: DescribeUserImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserImportJobCommandOutput) => void): void;
659
+ /**
660
+ * <p>Returns the configuration information and metadata of the specified user pool.</p>
661
+ */
662
+ describeUserPool(args: DescribeUserPoolCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserPoolCommandOutput>;
663
+ describeUserPool(args: DescribeUserPoolCommandInput, cb: (err: any, data?: DescribeUserPoolCommandOutput) => void): void;
664
+ describeUserPool(args: DescribeUserPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserPoolCommandOutput) => void): void;
665
+ /**
666
+ * <p>Client method for returning the configuration information and metadata of the
667
+ * specified user pool app client.</p>
668
+ */
669
+ describeUserPoolClient(args: DescribeUserPoolClientCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserPoolClientCommandOutput>;
670
+ describeUserPoolClient(args: DescribeUserPoolClientCommandInput, cb: (err: any, data?: DescribeUserPoolClientCommandOutput) => void): void;
671
+ describeUserPoolClient(args: DescribeUserPoolClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserPoolClientCommandOutput) => void): void;
672
+ /**
673
+ * <p>Gets information about a domain.</p>
674
+ */
675
+ describeUserPoolDomain(args: DescribeUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserPoolDomainCommandOutput>;
676
+ describeUserPoolDomain(args: DescribeUserPoolDomainCommandInput, cb: (err: any, data?: DescribeUserPoolDomainCommandOutput) => void): void;
677
+ describeUserPoolDomain(args: DescribeUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserPoolDomainCommandOutput) => void): void;
678
+ /**
679
+ * <p>Forgets the specified device.</p>
680
+ */
681
+ forgetDevice(args: ForgetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<ForgetDeviceCommandOutput>;
682
+ forgetDevice(args: ForgetDeviceCommandInput, cb: (err: any, data?: ForgetDeviceCommandOutput) => void): void;
683
+ forgetDevice(args: ForgetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ForgetDeviceCommandOutput) => void): void;
684
+ /**
685
+ * <p>Calling this API causes a message to be sent to the end user with a confirmation code
686
+ * that is required to change the user's password. For the <code>Username</code> parameter,
687
+ * you can use the username or user alias. The method used to send the confirmation code is
688
+ * sent according to the specified AccountRecoverySetting. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/how-to-recover-a-user-account.html">Recovering
689
+ * User Accounts</a> in the <i>Amazon Cognito Developer Guide</i>. If
690
+ * neither a verified phone number nor a verified email exists, an
691
+ * <code>InvalidParameterException</code> is thrown. To use the confirmation code for
692
+ * resetting the password, call <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ConfirmForgotPassword.html">ConfirmForgotPassword</a>.</p>
693
+ *
694
+ * <note>
695
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
696
+ * telecom carriers require that you register an origination phone number before you can
697
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
698
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
699
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
700
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
701
+ * in.</p>
702
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
703
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
704
+ * mode</a>
705
+ * </i>, you’ll have limitations, such as sending messages
706
+ * to only verified phone numbers. After testing in the sandbox environment, you can
707
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
708
+ * Cognito Developer Guide</i>. </p>
709
+ * </note>
710
+ */
711
+ forgotPassword(args: ForgotPasswordCommandInput, options?: __HttpHandlerOptions): Promise<ForgotPasswordCommandOutput>;
712
+ forgotPassword(args: ForgotPasswordCommandInput, cb: (err: any, data?: ForgotPasswordCommandOutput) => void): void;
713
+ forgotPassword(args: ForgotPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ForgotPasswordCommandOutput) => void): void;
714
+ /**
715
+ * <p>Gets the header information for the .csv file to be used as input for the user import
716
+ * job.</p>
717
+ */
718
+ getCSVHeader(args: GetCSVHeaderCommandInput, options?: __HttpHandlerOptions): Promise<GetCSVHeaderCommandOutput>;
719
+ getCSVHeader(args: GetCSVHeaderCommandInput, cb: (err: any, data?: GetCSVHeaderCommandOutput) => void): void;
720
+ getCSVHeader(args: GetCSVHeaderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCSVHeaderCommandOutput) => void): void;
721
+ /**
722
+ * <p>Gets the device.</p>
723
+ */
724
+ getDevice(args: GetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<GetDeviceCommandOutput>;
725
+ getDevice(args: GetDeviceCommandInput, cb: (err: any, data?: GetDeviceCommandOutput) => void): void;
726
+ getDevice(args: GetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeviceCommandOutput) => void): void;
727
+ /**
728
+ * <p>Gets a group.</p>
729
+ * <p>Calling this action requires developer credentials.</p>
730
+ */
731
+ getGroup(args: GetGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupCommandOutput>;
732
+ getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
733
+ getGroup(args: GetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
734
+ /**
735
+ * <p>Gets the specified identity provider.</p>
736
+ */
737
+ getIdentityProviderByIdentifier(args: GetIdentityProviderByIdentifierCommandInput, options?: __HttpHandlerOptions): Promise<GetIdentityProviderByIdentifierCommandOutput>;
738
+ getIdentityProviderByIdentifier(args: GetIdentityProviderByIdentifierCommandInput, cb: (err: any, data?: GetIdentityProviderByIdentifierCommandOutput) => void): void;
739
+ getIdentityProviderByIdentifier(args: GetIdentityProviderByIdentifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityProviderByIdentifierCommandOutput) => void): void;
740
+ /**
741
+ * <p>This method takes a user pool ID, and returns the signing certificate.</p>
742
+ */
743
+ getSigningCertificate(args: GetSigningCertificateCommandInput, options?: __HttpHandlerOptions): Promise<GetSigningCertificateCommandOutput>;
744
+ getSigningCertificate(args: GetSigningCertificateCommandInput, cb: (err: any, data?: GetSigningCertificateCommandOutput) => void): void;
745
+ getSigningCertificate(args: GetSigningCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSigningCertificateCommandOutput) => void): void;
746
+ /**
747
+ * <p>Gets the UI Customization information for a particular app client's app UI, if there
748
+ * is something set. If nothing is set for the particular client, but there is an existing
749
+ * pool level customization (app <code>clientId</code> will be <code>ALL</code>), then that
750
+ * is returned. If nothing is present, then an empty shape is returned.</p>
751
+ */
752
+ getUICustomization(args: GetUICustomizationCommandInput, options?: __HttpHandlerOptions): Promise<GetUICustomizationCommandOutput>;
753
+ getUICustomization(args: GetUICustomizationCommandInput, cb: (err: any, data?: GetUICustomizationCommandOutput) => void): void;
754
+ getUICustomization(args: GetUICustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUICustomizationCommandOutput) => void): void;
755
+ /**
756
+ * <p>Gets the user attributes and metadata for a user.</p>
757
+ */
758
+ getUser(args: GetUserCommandInput, options?: __HttpHandlerOptions): Promise<GetUserCommandOutput>;
759
+ getUser(args: GetUserCommandInput, cb: (err: any, data?: GetUserCommandOutput) => void): void;
760
+ getUser(args: GetUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserCommandOutput) => void): void;
761
+ /**
762
+ * <p>Gets the user attribute verification code for the specified attribute name.</p>
763
+ *
764
+ * <note>
765
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
766
+ * telecom carriers require that you register an origination phone number before you can
767
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
768
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
769
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
770
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
771
+ * in.</p>
772
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
773
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
774
+ * mode</a>
775
+ * </i>, you’ll have limitations, such as sending messages
776
+ * to only verified phone numbers. After testing in the sandbox environment, you can
777
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
778
+ * Cognito Developer Guide</i>. </p>
779
+ * </note>
780
+ */
781
+ getUserAttributeVerificationCode(args: GetUserAttributeVerificationCodeCommandInput, options?: __HttpHandlerOptions): Promise<GetUserAttributeVerificationCodeCommandOutput>;
782
+ getUserAttributeVerificationCode(args: GetUserAttributeVerificationCodeCommandInput, cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void): void;
783
+ getUserAttributeVerificationCode(args: GetUserAttributeVerificationCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void): void;
784
+ /**
785
+ * <p>Gets the user pool multi-factor authentication (MFA) configuration.</p>
786
+ */
787
+ getUserPoolMfaConfig(args: GetUserPoolMfaConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetUserPoolMfaConfigCommandOutput>;
788
+ getUserPoolMfaConfig(args: GetUserPoolMfaConfigCommandInput, cb: (err: any, data?: GetUserPoolMfaConfigCommandOutput) => void): void;
789
+ getUserPoolMfaConfig(args: GetUserPoolMfaConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserPoolMfaConfigCommandOutput) => void): void;
790
+ /**
791
+ * <p>Signs out users from all devices. It also invalidates all refresh tokens issued to a
792
+ * user. The user's current access and Id tokens remain valid until their expiry. Access
793
+ * and Id tokens expire one hour after they are issued.</p>
794
+ */
795
+ globalSignOut(args: GlobalSignOutCommandInput, options?: __HttpHandlerOptions): Promise<GlobalSignOutCommandOutput>;
796
+ globalSignOut(args: GlobalSignOutCommandInput, cb: (err: any, data?: GlobalSignOutCommandOutput) => void): void;
797
+ globalSignOut(args: GlobalSignOutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GlobalSignOutCommandOutput) => void): void;
798
+ /**
799
+ * <p>Initiates the authentication flow.</p>
800
+ *
801
+ * <note>
802
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
803
+ * telecom carriers require that you register an origination phone number before you can
804
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
805
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
806
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
807
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
808
+ * in.</p>
809
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
810
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
811
+ * mode</a>
812
+ * </i>, you’ll have limitations, such as sending messages
813
+ * to only verified phone numbers. After testing in the sandbox environment, you can
814
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
815
+ * Cognito Developer Guide</i>. </p>
816
+ * </note>
817
+ */
818
+ initiateAuth(args: InitiateAuthCommandInput, options?: __HttpHandlerOptions): Promise<InitiateAuthCommandOutput>;
819
+ initiateAuth(args: InitiateAuthCommandInput, cb: (err: any, data?: InitiateAuthCommandOutput) => void): void;
820
+ initiateAuth(args: InitiateAuthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InitiateAuthCommandOutput) => void): void;
821
+ /**
822
+ * <p>Lists the devices.</p>
823
+ */
824
+ listDevices(args: ListDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicesCommandOutput>;
825
+ listDevices(args: ListDevicesCommandInput, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
826
+ listDevices(args: ListDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
827
+ /**
828
+ * <p>Lists the groups associated with a user pool.</p>
829
+ * <p>Calling this action requires developer credentials.</p>
830
+ */
831
+ listGroups(args: ListGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupsCommandOutput>;
832
+ listGroups(args: ListGroupsCommandInput, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
833
+ listGroups(args: ListGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
834
+ /**
835
+ * <p>Lists information about all identity providers for a user pool.</p>
836
+ */
837
+ listIdentityProviders(args: ListIdentityProvidersCommandInput, options?: __HttpHandlerOptions): Promise<ListIdentityProvidersCommandOutput>;
838
+ listIdentityProviders(args: ListIdentityProvidersCommandInput, cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void): void;
839
+ listIdentityProviders(args: ListIdentityProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void): void;
840
+ /**
841
+ * <p>Lists the resource servers for a user pool.</p>
842
+ */
843
+ listResourceServers(args: ListResourceServersCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceServersCommandOutput>;
844
+ listResourceServers(args: ListResourceServersCommandInput, cb: (err: any, data?: ListResourceServersCommandOutput) => void): void;
845
+ listResourceServers(args: ListResourceServersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceServersCommandOutput) => void): void;
846
+ /**
847
+ * <p>Lists the tags that are assigned to an Amazon Cognito user pool.</p>
848
+ * <p>A tag is a label that you can apply to user pools to categorize and manage them in
849
+ * different ways, such as by purpose, owner, environment, or other criteria.</p>
850
+ * <p>You can use this action up to 10 times per second, per account.</p>
851
+ */
852
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
853
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
854
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
855
+ /**
856
+ * <p>Lists the user import jobs.</p>
857
+ */
858
+ listUserImportJobs(args: ListUserImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserImportJobsCommandOutput>;
859
+ listUserImportJobs(args: ListUserImportJobsCommandInput, cb: (err: any, data?: ListUserImportJobsCommandOutput) => void): void;
860
+ listUserImportJobs(args: ListUserImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserImportJobsCommandOutput) => void): void;
861
+ /**
862
+ * <p>Lists the clients that have been created for the specified user pool.</p>
863
+ */
864
+ listUserPoolClients(args: ListUserPoolClientsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserPoolClientsCommandOutput>;
865
+ listUserPoolClients(args: ListUserPoolClientsCommandInput, cb: (err: any, data?: ListUserPoolClientsCommandOutput) => void): void;
866
+ listUserPoolClients(args: ListUserPoolClientsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserPoolClientsCommandOutput) => void): void;
867
+ /**
868
+ * <p>Lists the user pools associated with an account.</p>
869
+ */
870
+ listUserPools(args: ListUserPoolsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserPoolsCommandOutput>;
871
+ listUserPools(args: ListUserPoolsCommandInput, cb: (err: any, data?: ListUserPoolsCommandOutput) => void): void;
872
+ listUserPools(args: ListUserPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserPoolsCommandOutput) => void): void;
873
+ /**
874
+ * <p>Lists the users in the Amazon Cognito user pool.</p>
875
+ */
876
+ listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
877
+ listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
878
+ listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
879
+ /**
880
+ * <p>Lists the users in the specified group.</p>
881
+ * <p>Calling this action requires developer credentials.</p>
882
+ */
883
+ listUsersInGroup(args: ListUsersInGroupCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersInGroupCommandOutput>;
884
+ listUsersInGroup(args: ListUsersInGroupCommandInput, cb: (err: any, data?: ListUsersInGroupCommandOutput) => void): void;
885
+ listUsersInGroup(args: ListUsersInGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersInGroupCommandOutput) => void): void;
886
+ /**
887
+ * <p>Resends the confirmation (for confirmation of registration) to a specific user in the
888
+ * user pool.</p>
889
+ *
890
+ * <note>
891
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
892
+ * telecom carriers require that you register an origination phone number before you can
893
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
894
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
895
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
896
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
897
+ * in.</p>
898
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
899
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
900
+ * mode</a>
901
+ * </i>, you’ll have limitations, such as sending messages
902
+ * to only verified phone numbers. After testing in the sandbox environment, you can
903
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
904
+ * Cognito Developer Guide</i>. </p>
905
+ * </note>
906
+ */
907
+ resendConfirmationCode(args: ResendConfirmationCodeCommandInput, options?: __HttpHandlerOptions): Promise<ResendConfirmationCodeCommandOutput>;
908
+ resendConfirmationCode(args: ResendConfirmationCodeCommandInput, cb: (err: any, data?: ResendConfirmationCodeCommandOutput) => void): void;
909
+ resendConfirmationCode(args: ResendConfirmationCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResendConfirmationCodeCommandOutput) => void): void;
910
+ /**
911
+ * <p>Responds to the authentication challenge.</p>
912
+ *
913
+ * <note>
914
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
915
+ * telecom carriers require that you register an origination phone number before you can
916
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
917
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
918
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
919
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
920
+ * in.</p>
921
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
922
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
923
+ * mode</a>
924
+ * </i>, you’ll have limitations, such as sending messages
925
+ * to only verified phone numbers. After testing in the sandbox environment, you can
926
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
927
+ * Cognito Developer Guide</i>. </p>
928
+ * </note>
929
+ */
930
+ respondToAuthChallenge(args: RespondToAuthChallengeCommandInput, options?: __HttpHandlerOptions): Promise<RespondToAuthChallengeCommandOutput>;
931
+ respondToAuthChallenge(args: RespondToAuthChallengeCommandInput, cb: (err: any, data?: RespondToAuthChallengeCommandOutput) => void): void;
932
+ respondToAuthChallenge(args: RespondToAuthChallengeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RespondToAuthChallengeCommandOutput) => void): void;
933
+ /**
934
+ * <p>Revokes all of the access tokens generated by the specified refresh token. After the token is revoked, you can not
935
+ * use the revoked token to access Cognito authenticated APIs.</p>
936
+ */
937
+ revokeToken(args: RevokeTokenCommandInput, options?: __HttpHandlerOptions): Promise<RevokeTokenCommandOutput>;
938
+ revokeToken(args: RevokeTokenCommandInput, cb: (err: any, data?: RevokeTokenCommandOutput) => void): void;
939
+ revokeToken(args: RevokeTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeTokenCommandOutput) => void): void;
940
+ /**
941
+ * <p>Configures actions on detected risks. To delete the risk configuration for
942
+ * <code>UserPoolId</code> or <code>ClientId</code>, pass null values for all four
943
+ * configuration types.</p>
944
+ * <p>To enable Amazon Cognito advanced security features, update the user pool to include
945
+ * the <code>UserPoolAddOns</code> key<code>AdvancedSecurityMode</code>.</p>
946
+ */
947
+ setRiskConfiguration(args: SetRiskConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<SetRiskConfigurationCommandOutput>;
948
+ setRiskConfiguration(args: SetRiskConfigurationCommandInput, cb: (err: any, data?: SetRiskConfigurationCommandOutput) => void): void;
949
+ setRiskConfiguration(args: SetRiskConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetRiskConfigurationCommandOutput) => void): void;
950
+ /**
951
+ * <p>Sets the UI customization information for a user pool's built-in app UI.</p>
952
+ * <p>You can specify app UI customization settings for a single client (with a specific
953
+ * <code>clientId</code>) or for all clients (by setting the <code>clientId</code> to
954
+ * <code>ALL</code>). If you specify <code>ALL</code>, the default configuration will
955
+ * be used for every client that has no UI customization set previously. If you specify UI
956
+ * customization settings for a particular client, it will no longer fall back to the
957
+ * <code>ALL</code> configuration. </p>
958
+ * <note>
959
+ * <p>To use this API, your user pool must have a domain associated with it. Otherwise,
960
+ * there is no place to host the app's pages, and the service will throw an
961
+ * error.</p>
962
+ * </note>
963
+ */
964
+ setUICustomization(args: SetUICustomizationCommandInput, options?: __HttpHandlerOptions): Promise<SetUICustomizationCommandOutput>;
965
+ setUICustomization(args: SetUICustomizationCommandInput, cb: (err: any, data?: SetUICustomizationCommandOutput) => void): void;
966
+ setUICustomization(args: SetUICustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetUICustomizationCommandOutput) => void): void;
967
+ /**
968
+ * <p>Set the user's multi-factor authentication (MFA) method preference, including which
969
+ * MFA factors are enabled and if any are preferred. Only one factor can be set as
970
+ * preferred. The preferred MFA factor will be used to authenticate a user if multiple
971
+ * factors are enabled. If multiple options are enabled and no preference is set, a
972
+ * challenge to choose an MFA option will be returned during sign in. If an MFA type is
973
+ * enabled for a user, the user will be prompted for MFA during all sign in attempts,
974
+ * unless device tracking is turned on and the device has been trusted. If you would like
975
+ * MFA to be applied selectively based on the assessed risk level of sign in attempts,
976
+ * disable MFA for users and turn on Adaptive Authentication for the user pool.</p>
977
+ */
978
+ setUserMFAPreference(args: SetUserMFAPreferenceCommandInput, options?: __HttpHandlerOptions): Promise<SetUserMFAPreferenceCommandOutput>;
979
+ setUserMFAPreference(args: SetUserMFAPreferenceCommandInput, cb: (err: any, data?: SetUserMFAPreferenceCommandOutput) => void): void;
980
+ setUserMFAPreference(args: SetUserMFAPreferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetUserMFAPreferenceCommandOutput) => void): void;
981
+ /**
982
+ * <p>Set the user pool multi-factor authentication (MFA) configuration.</p>
983
+ *
984
+ * <note>
985
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
986
+ * telecom carriers require that you register an origination phone number before you can
987
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
988
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
989
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
990
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
991
+ * in.</p>
992
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
993
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
994
+ * mode</a>
995
+ * </i>, you’ll have limitations, such as sending messages
996
+ * to only verified phone numbers. After testing in the sandbox environment, you can
997
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
998
+ * Cognito Developer Guide</i>. </p>
999
+ * </note>
1000
+ */
1001
+ setUserPoolMfaConfig(args: SetUserPoolMfaConfigCommandInput, options?: __HttpHandlerOptions): Promise<SetUserPoolMfaConfigCommandOutput>;
1002
+ setUserPoolMfaConfig(args: SetUserPoolMfaConfigCommandInput, cb: (err: any, data?: SetUserPoolMfaConfigCommandOutput) => void): void;
1003
+ setUserPoolMfaConfig(args: SetUserPoolMfaConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetUserPoolMfaConfigCommandOutput) => void): void;
1004
+ /**
1005
+ * <p>
1006
+ * <i>This action is no longer supported.</i> You can use it to configure
1007
+ * only SMS MFA. You can't use it to configure TOTP software token MFA. To configure either
1008
+ * type of MFA, use <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUserMFAPreference.html">SetUserMFAPreference</a> instead.</p>
1009
+ */
1010
+ setUserSettings(args: SetUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<SetUserSettingsCommandOutput>;
1011
+ setUserSettings(args: SetUserSettingsCommandInput, cb: (err: any, data?: SetUserSettingsCommandOutput) => void): void;
1012
+ setUserSettings(args: SetUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetUserSettingsCommandOutput) => void): void;
1013
+ /**
1014
+ * <p>Registers the user in the specified user pool and creates a user name, password, and
1015
+ * user attributes.</p>
1016
+ *
1017
+ * <note>
1018
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
1019
+ * telecom carriers require that you register an origination phone number before you can
1020
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
1021
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
1022
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
1023
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
1024
+ * in.</p>
1025
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
1026
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
1027
+ * mode</a>
1028
+ * </i>, you’ll have limitations, such as sending messages
1029
+ * to only verified phone numbers. After testing in the sandbox environment, you can
1030
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
1031
+ * Cognito Developer Guide</i>. </p>
1032
+ * </note>
1033
+ */
1034
+ signUp(args: SignUpCommandInput, options?: __HttpHandlerOptions): Promise<SignUpCommandOutput>;
1035
+ signUp(args: SignUpCommandInput, cb: (err: any, data?: SignUpCommandOutput) => void): void;
1036
+ signUp(args: SignUpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SignUpCommandOutput) => void): void;
1037
+ /**
1038
+ * <p>Starts the user import.</p>
1039
+ */
1040
+ startUserImportJob(args: StartUserImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartUserImportJobCommandOutput>;
1041
+ startUserImportJob(args: StartUserImportJobCommandInput, cb: (err: any, data?: StartUserImportJobCommandOutput) => void): void;
1042
+ startUserImportJob(args: StartUserImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartUserImportJobCommandOutput) => void): void;
1043
+ /**
1044
+ * <p>Stops the user import job.</p>
1045
+ */
1046
+ stopUserImportJob(args: StopUserImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StopUserImportJobCommandOutput>;
1047
+ stopUserImportJob(args: StopUserImportJobCommandInput, cb: (err: any, data?: StopUserImportJobCommandOutput) => void): void;
1048
+ stopUserImportJob(args: StopUserImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopUserImportJobCommandOutput) => void): void;
1049
+ /**
1050
+ * <p>Assigns a set of tags to an Amazon Cognito user pool. A tag is a label that you can
1051
+ * use to categorize and manage user pools in different ways, such as by purpose, owner,
1052
+ * environment, or other criteria.</p>
1053
+ * <p>Each tag consists of a key and value, both of which you define. A key is a general
1054
+ * category for more specific values. For example, if you have two versions of a user pool,
1055
+ * one for testing and another for production, you might assign an <code>Environment</code>
1056
+ * tag key to both user pools. The value of this key might be <code>Test</code> for one
1057
+ * user pool and <code>Production</code> for the other.</p>
1058
+ * <p>Tags are useful for cost tracking and access control. You can activate your tags so
1059
+ * that they appear on the Billing and Cost Management console, where you can track the
1060
+ * costs associated with your user pools. In an IAM policy, you can constrain permissions
1061
+ * for user pools based on specific tags or tag values.</p>
1062
+ * <p>You can use this action up to 5 times per second, per account. A user pool can have as
1063
+ * many as 50 tags.</p>
1064
+ */
1065
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
1066
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1067
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1068
+ /**
1069
+ * <p>Removes the specified tags from an Amazon Cognito user pool. You can use this action
1070
+ * up to 5 times per second, per account</p>
1071
+ */
1072
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
1073
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1074
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1075
+ /**
1076
+ * <p>Provides the feedback for an authentication event whether it was from a valid user or
1077
+ * not. This feedback is used for improving the risk evaluation decision for the user pool
1078
+ * as part of Amazon Cognito advanced security.</p>
1079
+ */
1080
+ updateAuthEventFeedback(args: UpdateAuthEventFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAuthEventFeedbackCommandOutput>;
1081
+ updateAuthEventFeedback(args: UpdateAuthEventFeedbackCommandInput, cb: (err: any, data?: UpdateAuthEventFeedbackCommandOutput) => void): void;
1082
+ updateAuthEventFeedback(args: UpdateAuthEventFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAuthEventFeedbackCommandOutput) => void): void;
1083
+ /**
1084
+ * <p>Updates the device status.</p>
1085
+ */
1086
+ updateDeviceStatus(args: UpdateDeviceStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeviceStatusCommandOutput>;
1087
+ updateDeviceStatus(args: UpdateDeviceStatusCommandInput, cb: (err: any, data?: UpdateDeviceStatusCommandOutput) => void): void;
1088
+ updateDeviceStatus(args: UpdateDeviceStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeviceStatusCommandOutput) => void): void;
1089
+ /**
1090
+ * <p>Updates the specified group with the specified attributes.</p>
1091
+ * <p>Calling this action requires developer credentials.</p>
1092
+ */
1093
+ updateGroup(args: UpdateGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGroupCommandOutput>;
1094
+ updateGroup(args: UpdateGroupCommandInput, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
1095
+ updateGroup(args: UpdateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
1096
+ /**
1097
+ * <p>Updates identity provider information for a user pool.</p>
1098
+ */
1099
+ updateIdentityProvider(args: UpdateIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIdentityProviderCommandOutput>;
1100
+ updateIdentityProvider(args: UpdateIdentityProviderCommandInput, cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void): void;
1101
+ updateIdentityProvider(args: UpdateIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void): void;
1102
+ /**
1103
+ * <p>Updates the name and scopes of resource server. All other fields are read-only.</p>
1104
+ * <important>
1105
+ * <p>If you don't provide a value for an attribute, it will be set to the default
1106
+ * value.</p>
1107
+ * </important>
1108
+ */
1109
+ updateResourceServer(args: UpdateResourceServerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceServerCommandOutput>;
1110
+ updateResourceServer(args: UpdateResourceServerCommandInput, cb: (err: any, data?: UpdateResourceServerCommandOutput) => void): void;
1111
+ updateResourceServer(args: UpdateResourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceServerCommandOutput) => void): void;
1112
+ /**
1113
+ * <p>Allows a user to update a specific attribute (one at a time).</p>
1114
+ *
1115
+ * <note>
1116
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
1117
+ * telecom carriers require that you register an origination phone number before you can
1118
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
1119
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
1120
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
1121
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
1122
+ * in.</p>
1123
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
1124
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
1125
+ * mode</a>
1126
+ * </i>, you’ll have limitations, such as sending messages
1127
+ * to only verified phone numbers. After testing in the sandbox environment, you can
1128
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
1129
+ * Cognito Developer Guide</i>. </p>
1130
+ * </note>
1131
+ */
1132
+ updateUserAttributes(args: UpdateUserAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserAttributesCommandOutput>;
1133
+ updateUserAttributes(args: UpdateUserAttributesCommandInput, cb: (err: any, data?: UpdateUserAttributesCommandOutput) => void): void;
1134
+ updateUserAttributes(args: UpdateUserAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserAttributesCommandOutput) => void): void;
1135
+ /**
1136
+ * <p>Updates the specified user pool with the specified attributes. You can get a list of
1137
+ * the current user pool settings using <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeUserPool.html">DescribeUserPool</a>. If you don't provide a value for an attribute, it will be set to the default
1138
+ * value.</p>
1139
+ *
1140
+ * <note>
1141
+ * <p>This action might generate an SMS text message. Starting June 1, 2021, U.S.
1142
+ * telecom carriers require that you register an origination phone number before you can
1143
+ * send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito,
1144
+ * you must register a phone number with <a href="https://console.aws.amazon.com/pinpoint/home/">Amazon Pinpoint</a>.
1145
+ * Cognito will use the the registered number automatically. Otherwise, Cognito users that must
1146
+ * receive SMS messages might be unable to sign up, activate their accounts, or sign
1147
+ * in.</p>
1148
+ * <p>If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <i>
1149
+ * <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html">sandbox
1150
+ * mode</a>
1151
+ * </i>, you’ll have limitations, such as sending messages
1152
+ * to only verified phone numbers. After testing in the sandbox environment, you can
1153
+ * move out of the SMS sandbox and into production. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-sms-userpool-settings.html"> SMS message settings for Cognito User Pools</a> in the <i>Amazon
1154
+ * Cognito Developer Guide</i>. </p>
1155
+ * </note>
1156
+ */
1157
+ updateUserPool(args: UpdateUserPoolCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserPoolCommandOutput>;
1158
+ updateUserPool(args: UpdateUserPoolCommandInput, cb: (err: any, data?: UpdateUserPoolCommandOutput) => void): void;
1159
+ updateUserPool(args: UpdateUserPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPoolCommandOutput) => void): void;
1160
+ /**
1161
+ * <p>Updates the specified user pool app client with the specified attributes. You can get
1162
+ * a list of the current user pool app client settings using <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeUserPoolClient.html">DescribeUserPoolClient</a>.</p>
1163
+ * <important>
1164
+ * <p>If you don't provide a value for an attribute, it will be set to the default
1165
+ * value.</p>
1166
+ * </important>
1167
+ * <p>You can also use this operation to enable token revocation for user pool clients. For more information
1168
+ * about revoking tokens, see <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RevokeToken.html">RevokeToken</a>.</p>
1169
+ */
1170
+ updateUserPoolClient(args: UpdateUserPoolClientCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserPoolClientCommandOutput>;
1171
+ updateUserPoolClient(args: UpdateUserPoolClientCommandInput, cb: (err: any, data?: UpdateUserPoolClientCommandOutput) => void): void;
1172
+ updateUserPoolClient(args: UpdateUserPoolClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPoolClientCommandOutput) => void): void;
1173
+ /**
1174
+ * <p>Updates the Secure Sockets Layer (SSL) certificate for the custom domain for your user
1175
+ * pool.</p>
1176
+ * <p>You can use this operation to provide the Amazon Resource Name (ARN) of a new
1177
+ * certificate to Amazon Cognito. You cannot use it to change the domain for a user
1178
+ * pool.</p>
1179
+ * <p>A custom domain is used to host the Amazon Cognito hosted UI, which provides sign-up
1180
+ * and sign-in pages for your application. When you set up a custom domain, you provide a
1181
+ * certificate that you manage with Certificate Manager (ACM). When necessary, you can
1182
+ * use this operation to change the certificate that you applied to your custom
1183
+ * domain.</p>
1184
+ * <p>Usually, this is unnecessary following routine certificate renewal with ACM. When you
1185
+ * renew your existing certificate in ACM, the ARN for your certificate remains the same,
1186
+ * and your custom domain uses the new certificate automatically.</p>
1187
+ * <p>However, if you replace your existing certificate with a new one, ACM gives the new
1188
+ * certificate a new ARN. To apply the new certificate to your custom domain, you must
1189
+ * provide this ARN to Amazon Cognito.</p>
1190
+ * <p>When you add your new certificate in ACM, you must choose US East (N. Virginia) as the
1191
+ * Region.</p>
1192
+ * <p>After you submit your request, Amazon Cognito requires up to 1 hour to distribute your
1193
+ * new certificate to your custom domain.</p>
1194
+ * <p>For more information about adding a custom domain to your user pool, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-add-custom-domain.html">Using Your Own Domain for the Hosted UI</a>.</p>
1195
+ */
1196
+ updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserPoolDomainCommandOutput>;
1197
+ updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void): void;
1198
+ updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void): void;
1199
+ /**
1200
+ * <p>Use this API to register a user's entered TOTP code and mark the user's software token
1201
+ * MFA status as "verified" if successful. The request takes an access token or a session
1202
+ * string, but not both.</p>
1203
+ */
1204
+ verifySoftwareToken(args: VerifySoftwareTokenCommandInput, options?: __HttpHandlerOptions): Promise<VerifySoftwareTokenCommandOutput>;
1205
+ verifySoftwareToken(args: VerifySoftwareTokenCommandInput, cb: (err: any, data?: VerifySoftwareTokenCommandOutput) => void): void;
1206
+ verifySoftwareToken(args: VerifySoftwareTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifySoftwareTokenCommandOutput) => void): void;
1207
+ /**
1208
+ * <p>Verifies the specified user attributes in the user pool.</p>
1209
+ */
1210
+ verifyUserAttribute(args: VerifyUserAttributeCommandInput, options?: __HttpHandlerOptions): Promise<VerifyUserAttributeCommandOutput>;
1211
+ verifyUserAttribute(args: VerifyUserAttributeCommandInput, cb: (err: any, data?: VerifyUserAttributeCommandOutput) => void): void;
1212
+ verifyUserAttribute(args: VerifyUserAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifyUserAttributeCommandOutput) => void): void;
1213
+ }