@aws-sdk/client-cognito-identity-provider 3.34.0 → 3.37.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 (1350) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/CognitoIdentityProvider.js +1522 -0
  3. package/dist-cjs/CognitoIdentityProviderClient.js +34 -0
  4. package/dist-cjs/commands/AddCustomAttributesCommand.js +38 -0
  5. package/dist-cjs/commands/AdminAddUserToGroupCommand.js +38 -0
  6. package/dist-cjs/commands/AdminConfirmSignUpCommand.js +38 -0
  7. package/dist-cjs/commands/AdminCreateUserCommand.js +38 -0
  8. package/dist-cjs/commands/AdminDeleteUserAttributesCommand.js +38 -0
  9. package/dist-cjs/commands/AdminDeleteUserCommand.js +38 -0
  10. package/dist-cjs/commands/AdminDisableProviderForUserCommand.js +38 -0
  11. package/dist-cjs/commands/AdminDisableUserCommand.js +38 -0
  12. package/dist-cjs/commands/AdminEnableUserCommand.js +38 -0
  13. package/dist-cjs/commands/AdminForgetDeviceCommand.js +38 -0
  14. package/dist-cjs/commands/AdminGetDeviceCommand.js +38 -0
  15. package/dist-cjs/commands/AdminGetUserCommand.js +38 -0
  16. package/dist-cjs/commands/AdminInitiateAuthCommand.js +38 -0
  17. package/dist-cjs/commands/AdminLinkProviderForUserCommand.js +38 -0
  18. package/dist-cjs/commands/AdminListDevicesCommand.js +38 -0
  19. package/dist-cjs/commands/AdminListGroupsForUserCommand.js +38 -0
  20. package/dist-cjs/commands/AdminListUserAuthEventsCommand.js +38 -0
  21. package/dist-cjs/commands/AdminRemoveUserFromGroupCommand.js +38 -0
  22. package/dist-cjs/commands/AdminResetUserPasswordCommand.js +38 -0
  23. package/dist-cjs/commands/AdminRespondToAuthChallengeCommand.js +38 -0
  24. package/dist-cjs/commands/AdminSetUserMFAPreferenceCommand.js +38 -0
  25. package/dist-cjs/commands/AdminSetUserPasswordCommand.js +38 -0
  26. package/dist-cjs/commands/AdminSetUserSettingsCommand.js +38 -0
  27. package/dist-cjs/commands/AdminUpdateAuthEventFeedbackCommand.js +38 -0
  28. package/dist-cjs/commands/AdminUpdateDeviceStatusCommand.js +38 -0
  29. package/dist-cjs/commands/AdminUpdateUserAttributesCommand.js +38 -0
  30. package/dist-cjs/commands/AdminUserGlobalSignOutCommand.js +38 -0
  31. package/dist-cjs/commands/AssociateSoftwareTokenCommand.js +38 -0
  32. package/dist-cjs/commands/ChangePasswordCommand.js +36 -0
  33. package/dist-cjs/commands/ConfirmDeviceCommand.js +38 -0
  34. package/dist-cjs/commands/ConfirmForgotPasswordCommand.js +36 -0
  35. package/dist-cjs/commands/ConfirmSignUpCommand.js +36 -0
  36. package/dist-cjs/commands/CreateGroupCommand.js +38 -0
  37. package/dist-cjs/commands/CreateIdentityProviderCommand.js +38 -0
  38. package/dist-cjs/commands/CreateResourceServerCommand.js +38 -0
  39. package/dist-cjs/commands/CreateUserImportJobCommand.js +38 -0
  40. package/dist-cjs/commands/CreateUserPoolClientCommand.js +38 -0
  41. package/dist-cjs/commands/CreateUserPoolCommand.js +38 -0
  42. package/dist-cjs/commands/CreateUserPoolDomainCommand.js +38 -0
  43. package/dist-cjs/commands/DeleteGroupCommand.js +38 -0
  44. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +38 -0
  45. package/dist-cjs/commands/DeleteResourceServerCommand.js +38 -0
  46. package/dist-cjs/commands/DeleteUserAttributesCommand.js +36 -0
  47. package/dist-cjs/commands/DeleteUserCommand.js +36 -0
  48. package/dist-cjs/commands/DeleteUserPoolClientCommand.js +38 -0
  49. package/dist-cjs/commands/DeleteUserPoolCommand.js +38 -0
  50. package/dist-cjs/commands/DeleteUserPoolDomainCommand.js +38 -0
  51. package/dist-cjs/commands/DescribeIdentityProviderCommand.js +38 -0
  52. package/dist-cjs/commands/DescribeResourceServerCommand.js +38 -0
  53. package/dist-cjs/commands/DescribeRiskConfigurationCommand.js +38 -0
  54. package/dist-cjs/commands/DescribeUserImportJobCommand.js +38 -0
  55. package/dist-cjs/commands/DescribeUserPoolClientCommand.js +38 -0
  56. package/dist-cjs/commands/DescribeUserPoolCommand.js +38 -0
  57. package/dist-cjs/commands/DescribeUserPoolDomainCommand.js +38 -0
  58. package/dist-cjs/commands/ForgetDeviceCommand.js +38 -0
  59. package/dist-cjs/commands/ForgotPasswordCommand.js +36 -0
  60. package/dist-cjs/commands/GetCSVHeaderCommand.js +38 -0
  61. package/dist-cjs/commands/GetDeviceCommand.js +38 -0
  62. package/dist-cjs/commands/GetGroupCommand.js +38 -0
  63. package/dist-cjs/commands/GetIdentityProviderByIdentifierCommand.js +38 -0
  64. package/dist-cjs/commands/GetSigningCertificateCommand.js +38 -0
  65. package/dist-cjs/commands/GetUICustomizationCommand.js +38 -0
  66. package/dist-cjs/commands/GetUserAttributeVerificationCodeCommand.js +36 -0
  67. package/dist-cjs/commands/GetUserCommand.js +36 -0
  68. package/dist-cjs/commands/GetUserPoolMfaConfigCommand.js +38 -0
  69. package/dist-cjs/commands/GlobalSignOutCommand.js +38 -0
  70. package/dist-cjs/commands/InitiateAuthCommand.js +36 -0
  71. package/dist-cjs/commands/ListDevicesCommand.js +38 -0
  72. package/dist-cjs/commands/ListGroupsCommand.js +38 -0
  73. package/dist-cjs/commands/ListIdentityProvidersCommand.js +38 -0
  74. package/dist-cjs/commands/ListResourceServersCommand.js +38 -0
  75. package/dist-cjs/commands/ListTagsForResourceCommand.js +38 -0
  76. package/dist-cjs/commands/ListUserImportJobsCommand.js +38 -0
  77. package/dist-cjs/commands/ListUserPoolClientsCommand.js +38 -0
  78. package/dist-cjs/commands/ListUserPoolsCommand.js +38 -0
  79. package/dist-cjs/commands/ListUsersCommand.js +38 -0
  80. package/dist-cjs/commands/ListUsersInGroupCommand.js +38 -0
  81. package/dist-cjs/commands/ResendConfirmationCodeCommand.js +36 -0
  82. package/dist-cjs/commands/RespondToAuthChallengeCommand.js +36 -0
  83. package/dist-cjs/commands/RevokeTokenCommand.js +38 -0
  84. package/dist-cjs/commands/SetRiskConfigurationCommand.js +38 -0
  85. package/dist-cjs/commands/SetUICustomizationCommand.js +38 -0
  86. package/dist-cjs/commands/SetUserMFAPreferenceCommand.js +38 -0
  87. package/dist-cjs/commands/SetUserPoolMfaConfigCommand.js +38 -0
  88. package/dist-cjs/commands/SetUserSettingsCommand.js +36 -0
  89. package/dist-cjs/commands/SignUpCommand.js +36 -0
  90. package/dist-cjs/commands/StartUserImportJobCommand.js +39 -0
  91. package/dist-cjs/commands/StopUserImportJobCommand.js +38 -0
  92. package/dist-cjs/commands/TagResourceCommand.js +38 -0
  93. package/dist-cjs/commands/UntagResourceCommand.js +38 -0
  94. package/dist-cjs/commands/UpdateAuthEventFeedbackCommand.js +38 -0
  95. package/dist-cjs/commands/UpdateDeviceStatusCommand.js +38 -0
  96. package/dist-cjs/commands/UpdateGroupCommand.js +38 -0
  97. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +38 -0
  98. package/dist-cjs/commands/UpdateResourceServerCommand.js +38 -0
  99. package/dist-cjs/commands/UpdateUserAttributesCommand.js +36 -0
  100. package/dist-cjs/commands/UpdateUserPoolClientCommand.js +38 -0
  101. package/dist-cjs/commands/UpdateUserPoolCommand.js +38 -0
  102. package/dist-cjs/commands/UpdateUserPoolDomainCommand.js +38 -0
  103. package/dist-cjs/commands/VerifySoftwareTokenCommand.js +38 -0
  104. package/dist-cjs/commands/VerifyUserAttributeCommand.js +36 -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 +1963 -0
  109. package/dist-cjs/models/models_1.js +201 -0
  110. package/dist-cjs/pagination/AdminListGroupsForUserPaginator.js +35 -0
  111. package/dist-cjs/pagination/AdminListUserAuthEventsPaginator.js +35 -0
  112. package/dist-cjs/pagination/Interfaces.js +2 -0
  113. package/dist-cjs/pagination/ListGroupsPaginator.js +35 -0
  114. package/dist-cjs/pagination/ListIdentityProvidersPaginator.js +35 -0
  115. package/dist-cjs/pagination/ListResourceServersPaginator.js +35 -0
  116. package/dist-cjs/pagination/ListUserPoolClientsPaginator.js +35 -0
  117. package/dist-cjs/pagination/ListUserPoolsPaginator.js +35 -0
  118. package/dist-cjs/pagination/ListUsersInGroupPaginator.js +35 -0
  119. package/dist-cjs/pagination/ListUsersPaginator.js +35 -0
  120. package/dist-cjs/protocols/Aws_json1_1.js +15313 -0
  121. package/dist-cjs/runtimeConfig.browser.js +37 -0
  122. package/dist-cjs/runtimeConfig.js +42 -0
  123. package/dist-cjs/runtimeConfig.native.js +16 -0
  124. package/dist-cjs/runtimeConfig.shared.js +17 -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 → dist-types}/runtimeConfig.native.d.ts +0 -0
  370. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  371. package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +510 -0
  372. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +168 -0
  373. package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +17 -0
  374. package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +17 -0
  375. package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +17 -0
  376. package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +17 -0
  377. package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +17 -0
  378. package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +17 -0
  379. package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +17 -0
  380. package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +17 -0
  381. package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +17 -0
  382. package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +17 -0
  383. package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +17 -0
  384. package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +17 -0
  385. package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +17 -0
  386. package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +17 -0
  387. package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +17 -0
  388. package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +17 -0
  389. package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +17 -0
  390. package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +17 -0
  391. package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +17 -0
  392. package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +17 -0
  393. package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +17 -0
  394. package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +17 -0
  395. package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +17 -0
  396. package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +17 -0
  397. package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +17 -0
  398. package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +17 -0
  399. package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +17 -0
  400. package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +17 -0
  401. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +17 -0
  402. package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +17 -0
  403. package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +17 -0
  404. package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +17 -0
  405. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +17 -0
  406. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +17 -0
  407. package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +17 -0
  408. package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +17 -0
  409. package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +17 -0
  410. package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +17 -0
  411. package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +17 -0
  412. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +17 -0
  413. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +17 -0
  414. package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +17 -0
  415. package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +17 -0
  416. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
  417. package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +17 -0
  418. package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +17 -0
  419. package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +17 -0
  420. package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +17 -0
  421. package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +17 -0
  422. package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +17 -0
  423. package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +17 -0
  424. package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +17 -0
  425. package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +17 -0
  426. package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +17 -0
  427. package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +17 -0
  428. package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +17 -0
  429. package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +17 -0
  430. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +17 -0
  431. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +17 -0
  432. package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +17 -0
  433. package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +17 -0
  434. package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +17 -0
  435. package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +17 -0
  436. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +17 -0
  437. package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +17 -0
  438. package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +17 -0
  439. package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +17 -0
  440. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
  441. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +17 -0
  442. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +17 -0
  443. package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +17 -0
  444. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  445. package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +17 -0
  446. package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +17 -0
  447. package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +17 -0
  448. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
  449. package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +17 -0
  450. package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +17 -0
  451. package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +17 -0
  452. package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +17 -0
  453. package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +17 -0
  454. package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +17 -0
  455. package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +17 -0
  456. package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +17 -0
  457. package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +17 -0
  458. package/dist-types/ts3.4/commands/SignUpCommand.d.ts +17 -0
  459. package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +18 -0
  460. package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +17 -0
  461. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  462. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  463. package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +17 -0
  464. package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +17 -0
  465. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +17 -0
  466. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +17 -0
  467. package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +17 -0
  468. package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +17 -0
  469. package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +17 -0
  470. package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +17 -0
  471. package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +17 -0
  472. package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +17 -0
  473. package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +17 -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/ts3.4/models/models_0.d.ts +3566 -0
  478. package/dist-types/ts3.4/models/models_1.d.ts +391 -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 +36 -0
  491. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  492. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  493. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  494. package/package.json +45 -42
  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 -1526
  846. package/dist/es/CognitoIdentityProvider.js.map +0 -1
  847. package/dist/es/CognitoIdentityProviderClient.js +0 -37
  848. package/dist/es/CognitoIdentityProviderClient.js.map +0 -1
  849. package/dist/es/commands/AddCustomAttributesCommand.js +0 -42
  850. package/dist/es/commands/AddCustomAttributesCommand.js.map +0 -1
  851. package/dist/es/commands/AdminAddUserToGroupCommand.js +0 -42
  852. package/dist/es/commands/AdminAddUserToGroupCommand.js.map +0 -1
  853. package/dist/es/commands/AdminConfirmSignUpCommand.js +0 -42
  854. package/dist/es/commands/AdminConfirmSignUpCommand.js.map +0 -1
  855. package/dist/es/commands/AdminCreateUserCommand.js +0 -42
  856. package/dist/es/commands/AdminCreateUserCommand.js.map +0 -1
  857. package/dist/es/commands/AdminDeleteUserAttributesCommand.js +0 -42
  858. package/dist/es/commands/AdminDeleteUserAttributesCommand.js.map +0 -1
  859. package/dist/es/commands/AdminDeleteUserCommand.js +0 -42
  860. package/dist/es/commands/AdminDeleteUserCommand.js.map +0 -1
  861. package/dist/es/commands/AdminDisableProviderForUserCommand.js +0 -42
  862. package/dist/es/commands/AdminDisableProviderForUserCommand.js.map +0 -1
  863. package/dist/es/commands/AdminDisableUserCommand.js +0 -42
  864. package/dist/es/commands/AdminDisableUserCommand.js.map +0 -1
  865. package/dist/es/commands/AdminEnableUserCommand.js +0 -42
  866. package/dist/es/commands/AdminEnableUserCommand.js.map +0 -1
  867. package/dist/es/commands/AdminForgetDeviceCommand.js +0 -42
  868. package/dist/es/commands/AdminForgetDeviceCommand.js.map +0 -1
  869. package/dist/es/commands/AdminGetDeviceCommand.js +0 -42
  870. package/dist/es/commands/AdminGetDeviceCommand.js.map +0 -1
  871. package/dist/es/commands/AdminGetUserCommand.js +0 -42
  872. package/dist/es/commands/AdminGetUserCommand.js.map +0 -1
  873. package/dist/es/commands/AdminInitiateAuthCommand.js +0 -42
  874. package/dist/es/commands/AdminInitiateAuthCommand.js.map +0 -1
  875. package/dist/es/commands/AdminLinkProviderForUserCommand.js +0 -42
  876. package/dist/es/commands/AdminLinkProviderForUserCommand.js.map +0 -1
  877. package/dist/es/commands/AdminListDevicesCommand.js +0 -42
  878. package/dist/es/commands/AdminListDevicesCommand.js.map +0 -1
  879. package/dist/es/commands/AdminListGroupsForUserCommand.js +0 -42
  880. package/dist/es/commands/AdminListGroupsForUserCommand.js.map +0 -1
  881. package/dist/es/commands/AdminListUserAuthEventsCommand.js +0 -42
  882. package/dist/es/commands/AdminListUserAuthEventsCommand.js.map +0 -1
  883. package/dist/es/commands/AdminRemoveUserFromGroupCommand.js +0 -42
  884. package/dist/es/commands/AdminRemoveUserFromGroupCommand.js.map +0 -1
  885. package/dist/es/commands/AdminResetUserPasswordCommand.js +0 -42
  886. package/dist/es/commands/AdminResetUserPasswordCommand.js.map +0 -1
  887. package/dist/es/commands/AdminRespondToAuthChallengeCommand.js +0 -42
  888. package/dist/es/commands/AdminRespondToAuthChallengeCommand.js.map +0 -1
  889. package/dist/es/commands/AdminSetUserMFAPreferenceCommand.js +0 -42
  890. package/dist/es/commands/AdminSetUserMFAPreferenceCommand.js.map +0 -1
  891. package/dist/es/commands/AdminSetUserPasswordCommand.js +0 -42
  892. package/dist/es/commands/AdminSetUserPasswordCommand.js.map +0 -1
  893. package/dist/es/commands/AdminSetUserSettingsCommand.js +0 -42
  894. package/dist/es/commands/AdminSetUserSettingsCommand.js.map +0 -1
  895. package/dist/es/commands/AdminUpdateAuthEventFeedbackCommand.js +0 -42
  896. package/dist/es/commands/AdminUpdateAuthEventFeedbackCommand.js.map +0 -1
  897. package/dist/es/commands/AdminUpdateDeviceStatusCommand.js +0 -42
  898. package/dist/es/commands/AdminUpdateDeviceStatusCommand.js.map +0 -1
  899. package/dist/es/commands/AdminUpdateUserAttributesCommand.js +0 -42
  900. package/dist/es/commands/AdminUpdateUserAttributesCommand.js.map +0 -1
  901. package/dist/es/commands/AdminUserGlobalSignOutCommand.js +0 -42
  902. package/dist/es/commands/AdminUserGlobalSignOutCommand.js.map +0 -1
  903. package/dist/es/commands/AssociateSoftwareTokenCommand.js +0 -42
  904. package/dist/es/commands/AssociateSoftwareTokenCommand.js.map +0 -1
  905. package/dist/es/commands/ChangePasswordCommand.js +0 -40
  906. package/dist/es/commands/ChangePasswordCommand.js.map +0 -1
  907. package/dist/es/commands/ConfirmDeviceCommand.js +0 -42
  908. package/dist/es/commands/ConfirmDeviceCommand.js.map +0 -1
  909. package/dist/es/commands/ConfirmForgotPasswordCommand.js +0 -40
  910. package/dist/es/commands/ConfirmForgotPasswordCommand.js.map +0 -1
  911. package/dist/es/commands/ConfirmSignUpCommand.js +0 -40
  912. package/dist/es/commands/ConfirmSignUpCommand.js.map +0 -1
  913. package/dist/es/commands/CreateGroupCommand.js +0 -42
  914. package/dist/es/commands/CreateGroupCommand.js.map +0 -1
  915. package/dist/es/commands/CreateIdentityProviderCommand.js +0 -42
  916. package/dist/es/commands/CreateIdentityProviderCommand.js.map +0 -1
  917. package/dist/es/commands/CreateResourceServerCommand.js +0 -42
  918. package/dist/es/commands/CreateResourceServerCommand.js.map +0 -1
  919. package/dist/es/commands/CreateUserImportJobCommand.js +0 -42
  920. package/dist/es/commands/CreateUserImportJobCommand.js.map +0 -1
  921. package/dist/es/commands/CreateUserPoolClientCommand.js +0 -42
  922. package/dist/es/commands/CreateUserPoolClientCommand.js.map +0 -1
  923. package/dist/es/commands/CreateUserPoolCommand.js +0 -42
  924. package/dist/es/commands/CreateUserPoolCommand.js.map +0 -1
  925. package/dist/es/commands/CreateUserPoolDomainCommand.js +0 -42
  926. package/dist/es/commands/CreateUserPoolDomainCommand.js.map +0 -1
  927. package/dist/es/commands/DeleteGroupCommand.js +0 -42
  928. package/dist/es/commands/DeleteGroupCommand.js.map +0 -1
  929. package/dist/es/commands/DeleteIdentityProviderCommand.js +0 -42
  930. package/dist/es/commands/DeleteIdentityProviderCommand.js.map +0 -1
  931. package/dist/es/commands/DeleteResourceServerCommand.js +0 -42
  932. package/dist/es/commands/DeleteResourceServerCommand.js.map +0 -1
  933. package/dist/es/commands/DeleteUserAttributesCommand.js +0 -40
  934. package/dist/es/commands/DeleteUserAttributesCommand.js.map +0 -1
  935. package/dist/es/commands/DeleteUserCommand.js +0 -40
  936. package/dist/es/commands/DeleteUserCommand.js.map +0 -1
  937. package/dist/es/commands/DeleteUserPoolClientCommand.js +0 -42
  938. package/dist/es/commands/DeleteUserPoolClientCommand.js.map +0 -1
  939. package/dist/es/commands/DeleteUserPoolCommand.js +0 -42
  940. package/dist/es/commands/DeleteUserPoolCommand.js.map +0 -1
  941. package/dist/es/commands/DeleteUserPoolDomainCommand.js +0 -42
  942. package/dist/es/commands/DeleteUserPoolDomainCommand.js.map +0 -1
  943. package/dist/es/commands/DescribeIdentityProviderCommand.js +0 -42
  944. package/dist/es/commands/DescribeIdentityProviderCommand.js.map +0 -1
  945. package/dist/es/commands/DescribeResourceServerCommand.js +0 -42
  946. package/dist/es/commands/DescribeResourceServerCommand.js.map +0 -1
  947. package/dist/es/commands/DescribeRiskConfigurationCommand.js +0 -42
  948. package/dist/es/commands/DescribeRiskConfigurationCommand.js.map +0 -1
  949. package/dist/es/commands/DescribeUserImportJobCommand.js +0 -42
  950. package/dist/es/commands/DescribeUserImportJobCommand.js.map +0 -1
  951. package/dist/es/commands/DescribeUserPoolClientCommand.js +0 -42
  952. package/dist/es/commands/DescribeUserPoolClientCommand.js.map +0 -1
  953. package/dist/es/commands/DescribeUserPoolCommand.js +0 -42
  954. package/dist/es/commands/DescribeUserPoolCommand.js.map +0 -1
  955. package/dist/es/commands/DescribeUserPoolDomainCommand.js +0 -42
  956. package/dist/es/commands/DescribeUserPoolDomainCommand.js.map +0 -1
  957. package/dist/es/commands/ForgetDeviceCommand.js +0 -42
  958. package/dist/es/commands/ForgetDeviceCommand.js.map +0 -1
  959. package/dist/es/commands/ForgotPasswordCommand.js +0 -40
  960. package/dist/es/commands/ForgotPasswordCommand.js.map +0 -1
  961. package/dist/es/commands/GetCSVHeaderCommand.js +0 -42
  962. package/dist/es/commands/GetCSVHeaderCommand.js.map +0 -1
  963. package/dist/es/commands/GetDeviceCommand.js +0 -42
  964. package/dist/es/commands/GetDeviceCommand.js.map +0 -1
  965. package/dist/es/commands/GetGroupCommand.js +0 -42
  966. package/dist/es/commands/GetGroupCommand.js.map +0 -1
  967. package/dist/es/commands/GetIdentityProviderByIdentifierCommand.js +0 -42
  968. package/dist/es/commands/GetIdentityProviderByIdentifierCommand.js.map +0 -1
  969. package/dist/es/commands/GetSigningCertificateCommand.js +0 -42
  970. package/dist/es/commands/GetSigningCertificateCommand.js.map +0 -1
  971. package/dist/es/commands/GetUICustomizationCommand.js +0 -42
  972. package/dist/es/commands/GetUICustomizationCommand.js.map +0 -1
  973. package/dist/es/commands/GetUserAttributeVerificationCodeCommand.js +0 -40
  974. package/dist/es/commands/GetUserAttributeVerificationCodeCommand.js.map +0 -1
  975. package/dist/es/commands/GetUserCommand.js +0 -40
  976. package/dist/es/commands/GetUserCommand.js.map +0 -1
  977. package/dist/es/commands/GetUserPoolMfaConfigCommand.js +0 -42
  978. package/dist/es/commands/GetUserPoolMfaConfigCommand.js.map +0 -1
  979. package/dist/es/commands/GlobalSignOutCommand.js +0 -42
  980. package/dist/es/commands/GlobalSignOutCommand.js.map +0 -1
  981. package/dist/es/commands/InitiateAuthCommand.js +0 -40
  982. package/dist/es/commands/InitiateAuthCommand.js.map +0 -1
  983. package/dist/es/commands/ListDevicesCommand.js +0 -42
  984. package/dist/es/commands/ListDevicesCommand.js.map +0 -1
  985. package/dist/es/commands/ListGroupsCommand.js +0 -42
  986. package/dist/es/commands/ListGroupsCommand.js.map +0 -1
  987. package/dist/es/commands/ListIdentityProvidersCommand.js +0 -42
  988. package/dist/es/commands/ListIdentityProvidersCommand.js.map +0 -1
  989. package/dist/es/commands/ListResourceServersCommand.js +0 -42
  990. package/dist/es/commands/ListResourceServersCommand.js.map +0 -1
  991. package/dist/es/commands/ListTagsForResourceCommand.js +0 -42
  992. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  993. package/dist/es/commands/ListUserImportJobsCommand.js +0 -42
  994. package/dist/es/commands/ListUserImportJobsCommand.js.map +0 -1
  995. package/dist/es/commands/ListUserPoolClientsCommand.js +0 -42
  996. package/dist/es/commands/ListUserPoolClientsCommand.js.map +0 -1
  997. package/dist/es/commands/ListUserPoolsCommand.js +0 -42
  998. package/dist/es/commands/ListUserPoolsCommand.js.map +0 -1
  999. package/dist/es/commands/ListUsersCommand.js +0 -42
  1000. package/dist/es/commands/ListUsersCommand.js.map +0 -1
  1001. package/dist/es/commands/ListUsersInGroupCommand.js +0 -42
  1002. package/dist/es/commands/ListUsersInGroupCommand.js.map +0 -1
  1003. package/dist/es/commands/ResendConfirmationCodeCommand.js +0 -40
  1004. package/dist/es/commands/ResendConfirmationCodeCommand.js.map +0 -1
  1005. package/dist/es/commands/RespondToAuthChallengeCommand.js +0 -40
  1006. package/dist/es/commands/RespondToAuthChallengeCommand.js.map +0 -1
  1007. package/dist/es/commands/RevokeTokenCommand.js +0 -42
  1008. package/dist/es/commands/RevokeTokenCommand.js.map +0 -1
  1009. package/dist/es/commands/SetRiskConfigurationCommand.js +0 -42
  1010. package/dist/es/commands/SetRiskConfigurationCommand.js.map +0 -1
  1011. package/dist/es/commands/SetUICustomizationCommand.js +0 -42
  1012. package/dist/es/commands/SetUICustomizationCommand.js.map +0 -1
  1013. package/dist/es/commands/SetUserMFAPreferenceCommand.js +0 -42
  1014. package/dist/es/commands/SetUserMFAPreferenceCommand.js.map +0 -1
  1015. package/dist/es/commands/SetUserPoolMfaConfigCommand.js +0 -42
  1016. package/dist/es/commands/SetUserPoolMfaConfigCommand.js.map +0 -1
  1017. package/dist/es/commands/SetUserSettingsCommand.js +0 -40
  1018. package/dist/es/commands/SetUserSettingsCommand.js.map +0 -1
  1019. package/dist/es/commands/SignUpCommand.js +0 -40
  1020. package/dist/es/commands/SignUpCommand.js.map +0 -1
  1021. package/dist/es/commands/StartUserImportJobCommand.js +0 -43
  1022. package/dist/es/commands/StartUserImportJobCommand.js.map +0 -1
  1023. package/dist/es/commands/StopUserImportJobCommand.js +0 -42
  1024. package/dist/es/commands/StopUserImportJobCommand.js.map +0 -1
  1025. package/dist/es/commands/TagResourceCommand.js +0 -42
  1026. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  1027. package/dist/es/commands/UntagResourceCommand.js +0 -42
  1028. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  1029. package/dist/es/commands/UpdateAuthEventFeedbackCommand.js +0 -42
  1030. package/dist/es/commands/UpdateAuthEventFeedbackCommand.js.map +0 -1
  1031. package/dist/es/commands/UpdateDeviceStatusCommand.js +0 -42
  1032. package/dist/es/commands/UpdateDeviceStatusCommand.js.map +0 -1
  1033. package/dist/es/commands/UpdateGroupCommand.js +0 -42
  1034. package/dist/es/commands/UpdateGroupCommand.js.map +0 -1
  1035. package/dist/es/commands/UpdateIdentityProviderCommand.js +0 -42
  1036. package/dist/es/commands/UpdateIdentityProviderCommand.js.map +0 -1
  1037. package/dist/es/commands/UpdateResourceServerCommand.js +0 -42
  1038. package/dist/es/commands/UpdateResourceServerCommand.js.map +0 -1
  1039. package/dist/es/commands/UpdateUserAttributesCommand.js +0 -40
  1040. package/dist/es/commands/UpdateUserAttributesCommand.js.map +0 -1
  1041. package/dist/es/commands/UpdateUserPoolClientCommand.js +0 -42
  1042. package/dist/es/commands/UpdateUserPoolClientCommand.js.map +0 -1
  1043. package/dist/es/commands/UpdateUserPoolCommand.js +0 -42
  1044. package/dist/es/commands/UpdateUserPoolCommand.js.map +0 -1
  1045. package/dist/es/commands/UpdateUserPoolDomainCommand.js +0 -42
  1046. package/dist/es/commands/UpdateUserPoolDomainCommand.js.map +0 -1
  1047. package/dist/es/commands/VerifySoftwareTokenCommand.js +0 -42
  1048. package/dist/es/commands/VerifySoftwareTokenCommand.js.map +0 -1
  1049. package/dist/es/commands/VerifyUserAttributeCommand.js +0 -40
  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 -1318
  1058. package/dist/es/models/models_0.js.map +0 -1
  1059. package/dist/es/models/models_1.js +0 -131
  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 -75
  1063. package/dist/es/pagination/AdminListGroupsForUserPaginator.js.map +0 -1
  1064. package/dist/es/pagination/AdminListUserAuthEventsPaginator.js +0 -75
  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 -75
  1069. package/dist/es/pagination/ListGroupsPaginator.js.map +0 -1
  1070. package/dist/es/pagination/ListIdentityProvidersPaginator.js +0 -75
  1071. package/dist/es/pagination/ListIdentityProvidersPaginator.js.map +0 -1
  1072. package/dist/es/pagination/ListResourceServersPaginator.js +0 -75
  1073. package/dist/es/pagination/ListResourceServersPaginator.js.map +0 -1
  1074. package/dist/es/pagination/ListUserPoolClientsPaginator.js +0 -75
  1075. package/dist/es/pagination/ListUserPoolClientsPaginator.js.map +0 -1
  1076. package/dist/es/pagination/ListUserPoolsPaginator.js +0 -75
  1077. package/dist/es/pagination/ListUserPoolsPaginator.js.map +0 -1
  1078. package/dist/es/pagination/ListUsersInGroupPaginator.js +0 -75
  1079. package/dist/es/pagination/ListUsersInGroupPaginator.js.map +0 -1
  1080. package/dist/es/pagination/ListUsersPaginator.js +0 -75
  1081. package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
  1082. package/dist/es/protocols/Aws_json1_1.js +0 -15619
  1083. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  1084. package/dist/es/runtimeConfig.browser.js +0 -17
  1085. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1086. package/dist/es/runtimeConfig.js +0 -22
  1087. package/dist/es/runtimeConfig.js.map +0 -1
  1088. package/dist/es/runtimeConfig.native.js +0 -9
  1089. package/dist/es/runtimeConfig.native.js.map +0 -1
  1090. package/dist/es/runtimeConfig.shared.js +0 -14
  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 -37
  1208. package/dist/types/runtimeConfig.d.ts +0 -37
  1209. package/dist/types/ts3.4/CognitoIdentityProvider.d.ts +0 -1213
  1210. package/dist/types/ts3.4/CognitoIdentityProviderClient.d.ts +0 -239
  1211. package/dist/types/ts3.4/commands/AddCustomAttributesCommand.d.ts +0 -35
  1212. package/dist/types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +0 -36
  1213. package/dist/types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +0 -37
  1214. package/dist/types/ts3.4/commands/AdminCreateUserCommand.d.ts +0 -64
  1215. package/dist/types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +0 -37
  1216. package/dist/types/ts3.4/commands/AdminDeleteUserCommand.d.ts +0 -36
  1217. package/dist/types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +0 -62
  1218. package/dist/types/ts3.4/commands/AdminDisableUserCommand.d.ts +0 -36
  1219. package/dist/types/ts3.4/commands/AdminEnableUserCommand.d.ts +0 -36
  1220. package/dist/types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +0 -36
  1221. package/dist/types/ts3.4/commands/AdminGetDeviceCommand.d.ts +0 -36
  1222. package/dist/types/ts3.4/commands/AdminGetUserCommand.d.ts +0 -37
  1223. package/dist/types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +0 -55
  1224. package/dist/types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +0 -55
  1225. package/dist/types/ts3.4/commands/AdminListDevicesCommand.d.ts +0 -36
  1226. package/dist/types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +0 -36
  1227. package/dist/types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +0 -36
  1228. package/dist/types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +0 -36
  1229. package/dist/types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +0 -64
  1230. package/dist/types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +0 -54
  1231. package/dist/types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +0 -39
  1232. package/dist/types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +0 -44
  1233. package/dist/types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +0 -38
  1234. package/dist/types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +0 -37
  1235. package/dist/types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +0 -36
  1236. package/dist/types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +0 -59
  1237. package/dist/types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +0 -38
  1238. package/dist/types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +0 -44
  1239. package/dist/types/ts3.4/commands/ChangePasswordCommand.d.ts +0 -35
  1240. package/dist/types/ts3.4/commands/ConfirmDeviceCommand.d.ts +0 -36
  1241. package/dist/types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +0 -35
  1242. package/dist/types/ts3.4/commands/ConfirmSignUpCommand.d.ts +0 -36
  1243. package/dist/types/ts3.4/commands/CreateGroupCommand.d.ts +0 -36
  1244. package/dist/types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +0 -35
  1245. package/dist/types/ts3.4/commands/CreateResourceServerCommand.d.ts +0 -35
  1246. package/dist/types/ts3.4/commands/CreateUserImportJobCommand.d.ts +0 -35
  1247. package/dist/types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +0 -37
  1248. package/dist/types/ts3.4/commands/CreateUserPoolCommand.d.ts +0 -53
  1249. package/dist/types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +0 -35
  1250. package/dist/types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -36
  1251. package/dist/types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +0 -35
  1252. package/dist/types/ts3.4/commands/DeleteResourceServerCommand.d.ts +0 -35
  1253. package/dist/types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +0 -35
  1254. package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -35
  1255. package/dist/types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +0 -35
  1256. package/dist/types/ts3.4/commands/DeleteUserPoolCommand.d.ts +0 -35
  1257. package/dist/types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +0 -35
  1258. package/dist/types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +0 -35
  1259. package/dist/types/ts3.4/commands/DescribeResourceServerCommand.d.ts +0 -35
  1260. package/dist/types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +0 -35
  1261. package/dist/types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +0 -35
  1262. package/dist/types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +0 -36
  1263. package/dist/types/ts3.4/commands/DescribeUserPoolCommand.d.ts +0 -35
  1264. package/dist/types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +0 -35
  1265. package/dist/types/ts3.4/commands/ForgetDeviceCommand.d.ts +0 -35
  1266. package/dist/types/ts3.4/commands/ForgotPasswordCommand.d.ts +0 -59
  1267. package/dist/types/ts3.4/commands/GetCSVHeaderCommand.d.ts +0 -36
  1268. package/dist/types/ts3.4/commands/GetDeviceCommand.d.ts +0 -35
  1269. package/dist/types/ts3.4/commands/GetGroupCommand.d.ts +0 -36
  1270. package/dist/types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +0 -35
  1271. package/dist/types/ts3.4/commands/GetSigningCertificateCommand.d.ts +0 -35
  1272. package/dist/types/ts3.4/commands/GetUICustomizationCommand.d.ts +0 -38
  1273. package/dist/types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +0 -52
  1274. package/dist/types/ts3.4/commands/GetUserCommand.d.ts +0 -35
  1275. package/dist/types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +0 -35
  1276. package/dist/types/ts3.4/commands/GlobalSignOutCommand.d.ts +0 -37
  1277. package/dist/types/ts3.4/commands/InitiateAuthCommand.d.ts +0 -52
  1278. package/dist/types/ts3.4/commands/ListDevicesCommand.d.ts +0 -35
  1279. package/dist/types/ts3.4/commands/ListGroupsCommand.d.ts +0 -36
  1280. package/dist/types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +0 -35
  1281. package/dist/types/ts3.4/commands/ListResourceServersCommand.d.ts +0 -35
  1282. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
  1283. package/dist/types/ts3.4/commands/ListUserImportJobsCommand.d.ts +0 -35
  1284. package/dist/types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +0 -35
  1285. package/dist/types/ts3.4/commands/ListUserPoolsCommand.d.ts +0 -35
  1286. package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
  1287. package/dist/types/ts3.4/commands/ListUsersInGroupCommand.d.ts +0 -36
  1288. package/dist/types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +0 -53
  1289. package/dist/types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +0 -52
  1290. package/dist/types/ts3.4/commands/RevokeTokenCommand.d.ts +0 -36
  1291. package/dist/types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +0 -39
  1292. package/dist/types/ts3.4/commands/SetUICustomizationCommand.d.ts +0 -46
  1293. package/dist/types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +0 -43
  1294. package/dist/types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +0 -52
  1295. package/dist/types/ts3.4/commands/SetUserSettingsCommand.d.ts +0 -38
  1296. package/dist/types/ts3.4/commands/SignUpCommand.d.ts +0 -53
  1297. package/dist/types/ts3.4/commands/StartUserImportJobCommand.d.ts +0 -36
  1298. package/dist/types/ts3.4/commands/StopUserImportJobCommand.d.ts +0 -35
  1299. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -48
  1300. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -36
  1301. package/dist/types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +0 -37
  1302. package/dist/types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +0 -35
  1303. package/dist/types/ts3.4/commands/UpdateGroupCommand.d.ts +0 -36
  1304. package/dist/types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +0 -35
  1305. package/dist/types/ts3.4/commands/UpdateResourceServerCommand.d.ts +0 -39
  1306. package/dist/types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +0 -52
  1307. package/dist/types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +0 -42
  1308. package/dist/types/ts3.4/commands/UpdateUserPoolCommand.d.ts +0 -54
  1309. package/dist/types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +0 -55
  1310. package/dist/types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +0 -37
  1311. package/dist/types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +0 -35
  1312. package/dist/types/ts3.4/models/models_0.d.ts +0 -8187
  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 -37
  1326. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  1327. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  1328. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  1329. package/endpoints.ts +0 -82
  1330. package/jest.config.js +0 -4
  1331. package/models/models_0.ts +0 -9830
  1332. package/models/models_1.ts +0 -1071
  1333. package/pagination/AdminListGroupsForUserPaginator.ts +0 -58
  1334. package/pagination/AdminListUserAuthEventsPaginator.ts +0 -58
  1335. package/pagination/Interfaces.ts +0 -7
  1336. package/pagination/ListGroupsPaginator.ts +0 -54
  1337. package/pagination/ListIdentityProvidersPaginator.ts +0 -58
  1338. package/pagination/ListResourceServersPaginator.ts +0 -58
  1339. package/pagination/ListUserPoolClientsPaginator.ts +0 -58
  1340. package/pagination/ListUserPoolsPaginator.ts +0 -58
  1341. package/pagination/ListUsersInGroupPaginator.ts +0 -58
  1342. package/pagination/ListUsersPaginator.ts +0 -54
  1343. package/protocols/Aws_json1_1.ts +0 -18342
  1344. package/runtimeConfig.browser.ts +0 -40
  1345. package/runtimeConfig.native.ts +0 -16
  1346. package/runtimeConfig.shared.ts +0 -16
  1347. package/runtimeConfig.ts +0 -45
  1348. package/tsconfig.es.json +0 -10
  1349. package/tsconfig.json +0 -31
  1350. package/tsconfig.types.json +0 -8
