@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
@@ -1,1318 +0,0 @@
1
- import { __assign } from "tslib";
2
- import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
- export var RecoveryOptionNameType;
4
- (function (RecoveryOptionNameType) {
5
- RecoveryOptionNameType["ADMIN_ONLY"] = "admin_only";
6
- RecoveryOptionNameType["VERIFIED_EMAIL"] = "verified_email";
7
- RecoveryOptionNameType["VERIFIED_PHONE_NUMBER"] = "verified_phone_number";
8
- })(RecoveryOptionNameType || (RecoveryOptionNameType = {}));
9
- export var RecoveryOptionType;
10
- (function (RecoveryOptionType) {
11
- RecoveryOptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
12
- })(RecoveryOptionType || (RecoveryOptionType = {}));
13
- export var AccountRecoverySettingType;
14
- (function (AccountRecoverySettingType) {
15
- AccountRecoverySettingType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
16
- })(AccountRecoverySettingType || (AccountRecoverySettingType = {}));
17
- export var AccountTakeoverEventActionType;
18
- (function (AccountTakeoverEventActionType) {
19
- AccountTakeoverEventActionType["BLOCK"] = "BLOCK";
20
- AccountTakeoverEventActionType["MFA_IF_CONFIGURED"] = "MFA_IF_CONFIGURED";
21
- AccountTakeoverEventActionType["MFA_REQUIRED"] = "MFA_REQUIRED";
22
- AccountTakeoverEventActionType["NO_ACTION"] = "NO_ACTION";
23
- })(AccountTakeoverEventActionType || (AccountTakeoverEventActionType = {}));
24
- export var AccountTakeoverActionType;
25
- (function (AccountTakeoverActionType) {
26
- AccountTakeoverActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
27
- })(AccountTakeoverActionType || (AccountTakeoverActionType = {}));
28
- export var AccountTakeoverActionsType;
29
- (function (AccountTakeoverActionsType) {
30
- AccountTakeoverActionsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
31
- })(AccountTakeoverActionsType || (AccountTakeoverActionsType = {}));
32
- export var NotifyEmailType;
33
- (function (NotifyEmailType) {
34
- NotifyEmailType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
35
- })(NotifyEmailType || (NotifyEmailType = {}));
36
- export var NotifyConfigurationType;
37
- (function (NotifyConfigurationType) {
38
- NotifyConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
39
- })(NotifyConfigurationType || (NotifyConfigurationType = {}));
40
- export var AccountTakeoverRiskConfigurationType;
41
- (function (AccountTakeoverRiskConfigurationType) {
42
- AccountTakeoverRiskConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
- })(AccountTakeoverRiskConfigurationType || (AccountTakeoverRiskConfigurationType = {}));
44
- export var AttributeDataType;
45
- (function (AttributeDataType) {
46
- AttributeDataType["BOOLEAN"] = "Boolean";
47
- AttributeDataType["DATETIME"] = "DateTime";
48
- AttributeDataType["NUMBER"] = "Number";
49
- AttributeDataType["STRING"] = "String";
50
- })(AttributeDataType || (AttributeDataType = {}));
51
- export var NumberAttributeConstraintsType;
52
- (function (NumberAttributeConstraintsType) {
53
- NumberAttributeConstraintsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
54
- })(NumberAttributeConstraintsType || (NumberAttributeConstraintsType = {}));
55
- export var StringAttributeConstraintsType;
56
- (function (StringAttributeConstraintsType) {
57
- StringAttributeConstraintsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
58
- })(StringAttributeConstraintsType || (StringAttributeConstraintsType = {}));
59
- export var SchemaAttributeType;
60
- (function (SchemaAttributeType) {
61
- SchemaAttributeType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
62
- })(SchemaAttributeType || (SchemaAttributeType = {}));
63
- export var AddCustomAttributesRequest;
64
- (function (AddCustomAttributesRequest) {
65
- AddCustomAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
66
- })(AddCustomAttributesRequest || (AddCustomAttributesRequest = {}));
67
- export var AddCustomAttributesResponse;
68
- (function (AddCustomAttributesResponse) {
69
- AddCustomAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
70
- })(AddCustomAttributesResponse || (AddCustomAttributesResponse = {}));
71
- export var InternalErrorException;
72
- (function (InternalErrorException) {
73
- InternalErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
74
- })(InternalErrorException || (InternalErrorException = {}));
75
- export var InvalidParameterException;
76
- (function (InvalidParameterException) {
77
- InvalidParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
78
- })(InvalidParameterException || (InvalidParameterException = {}));
79
- export var NotAuthorizedException;
80
- (function (NotAuthorizedException) {
81
- NotAuthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
82
- })(NotAuthorizedException || (NotAuthorizedException = {}));
83
- export var ResourceNotFoundException;
84
- (function (ResourceNotFoundException) {
85
- ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
86
- })(ResourceNotFoundException || (ResourceNotFoundException = {}));
87
- export var TooManyRequestsException;
88
- (function (TooManyRequestsException) {
89
- TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
90
- })(TooManyRequestsException || (TooManyRequestsException = {}));
91
- export var UserImportInProgressException;
92
- (function (UserImportInProgressException) {
93
- UserImportInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
94
- })(UserImportInProgressException || (UserImportInProgressException = {}));
95
- export var AdminAddUserToGroupRequest;
96
- (function (AdminAddUserToGroupRequest) {
97
- AdminAddUserToGroupRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
98
- })(AdminAddUserToGroupRequest || (AdminAddUserToGroupRequest = {}));
99
- export var UserNotFoundException;
100
- (function (UserNotFoundException) {
101
- UserNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
102
- })(UserNotFoundException || (UserNotFoundException = {}));
103
- export var AdminConfirmSignUpRequest;
104
- (function (AdminConfirmSignUpRequest) {
105
- AdminConfirmSignUpRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
106
- })(AdminConfirmSignUpRequest || (AdminConfirmSignUpRequest = {}));
107
- export var AdminConfirmSignUpResponse;
108
- (function (AdminConfirmSignUpResponse) {
109
- AdminConfirmSignUpResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
110
- })(AdminConfirmSignUpResponse || (AdminConfirmSignUpResponse = {}));
111
- export var InvalidLambdaResponseException;
112
- (function (InvalidLambdaResponseException) {
113
- InvalidLambdaResponseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
114
- })(InvalidLambdaResponseException || (InvalidLambdaResponseException = {}));
115
- export var LimitExceededException;
116
- (function (LimitExceededException) {
117
- LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
118
- })(LimitExceededException || (LimitExceededException = {}));
119
- export var TooManyFailedAttemptsException;
120
- (function (TooManyFailedAttemptsException) {
121
- TooManyFailedAttemptsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
122
- })(TooManyFailedAttemptsException || (TooManyFailedAttemptsException = {}));
123
- export var UnexpectedLambdaException;
124
- (function (UnexpectedLambdaException) {
125
- UnexpectedLambdaException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
126
- })(UnexpectedLambdaException || (UnexpectedLambdaException = {}));
127
- export var UserLambdaValidationException;
128
- (function (UserLambdaValidationException) {
129
- UserLambdaValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
130
- })(UserLambdaValidationException || (UserLambdaValidationException = {}));
131
- export var DeliveryMediumType;
132
- (function (DeliveryMediumType) {
133
- DeliveryMediumType["EMAIL"] = "EMAIL";
134
- DeliveryMediumType["SMS"] = "SMS";
135
- })(DeliveryMediumType || (DeliveryMediumType = {}));
136
- export var MessageActionType;
137
- (function (MessageActionType) {
138
- MessageActionType["RESEND"] = "RESEND";
139
- MessageActionType["SUPPRESS"] = "SUPPRESS";
140
- })(MessageActionType || (MessageActionType = {}));
141
- export var AttributeType;
142
- (function (AttributeType) {
143
- AttributeType.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Value && { Value: SENSITIVE_STRING }))); };
144
- })(AttributeType || (AttributeType = {}));
145
- export var AdminCreateUserRequest;
146
- (function (AdminCreateUserRequest) {
147
- AdminCreateUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
148
- UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
149
- })), (obj.ValidationData && {
150
- ValidationData: obj.ValidationData.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
151
- })), (obj.TemporaryPassword && { TemporaryPassword: SENSITIVE_STRING }))); };
152
- })(AdminCreateUserRequest || (AdminCreateUserRequest = {}));
153
- export var MFAOptionType;
154
- (function (MFAOptionType) {
155
- MFAOptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
156
- })(MFAOptionType || (MFAOptionType = {}));
157
- export var UserStatusType;
158
- (function (UserStatusType) {
159
- UserStatusType["ARCHIVED"] = "ARCHIVED";
160
- UserStatusType["COMPROMISED"] = "COMPROMISED";
161
- UserStatusType["CONFIRMED"] = "CONFIRMED";
162
- UserStatusType["FORCE_CHANGE_PASSWORD"] = "FORCE_CHANGE_PASSWORD";
163
- UserStatusType["RESET_REQUIRED"] = "RESET_REQUIRED";
164
- UserStatusType["UNCONFIRMED"] = "UNCONFIRMED";
165
- UserStatusType["UNKNOWN"] = "UNKNOWN";
166
- })(UserStatusType || (UserStatusType = {}));
167
- export var UserType;
168
- (function (UserType) {
169
- UserType.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }) }))); };
170
- })(UserType || (UserType = {}));
171
- export var AdminCreateUserResponse;
172
- (function (AdminCreateUserResponse) {
173
- AdminCreateUserResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.User && { User: UserType.filterSensitiveLog(obj.User) }))); };
174
- })(AdminCreateUserResponse || (AdminCreateUserResponse = {}));
175
- export var CodeDeliveryFailureException;
176
- (function (CodeDeliveryFailureException) {
177
- CodeDeliveryFailureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
178
- })(CodeDeliveryFailureException || (CodeDeliveryFailureException = {}));
179
- export var InvalidPasswordException;
180
- (function (InvalidPasswordException) {
181
- InvalidPasswordException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
182
- })(InvalidPasswordException || (InvalidPasswordException = {}));
183
- export var InvalidSmsRoleAccessPolicyException;
184
- (function (InvalidSmsRoleAccessPolicyException) {
185
- InvalidSmsRoleAccessPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
186
- })(InvalidSmsRoleAccessPolicyException || (InvalidSmsRoleAccessPolicyException = {}));
187
- export var InvalidSmsRoleTrustRelationshipException;
188
- (function (InvalidSmsRoleTrustRelationshipException) {
189
- InvalidSmsRoleTrustRelationshipException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
190
- })(InvalidSmsRoleTrustRelationshipException || (InvalidSmsRoleTrustRelationshipException = {}));
191
- export var PreconditionNotMetException;
192
- (function (PreconditionNotMetException) {
193
- PreconditionNotMetException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
194
- })(PreconditionNotMetException || (PreconditionNotMetException = {}));
195
- export var UnsupportedUserStateException;
196
- (function (UnsupportedUserStateException) {
197
- UnsupportedUserStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
198
- })(UnsupportedUserStateException || (UnsupportedUserStateException = {}));
199
- export var UsernameExistsException;
200
- (function (UsernameExistsException) {
201
- UsernameExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
202
- })(UsernameExistsException || (UsernameExistsException = {}));
203
- export var MessageTemplateType;
204
- (function (MessageTemplateType) {
205
- MessageTemplateType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
206
- })(MessageTemplateType || (MessageTemplateType = {}));
207
- export var AdminCreateUserConfigType;
208
- (function (AdminCreateUserConfigType) {
209
- AdminCreateUserConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
210
- })(AdminCreateUserConfigType || (AdminCreateUserConfigType = {}));
211
- export var AdminDeleteUserRequest;
212
- (function (AdminDeleteUserRequest) {
213
- AdminDeleteUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
214
- })(AdminDeleteUserRequest || (AdminDeleteUserRequest = {}));
215
- export var AdminDeleteUserAttributesRequest;
216
- (function (AdminDeleteUserAttributesRequest) {
217
- AdminDeleteUserAttributesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
218
- })(AdminDeleteUserAttributesRequest || (AdminDeleteUserAttributesRequest = {}));
219
- export var AdminDeleteUserAttributesResponse;
220
- (function (AdminDeleteUserAttributesResponse) {
221
- AdminDeleteUserAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
222
- })(AdminDeleteUserAttributesResponse || (AdminDeleteUserAttributesResponse = {}));
223
- export var ProviderUserIdentifierType;
224
- (function (ProviderUserIdentifierType) {
225
- ProviderUserIdentifierType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
226
- })(ProviderUserIdentifierType || (ProviderUserIdentifierType = {}));
227
- export var AdminDisableProviderForUserRequest;
228
- (function (AdminDisableProviderForUserRequest) {
229
- AdminDisableProviderForUserRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
230
- })(AdminDisableProviderForUserRequest || (AdminDisableProviderForUserRequest = {}));
231
- export var AdminDisableProviderForUserResponse;
232
- (function (AdminDisableProviderForUserResponse) {
233
- AdminDisableProviderForUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
234
- })(AdminDisableProviderForUserResponse || (AdminDisableProviderForUserResponse = {}));
235
- export var AliasExistsException;
236
- (function (AliasExistsException) {
237
- AliasExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
238
- })(AliasExistsException || (AliasExistsException = {}));
239
- export var AdminDisableUserRequest;
240
- (function (AdminDisableUserRequest) {
241
- AdminDisableUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
242
- })(AdminDisableUserRequest || (AdminDisableUserRequest = {}));
243
- export var AdminDisableUserResponse;
244
- (function (AdminDisableUserResponse) {
245
- AdminDisableUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
246
- })(AdminDisableUserResponse || (AdminDisableUserResponse = {}));
247
- export var AdminEnableUserRequest;
248
- (function (AdminEnableUserRequest) {
249
- AdminEnableUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
250
- })(AdminEnableUserRequest || (AdminEnableUserRequest = {}));
251
- export var AdminEnableUserResponse;
252
- (function (AdminEnableUserResponse) {
253
- AdminEnableUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
254
- })(AdminEnableUserResponse || (AdminEnableUserResponse = {}));
255
- export var AdminForgetDeviceRequest;
256
- (function (AdminForgetDeviceRequest) {
257
- AdminForgetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
258
- })(AdminForgetDeviceRequest || (AdminForgetDeviceRequest = {}));
259
- export var InvalidUserPoolConfigurationException;
260
- (function (InvalidUserPoolConfigurationException) {
261
- InvalidUserPoolConfigurationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
262
- })(InvalidUserPoolConfigurationException || (InvalidUserPoolConfigurationException = {}));
263
- export var AdminGetDeviceRequest;
264
- (function (AdminGetDeviceRequest) {
265
- AdminGetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
266
- })(AdminGetDeviceRequest || (AdminGetDeviceRequest = {}));
267
- export var DeviceType;
268
- (function (DeviceType) {
269
- DeviceType.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DeviceAttributes && {
270
- DeviceAttributes: obj.DeviceAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
271
- }))); };
272
- })(DeviceType || (DeviceType = {}));
273
- export var AdminGetDeviceResponse;
274
- (function (AdminGetDeviceResponse) {
275
- AdminGetDeviceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Device && { Device: DeviceType.filterSensitiveLog(obj.Device) }))); };
276
- })(AdminGetDeviceResponse || (AdminGetDeviceResponse = {}));
277
- export var AdminGetUserRequest;
278
- (function (AdminGetUserRequest) {
279
- AdminGetUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
280
- })(AdminGetUserRequest || (AdminGetUserRequest = {}));
281
- export var AdminGetUserResponse;
282
- (function (AdminGetUserResponse) {
283
- AdminGetUserResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
284
- UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
285
- }))); };
286
- })(AdminGetUserResponse || (AdminGetUserResponse = {}));
287
- export var AnalyticsMetadataType;
288
- (function (AnalyticsMetadataType) {
289
- AnalyticsMetadataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
290
- })(AnalyticsMetadataType || (AnalyticsMetadataType = {}));
291
- export var AuthFlowType;
292
- (function (AuthFlowType) {
293
- AuthFlowType["ADMIN_NO_SRP_AUTH"] = "ADMIN_NO_SRP_AUTH";
294
- AuthFlowType["ADMIN_USER_PASSWORD_AUTH"] = "ADMIN_USER_PASSWORD_AUTH";
295
- AuthFlowType["CUSTOM_AUTH"] = "CUSTOM_AUTH";
296
- AuthFlowType["REFRESH_TOKEN"] = "REFRESH_TOKEN";
297
- AuthFlowType["REFRESH_TOKEN_AUTH"] = "REFRESH_TOKEN_AUTH";
298
- AuthFlowType["USER_PASSWORD_AUTH"] = "USER_PASSWORD_AUTH";
299
- AuthFlowType["USER_SRP_AUTH"] = "USER_SRP_AUTH";
300
- })(AuthFlowType || (AuthFlowType = {}));
301
- export var HttpHeader;
302
- (function (HttpHeader) {
303
- HttpHeader.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
304
- })(HttpHeader || (HttpHeader = {}));
305
- export var ContextDataType;
306
- (function (ContextDataType) {
307
- ContextDataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
308
- })(ContextDataType || (ContextDataType = {}));
309
- export var AdminInitiateAuthRequest;
310
- (function (AdminInitiateAuthRequest) {
311
- AdminInitiateAuthRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.AuthParameters && { AuthParameters: SENSITIVE_STRING }))); };
312
- })(AdminInitiateAuthRequest || (AdminInitiateAuthRequest = {}));
313
- export var NewDeviceMetadataType;
314
- (function (NewDeviceMetadataType) {
315
- NewDeviceMetadataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
316
- })(NewDeviceMetadataType || (NewDeviceMetadataType = {}));
317
- export var AuthenticationResultType;
318
- (function (AuthenticationResultType) {
319
- AuthenticationResultType.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING })), (obj.RefreshToken && { RefreshToken: SENSITIVE_STRING })), (obj.IdToken && { IdToken: SENSITIVE_STRING }))); };
320
- })(AuthenticationResultType || (AuthenticationResultType = {}));
321
- export var ChallengeNameType;
322
- (function (ChallengeNameType) {
323
- ChallengeNameType["ADMIN_NO_SRP_AUTH"] = "ADMIN_NO_SRP_AUTH";
324
- ChallengeNameType["CUSTOM_CHALLENGE"] = "CUSTOM_CHALLENGE";
325
- ChallengeNameType["DEVICE_PASSWORD_VERIFIER"] = "DEVICE_PASSWORD_VERIFIER";
326
- ChallengeNameType["DEVICE_SRP_AUTH"] = "DEVICE_SRP_AUTH";
327
- ChallengeNameType["MFA_SETUP"] = "MFA_SETUP";
328
- ChallengeNameType["NEW_PASSWORD_REQUIRED"] = "NEW_PASSWORD_REQUIRED";
329
- ChallengeNameType["PASSWORD_VERIFIER"] = "PASSWORD_VERIFIER";
330
- ChallengeNameType["SELECT_MFA_TYPE"] = "SELECT_MFA_TYPE";
331
- ChallengeNameType["SMS_MFA"] = "SMS_MFA";
332
- ChallengeNameType["SOFTWARE_TOKEN_MFA"] = "SOFTWARE_TOKEN_MFA";
333
- })(ChallengeNameType || (ChallengeNameType = {}));
334
- export var AdminInitiateAuthResponse;
335
- (function (AdminInitiateAuthResponse) {
336
- AdminInitiateAuthResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
337
- AuthenticationResult: AuthenticationResultType.filterSensitiveLog(obj.AuthenticationResult),
338
- }))); };
339
- })(AdminInitiateAuthResponse || (AdminInitiateAuthResponse = {}));
340
- export var MFAMethodNotFoundException;
341
- (function (MFAMethodNotFoundException) {
342
- MFAMethodNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
343
- })(MFAMethodNotFoundException || (MFAMethodNotFoundException = {}));
344
- export var PasswordResetRequiredException;
345
- (function (PasswordResetRequiredException) {
346
- PasswordResetRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
347
- })(PasswordResetRequiredException || (PasswordResetRequiredException = {}));
348
- export var UserNotConfirmedException;
349
- (function (UserNotConfirmedException) {
350
- UserNotConfirmedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
351
- })(UserNotConfirmedException || (UserNotConfirmedException = {}));
352
- export var AdminLinkProviderForUserRequest;
353
- (function (AdminLinkProviderForUserRequest) {
354
- AdminLinkProviderForUserRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
355
- })(AdminLinkProviderForUserRequest || (AdminLinkProviderForUserRequest = {}));
356
- export var AdminLinkProviderForUserResponse;
357
- (function (AdminLinkProviderForUserResponse) {
358
- AdminLinkProviderForUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
359
- })(AdminLinkProviderForUserResponse || (AdminLinkProviderForUserResponse = {}));
360
- export var AdminListDevicesRequest;
361
- (function (AdminListDevicesRequest) {
362
- AdminListDevicesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
363
- })(AdminListDevicesRequest || (AdminListDevicesRequest = {}));
364
- export var AdminListDevicesResponse;
365
- (function (AdminListDevicesResponse) {
366
- AdminListDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
367
- })(AdminListDevicesResponse || (AdminListDevicesResponse = {}));
368
- export var AdminListGroupsForUserRequest;
369
- (function (AdminListGroupsForUserRequest) {
370
- AdminListGroupsForUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
371
- })(AdminListGroupsForUserRequest || (AdminListGroupsForUserRequest = {}));
372
- export var GroupType;
373
- (function (GroupType) {
374
- GroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
375
- })(GroupType || (GroupType = {}));
376
- export var AdminListGroupsForUserResponse;
377
- (function (AdminListGroupsForUserResponse) {
378
- AdminListGroupsForUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
379
- })(AdminListGroupsForUserResponse || (AdminListGroupsForUserResponse = {}));
380
- export var AdminListUserAuthEventsRequest;
381
- (function (AdminListUserAuthEventsRequest) {
382
- AdminListUserAuthEventsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
383
- })(AdminListUserAuthEventsRequest || (AdminListUserAuthEventsRequest = {}));
384
- export var ChallengeName;
385
- (function (ChallengeName) {
386
- ChallengeName["Mfa"] = "Mfa";
387
- ChallengeName["Password"] = "Password";
388
- })(ChallengeName || (ChallengeName = {}));
389
- export var ChallengeResponse;
390
- (function (ChallengeResponse) {
391
- ChallengeResponse["Failure"] = "Failure";
392
- ChallengeResponse["Success"] = "Success";
393
- })(ChallengeResponse || (ChallengeResponse = {}));
394
- export var ChallengeResponseType;
395
- (function (ChallengeResponseType) {
396
- ChallengeResponseType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
397
- })(ChallengeResponseType || (ChallengeResponseType = {}));
398
- export var EventContextDataType;
399
- (function (EventContextDataType) {
400
- EventContextDataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
401
- })(EventContextDataType || (EventContextDataType = {}));
402
- export var FeedbackValueType;
403
- (function (FeedbackValueType) {
404
- FeedbackValueType["INVALID"] = "Invalid";
405
- FeedbackValueType["VALID"] = "Valid";
406
- })(FeedbackValueType || (FeedbackValueType = {}));
407
- export var EventFeedbackType;
408
- (function (EventFeedbackType) {
409
- EventFeedbackType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
410
- })(EventFeedbackType || (EventFeedbackType = {}));
411
- export var EventResponseType;
412
- (function (EventResponseType) {
413
- EventResponseType["Failure"] = "Failure";
414
- EventResponseType["Success"] = "Success";
415
- })(EventResponseType || (EventResponseType = {}));
416
- export var RiskDecisionType;
417
- (function (RiskDecisionType) {
418
- RiskDecisionType["AccountTakeover"] = "AccountTakeover";
419
- RiskDecisionType["Block"] = "Block";
420
- RiskDecisionType["NoRisk"] = "NoRisk";
421
- })(RiskDecisionType || (RiskDecisionType = {}));
422
- export var RiskLevelType;
423
- (function (RiskLevelType) {
424
- RiskLevelType["High"] = "High";
425
- RiskLevelType["Low"] = "Low";
426
- RiskLevelType["Medium"] = "Medium";
427
- })(RiskLevelType || (RiskLevelType = {}));
428
- export var EventRiskType;
429
- (function (EventRiskType) {
430
- EventRiskType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
431
- })(EventRiskType || (EventRiskType = {}));
432
- export var EventType;
433
- (function (EventType) {
434
- EventType["ForgotPassword"] = "ForgotPassword";
435
- EventType["SignIn"] = "SignIn";
436
- EventType["SignUp"] = "SignUp";
437
- })(EventType || (EventType = {}));
438
- export var AuthEventType;
439
- (function (AuthEventType) {
440
- AuthEventType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
441
- })(AuthEventType || (AuthEventType = {}));
442
- export var AdminListUserAuthEventsResponse;
443
- (function (AdminListUserAuthEventsResponse) {
444
- AdminListUserAuthEventsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
445
- })(AdminListUserAuthEventsResponse || (AdminListUserAuthEventsResponse = {}));
446
- export var UserPoolAddOnNotEnabledException;
447
- (function (UserPoolAddOnNotEnabledException) {
448
- UserPoolAddOnNotEnabledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
449
- })(UserPoolAddOnNotEnabledException || (UserPoolAddOnNotEnabledException = {}));
450
- export var AdminRemoveUserFromGroupRequest;
451
- (function (AdminRemoveUserFromGroupRequest) {
452
- AdminRemoveUserFromGroupRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
453
- })(AdminRemoveUserFromGroupRequest || (AdminRemoveUserFromGroupRequest = {}));
454
- export var AdminResetUserPasswordRequest;
455
- (function (AdminResetUserPasswordRequest) {
456
- AdminResetUserPasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
457
- })(AdminResetUserPasswordRequest || (AdminResetUserPasswordRequest = {}));
458
- export var AdminResetUserPasswordResponse;
459
- (function (AdminResetUserPasswordResponse) {
460
- AdminResetUserPasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
461
- })(AdminResetUserPasswordResponse || (AdminResetUserPasswordResponse = {}));
462
- export var InvalidEmailRoleAccessPolicyException;
463
- (function (InvalidEmailRoleAccessPolicyException) {
464
- InvalidEmailRoleAccessPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
465
- })(InvalidEmailRoleAccessPolicyException || (InvalidEmailRoleAccessPolicyException = {}));
466
- export var AdminRespondToAuthChallengeRequest;
467
- (function (AdminRespondToAuthChallengeRequest) {
468
- AdminRespondToAuthChallengeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
469
- })(AdminRespondToAuthChallengeRequest || (AdminRespondToAuthChallengeRequest = {}));
470
- export var AdminRespondToAuthChallengeResponse;
471
- (function (AdminRespondToAuthChallengeResponse) {
472
- AdminRespondToAuthChallengeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
473
- AuthenticationResult: AuthenticationResultType.filterSensitiveLog(obj.AuthenticationResult),
474
- }))); };
475
- })(AdminRespondToAuthChallengeResponse || (AdminRespondToAuthChallengeResponse = {}));
476
- export var CodeMismatchException;
477
- (function (CodeMismatchException) {
478
- CodeMismatchException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
479
- })(CodeMismatchException || (CodeMismatchException = {}));
480
- export var ExpiredCodeException;
481
- (function (ExpiredCodeException) {
482
- ExpiredCodeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
483
- })(ExpiredCodeException || (ExpiredCodeException = {}));
484
- export var SoftwareTokenMFANotFoundException;
485
- (function (SoftwareTokenMFANotFoundException) {
486
- SoftwareTokenMFANotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
487
- })(SoftwareTokenMFANotFoundException || (SoftwareTokenMFANotFoundException = {}));
488
- export var SMSMfaSettingsType;
489
- (function (SMSMfaSettingsType) {
490
- SMSMfaSettingsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
491
- })(SMSMfaSettingsType || (SMSMfaSettingsType = {}));
492
- export var SoftwareTokenMfaSettingsType;
493
- (function (SoftwareTokenMfaSettingsType) {
494
- SoftwareTokenMfaSettingsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
495
- })(SoftwareTokenMfaSettingsType || (SoftwareTokenMfaSettingsType = {}));
496
- export var AdminSetUserMFAPreferenceRequest;
497
- (function (AdminSetUserMFAPreferenceRequest) {
498
- AdminSetUserMFAPreferenceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
499
- })(AdminSetUserMFAPreferenceRequest || (AdminSetUserMFAPreferenceRequest = {}));
500
- export var AdminSetUserMFAPreferenceResponse;
501
- (function (AdminSetUserMFAPreferenceResponse) {
502
- AdminSetUserMFAPreferenceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
503
- })(AdminSetUserMFAPreferenceResponse || (AdminSetUserMFAPreferenceResponse = {}));
504
- export var AdminSetUserPasswordRequest;
505
- (function (AdminSetUserPasswordRequest) {
506
- AdminSetUserPasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
507
- })(AdminSetUserPasswordRequest || (AdminSetUserPasswordRequest = {}));
508
- export var AdminSetUserPasswordResponse;
509
- (function (AdminSetUserPasswordResponse) {
510
- AdminSetUserPasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
511
- })(AdminSetUserPasswordResponse || (AdminSetUserPasswordResponse = {}));
512
- export var AdminSetUserSettingsRequest;
513
- (function (AdminSetUserSettingsRequest) {
514
- AdminSetUserSettingsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
515
- })(AdminSetUserSettingsRequest || (AdminSetUserSettingsRequest = {}));
516
- export var AdminSetUserSettingsResponse;
517
- (function (AdminSetUserSettingsResponse) {
518
- AdminSetUserSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
519
- })(AdminSetUserSettingsResponse || (AdminSetUserSettingsResponse = {}));
520
- export var AdminUpdateAuthEventFeedbackRequest;
521
- (function (AdminUpdateAuthEventFeedbackRequest) {
522
- AdminUpdateAuthEventFeedbackRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
523
- })(AdminUpdateAuthEventFeedbackRequest || (AdminUpdateAuthEventFeedbackRequest = {}));
524
- export var AdminUpdateAuthEventFeedbackResponse;
525
- (function (AdminUpdateAuthEventFeedbackResponse) {
526
- AdminUpdateAuthEventFeedbackResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
527
- })(AdminUpdateAuthEventFeedbackResponse || (AdminUpdateAuthEventFeedbackResponse = {}));
528
- export var DeviceRememberedStatusType;
529
- (function (DeviceRememberedStatusType) {
530
- DeviceRememberedStatusType["NOT_REMEMBERED"] = "not_remembered";
531
- DeviceRememberedStatusType["REMEMBERED"] = "remembered";
532
- })(DeviceRememberedStatusType || (DeviceRememberedStatusType = {}));
533
- export var AdminUpdateDeviceStatusRequest;
534
- (function (AdminUpdateDeviceStatusRequest) {
535
- AdminUpdateDeviceStatusRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
536
- })(AdminUpdateDeviceStatusRequest || (AdminUpdateDeviceStatusRequest = {}));
537
- export var AdminUpdateDeviceStatusResponse;
538
- (function (AdminUpdateDeviceStatusResponse) {
539
- AdminUpdateDeviceStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
540
- })(AdminUpdateDeviceStatusResponse || (AdminUpdateDeviceStatusResponse = {}));
541
- export var AdminUpdateUserAttributesRequest;
542
- (function (AdminUpdateUserAttributesRequest) {
543
- AdminUpdateUserAttributesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
544
- UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
545
- }))); };
546
- })(AdminUpdateUserAttributesRequest || (AdminUpdateUserAttributesRequest = {}));
547
- export var AdminUpdateUserAttributesResponse;
548
- (function (AdminUpdateUserAttributesResponse) {
549
- AdminUpdateUserAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
550
- })(AdminUpdateUserAttributesResponse || (AdminUpdateUserAttributesResponse = {}));
551
- export var AdminUserGlobalSignOutRequest;
552
- (function (AdminUserGlobalSignOutRequest) {
553
- AdminUserGlobalSignOutRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
554
- })(AdminUserGlobalSignOutRequest || (AdminUserGlobalSignOutRequest = {}));
555
- export var AdminUserGlobalSignOutResponse;
556
- (function (AdminUserGlobalSignOutResponse) {
557
- AdminUserGlobalSignOutResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
558
- })(AdminUserGlobalSignOutResponse || (AdminUserGlobalSignOutResponse = {}));
559
- export var AdvancedSecurityModeType;
560
- (function (AdvancedSecurityModeType) {
561
- AdvancedSecurityModeType["AUDIT"] = "AUDIT";
562
- AdvancedSecurityModeType["ENFORCED"] = "ENFORCED";
563
- AdvancedSecurityModeType["OFF"] = "OFF";
564
- })(AdvancedSecurityModeType || (AdvancedSecurityModeType = {}));
565
- export var AliasAttributeType;
566
- (function (AliasAttributeType) {
567
- AliasAttributeType["EMAIL"] = "email";
568
- AliasAttributeType["PHONE_NUMBER"] = "phone_number";
569
- AliasAttributeType["PREFERRED_USERNAME"] = "preferred_username";
570
- })(AliasAttributeType || (AliasAttributeType = {}));
571
- export var AnalyticsConfigurationType;
572
- (function (AnalyticsConfigurationType) {
573
- AnalyticsConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
574
- })(AnalyticsConfigurationType || (AnalyticsConfigurationType = {}));
575
- export var AssociateSoftwareTokenRequest;
576
- (function (AssociateSoftwareTokenRequest) {
577
- AssociateSoftwareTokenRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
578
- })(AssociateSoftwareTokenRequest || (AssociateSoftwareTokenRequest = {}));
579
- export var AssociateSoftwareTokenResponse;
580
- (function (AssociateSoftwareTokenResponse) {
581
- AssociateSoftwareTokenResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SecretCode && { SecretCode: SENSITIVE_STRING }))); };
582
- })(AssociateSoftwareTokenResponse || (AssociateSoftwareTokenResponse = {}));
583
- export var ConcurrentModificationException;
584
- (function (ConcurrentModificationException) {
585
- ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
586
- })(ConcurrentModificationException || (ConcurrentModificationException = {}));
587
- export var ChangePasswordRequest;
588
- (function (ChangePasswordRequest) {
589
- ChangePasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.PreviousPassword && { PreviousPassword: SENSITIVE_STRING })), (obj.ProposedPassword && { ProposedPassword: SENSITIVE_STRING })), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
590
- })(ChangePasswordRequest || (ChangePasswordRequest = {}));
591
- export var ChangePasswordResponse;
592
- (function (ChangePasswordResponse) {
593
- ChangePasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
594
- })(ChangePasswordResponse || (ChangePasswordResponse = {}));
595
- export var DeviceSecretVerifierConfigType;
596
- (function (DeviceSecretVerifierConfigType) {
597
- DeviceSecretVerifierConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
598
- })(DeviceSecretVerifierConfigType || (DeviceSecretVerifierConfigType = {}));
599
- export var ConfirmDeviceRequest;
600
- (function (ConfirmDeviceRequest) {
601
- ConfirmDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
602
- })(ConfirmDeviceRequest || (ConfirmDeviceRequest = {}));
603
- export var ConfirmDeviceResponse;
604
- (function (ConfirmDeviceResponse) {
605
- ConfirmDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
606
- })(ConfirmDeviceResponse || (ConfirmDeviceResponse = {}));
607
- export var UserContextDataType;
608
- (function (UserContextDataType) {
609
- UserContextDataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
610
- })(UserContextDataType || (UserContextDataType = {}));
611
- export var ConfirmForgotPasswordRequest;
612
- (function (ConfirmForgotPasswordRequest) {
613
- ConfirmForgotPasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
614
- })(ConfirmForgotPasswordRequest || (ConfirmForgotPasswordRequest = {}));
615
- export var ConfirmForgotPasswordResponse;
616
- (function (ConfirmForgotPasswordResponse) {
617
- ConfirmForgotPasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
618
- })(ConfirmForgotPasswordResponse || (ConfirmForgotPasswordResponse = {}));
619
- export var ConfirmSignUpRequest;
620
- (function (ConfirmSignUpRequest) {
621
- ConfirmSignUpRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING }))); };
622
- })(ConfirmSignUpRequest || (ConfirmSignUpRequest = {}));
623
- export var ConfirmSignUpResponse;
624
- (function (ConfirmSignUpResponse) {
625
- ConfirmSignUpResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
626
- })(ConfirmSignUpResponse || (ConfirmSignUpResponse = {}));
627
- export var CreateGroupRequest;
628
- (function (CreateGroupRequest) {
629
- CreateGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
630
- })(CreateGroupRequest || (CreateGroupRequest = {}));
631
- export var CreateGroupResponse;
632
- (function (CreateGroupResponse) {
633
- CreateGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
634
- })(CreateGroupResponse || (CreateGroupResponse = {}));
635
- export var GroupExistsException;
636
- (function (GroupExistsException) {
637
- GroupExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
638
- })(GroupExistsException || (GroupExistsException = {}));
639
- export var IdentityProviderTypeType;
640
- (function (IdentityProviderTypeType) {
641
- IdentityProviderTypeType["Facebook"] = "Facebook";
642
- IdentityProviderTypeType["Google"] = "Google";
643
- IdentityProviderTypeType["LoginWithAmazon"] = "LoginWithAmazon";
644
- IdentityProviderTypeType["OIDC"] = "OIDC";
645
- IdentityProviderTypeType["SAML"] = "SAML";
646
- IdentityProviderTypeType["SignInWithApple"] = "SignInWithApple";
647
- })(IdentityProviderTypeType || (IdentityProviderTypeType = {}));
648
- export var CreateIdentityProviderRequest;
649
- (function (CreateIdentityProviderRequest) {
650
- CreateIdentityProviderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
651
- })(CreateIdentityProviderRequest || (CreateIdentityProviderRequest = {}));
652
- export var IdentityProviderType;
653
- (function (IdentityProviderType) {
654
- IdentityProviderType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
655
- })(IdentityProviderType || (IdentityProviderType = {}));
656
- export var CreateIdentityProviderResponse;
657
- (function (CreateIdentityProviderResponse) {
658
- CreateIdentityProviderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
659
- })(CreateIdentityProviderResponse || (CreateIdentityProviderResponse = {}));
660
- export var DuplicateProviderException;
661
- (function (DuplicateProviderException) {
662
- DuplicateProviderException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
663
- })(DuplicateProviderException || (DuplicateProviderException = {}));
664
- export var ResourceServerScopeType;
665
- (function (ResourceServerScopeType) {
666
- ResourceServerScopeType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
667
- })(ResourceServerScopeType || (ResourceServerScopeType = {}));
668
- export var CreateResourceServerRequest;
669
- (function (CreateResourceServerRequest) {
670
- CreateResourceServerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
671
- })(CreateResourceServerRequest || (CreateResourceServerRequest = {}));
672
- export var ResourceServerType;
673
- (function (ResourceServerType) {
674
- ResourceServerType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
675
- })(ResourceServerType || (ResourceServerType = {}));
676
- export var CreateResourceServerResponse;
677
- (function (CreateResourceServerResponse) {
678
- CreateResourceServerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
679
- })(CreateResourceServerResponse || (CreateResourceServerResponse = {}));
680
- export var CreateUserImportJobRequest;
681
- (function (CreateUserImportJobRequest) {
682
- CreateUserImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
683
- })(CreateUserImportJobRequest || (CreateUserImportJobRequest = {}));
684
- export var UserImportJobStatusType;
685
- (function (UserImportJobStatusType) {
686
- UserImportJobStatusType["Created"] = "Created";
687
- UserImportJobStatusType["Expired"] = "Expired";
688
- UserImportJobStatusType["Failed"] = "Failed";
689
- UserImportJobStatusType["InProgress"] = "InProgress";
690
- UserImportJobStatusType["Pending"] = "Pending";
691
- UserImportJobStatusType["Stopped"] = "Stopped";
692
- UserImportJobStatusType["Stopping"] = "Stopping";
693
- UserImportJobStatusType["Succeeded"] = "Succeeded";
694
- })(UserImportJobStatusType || (UserImportJobStatusType = {}));
695
- export var UserImportJobType;
696
- (function (UserImportJobType) {
697
- UserImportJobType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
698
- })(UserImportJobType || (UserImportJobType = {}));
699
- export var CreateUserImportJobResponse;
700
- (function (CreateUserImportJobResponse) {
701
- CreateUserImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
702
- })(CreateUserImportJobResponse || (CreateUserImportJobResponse = {}));
703
- export var VerifiedAttributeType;
704
- (function (VerifiedAttributeType) {
705
- VerifiedAttributeType["EMAIL"] = "email";
706
- VerifiedAttributeType["PHONE_NUMBER"] = "phone_number";
707
- })(VerifiedAttributeType || (VerifiedAttributeType = {}));
708
- export var DeviceConfigurationType;
709
- (function (DeviceConfigurationType) {
710
- DeviceConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
711
- })(DeviceConfigurationType || (DeviceConfigurationType = {}));
712
- export var EmailSendingAccountType;
713
- (function (EmailSendingAccountType) {
714
- EmailSendingAccountType["COGNITO_DEFAULT"] = "COGNITO_DEFAULT";
715
- EmailSendingAccountType["DEVELOPER"] = "DEVELOPER";
716
- })(EmailSendingAccountType || (EmailSendingAccountType = {}));
717
- export var EmailConfigurationType;
718
- (function (EmailConfigurationType) {
719
- EmailConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
720
- })(EmailConfigurationType || (EmailConfigurationType = {}));
721
- export var CustomEmailSenderLambdaVersionType;
722
- (function (CustomEmailSenderLambdaVersionType) {
723
- CustomEmailSenderLambdaVersionType["V1_0"] = "V1_0";
724
- })(CustomEmailSenderLambdaVersionType || (CustomEmailSenderLambdaVersionType = {}));
725
- export var CustomEmailLambdaVersionConfigType;
726
- (function (CustomEmailLambdaVersionConfigType) {
727
- CustomEmailLambdaVersionConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
728
- })(CustomEmailLambdaVersionConfigType || (CustomEmailLambdaVersionConfigType = {}));
729
- export var CustomSMSSenderLambdaVersionType;
730
- (function (CustomSMSSenderLambdaVersionType) {
731
- CustomSMSSenderLambdaVersionType["V1_0"] = "V1_0";
732
- })(CustomSMSSenderLambdaVersionType || (CustomSMSSenderLambdaVersionType = {}));
733
- export var CustomSMSLambdaVersionConfigType;
734
- (function (CustomSMSLambdaVersionConfigType) {
735
- CustomSMSLambdaVersionConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
736
- })(CustomSMSLambdaVersionConfigType || (CustomSMSLambdaVersionConfigType = {}));
737
- export var LambdaConfigType;
738
- (function (LambdaConfigType) {
739
- LambdaConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
740
- })(LambdaConfigType || (LambdaConfigType = {}));
741
- export var UserPoolMfaType;
742
- (function (UserPoolMfaType) {
743
- UserPoolMfaType["OFF"] = "OFF";
744
- UserPoolMfaType["ON"] = "ON";
745
- UserPoolMfaType["OPTIONAL"] = "OPTIONAL";
746
- })(UserPoolMfaType || (UserPoolMfaType = {}));
747
- export var PasswordPolicyType;
748
- (function (PasswordPolicyType) {
749
- PasswordPolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
750
- })(PasswordPolicyType || (PasswordPolicyType = {}));
751
- export var UserPoolPolicyType;
752
- (function (UserPoolPolicyType) {
753
- UserPoolPolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
754
- })(UserPoolPolicyType || (UserPoolPolicyType = {}));
755
- export var SmsConfigurationType;
756
- (function (SmsConfigurationType) {
757
- SmsConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
758
- })(SmsConfigurationType || (SmsConfigurationType = {}));
759
- export var UsernameAttributeType;
760
- (function (UsernameAttributeType) {
761
- UsernameAttributeType["EMAIL"] = "email";
762
- UsernameAttributeType["PHONE_NUMBER"] = "phone_number";
763
- })(UsernameAttributeType || (UsernameAttributeType = {}));
764
- export var UsernameConfigurationType;
765
- (function (UsernameConfigurationType) {
766
- UsernameConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
767
- })(UsernameConfigurationType || (UsernameConfigurationType = {}));
768
- export var UserPoolAddOnsType;
769
- (function (UserPoolAddOnsType) {
770
- UserPoolAddOnsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
771
- })(UserPoolAddOnsType || (UserPoolAddOnsType = {}));
772
- export var DefaultEmailOptionType;
773
- (function (DefaultEmailOptionType) {
774
- DefaultEmailOptionType["CONFIRM_WITH_CODE"] = "CONFIRM_WITH_CODE";
775
- DefaultEmailOptionType["CONFIRM_WITH_LINK"] = "CONFIRM_WITH_LINK";
776
- })(DefaultEmailOptionType || (DefaultEmailOptionType = {}));
777
- export var VerificationMessageTemplateType;
778
- (function (VerificationMessageTemplateType) {
779
- VerificationMessageTemplateType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
780
- })(VerificationMessageTemplateType || (VerificationMessageTemplateType = {}));
781
- export var CreateUserPoolRequest;
782
- (function (CreateUserPoolRequest) {
783
- CreateUserPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
784
- })(CreateUserPoolRequest || (CreateUserPoolRequest = {}));
785
- export var StatusType;
786
- (function (StatusType) {
787
- StatusType["Disabled"] = "Disabled";
788
- StatusType["Enabled"] = "Enabled";
789
- })(StatusType || (StatusType = {}));
790
- export var UserPoolType;
791
- (function (UserPoolType) {
792
- UserPoolType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
793
- })(UserPoolType || (UserPoolType = {}));
794
- export var CreateUserPoolResponse;
795
- (function (CreateUserPoolResponse) {
796
- CreateUserPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
797
- })(CreateUserPoolResponse || (CreateUserPoolResponse = {}));
798
- export var UserPoolTaggingException;
799
- (function (UserPoolTaggingException) {
800
- UserPoolTaggingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
801
- })(UserPoolTaggingException || (UserPoolTaggingException = {}));
802
- export var OAuthFlowType;
803
- (function (OAuthFlowType) {
804
- OAuthFlowType["client_credentials"] = "client_credentials";
805
- OAuthFlowType["code"] = "code";
806
- OAuthFlowType["implicit"] = "implicit";
807
- })(OAuthFlowType || (OAuthFlowType = {}));
808
- export var ExplicitAuthFlowsType;
809
- (function (ExplicitAuthFlowsType) {
810
- ExplicitAuthFlowsType["ADMIN_NO_SRP_AUTH"] = "ADMIN_NO_SRP_AUTH";
811
- ExplicitAuthFlowsType["ALLOW_ADMIN_USER_PASSWORD_AUTH"] = "ALLOW_ADMIN_USER_PASSWORD_AUTH";
812
- ExplicitAuthFlowsType["ALLOW_CUSTOM_AUTH"] = "ALLOW_CUSTOM_AUTH";
813
- ExplicitAuthFlowsType["ALLOW_REFRESH_TOKEN_AUTH"] = "ALLOW_REFRESH_TOKEN_AUTH";
814
- ExplicitAuthFlowsType["ALLOW_USER_PASSWORD_AUTH"] = "ALLOW_USER_PASSWORD_AUTH";
815
- ExplicitAuthFlowsType["ALLOW_USER_SRP_AUTH"] = "ALLOW_USER_SRP_AUTH";
816
- ExplicitAuthFlowsType["CUSTOM_AUTH_FLOW_ONLY"] = "CUSTOM_AUTH_FLOW_ONLY";
817
- ExplicitAuthFlowsType["USER_PASSWORD_AUTH"] = "USER_PASSWORD_AUTH";
818
- })(ExplicitAuthFlowsType || (ExplicitAuthFlowsType = {}));
819
- export var PreventUserExistenceErrorTypes;
820
- (function (PreventUserExistenceErrorTypes) {
821
- PreventUserExistenceErrorTypes["ENABLED"] = "ENABLED";
822
- PreventUserExistenceErrorTypes["LEGACY"] = "LEGACY";
823
- })(PreventUserExistenceErrorTypes || (PreventUserExistenceErrorTypes = {}));
824
- export var TimeUnitsType;
825
- (function (TimeUnitsType) {
826
- TimeUnitsType["DAYS"] = "days";
827
- TimeUnitsType["HOURS"] = "hours";
828
- TimeUnitsType["MINUTES"] = "minutes";
829
- TimeUnitsType["SECONDS"] = "seconds";
830
- })(TimeUnitsType || (TimeUnitsType = {}));
831
- export var TokenValidityUnitsType;
832
- (function (TokenValidityUnitsType) {
833
- TokenValidityUnitsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
834
- })(TokenValidityUnitsType || (TokenValidityUnitsType = {}));
835
- export var CreateUserPoolClientRequest;
836
- (function (CreateUserPoolClientRequest) {
837
- CreateUserPoolClientRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
838
- })(CreateUserPoolClientRequest || (CreateUserPoolClientRequest = {}));
839
- export var UserPoolClientType;
840
- (function (UserPoolClientType) {
841
- UserPoolClientType.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }))); };
842
- })(UserPoolClientType || (UserPoolClientType = {}));
843
- export var CreateUserPoolClientResponse;
844
- (function (CreateUserPoolClientResponse) {
845
- CreateUserPoolClientResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPoolClient && { UserPoolClient: UserPoolClientType.filterSensitiveLog(obj.UserPoolClient) }))); };
846
- })(CreateUserPoolClientResponse || (CreateUserPoolClientResponse = {}));
847
- export var InvalidOAuthFlowException;
848
- (function (InvalidOAuthFlowException) {
849
- InvalidOAuthFlowException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
850
- })(InvalidOAuthFlowException || (InvalidOAuthFlowException = {}));
851
- export var ScopeDoesNotExistException;
852
- (function (ScopeDoesNotExistException) {
853
- ScopeDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
854
- })(ScopeDoesNotExistException || (ScopeDoesNotExistException = {}));
855
- export var CustomDomainConfigType;
856
- (function (CustomDomainConfigType) {
857
- CustomDomainConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
858
- })(CustomDomainConfigType || (CustomDomainConfigType = {}));
859
- export var CreateUserPoolDomainRequest;
860
- (function (CreateUserPoolDomainRequest) {
861
- CreateUserPoolDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
862
- })(CreateUserPoolDomainRequest || (CreateUserPoolDomainRequest = {}));
863
- export var CreateUserPoolDomainResponse;
864
- (function (CreateUserPoolDomainResponse) {
865
- CreateUserPoolDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
866
- })(CreateUserPoolDomainResponse || (CreateUserPoolDomainResponse = {}));
867
- export var DeleteGroupRequest;
868
- (function (DeleteGroupRequest) {
869
- DeleteGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
870
- })(DeleteGroupRequest || (DeleteGroupRequest = {}));
871
- export var DeleteIdentityProviderRequest;
872
- (function (DeleteIdentityProviderRequest) {
873
- DeleteIdentityProviderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
874
- })(DeleteIdentityProviderRequest || (DeleteIdentityProviderRequest = {}));
875
- export var UnsupportedIdentityProviderException;
876
- (function (UnsupportedIdentityProviderException) {
877
- UnsupportedIdentityProviderException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
878
- })(UnsupportedIdentityProviderException || (UnsupportedIdentityProviderException = {}));
879
- export var DeleteResourceServerRequest;
880
- (function (DeleteResourceServerRequest) {
881
- DeleteResourceServerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
882
- })(DeleteResourceServerRequest || (DeleteResourceServerRequest = {}));
883
- export var DeleteUserRequest;
884
- (function (DeleteUserRequest) {
885
- DeleteUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
886
- })(DeleteUserRequest || (DeleteUserRequest = {}));
887
- export var DeleteUserAttributesRequest;
888
- (function (DeleteUserAttributesRequest) {
889
- DeleteUserAttributesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
890
- })(DeleteUserAttributesRequest || (DeleteUserAttributesRequest = {}));
891
- export var DeleteUserAttributesResponse;
892
- (function (DeleteUserAttributesResponse) {
893
- DeleteUserAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
894
- })(DeleteUserAttributesResponse || (DeleteUserAttributesResponse = {}));
895
- export var DeleteUserPoolRequest;
896
- (function (DeleteUserPoolRequest) {
897
- DeleteUserPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
898
- })(DeleteUserPoolRequest || (DeleteUserPoolRequest = {}));
899
- export var DeleteUserPoolClientRequest;
900
- (function (DeleteUserPoolClientRequest) {
901
- DeleteUserPoolClientRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
902
- })(DeleteUserPoolClientRequest || (DeleteUserPoolClientRequest = {}));
903
- export var DeleteUserPoolDomainRequest;
904
- (function (DeleteUserPoolDomainRequest) {
905
- DeleteUserPoolDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
906
- })(DeleteUserPoolDomainRequest || (DeleteUserPoolDomainRequest = {}));
907
- export var DeleteUserPoolDomainResponse;
908
- (function (DeleteUserPoolDomainResponse) {
909
- DeleteUserPoolDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
910
- })(DeleteUserPoolDomainResponse || (DeleteUserPoolDomainResponse = {}));
911
- export var DescribeIdentityProviderRequest;
912
- (function (DescribeIdentityProviderRequest) {
913
- DescribeIdentityProviderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
914
- })(DescribeIdentityProviderRequest || (DescribeIdentityProviderRequest = {}));
915
- export var DescribeIdentityProviderResponse;
916
- (function (DescribeIdentityProviderResponse) {
917
- DescribeIdentityProviderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
918
- })(DescribeIdentityProviderResponse || (DescribeIdentityProviderResponse = {}));
919
- export var DescribeResourceServerRequest;
920
- (function (DescribeResourceServerRequest) {
921
- DescribeResourceServerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
922
- })(DescribeResourceServerRequest || (DescribeResourceServerRequest = {}));
923
- export var DescribeResourceServerResponse;
924
- (function (DescribeResourceServerResponse) {
925
- DescribeResourceServerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
926
- })(DescribeResourceServerResponse || (DescribeResourceServerResponse = {}));
927
- export var DescribeRiskConfigurationRequest;
928
- (function (DescribeRiskConfigurationRequest) {
929
- DescribeRiskConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
930
- })(DescribeRiskConfigurationRequest || (DescribeRiskConfigurationRequest = {}));
931
- export var CompromisedCredentialsEventActionType;
932
- (function (CompromisedCredentialsEventActionType) {
933
- CompromisedCredentialsEventActionType["BLOCK"] = "BLOCK";
934
- CompromisedCredentialsEventActionType["NO_ACTION"] = "NO_ACTION";
935
- })(CompromisedCredentialsEventActionType || (CompromisedCredentialsEventActionType = {}));
936
- export var CompromisedCredentialsActionsType;
937
- (function (CompromisedCredentialsActionsType) {
938
- CompromisedCredentialsActionsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
939
- })(CompromisedCredentialsActionsType || (CompromisedCredentialsActionsType = {}));
940
- export var EventFilterType;
941
- (function (EventFilterType) {
942
- EventFilterType["PASSWORD_CHANGE"] = "PASSWORD_CHANGE";
943
- EventFilterType["SIGN_IN"] = "SIGN_IN";
944
- EventFilterType["SIGN_UP"] = "SIGN_UP";
945
- })(EventFilterType || (EventFilterType = {}));
946
- export var CompromisedCredentialsRiskConfigurationType;
947
- (function (CompromisedCredentialsRiskConfigurationType) {
948
- CompromisedCredentialsRiskConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
949
- })(CompromisedCredentialsRiskConfigurationType || (CompromisedCredentialsRiskConfigurationType = {}));
950
- export var RiskExceptionConfigurationType;
951
- (function (RiskExceptionConfigurationType) {
952
- RiskExceptionConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
953
- })(RiskExceptionConfigurationType || (RiskExceptionConfigurationType = {}));
954
- export var RiskConfigurationType;
955
- (function (RiskConfigurationType) {
956
- RiskConfigurationType.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
957
- })(RiskConfigurationType || (RiskConfigurationType = {}));
958
- export var DescribeRiskConfigurationResponse;
959
- (function (DescribeRiskConfigurationResponse) {
960
- DescribeRiskConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RiskConfiguration && {
961
- RiskConfiguration: RiskConfigurationType.filterSensitiveLog(obj.RiskConfiguration),
962
- }))); };
963
- })(DescribeRiskConfigurationResponse || (DescribeRiskConfigurationResponse = {}));
964
- export var DescribeUserImportJobRequest;
965
- (function (DescribeUserImportJobRequest) {
966
- DescribeUserImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
967
- })(DescribeUserImportJobRequest || (DescribeUserImportJobRequest = {}));
968
- export var DescribeUserImportJobResponse;
969
- (function (DescribeUserImportJobResponse) {
970
- DescribeUserImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
971
- })(DescribeUserImportJobResponse || (DescribeUserImportJobResponse = {}));
972
- export var DescribeUserPoolRequest;
973
- (function (DescribeUserPoolRequest) {
974
- DescribeUserPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
975
- })(DescribeUserPoolRequest || (DescribeUserPoolRequest = {}));
976
- export var DescribeUserPoolResponse;
977
- (function (DescribeUserPoolResponse) {
978
- DescribeUserPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
979
- })(DescribeUserPoolResponse || (DescribeUserPoolResponse = {}));
980
- export var DescribeUserPoolClientRequest;
981
- (function (DescribeUserPoolClientRequest) {
982
- DescribeUserPoolClientRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
983
- })(DescribeUserPoolClientRequest || (DescribeUserPoolClientRequest = {}));
984
- export var DescribeUserPoolClientResponse;
985
- (function (DescribeUserPoolClientResponse) {
986
- DescribeUserPoolClientResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPoolClient && { UserPoolClient: UserPoolClientType.filterSensitiveLog(obj.UserPoolClient) }))); };
987
- })(DescribeUserPoolClientResponse || (DescribeUserPoolClientResponse = {}));
988
- export var DescribeUserPoolDomainRequest;
989
- (function (DescribeUserPoolDomainRequest) {
990
- DescribeUserPoolDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
991
- })(DescribeUserPoolDomainRequest || (DescribeUserPoolDomainRequest = {}));
992
- export var DomainStatusType;
993
- (function (DomainStatusType) {
994
- DomainStatusType["ACTIVE"] = "ACTIVE";
995
- DomainStatusType["CREATING"] = "CREATING";
996
- DomainStatusType["DELETING"] = "DELETING";
997
- DomainStatusType["FAILED"] = "FAILED";
998
- DomainStatusType["UPDATING"] = "UPDATING";
999
- })(DomainStatusType || (DomainStatusType = {}));
1000
- export var DomainDescriptionType;
1001
- (function (DomainDescriptionType) {
1002
- DomainDescriptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1003
- })(DomainDescriptionType || (DomainDescriptionType = {}));
1004
- export var DescribeUserPoolDomainResponse;
1005
- (function (DescribeUserPoolDomainResponse) {
1006
- DescribeUserPoolDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1007
- })(DescribeUserPoolDomainResponse || (DescribeUserPoolDomainResponse = {}));
1008
- export var ForgetDeviceRequest;
1009
- (function (ForgetDeviceRequest) {
1010
- ForgetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1011
- })(ForgetDeviceRequest || (ForgetDeviceRequest = {}));
1012
- export var ForgotPasswordRequest;
1013
- (function (ForgotPasswordRequest) {
1014
- ForgotPasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING }))); };
1015
- })(ForgotPasswordRequest || (ForgotPasswordRequest = {}));
1016
- export var CodeDeliveryDetailsType;
1017
- (function (CodeDeliveryDetailsType) {
1018
- CodeDeliveryDetailsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1019
- })(CodeDeliveryDetailsType || (CodeDeliveryDetailsType = {}));
1020
- export var ForgotPasswordResponse;
1021
- (function (ForgotPasswordResponse) {
1022
- ForgotPasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1023
- })(ForgotPasswordResponse || (ForgotPasswordResponse = {}));
1024
- export var GetCSVHeaderRequest;
1025
- (function (GetCSVHeaderRequest) {
1026
- GetCSVHeaderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1027
- })(GetCSVHeaderRequest || (GetCSVHeaderRequest = {}));
1028
- export var GetCSVHeaderResponse;
1029
- (function (GetCSVHeaderResponse) {
1030
- GetCSVHeaderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1031
- })(GetCSVHeaderResponse || (GetCSVHeaderResponse = {}));
1032
- export var GetDeviceRequest;
1033
- (function (GetDeviceRequest) {
1034
- GetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1035
- })(GetDeviceRequest || (GetDeviceRequest = {}));
1036
- export var GetDeviceResponse;
1037
- (function (GetDeviceResponse) {
1038
- GetDeviceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Device && { Device: DeviceType.filterSensitiveLog(obj.Device) }))); };
1039
- })(GetDeviceResponse || (GetDeviceResponse = {}));
1040
- export var GetGroupRequest;
1041
- (function (GetGroupRequest) {
1042
- GetGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1043
- })(GetGroupRequest || (GetGroupRequest = {}));
1044
- export var GetGroupResponse;
1045
- (function (GetGroupResponse) {
1046
- GetGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1047
- })(GetGroupResponse || (GetGroupResponse = {}));
1048
- export var GetIdentityProviderByIdentifierRequest;
1049
- (function (GetIdentityProviderByIdentifierRequest) {
1050
- GetIdentityProviderByIdentifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1051
- })(GetIdentityProviderByIdentifierRequest || (GetIdentityProviderByIdentifierRequest = {}));
1052
- export var GetIdentityProviderByIdentifierResponse;
1053
- (function (GetIdentityProviderByIdentifierResponse) {
1054
- GetIdentityProviderByIdentifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1055
- })(GetIdentityProviderByIdentifierResponse || (GetIdentityProviderByIdentifierResponse = {}));
1056
- export var GetSigningCertificateRequest;
1057
- (function (GetSigningCertificateRequest) {
1058
- GetSigningCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1059
- })(GetSigningCertificateRequest || (GetSigningCertificateRequest = {}));
1060
- export var GetSigningCertificateResponse;
1061
- (function (GetSigningCertificateResponse) {
1062
- GetSigningCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1063
- })(GetSigningCertificateResponse || (GetSigningCertificateResponse = {}));
1064
- export var GetUICustomizationRequest;
1065
- (function (GetUICustomizationRequest) {
1066
- GetUICustomizationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1067
- })(GetUICustomizationRequest || (GetUICustomizationRequest = {}));
1068
- export var UICustomizationType;
1069
- (function (UICustomizationType) {
1070
- UICustomizationType.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1071
- })(UICustomizationType || (UICustomizationType = {}));
1072
- export var GetUICustomizationResponse;
1073
- (function (GetUICustomizationResponse) {
1074
- GetUICustomizationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UICustomization && { UICustomization: UICustomizationType.filterSensitiveLog(obj.UICustomization) }))); };
1075
- })(GetUICustomizationResponse || (GetUICustomizationResponse = {}));
1076
- export var GetUserRequest;
1077
- (function (GetUserRequest) {
1078
- GetUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1079
- })(GetUserRequest || (GetUserRequest = {}));
1080
- export var GetUserResponse;
1081
- (function (GetUserResponse) {
1082
- GetUserResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
1083
- UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
1084
- }))); };
1085
- })(GetUserResponse || (GetUserResponse = {}));
1086
- export var GetUserAttributeVerificationCodeRequest;
1087
- (function (GetUserAttributeVerificationCodeRequest) {
1088
- GetUserAttributeVerificationCodeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1089
- })(GetUserAttributeVerificationCodeRequest || (GetUserAttributeVerificationCodeRequest = {}));
1090
- export var GetUserAttributeVerificationCodeResponse;
1091
- (function (GetUserAttributeVerificationCodeResponse) {
1092
- GetUserAttributeVerificationCodeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1093
- })(GetUserAttributeVerificationCodeResponse || (GetUserAttributeVerificationCodeResponse = {}));
1094
- export var GetUserPoolMfaConfigRequest;
1095
- (function (GetUserPoolMfaConfigRequest) {
1096
- GetUserPoolMfaConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1097
- })(GetUserPoolMfaConfigRequest || (GetUserPoolMfaConfigRequest = {}));
1098
- export var SmsMfaConfigType;
1099
- (function (SmsMfaConfigType) {
1100
- SmsMfaConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1101
- })(SmsMfaConfigType || (SmsMfaConfigType = {}));
1102
- export var SoftwareTokenMfaConfigType;
1103
- (function (SoftwareTokenMfaConfigType) {
1104
- SoftwareTokenMfaConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1105
- })(SoftwareTokenMfaConfigType || (SoftwareTokenMfaConfigType = {}));
1106
- export var GetUserPoolMfaConfigResponse;
1107
- (function (GetUserPoolMfaConfigResponse) {
1108
- GetUserPoolMfaConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1109
- })(GetUserPoolMfaConfigResponse || (GetUserPoolMfaConfigResponse = {}));
1110
- export var GlobalSignOutRequest;
1111
- (function (GlobalSignOutRequest) {
1112
- GlobalSignOutRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1113
- })(GlobalSignOutRequest || (GlobalSignOutRequest = {}));
1114
- export var GlobalSignOutResponse;
1115
- (function (GlobalSignOutResponse) {
1116
- GlobalSignOutResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1117
- })(GlobalSignOutResponse || (GlobalSignOutResponse = {}));
1118
- export var InitiateAuthRequest;
1119
- (function (InitiateAuthRequest) {
1120
- InitiateAuthRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthParameters && { AuthParameters: SENSITIVE_STRING })), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1121
- })(InitiateAuthRequest || (InitiateAuthRequest = {}));
1122
- export var InitiateAuthResponse;
1123
- (function (InitiateAuthResponse) {
1124
- InitiateAuthResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
1125
- AuthenticationResult: AuthenticationResultType.filterSensitiveLog(obj.AuthenticationResult),
1126
- }))); };
1127
- })(InitiateAuthResponse || (InitiateAuthResponse = {}));
1128
- export var ListDevicesRequest;
1129
- (function (ListDevicesRequest) {
1130
- ListDevicesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1131
- })(ListDevicesRequest || (ListDevicesRequest = {}));
1132
- export var ListDevicesResponse;
1133
- (function (ListDevicesResponse) {
1134
- ListDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1135
- })(ListDevicesResponse || (ListDevicesResponse = {}));
1136
- export var ListGroupsRequest;
1137
- (function (ListGroupsRequest) {
1138
- ListGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1139
- })(ListGroupsRequest || (ListGroupsRequest = {}));
1140
- export var ListGroupsResponse;
1141
- (function (ListGroupsResponse) {
1142
- ListGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1143
- })(ListGroupsResponse || (ListGroupsResponse = {}));
1144
- export var ListIdentityProvidersRequest;
1145
- (function (ListIdentityProvidersRequest) {
1146
- ListIdentityProvidersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1147
- })(ListIdentityProvidersRequest || (ListIdentityProvidersRequest = {}));
1148
- export var ProviderDescription;
1149
- (function (ProviderDescription) {
1150
- ProviderDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1151
- })(ProviderDescription || (ProviderDescription = {}));
1152
- export var ListIdentityProvidersResponse;
1153
- (function (ListIdentityProvidersResponse) {
1154
- ListIdentityProvidersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1155
- })(ListIdentityProvidersResponse || (ListIdentityProvidersResponse = {}));
1156
- export var ListResourceServersRequest;
1157
- (function (ListResourceServersRequest) {
1158
- ListResourceServersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1159
- })(ListResourceServersRequest || (ListResourceServersRequest = {}));
1160
- export var ListResourceServersResponse;
1161
- (function (ListResourceServersResponse) {
1162
- ListResourceServersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1163
- })(ListResourceServersResponse || (ListResourceServersResponse = {}));
1164
- export var ListTagsForResourceRequest;
1165
- (function (ListTagsForResourceRequest) {
1166
- ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1167
- })(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
1168
- export var ListTagsForResourceResponse;
1169
- (function (ListTagsForResourceResponse) {
1170
- ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1171
- })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
1172
- export var ListUserImportJobsRequest;
1173
- (function (ListUserImportJobsRequest) {
1174
- ListUserImportJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1175
- })(ListUserImportJobsRequest || (ListUserImportJobsRequest = {}));
1176
- export var ListUserImportJobsResponse;
1177
- (function (ListUserImportJobsResponse) {
1178
- ListUserImportJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1179
- })(ListUserImportJobsResponse || (ListUserImportJobsResponse = {}));
1180
- export var ListUserPoolClientsRequest;
1181
- (function (ListUserPoolClientsRequest) {
1182
- ListUserPoolClientsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1183
- })(ListUserPoolClientsRequest || (ListUserPoolClientsRequest = {}));
1184
- export var UserPoolClientDescription;
1185
- (function (UserPoolClientDescription) {
1186
- UserPoolClientDescription.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1187
- })(UserPoolClientDescription || (UserPoolClientDescription = {}));
1188
- export var ListUserPoolClientsResponse;
1189
- (function (ListUserPoolClientsResponse) {
1190
- ListUserPoolClientsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPoolClients && {
1191
- UserPoolClients: obj.UserPoolClients.map(function (item) { return UserPoolClientDescription.filterSensitiveLog(item); }),
1192
- }))); };
1193
- })(ListUserPoolClientsResponse || (ListUserPoolClientsResponse = {}));
1194
- export var ListUserPoolsRequest;
1195
- (function (ListUserPoolsRequest) {
1196
- ListUserPoolsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1197
- })(ListUserPoolsRequest || (ListUserPoolsRequest = {}));
1198
- export var UserPoolDescriptionType;
1199
- (function (UserPoolDescriptionType) {
1200
- UserPoolDescriptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1201
- })(UserPoolDescriptionType || (UserPoolDescriptionType = {}));
1202
- export var ListUserPoolsResponse;
1203
- (function (ListUserPoolsResponse) {
1204
- ListUserPoolsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1205
- })(ListUserPoolsResponse || (ListUserPoolsResponse = {}));
1206
- export var ListUsersRequest;
1207
- (function (ListUsersRequest) {
1208
- ListUsersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1209
- })(ListUsersRequest || (ListUsersRequest = {}));
1210
- export var ListUsersResponse;
1211
- (function (ListUsersResponse) {
1212
- ListUsersResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Users && { Users: obj.Users.map(function (item) { return UserType.filterSensitiveLog(item); }) }))); };
1213
- })(ListUsersResponse || (ListUsersResponse = {}));
1214
- export var ListUsersInGroupRequest;
1215
- (function (ListUsersInGroupRequest) {
1216
- ListUsersInGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1217
- })(ListUsersInGroupRequest || (ListUsersInGroupRequest = {}));
1218
- export var ListUsersInGroupResponse;
1219
- (function (ListUsersInGroupResponse) {
1220
- ListUsersInGroupResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Users && { Users: obj.Users.map(function (item) { return UserType.filterSensitiveLog(item); }) }))); };
1221
- })(ListUsersInGroupResponse || (ListUsersInGroupResponse = {}));
1222
- export var ResendConfirmationCodeRequest;
1223
- (function (ResendConfirmationCodeRequest) {
1224
- ResendConfirmationCodeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING }))); };
1225
- })(ResendConfirmationCodeRequest || (ResendConfirmationCodeRequest = {}));
1226
- export var ResendConfirmationCodeResponse;
1227
- (function (ResendConfirmationCodeResponse) {
1228
- ResendConfirmationCodeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1229
- })(ResendConfirmationCodeResponse || (ResendConfirmationCodeResponse = {}));
1230
- export var RespondToAuthChallengeRequest;
1231
- (function (RespondToAuthChallengeRequest) {
1232
- RespondToAuthChallengeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1233
- })(RespondToAuthChallengeRequest || (RespondToAuthChallengeRequest = {}));
1234
- export var RespondToAuthChallengeResponse;
1235
- (function (RespondToAuthChallengeResponse) {
1236
- RespondToAuthChallengeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
1237
- AuthenticationResult: AuthenticationResultType.filterSensitiveLog(obj.AuthenticationResult),
1238
- }))); };
1239
- })(RespondToAuthChallengeResponse || (RespondToAuthChallengeResponse = {}));
1240
- export var RevokeTokenRequest;
1241
- (function (RevokeTokenRequest) {
1242
- RevokeTokenRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.Token && { Token: SENSITIVE_STRING })), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }))); };
1243
- })(RevokeTokenRequest || (RevokeTokenRequest = {}));
1244
- export var RevokeTokenResponse;
1245
- (function (RevokeTokenResponse) {
1246
- RevokeTokenResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1247
- })(RevokeTokenResponse || (RevokeTokenResponse = {}));
1248
- export var UnauthorizedException;
1249
- (function (UnauthorizedException) {
1250
- UnauthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1251
- })(UnauthorizedException || (UnauthorizedException = {}));
1252
- export var UnsupportedOperationException;
1253
- (function (UnsupportedOperationException) {
1254
- UnsupportedOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1255
- })(UnsupportedOperationException || (UnsupportedOperationException = {}));
1256
- export var UnsupportedTokenTypeException;
1257
- (function (UnsupportedTokenTypeException) {
1258
- UnsupportedTokenTypeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1259
- })(UnsupportedTokenTypeException || (UnsupportedTokenTypeException = {}));
1260
- export var SetRiskConfigurationRequest;
1261
- (function (SetRiskConfigurationRequest) {
1262
- SetRiskConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1263
- })(SetRiskConfigurationRequest || (SetRiskConfigurationRequest = {}));
1264
- export var SetRiskConfigurationResponse;
1265
- (function (SetRiskConfigurationResponse) {
1266
- SetRiskConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RiskConfiguration && {
1267
- RiskConfiguration: RiskConfigurationType.filterSensitiveLog(obj.RiskConfiguration),
1268
- }))); };
1269
- })(SetRiskConfigurationResponse || (SetRiskConfigurationResponse = {}));
1270
- export var SetUICustomizationRequest;
1271
- (function (SetUICustomizationRequest) {
1272
- SetUICustomizationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1273
- })(SetUICustomizationRequest || (SetUICustomizationRequest = {}));
1274
- export var SetUICustomizationResponse;
1275
- (function (SetUICustomizationResponse) {
1276
- SetUICustomizationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UICustomization && { UICustomization: UICustomizationType.filterSensitiveLog(obj.UICustomization) }))); };
1277
- })(SetUICustomizationResponse || (SetUICustomizationResponse = {}));
1278
- export var SetUserMFAPreferenceRequest;
1279
- (function (SetUserMFAPreferenceRequest) {
1280
- SetUserMFAPreferenceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1281
- })(SetUserMFAPreferenceRequest || (SetUserMFAPreferenceRequest = {}));
1282
- export var SetUserMFAPreferenceResponse;
1283
- (function (SetUserMFAPreferenceResponse) {
1284
- SetUserMFAPreferenceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1285
- })(SetUserMFAPreferenceResponse || (SetUserMFAPreferenceResponse = {}));
1286
- export var SetUserPoolMfaConfigRequest;
1287
- (function (SetUserPoolMfaConfigRequest) {
1288
- SetUserPoolMfaConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1289
- })(SetUserPoolMfaConfigRequest || (SetUserPoolMfaConfigRequest = {}));
1290
- export var SetUserPoolMfaConfigResponse;
1291
- (function (SetUserPoolMfaConfigResponse) {
1292
- SetUserPoolMfaConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1293
- })(SetUserPoolMfaConfigResponse || (SetUserPoolMfaConfigResponse = {}));
1294
- export var SetUserSettingsRequest;
1295
- (function (SetUserSettingsRequest) {
1296
- SetUserSettingsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1297
- })(SetUserSettingsRequest || (SetUserSettingsRequest = {}));
1298
- export var SetUserSettingsResponse;
1299
- (function (SetUserSettingsResponse) {
1300
- SetUserSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1301
- })(SetUserSettingsResponse || (SetUserSettingsResponse = {}));
1302
- export var SignUpRequest;
1303
- (function (SignUpRequest) {
1304
- SignUpRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING })), (obj.UserAttributes && {
1305
- UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
1306
- })), (obj.ValidationData && {
1307
- ValidationData: obj.ValidationData.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
1308
- }))); };
1309
- })(SignUpRequest || (SignUpRequest = {}));
1310
- export var SignUpResponse;
1311
- (function (SignUpResponse) {
1312
- SignUpResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1313
- })(SignUpResponse || (SignUpResponse = {}));
1314
- export var StartUserImportJobRequest;
1315
- (function (StartUserImportJobRequest) {
1316
- StartUserImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1317
- })(StartUserImportJobRequest || (StartUserImportJobRequest = {}));
1318
- //# sourceMappingURL=models_0.js.map