@@ -0,0 +1,168 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput } from "./commands/AddCustomAttributesCommand";
10
+ import { AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput } from "./commands/AdminAddUserToGroupCommand";
11
+ import { AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput } from "./commands/AdminConfirmSignUpCommand";
12
+ import { AdminCreateUserCommandInput, AdminCreateUserCommandOutput } from "./commands/AdminCreateUserCommand";
13
+ import { AdminDeleteUserAttributesCommandInput, AdminDeleteUserAttributesCommandOutput } from "./commands/AdminDeleteUserAttributesCommand";
14
+ import { AdminDeleteUserCommandInput, AdminDeleteUserCommandOutput } from "./commands/AdminDeleteUserCommand";
15
+ import { AdminDisableProviderForUserCommandInput, AdminDisableProviderForUserCommandOutput } from "./commands/AdminDisableProviderForUserCommand";
16
+ import { AdminDisableUserCommandInput, AdminDisableUserCommandOutput } from "./commands/AdminDisableUserCommand";
17
+ import { AdminEnableUserCommandInput, AdminEnableUserCommandOutput } from "./commands/AdminEnableUserCommand";
18
+ import { AdminForgetDeviceCommandInput, AdminForgetDeviceCommandOutput } from "./commands/AdminForgetDeviceCommand";
19
+ import { AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput } from "./commands/AdminGetDeviceCommand";
20
+ import { AdminGetUserCommandInput, AdminGetUserCommandOutput } from "./commands/AdminGetUserCommand";
21
+ import { AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput } from "./commands/AdminInitiateAuthCommand";
22
+ import { AdminLinkProviderForUserCommandInput, AdminLinkProviderForUserCommandOutput } from "./commands/AdminLinkProviderForUserCommand";
23
+ import { AdminListDevicesCommandInput, AdminListDevicesCommandOutput } from "./commands/AdminListDevicesCommand";
24
+ import { AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput } from "./commands/AdminListGroupsForUserCommand";
25
+ import { AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput } from "./commands/AdminListUserAuthEventsCommand";
26
+ import { AdminRemoveUserFromGroupCommandInput, AdminRemoveUserFromGroupCommandOutput } from "./commands/AdminRemoveUserFromGroupCommand";
27
+ import { AdminResetUserPasswordCommandInput, AdminResetUserPasswordCommandOutput } from "./commands/AdminResetUserPasswordCommand";
28
+ import { AdminRespondToAuthChallengeCommandInput, AdminRespondToAuthChallengeCommandOutput } from "./commands/AdminRespondToAuthChallengeCommand";
29
+ import { AdminSetUserMFAPreferenceCommandInput, AdminSetUserMFAPreferenceCommandOutput } from "./commands/AdminSetUserMFAPreferenceCommand";
30
+ import { AdminSetUserPasswordCommandInput, AdminSetUserPasswordCommandOutput } from "./commands/AdminSetUserPasswordCommand";
31
+ import { AdminSetUserSettingsCommandInput, AdminSetUserSettingsCommandOutput } from "./commands/AdminSetUserSettingsCommand";
32
+ import { AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput } from "./commands/AdminUpdateAuthEventFeedbackCommand";
33
+ import { AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput } from "./commands/AdminUpdateDeviceStatusCommand";
34
+ import { AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput } from "./commands/AdminUpdateUserAttributesCommand";
35
+ import { AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput } from "./commands/AdminUserGlobalSignOutCommand";
36
+ import { AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput } from "./commands/AssociateSoftwareTokenCommand";
37
+ import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "./commands/ChangePasswordCommand";
38
+ import { ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput } from "./commands/ConfirmDeviceCommand";
39
+ import { ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput } from "./commands/ConfirmForgotPasswordCommand";
40
+ import { ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput } from "./commands/ConfirmSignUpCommand";
41
+ import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
42
+ import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
43
+ import { CreateResourceServerCommandInput, CreateResourceServerCommandOutput } from "./commands/CreateResourceServerCommand";
44
+ import { CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput } from "./commands/CreateUserImportJobCommand";
45
+ import { CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput } from "./commands/CreateUserPoolClientCommand";
46
+ import { CreateUserPoolCommandInput, CreateUserPoolCommandOutput } from "./commands/CreateUserPoolCommand";
47
+ import { CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput } from "./commands/CreateUserPoolDomainCommand";
48
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
49
+ import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
50
+ import { DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput } from "./commands/DeleteResourceServerCommand";
51
+ import { DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput } from "./commands/DeleteUserAttributesCommand";
52
+ import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
53
+ import { DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput } from "./commands/DeleteUserPoolClientCommand";
54
+ import { DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput } from "./commands/DeleteUserPoolCommand";
55
+ import { DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput } from "./commands/DeleteUserPoolDomainCommand";
56
+ import { DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput } from "./commands/DescribeIdentityProviderCommand";
57
+ import { DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput } from "./commands/DescribeResourceServerCommand";
58
+ import { DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput } from "./commands/DescribeRiskConfigurationCommand";
59
+ import { DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput } from "./commands/DescribeUserImportJobCommand";
60
+ import { DescribeUserPoolClientCommandInput, DescribeUserPoolClientCommandOutput } from "./commands/DescribeUserPoolClientCommand";
61
+ import { DescribeUserPoolCommandInput, DescribeUserPoolCommandOutput } from "./commands/DescribeUserPoolCommand";
62
+ import { DescribeUserPoolDomainCommandInput, DescribeUserPoolDomainCommandOutput } from "./commands/DescribeUserPoolDomainCommand";
63
+ import { ForgetDeviceCommandInput, ForgetDeviceCommandOutput } from "./commands/ForgetDeviceCommand";
64
+ import { ForgotPasswordCommandInput, ForgotPasswordCommandOutput } from "./commands/ForgotPasswordCommand";
65
+ import { GetCSVHeaderCommandInput, GetCSVHeaderCommandOutput } from "./commands/GetCSVHeaderCommand";
66
+ import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
67
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
68
+ import { GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput } from "./commands/GetIdentityProviderByIdentifierCommand";
69
+ import { GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput } from "./commands/GetSigningCertificateCommand";
70
+ import { GetUICustomizationCommandInput, GetUICustomizationCommandOutput } from "./commands/GetUICustomizationCommand";
71
+ import { GetUserAttributeVerificationCodeCommandInput, GetUserAttributeVerificationCodeCommandOutput } from "./commands/GetUserAttributeVerificationCodeCommand";
72
+ import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
73
+ import { GetUserPoolMfaConfigCommandInput, GetUserPoolMfaConfigCommandOutput } from "./commands/GetUserPoolMfaConfigCommand";
74
+ import { GlobalSignOutCommandInput, GlobalSignOutCommandOutput } from "./commands/GlobalSignOutCommand";
75
+ import { InitiateAuthCommandInput, InitiateAuthCommandOutput } from "./commands/InitiateAuthCommand";
76
+ import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
77
+ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
78
+ import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
79
+ import { ListResourceServersCommandInput, ListResourceServersCommandOutput } from "./commands/ListResourceServersCommand";
80
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
81
+ import { ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput } from "./commands/ListUserImportJobsCommand";
82
+ import { ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput } from "./commands/ListUserPoolClientsCommand";
83
+ import { ListUserPoolsCommandInput, ListUserPoolsCommandOutput } from "./commands/ListUserPoolsCommand";
84
+ import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
85
+ import { ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput } from "./commands/ListUsersInGroupCommand";
86
+ import { ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput } from "./commands/ResendConfirmationCodeCommand";
87
+ import { RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput } from "./commands/RespondToAuthChallengeCommand";
88
+ import { RevokeTokenCommandInput, RevokeTokenCommandOutput } from "./commands/RevokeTokenCommand";
89
+ import { SetRiskConfigurationCommandInput, SetRiskConfigurationCommandOutput } from "./commands/SetRiskConfigurationCommand";
90
+ import { SetUICustomizationCommandInput, SetUICustomizationCommandOutput } from "./commands/SetUICustomizationCommand";
91
+ import { SetUserMFAPreferenceCommandInput, SetUserMFAPreferenceCommandOutput } from "./commands/SetUserMFAPreferenceCommand";
92
+ import { SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput } from "./commands/SetUserPoolMfaConfigCommand";
93
+ import { SetUserSettingsCommandInput, SetUserSettingsCommandOutput } from "./commands/SetUserSettingsCommand";
94
+ import { SignUpCommandInput, SignUpCommandOutput } from "./commands/SignUpCommand";
95
+ import { StartUserImportJobCommandInput, StartUserImportJobCommandOutput } from "./commands/StartUserImportJobCommand";
96
+ import { StopUserImportJobCommandInput, StopUserImportJobCommandOutput } from "./commands/StopUserImportJobCommand";
97
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
98
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
99
+ import { UpdateAuthEventFeedbackCommandInput, UpdateAuthEventFeedbackCommandOutput } from "./commands/UpdateAuthEventFeedbackCommand";
100
+ import { UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput } from "./commands/UpdateDeviceStatusCommand";
101
+ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
102
+ import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
103
+ import { UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput } from "./commands/UpdateResourceServerCommand";
104
+ import { UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput } from "./commands/UpdateUserAttributesCommand";
105
+ import { UpdateUserPoolClientCommandInput, UpdateUserPoolClientCommandOutput } from "./commands/UpdateUserPoolClientCommand";
106
+ import { UpdateUserPoolCommandInput, UpdateUserPoolCommandOutput } from "./commands/UpdateUserPoolCommand";
107
+ import { UpdateUserPoolDomainCommandInput, UpdateUserPoolDomainCommandOutput } from "./commands/UpdateUserPoolDomainCommand";
108
+ import { VerifySoftwareTokenCommandInput, VerifySoftwareTokenCommandOutput } from "./commands/VerifySoftwareTokenCommand";
109
+ import { VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput } from "./commands/VerifyUserAttributeCommand";
110
+ export declare type ServiceInputTypes = AddCustomAttributesCommandInput | AdminAddUserToGroupCommandInput | AdminConfirmSignUpCommandInput | AdminCreateUserCommandInput | AdminDeleteUserAttributesCommandInput | AdminDeleteUserCommandInput | AdminDisableProviderForUserCommandInput | AdminDisableUserCommandInput | AdminEnableUserCommandInput | AdminForgetDeviceCommandInput | AdminGetDeviceCommandInput | AdminGetUserCommandInput | AdminInitiateAuthCommandInput | AdminLinkProviderForUserCommandInput | AdminListDevicesCommandInput | AdminListGroupsForUserCommandInput | AdminListUserAuthEventsCommandInput | AdminRemoveUserFromGroupCommandInput | AdminResetUserPasswordCommandInput | AdminRespondToAuthChallengeCommandInput | AdminSetUserMFAPreferenceCommandInput | AdminSetUserPasswordCommandInput | AdminSetUserSettingsCommandInput | AdminUpdateAuthEventFeedbackCommandInput | AdminUpdateDeviceStatusCommandInput | AdminUpdateUserAttributesCommandInput | AdminUserGlobalSignOutCommandInput | AssociateSoftwareTokenCommandInput | ChangePasswordCommandInput | ConfirmDeviceCommandInput | ConfirmForgotPasswordCommandInput | ConfirmSignUpCommandInput | CreateGroupCommandInput | CreateIdentityProviderCommandInput | CreateResourceServerCommandInput | CreateUserImportJobCommandInput | CreateUserPoolClientCommandInput | CreateUserPoolCommandInput | CreateUserPoolDomainCommandInput | DeleteGroupCommandInput | DeleteIdentityProviderCommandInput | DeleteResourceServerCommandInput | DeleteUserAttributesCommandInput | DeleteUserCommandInput | DeleteUserPoolClientCommandInput | DeleteUserPoolCommandInput | DeleteUserPoolDomainCommandInput | DescribeIdentityProviderCommandInput | DescribeResourceServerCommandInput | DescribeRiskConfigurationCommandInput | DescribeUserImportJobCommandInput | DescribeUserPoolClientCommandInput | DescribeUserPoolCommandInput | DescribeUserPoolDomainCommandInput | ForgetDeviceCommandInput | ForgotPasswordCommandInput | GetCSVHeaderCommandInput | GetDeviceCommandInput | GetGroupCommandInput | GetIdentityProviderByIdentifierCommandInput | GetSigningCertificateCommandInput | GetUICustomizationCommandInput | GetUserAttributeVerificationCodeCommandInput | GetUserCommandInput | GetUserPoolMfaConfigCommandInput | GlobalSignOutCommandInput | InitiateAuthCommandInput | ListDevicesCommandInput | ListGroupsCommandInput | ListIdentityProvidersCommandInput | ListResourceServersCommandInput | ListTagsForResourceCommandInput | ListUserImportJobsCommandInput | ListUserPoolClientsCommandInput | ListUserPoolsCommandInput | ListUsersCommandInput | ListUsersInGroupCommandInput | ResendConfirmationCodeCommandInput | RespondToAuthChallengeCommandInput | RevokeTokenCommandInput | SetRiskConfigurationCommandInput | SetUICustomizationCommandInput | SetUserMFAPreferenceCommandInput | SetUserPoolMfaConfigCommandInput | SetUserSettingsCommandInput | SignUpCommandInput | StartUserImportJobCommandInput | StopUserImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAuthEventFeedbackCommandInput | UpdateDeviceStatusCommandInput | UpdateGroupCommandInput | UpdateIdentityProviderCommandInput | UpdateResourceServerCommandInput | UpdateUserAttributesCommandInput | UpdateUserPoolClientCommandInput | UpdateUserPoolCommandInput | UpdateUserPoolDomainCommandInput | VerifySoftwareTokenCommandInput | VerifyUserAttributeCommandInput;
111
+ export declare type ServiceOutputTypes = AddCustomAttributesCommandOutput | AdminAddUserToGroupCommandOutput | AdminConfirmSignUpCommandOutput | AdminCreateUserCommandOutput | AdminDeleteUserAttributesCommandOutput | AdminDeleteUserCommandOutput | AdminDisableProviderForUserCommandOutput | AdminDisableUserCommandOutput | AdminEnableUserCommandOutput | AdminForgetDeviceCommandOutput | AdminGetDeviceCommandOutput | AdminGetUserCommandOutput | AdminInitiateAuthCommandOutput | AdminLinkProviderForUserCommandOutput | AdminListDevicesCommandOutput | AdminListGroupsForUserCommandOutput | AdminListUserAuthEventsCommandOutput | AdminRemoveUserFromGroupCommandOutput | AdminResetUserPasswordCommandOutput | AdminRespondToAuthChallengeCommandOutput | AdminSetUserMFAPreferenceCommandOutput | AdminSetUserPasswordCommandOutput | AdminSetUserSettingsCommandOutput | AdminUpdateAuthEventFeedbackCommandOutput | AdminUpdateDeviceStatusCommandOutput | AdminUpdateUserAttributesCommandOutput | AdminUserGlobalSignOutCommandOutput | AssociateSoftwareTokenCommandOutput | ChangePasswordCommandOutput | ConfirmDeviceCommandOutput | ConfirmForgotPasswordCommandOutput | ConfirmSignUpCommandOutput | CreateGroupCommandOutput | CreateIdentityProviderCommandOutput | CreateResourceServerCommandOutput | CreateUserImportJobCommandOutput | CreateUserPoolClientCommandOutput | CreateUserPoolCommandOutput | CreateUserPoolDomainCommandOutput | DeleteGroupCommandOutput | DeleteIdentityProviderCommandOutput | DeleteResourceServerCommandOutput | DeleteUserAttributesCommandOutput | DeleteUserCommandOutput | DeleteUserPoolClientCommandOutput | DeleteUserPoolCommandOutput | DeleteUserPoolDomainCommandOutput | DescribeIdentityProviderCommandOutput | DescribeResourceServerCommandOutput | DescribeRiskConfigurationCommandOutput | DescribeUserImportJobCommandOutput | DescribeUserPoolClientCommandOutput | DescribeUserPoolCommandOutput | DescribeUserPoolDomainCommandOutput | ForgetDeviceCommandOutput | ForgotPasswordCommandOutput | GetCSVHeaderCommandOutput | GetDeviceCommandOutput | GetGroupCommandOutput | GetIdentityProviderByIdentifierCommandOutput | GetSigningCertificateCommandOutput | GetUICustomizationCommandOutput | GetUserAttributeVerificationCodeCommandOutput | GetUserCommandOutput | GetUserPoolMfaConfigCommandOutput | GlobalSignOutCommandOutput | InitiateAuthCommandOutput | ListDevicesCommandOutput | ListGroupsCommandOutput | ListIdentityProvidersCommandOutput | ListResourceServersCommandOutput | ListTagsForResourceCommandOutput | ListUserImportJobsCommandOutput | ListUserPoolClientsCommandOutput | ListUserPoolsCommandOutput | ListUsersCommandOutput | ListUsersInGroupCommandOutput | ResendConfirmationCodeCommandOutput | RespondToAuthChallengeCommandOutput | RevokeTokenCommandOutput | SetRiskConfigurationCommandOutput | SetUICustomizationCommandOutput | SetUserMFAPreferenceCommandOutput | SetUserPoolMfaConfigCommandOutput | SetUserSettingsCommandOutput | SignUpCommandOutput | StartUserImportJobCommandOutput | StopUserImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAuthEventFeedbackCommandOutput | UpdateDeviceStatusCommandOutput | UpdateGroupCommandOutput | UpdateIdentityProviderCommandOutput | UpdateResourceServerCommandOutput | UpdateUserAttributesCommandOutput | UpdateUserPoolClientCommandOutput | UpdateUserPoolCommandOutput | UpdateUserPoolDomainCommandOutput | VerifySoftwareTokenCommandOutput | VerifyUserAttributeCommandOutput;
112
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
113
+
114
+ requestHandler?: __HttpHandler;
115
+
116
+ sha256?: __HashConstructor;
117
+
118
+ urlParser?: __UrlParser;
119
+
120
+ bodyLengthChecker?: (body: any) => number | undefined;
121
+
122
+ streamCollector?: __StreamCollector;
123
+
124
+ base64Decoder?: __Decoder;
125
+
126
+ base64Encoder?: __Encoder;
127
+
128
+ utf8Decoder?: __Decoder;
129
+
130
+ utf8Encoder?: __Encoder;
131
+
132
+ runtime?: string;
133
+
134
+ disableHostPrefix?: boolean;
135
+
136
+ maxAttempts?: number | __Provider<number>;
137
+
138
+ retryMode?: string | __Provider<string>;
139
+
140
+ logger?: __Logger;
141
+
142
+ serviceId?: string;
143
+
144
+ region?: string | __Provider<string>;
145
+
146
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
147
+
148
+ regionInfoProvider?: RegionInfoProvider;
149
+
150
+ defaultUserAgentProvider?: Provider<__UserAgent>;
151
+ }
152
+ declare type CognitoIdentityProviderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
153
+
154
+ export interface CognitoIdentityProviderClientConfig extends CognitoIdentityProviderClientConfigType {
155
+ }
156
+ declare type CognitoIdentityProviderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
157
+
158
+ export interface CognitoIdentityProviderClientResolvedConfig extends CognitoIdentityProviderClientResolvedConfigType {
159
+ }
160
+
161
+ export declare class CognitoIdentityProviderClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CognitoIdentityProviderClientResolvedConfig> {
162
+
163
+ readonly config: CognitoIdentityProviderClientResolvedConfig;
164
+ constructor(configuration: CognitoIdentityProviderClientConfig);
165
+
166
+ destroy(): void;
167
+ }
168
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AddCustomAttributesRequest, AddCustomAttributesResponse } from "../models/models_0";
5
+ export interface AddCustomAttributesCommandInput extends AddCustomAttributesRequest {
6
+ }
7
+ export interface AddCustomAttributesCommandOutput extends AddCustomAttributesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AddCustomAttributesCommand extends $Command<AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AddCustomAttributesCommandInput;
12
+ constructor(input: AddCustomAttributesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminAddUserToGroupRequest } from "../models/models_0";
5
+ export interface AdminAddUserToGroupCommandInput extends AdminAddUserToGroupRequest {
6
+ }
7
+ export interface AdminAddUserToGroupCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminAddUserToGroupCommand extends $Command<AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminAddUserToGroupCommandInput;
12
+ constructor(input: AdminAddUserToGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminConfirmSignUpRequest, AdminConfirmSignUpResponse } from "../models/models_0";
5
+ export interface AdminConfirmSignUpCommandInput extends AdminConfirmSignUpRequest {
6
+ }
7
+ export interface AdminConfirmSignUpCommandOutput extends AdminConfirmSignUpResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminConfirmSignUpCommand extends $Command<AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminConfirmSignUpCommandInput;
12
+ constructor(input: AdminConfirmSignUpCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminCreateUserRequest, AdminCreateUserResponse } from "../models/models_0";
5
+ export interface AdminCreateUserCommandInput extends AdminCreateUserRequest {
6
+ }
7
+ export interface AdminCreateUserCommandOutput extends AdminCreateUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminCreateUserCommand extends $Command<AdminCreateUserCommandInput, AdminCreateUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminCreateUserCommandInput;
12
+ constructor(input: AdminCreateUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminCreateUserCommandInput, AdminCreateUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminDeleteUserAttributesRequest, AdminDeleteUserAttributesResponse } from "../models/models_0";
5
+ export interface AdminDeleteUserAttributesCommandInput extends AdminDeleteUserAttributesRequest {
6
+ }
7
+ export interface AdminDeleteUserAttributesCommandOutput extends AdminDeleteUserAttributesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminDeleteUserAttributesCommand extends $Command<AdminDeleteUserAttributesCommandInput, AdminDeleteUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminDeleteUserAttributesCommandInput;
12
+ constructor(input: AdminDeleteUserAttributesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminDeleteUserAttributesCommandInput, AdminDeleteUserAttributesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminDeleteUserRequest } from "../models/models_0";
5
+ export interface AdminDeleteUserCommandInput extends AdminDeleteUserRequest {
6
+ }
7
+ export interface AdminDeleteUserCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminDeleteUserCommand extends $Command<AdminDeleteUserCommandInput, AdminDeleteUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminDeleteUserCommandInput;
12
+ constructor(input: AdminDeleteUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminDeleteUserCommandInput, AdminDeleteUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminDisableProviderForUserRequest, AdminDisableProviderForUserResponse } from "../models/models_0";
5
+ export interface AdminDisableProviderForUserCommandInput extends AdminDisableProviderForUserRequest {
6
+ }
7
+ export interface AdminDisableProviderForUserCommandOutput extends AdminDisableProviderForUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminDisableProviderForUserCommand extends $Command<AdminDisableProviderForUserCommandInput, AdminDisableProviderForUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminDisableProviderForUserCommandInput;
12
+ constructor(input: AdminDisableProviderForUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminDisableProviderForUserCommandInput, AdminDisableProviderForUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminDisableUserRequest, AdminDisableUserResponse } from "../models/models_0";
5
+ export interface AdminDisableUserCommandInput extends AdminDisableUserRequest {
6
+ }
7
+ export interface AdminDisableUserCommandOutput extends AdminDisableUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminDisableUserCommand extends $Command<AdminDisableUserCommandInput, AdminDisableUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminDisableUserCommandInput;
12
+ constructor(input: AdminDisableUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminDisableUserCommandInput, AdminDisableUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminEnableUserRequest, AdminEnableUserResponse } from "../models/models_0";
5
+ export interface AdminEnableUserCommandInput extends AdminEnableUserRequest {
6
+ }
7
+ export interface AdminEnableUserCommandOutput extends AdminEnableUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminEnableUserCommand extends $Command<AdminEnableUserCommandInput, AdminEnableUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminEnableUserCommandInput;
12
+ constructor(input: AdminEnableUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminEnableUserCommandInput, AdminEnableUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminForgetDeviceRequest } from "../models/models_0";
5
+ export interface AdminForgetDeviceCommandInput extends AdminForgetDeviceRequest {
6
+ }
7
+ export interface AdminForgetDeviceCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminForgetDeviceCommand extends $Command<AdminForgetDeviceCommandInput, AdminForgetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminForgetDeviceCommandInput;
12
+ constructor(input: AdminForgetDeviceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminForgetDeviceCommandInput, AdminForgetDeviceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminGetDeviceRequest, AdminGetDeviceResponse } from "../models/models_0";
5
+ export interface AdminGetDeviceCommandInput extends AdminGetDeviceRequest {
6
+ }
7
+ export interface AdminGetDeviceCommandOutput extends AdminGetDeviceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminGetDeviceCommand extends $Command<AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminGetDeviceCommandInput;
12
+ constructor(input: AdminGetDeviceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminGetUserRequest, AdminGetUserResponse } from "../models/models_0";
5
+ export interface AdminGetUserCommandInput extends AdminGetUserRequest {
6
+ }
7
+ export interface AdminGetUserCommandOutput extends AdminGetUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminGetUserCommand extends $Command<AdminGetUserCommandInput, AdminGetUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminGetUserCommandInput;
12
+ constructor(input: AdminGetUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminGetUserCommandInput, AdminGetUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminInitiateAuthRequest, AdminInitiateAuthResponse } from "../models/models_0";
5
+ export interface AdminInitiateAuthCommandInput extends AdminInitiateAuthRequest {
6
+ }
7
+ export interface AdminInitiateAuthCommandOutput extends AdminInitiateAuthResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminInitiateAuthCommand extends $Command<AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminInitiateAuthCommandInput;
12
+ constructor(input: AdminInitiateAuthCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminLinkProviderForUserRequest, AdminLinkProviderForUserResponse } from "../models/models_0";
5
+ export interface AdminLinkProviderForUserCommandInput extends AdminLinkProviderForUserRequest {
6
+ }
7
+ export interface AdminLinkProviderForUserCommandOutput extends AdminLinkProviderForUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminLinkProviderForUserCommand extends $Command<AdminLinkProviderForUserCommandInput, AdminLinkProviderForUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminLinkProviderForUserCommandInput;
12
+ constructor(input: AdminLinkProviderForUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminLinkProviderForUserCommandInput, AdminLinkProviderForUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminListDevicesRequest, AdminListDevicesResponse } from "../models/models_0";
5
+ export interface AdminListDevicesCommandInput extends AdminListDevicesRequest {
6
+ }
7
+ export interface AdminListDevicesCommandOutput extends AdminListDevicesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminListDevicesCommand extends $Command<AdminListDevicesCommandInput, AdminListDevicesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminListDevicesCommandInput;
12
+ constructor(input: AdminListDevicesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminListDevicesCommandInput, AdminListDevicesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminListGroupsForUserRequest, AdminListGroupsForUserResponse } from "../models/models_0";
5
+ export interface AdminListGroupsForUserCommandInput extends AdminListGroupsForUserRequest {
6
+ }
7
+ export interface AdminListGroupsForUserCommandOutput extends AdminListGroupsForUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminListGroupsForUserCommand extends $Command<AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminListGroupsForUserCommandInput;
12
+ constructor(input: AdminListGroupsForUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminListUserAuthEventsRequest, AdminListUserAuthEventsResponse } from "../models/models_0";
5
+ export interface AdminListUserAuthEventsCommandInput extends AdminListUserAuthEventsRequest {
6
+ }
7
+ export interface AdminListUserAuthEventsCommandOutput extends AdminListUserAuthEventsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminListUserAuthEventsCommand extends $Command<AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminListUserAuthEventsCommandInput;
12
+ constructor(input: AdminListUserAuthEventsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminRemoveUserFromGroupRequest } from "../models/models_0";
5
+ export interface AdminRemoveUserFromGroupCommandInput extends AdminRemoveUserFromGroupRequest {
6
+ }
7
+ export interface AdminRemoveUserFromGroupCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminRemoveUserFromGroupCommand extends $Command<AdminRemoveUserFromGroupCommandInput, AdminRemoveUserFromGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminRemoveUserFromGroupCommandInput;
12
+ constructor(input: AdminRemoveUserFromGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminRemoveUserFromGroupCommandInput, AdminRemoveUserFromGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminResetUserPasswordRequest, AdminResetUserPasswordResponse } from "../models/models_0";
5
+ export interface AdminResetUserPasswordCommandInput extends AdminResetUserPasswordRequest {
6
+ }
7
+ export interface AdminResetUserPasswordCommandOutput extends AdminResetUserPasswordResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminResetUserPasswordCommand extends $Command<AdminResetUserPasswordCommandInput, AdminResetUserPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminResetUserPasswordCommandInput;
12
+ constructor(input: AdminResetUserPasswordCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminResetUserPasswordCommandInput, AdminResetUserPasswordCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminRespondToAuthChallengeRequest, AdminRespondToAuthChallengeResponse } from "../models/models_0";
5
+ export interface AdminRespondToAuthChallengeCommandInput extends AdminRespondToAuthChallengeRequest {
6
+ }
7
+ export interface AdminRespondToAuthChallengeCommandOutput extends AdminRespondToAuthChallengeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminRespondToAuthChallengeCommand extends $Command<AdminRespondToAuthChallengeCommandInput, AdminRespondToAuthChallengeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminRespondToAuthChallengeCommandInput;
12
+ constructor(input: AdminRespondToAuthChallengeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminRespondToAuthChallengeCommandInput, AdminRespondToAuthChallengeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminSetUserMFAPreferenceRequest, AdminSetUserMFAPreferenceResponse } from "../models/models_0";
5
+ export interface AdminSetUserMFAPreferenceCommandInput extends AdminSetUserMFAPreferenceRequest {
6
+ }
7
+ export interface AdminSetUserMFAPreferenceCommandOutput extends AdminSetUserMFAPreferenceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminSetUserMFAPreferenceCommand extends $Command<AdminSetUserMFAPreferenceCommandInput, AdminSetUserMFAPreferenceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminSetUserMFAPreferenceCommandInput;
12
+ constructor(input: AdminSetUserMFAPreferenceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminSetUserMFAPreferenceCommandInput, AdminSetUserMFAPreferenceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
+ import { AdminSetUserPasswordRequest, AdminSetUserPasswordResponse } from "../models/models_0";
5
+ export interface AdminSetUserPasswordCommandInput extends AdminSetUserPasswordRequest {
6
+ }
7
+ export interface AdminSetUserPasswordCommandOutput extends AdminSetUserPasswordResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AdminSetUserPasswordCommand extends $Command<AdminSetUserPasswordCommandInput, AdminSetUserPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
+ readonly input: AdminSetUserPasswordCommandInput;
12
+ constructor(input: AdminSetUserPasswordCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminSetUserPasswordCommandInput, AdminSetUserPasswordCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }