@aws-sdk/client-cognito-identity-provider 3.32.0 → 3.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1348) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist-cjs/CognitoIdentityProvider.js +1531 -0
  3. package/dist-cjs/CognitoIdentityProviderClient.js +48 -0
  4. package/dist-cjs/commands/AddCustomAttributesCommand.js +62 -0
  5. package/dist-cjs/commands/AdminAddUserToGroupCommand.js +63 -0
  6. package/dist-cjs/commands/AdminConfirmSignUpCommand.js +64 -0
  7. package/dist-cjs/commands/AdminCreateUserCommand.js +91 -0
  8. package/dist-cjs/commands/AdminDeleteUserAttributesCommand.js +64 -0
  9. package/dist-cjs/commands/AdminDeleteUserCommand.js +63 -0
  10. package/dist-cjs/commands/AdminDisableProviderForUserCommand.js +89 -0
  11. package/dist-cjs/commands/AdminDisableUserCommand.js +63 -0
  12. package/dist-cjs/commands/AdminEnableUserCommand.js +63 -0
  13. package/dist-cjs/commands/AdminForgetDeviceCommand.js +63 -0
  14. package/dist-cjs/commands/AdminGetDeviceCommand.js +63 -0
  15. package/dist-cjs/commands/AdminGetUserCommand.js +64 -0
  16. package/dist-cjs/commands/AdminInitiateAuthCommand.js +82 -0
  17. package/dist-cjs/commands/AdminLinkProviderForUserCommand.js +82 -0
  18. package/dist-cjs/commands/AdminListDevicesCommand.js +63 -0
  19. package/dist-cjs/commands/AdminListGroupsForUserCommand.js +63 -0
  20. package/dist-cjs/commands/AdminListUserAuthEventsCommand.js +63 -0
  21. package/dist-cjs/commands/AdminRemoveUserFromGroupCommand.js +63 -0
  22. package/dist-cjs/commands/AdminResetUserPasswordCommand.js +91 -0
  23. package/dist-cjs/commands/AdminRespondToAuthChallengeCommand.js +81 -0
  24. package/dist-cjs/commands/AdminSetUserMFAPreferenceCommand.js +66 -0
  25. package/dist-cjs/commands/AdminSetUserPasswordCommand.js +71 -0
  26. package/dist-cjs/commands/AdminSetUserSettingsCommand.js +65 -0
  27. package/dist-cjs/commands/AdminUpdateAuthEventFeedbackCommand.js +64 -0
  28. package/dist-cjs/commands/AdminUpdateDeviceStatusCommand.js +63 -0
  29. package/dist-cjs/commands/AdminUpdateUserAttributesCommand.js +86 -0
  30. package/dist-cjs/commands/AdminUserGlobalSignOutCommand.js +65 -0
  31. package/dist-cjs/commands/AssociateSoftwareTokenCommand.js +71 -0
  32. package/dist-cjs/commands/ChangePasswordCommand.js +60 -0
  33. package/dist-cjs/commands/ConfirmDeviceCommand.js +63 -0
  34. package/dist-cjs/commands/ConfirmForgotPasswordCommand.js +60 -0
  35. package/dist-cjs/commands/ConfirmSignUpCommand.js +61 -0
  36. package/dist-cjs/commands/CreateGroupCommand.js +63 -0
  37. package/dist-cjs/commands/CreateIdentityProviderCommand.js +62 -0
  38. package/dist-cjs/commands/CreateResourceServerCommand.js +62 -0
  39. package/dist-cjs/commands/CreateUserImportJobCommand.js +62 -0
  40. package/dist-cjs/commands/CreateUserPoolClientCommand.js +64 -0
  41. package/dist-cjs/commands/CreateUserPoolCommand.js +80 -0
  42. package/dist-cjs/commands/CreateUserPoolDomainCommand.js +62 -0
  43. package/dist-cjs/commands/DeleteGroupCommand.js +63 -0
  44. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +62 -0
  45. package/dist-cjs/commands/DeleteResourceServerCommand.js +62 -0
  46. package/dist-cjs/commands/DeleteUserAttributesCommand.js +60 -0
  47. package/dist-cjs/commands/DeleteUserCommand.js +60 -0
  48. package/dist-cjs/commands/DeleteUserPoolClientCommand.js +62 -0
  49. package/dist-cjs/commands/DeleteUserPoolCommand.js +62 -0
  50. package/dist-cjs/commands/DeleteUserPoolDomainCommand.js +62 -0
  51. package/dist-cjs/commands/DescribeIdentityProviderCommand.js +62 -0
  52. package/dist-cjs/commands/DescribeResourceServerCommand.js +62 -0
  53. package/dist-cjs/commands/DescribeRiskConfigurationCommand.js +62 -0
  54. package/dist-cjs/commands/DescribeUserImportJobCommand.js +62 -0
  55. package/dist-cjs/commands/DescribeUserPoolClientCommand.js +63 -0
  56. package/dist-cjs/commands/DescribeUserPoolCommand.js +62 -0
  57. package/dist-cjs/commands/DescribeUserPoolDomainCommand.js +62 -0
  58. package/dist-cjs/commands/ForgetDeviceCommand.js +62 -0
  59. package/dist-cjs/commands/ForgotPasswordCommand.js +84 -0
  60. package/dist-cjs/commands/GetCSVHeaderCommand.js +63 -0
  61. package/dist-cjs/commands/GetDeviceCommand.js +62 -0
  62. package/dist-cjs/commands/GetGroupCommand.js +63 -0
  63. package/dist-cjs/commands/GetIdentityProviderByIdentifierCommand.js +62 -0
  64. package/dist-cjs/commands/GetSigningCertificateCommand.js +62 -0
  65. package/dist-cjs/commands/GetUICustomizationCommand.js +65 -0
  66. package/dist-cjs/commands/GetUserAttributeVerificationCodeCommand.js +77 -0
  67. package/dist-cjs/commands/GetUserCommand.js +60 -0
  68. package/dist-cjs/commands/GetUserPoolMfaConfigCommand.js +62 -0
  69. package/dist-cjs/commands/GlobalSignOutCommand.js +64 -0
  70. package/dist-cjs/commands/InitiateAuthCommand.js +77 -0
  71. package/dist-cjs/commands/ListDevicesCommand.js +62 -0
  72. package/dist-cjs/commands/ListGroupsCommand.js +63 -0
  73. package/dist-cjs/commands/ListIdentityProvidersCommand.js +62 -0
  74. package/dist-cjs/commands/ListResourceServersCommand.js +62 -0
  75. package/dist-cjs/commands/ListTagsForResourceCommand.js +65 -0
  76. package/dist-cjs/commands/ListUserImportJobsCommand.js +62 -0
  77. package/dist-cjs/commands/ListUserPoolClientsCommand.js +62 -0
  78. package/dist-cjs/commands/ListUserPoolsCommand.js +62 -0
  79. package/dist-cjs/commands/ListUsersCommand.js +62 -0
  80. package/dist-cjs/commands/ListUsersInGroupCommand.js +63 -0
  81. package/dist-cjs/commands/ResendConfirmationCodeCommand.js +78 -0
  82. package/dist-cjs/commands/RespondToAuthChallengeCommand.js +77 -0
  83. package/dist-cjs/commands/RevokeTokenCommand.js +63 -0
  84. package/dist-cjs/commands/SetRiskConfigurationCommand.js +66 -0
  85. package/dist-cjs/commands/SetUICustomizationCommand.js +73 -0
  86. package/dist-cjs/commands/SetUserMFAPreferenceCommand.js +70 -0
  87. package/dist-cjs/commands/SetUserPoolMfaConfigCommand.js +79 -0
  88. package/dist-cjs/commands/SetUserSettingsCommand.js +63 -0
  89. package/dist-cjs/commands/SignUpCommand.js +78 -0
  90. package/dist-cjs/commands/StartUserImportJobCommand.js +63 -0
  91. package/dist-cjs/commands/StopUserImportJobCommand.js +62 -0
  92. package/dist-cjs/commands/TagResourceCommand.js +75 -0
  93. package/dist-cjs/commands/UntagResourceCommand.js +63 -0
  94. package/dist-cjs/commands/UpdateAuthEventFeedbackCommand.js +64 -0
  95. package/dist-cjs/commands/UpdateDeviceStatusCommand.js +62 -0
  96. package/dist-cjs/commands/UpdateGroupCommand.js +63 -0
  97. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +62 -0
  98. package/dist-cjs/commands/UpdateResourceServerCommand.js +66 -0
  99. package/dist-cjs/commands/UpdateUserAttributesCommand.js +77 -0
  100. package/dist-cjs/commands/UpdateUserPoolClientCommand.js +69 -0
  101. package/dist-cjs/commands/UpdateUserPoolCommand.js +81 -0
  102. package/dist-cjs/commands/UpdateUserPoolDomainCommand.js +82 -0
  103. package/dist-cjs/commands/VerifySoftwareTokenCommand.js +64 -0
  104. package/dist-cjs/commands/VerifyUserAttributeCommand.js +60 -0
  105. package/dist-cjs/endpoints.js +81 -0
  106. package/dist-cjs/index.js +117 -0
  107. package/dist-cjs/models/index.js +5 -0
  108. package/dist-cjs/models/models_0.js +2758 -0
  109. package/dist-cjs/models/models_1.js +291 -0
  110. package/dist-cjs/pagination/AdminListGroupsForUserPaginator.js +45 -0
  111. package/dist-cjs/pagination/AdminListUserAuthEventsPaginator.js +45 -0
  112. package/dist-cjs/pagination/Interfaces.js +2 -0
  113. package/dist-cjs/pagination/ListGroupsPaginator.js +45 -0
  114. package/dist-cjs/pagination/ListIdentityProvidersPaginator.js +45 -0
  115. package/dist-cjs/pagination/ListResourceServersPaginator.js +45 -0
  116. package/dist-cjs/pagination/ListUserPoolClientsPaginator.js +45 -0
  117. package/dist-cjs/pagination/ListUserPoolsPaginator.js +45 -0
  118. package/dist-cjs/pagination/ListUsersInGroupPaginator.js +45 -0
  119. package/dist-cjs/pagination/ListUsersPaginator.js +45 -0
  120. package/dist-cjs/protocols/Aws_json1_1.js +15318 -0
  121. package/dist-cjs/runtimeConfig.browser.js +41 -0
  122. package/dist-cjs/runtimeConfig.js +46 -0
  123. package/dist-cjs/runtimeConfig.native.js +19 -0
  124. package/dist-cjs/runtimeConfig.shared.js +20 -0
  125. package/dist-es/CognitoIdentityProvider.js +1525 -0
  126. package/dist-es/CognitoIdentityProviderClient.js +36 -0
  127. package/dist-es/commands/AddCustomAttributesCommand.js +41 -0
  128. package/dist-es/commands/AdminAddUserToGroupCommand.js +41 -0
  129. package/dist-es/commands/AdminConfirmSignUpCommand.js +41 -0
  130. package/dist-es/commands/AdminCreateUserCommand.js +41 -0
  131. package/dist-es/commands/AdminDeleteUserAttributesCommand.js +41 -0
  132. package/dist-es/commands/AdminDeleteUserCommand.js +41 -0
  133. package/dist-es/commands/AdminDisableProviderForUserCommand.js +41 -0
  134. package/dist-es/commands/AdminDisableUserCommand.js +41 -0
  135. package/dist-es/commands/AdminEnableUserCommand.js +41 -0
  136. package/dist-es/commands/AdminForgetDeviceCommand.js +41 -0
  137. package/dist-es/commands/AdminGetDeviceCommand.js +41 -0
  138. package/dist-es/commands/AdminGetUserCommand.js +41 -0
  139. package/dist-es/commands/AdminInitiateAuthCommand.js +41 -0
  140. package/dist-es/commands/AdminLinkProviderForUserCommand.js +41 -0
  141. package/dist-es/commands/AdminListDevicesCommand.js +41 -0
  142. package/dist-es/commands/AdminListGroupsForUserCommand.js +41 -0
  143. package/dist-es/commands/AdminListUserAuthEventsCommand.js +41 -0
  144. package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +41 -0
  145. package/dist-es/commands/AdminResetUserPasswordCommand.js +41 -0
  146. package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +41 -0
  147. package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +41 -0
  148. package/dist-es/commands/AdminSetUserPasswordCommand.js +41 -0
  149. package/dist-es/commands/AdminSetUserSettingsCommand.js +41 -0
  150. package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +41 -0
  151. package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +41 -0
  152. package/dist-es/commands/AdminUpdateUserAttributesCommand.js +41 -0
  153. package/dist-es/commands/AdminUserGlobalSignOutCommand.js +41 -0
  154. package/dist-es/commands/AssociateSoftwareTokenCommand.js +41 -0
  155. package/dist-es/commands/ChangePasswordCommand.js +39 -0
  156. package/dist-es/commands/ConfirmDeviceCommand.js +41 -0
  157. package/dist-es/commands/ConfirmForgotPasswordCommand.js +39 -0
  158. package/dist-es/commands/ConfirmSignUpCommand.js +39 -0
  159. package/dist-es/commands/CreateGroupCommand.js +41 -0
  160. package/dist-es/commands/CreateIdentityProviderCommand.js +41 -0
  161. package/dist-es/commands/CreateResourceServerCommand.js +41 -0
  162. package/dist-es/commands/CreateUserImportJobCommand.js +41 -0
  163. package/dist-es/commands/CreateUserPoolClientCommand.js +41 -0
  164. package/dist-es/commands/CreateUserPoolCommand.js +41 -0
  165. package/dist-es/commands/CreateUserPoolDomainCommand.js +41 -0
  166. package/dist-es/commands/DeleteGroupCommand.js +41 -0
  167. package/dist-es/commands/DeleteIdentityProviderCommand.js +41 -0
  168. package/dist-es/commands/DeleteResourceServerCommand.js +41 -0
  169. package/dist-es/commands/DeleteUserAttributesCommand.js +39 -0
  170. package/dist-es/commands/DeleteUserCommand.js +39 -0
  171. package/dist-es/commands/DeleteUserPoolClientCommand.js +41 -0
  172. package/dist-es/commands/DeleteUserPoolCommand.js +41 -0
  173. package/dist-es/commands/DeleteUserPoolDomainCommand.js +41 -0
  174. package/dist-es/commands/DescribeIdentityProviderCommand.js +41 -0
  175. package/dist-es/commands/DescribeResourceServerCommand.js +41 -0
  176. package/dist-es/commands/DescribeRiskConfigurationCommand.js +41 -0
  177. package/dist-es/commands/DescribeUserImportJobCommand.js +41 -0
  178. package/dist-es/commands/DescribeUserPoolClientCommand.js +41 -0
  179. package/dist-es/commands/DescribeUserPoolCommand.js +41 -0
  180. package/dist-es/commands/DescribeUserPoolDomainCommand.js +41 -0
  181. package/dist-es/commands/ForgetDeviceCommand.js +41 -0
  182. package/dist-es/commands/ForgotPasswordCommand.js +39 -0
  183. package/dist-es/commands/GetCSVHeaderCommand.js +41 -0
  184. package/dist-es/commands/GetDeviceCommand.js +41 -0
  185. package/dist-es/commands/GetGroupCommand.js +41 -0
  186. package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +41 -0
  187. package/dist-es/commands/GetSigningCertificateCommand.js +41 -0
  188. package/dist-es/commands/GetUICustomizationCommand.js +41 -0
  189. package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +39 -0
  190. package/dist-es/commands/GetUserCommand.js +39 -0
  191. package/dist-es/commands/GetUserPoolMfaConfigCommand.js +41 -0
  192. package/dist-es/commands/GlobalSignOutCommand.js +41 -0
  193. package/dist-es/commands/InitiateAuthCommand.js +39 -0
  194. package/dist-es/commands/ListDevicesCommand.js +41 -0
  195. package/dist-es/commands/ListGroupsCommand.js +41 -0
  196. package/dist-es/commands/ListIdentityProvidersCommand.js +41 -0
  197. package/dist-es/commands/ListResourceServersCommand.js +41 -0
  198. package/dist-es/commands/ListTagsForResourceCommand.js +41 -0
  199. package/dist-es/commands/ListUserImportJobsCommand.js +41 -0
  200. package/dist-es/commands/ListUserPoolClientsCommand.js +41 -0
  201. package/dist-es/commands/ListUserPoolsCommand.js +41 -0
  202. package/dist-es/commands/ListUsersCommand.js +41 -0
  203. package/dist-es/commands/ListUsersInGroupCommand.js +41 -0
  204. package/dist-es/commands/ResendConfirmationCodeCommand.js +39 -0
  205. package/dist-es/commands/RespondToAuthChallengeCommand.js +39 -0
  206. package/dist-es/commands/RevokeTokenCommand.js +41 -0
  207. package/dist-es/commands/SetRiskConfigurationCommand.js +41 -0
  208. package/dist-es/commands/SetUICustomizationCommand.js +41 -0
  209. package/dist-es/commands/SetUserMFAPreferenceCommand.js +41 -0
  210. package/dist-es/commands/SetUserPoolMfaConfigCommand.js +41 -0
  211. package/dist-es/commands/SetUserSettingsCommand.js +39 -0
  212. package/dist-es/commands/SignUpCommand.js +39 -0
  213. package/dist-es/commands/StartUserImportJobCommand.js +42 -0
  214. package/dist-es/commands/StopUserImportJobCommand.js +41 -0
  215. package/dist-es/commands/TagResourceCommand.js +41 -0
  216. package/dist-es/commands/UntagResourceCommand.js +41 -0
  217. package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +41 -0
  218. package/dist-es/commands/UpdateDeviceStatusCommand.js +41 -0
  219. package/dist-es/commands/UpdateGroupCommand.js +41 -0
  220. package/dist-es/commands/UpdateIdentityProviderCommand.js +41 -0
  221. package/dist-es/commands/UpdateResourceServerCommand.js +41 -0
  222. package/dist-es/commands/UpdateUserAttributesCommand.js +39 -0
  223. package/dist-es/commands/UpdateUserPoolClientCommand.js +41 -0
  224. package/dist-es/commands/UpdateUserPoolCommand.js +41 -0
  225. package/dist-es/commands/UpdateUserPoolDomainCommand.js +41 -0
  226. package/dist-es/commands/VerifySoftwareTokenCommand.js +41 -0
  227. package/dist-es/commands/VerifyUserAttributeCommand.js +39 -0
  228. package/dist-es/endpoints.js +77 -0
  229. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  230. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  231. package/dist-es/models/models_0.js +1317 -0
  232. package/dist-es/models/models_1.js +130 -0
  233. package/dist-es/pagination/AdminListGroupsForUserPaginator.js +74 -0
  234. package/dist-es/pagination/AdminListUserAuthEventsPaginator.js +74 -0
  235. package/dist-es/pagination/Interfaces.js +1 -0
  236. package/dist-es/pagination/ListGroupsPaginator.js +74 -0
  237. package/dist-es/pagination/ListIdentityProvidersPaginator.js +74 -0
  238. package/dist-es/pagination/ListResourceServersPaginator.js +74 -0
  239. package/dist-es/pagination/ListUserPoolClientsPaginator.js +74 -0
  240. package/dist-es/pagination/ListUserPoolsPaginator.js +74 -0
  241. package/dist-es/pagination/ListUsersInGroupPaginator.js +74 -0
  242. package/dist-es/pagination/ListUsersPaginator.js +74 -0
  243. package/dist-es/protocols/Aws_json1_1.js +15618 -0
  244. package/dist-es/runtimeConfig.browser.js +16 -0
  245. package/dist-es/runtimeConfig.js +21 -0
  246. package/dist-es/runtimeConfig.native.js +8 -0
  247. package/dist-es/runtimeConfig.shared.js +13 -0
  248. package/dist-types/CognitoIdentityProvider.d.ts +1213 -0
  249. package/dist-types/CognitoIdentityProviderClient.d.ts +239 -0
  250. package/dist-types/commands/AddCustomAttributesCommand.d.ts +35 -0
  251. package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +36 -0
  252. package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +37 -0
  253. package/dist-types/commands/AdminCreateUserCommand.d.ts +64 -0
  254. package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +37 -0
  255. package/dist-types/commands/AdminDeleteUserCommand.d.ts +36 -0
  256. package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +62 -0
  257. package/dist-types/commands/AdminDisableUserCommand.d.ts +36 -0
  258. package/dist-types/commands/AdminEnableUserCommand.d.ts +36 -0
  259. package/dist-types/commands/AdminForgetDeviceCommand.d.ts +36 -0
  260. package/dist-types/commands/AdminGetDeviceCommand.d.ts +36 -0
  261. package/dist-types/commands/AdminGetUserCommand.d.ts +37 -0
  262. package/dist-types/commands/AdminInitiateAuthCommand.d.ts +55 -0
  263. package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +55 -0
  264. package/dist-types/commands/AdminListDevicesCommand.d.ts +36 -0
  265. package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +36 -0
  266. package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +36 -0
  267. package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +36 -0
  268. package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +64 -0
  269. package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +54 -0
  270. package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +39 -0
  271. package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +44 -0
  272. package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +38 -0
  273. package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +37 -0
  274. package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +36 -0
  275. package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +59 -0
  276. package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +38 -0
  277. package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +44 -0
  278. package/dist-types/commands/ChangePasswordCommand.d.ts +35 -0
  279. package/dist-types/commands/ConfirmDeviceCommand.d.ts +36 -0
  280. package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +35 -0
  281. package/dist-types/commands/ConfirmSignUpCommand.d.ts +36 -0
  282. package/dist-types/commands/CreateGroupCommand.d.ts +36 -0
  283. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +35 -0
  284. package/dist-types/commands/CreateResourceServerCommand.d.ts +35 -0
  285. package/dist-types/commands/CreateUserImportJobCommand.d.ts +35 -0
  286. package/dist-types/commands/CreateUserPoolClientCommand.d.ts +37 -0
  287. package/dist-types/commands/CreateUserPoolCommand.d.ts +53 -0
  288. package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +35 -0
  289. package/dist-types/commands/DeleteGroupCommand.d.ts +36 -0
  290. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +35 -0
  291. package/dist-types/commands/DeleteResourceServerCommand.d.ts +35 -0
  292. package/dist-types/commands/DeleteUserAttributesCommand.d.ts +35 -0
  293. package/dist-types/commands/DeleteUserCommand.d.ts +35 -0
  294. package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +35 -0
  295. package/dist-types/commands/DeleteUserPoolCommand.d.ts +35 -0
  296. package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +35 -0
  297. package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +35 -0
  298. package/dist-types/commands/DescribeResourceServerCommand.d.ts +35 -0
  299. package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +35 -0
  300. package/dist-types/commands/DescribeUserImportJobCommand.d.ts +35 -0
  301. package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +36 -0
  302. package/dist-types/commands/DescribeUserPoolCommand.d.ts +35 -0
  303. package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +35 -0
  304. package/dist-types/commands/ForgetDeviceCommand.d.ts +35 -0
  305. package/dist-types/commands/ForgotPasswordCommand.d.ts +59 -0
  306. package/dist-types/commands/GetCSVHeaderCommand.d.ts +36 -0
  307. package/dist-types/commands/GetDeviceCommand.d.ts +35 -0
  308. package/dist-types/commands/GetGroupCommand.d.ts +36 -0
  309. package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +35 -0
  310. package/dist-types/commands/GetSigningCertificateCommand.d.ts +35 -0
  311. package/dist-types/commands/GetUICustomizationCommand.d.ts +38 -0
  312. package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +52 -0
  313. package/dist-types/commands/GetUserCommand.d.ts +35 -0
  314. package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +35 -0
  315. package/dist-types/commands/GlobalSignOutCommand.d.ts +37 -0
  316. package/dist-types/commands/InitiateAuthCommand.d.ts +52 -0
  317. package/dist-types/commands/ListDevicesCommand.d.ts +35 -0
  318. package/dist-types/commands/ListGroupsCommand.d.ts +36 -0
  319. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +35 -0
  320. package/dist-types/commands/ListResourceServersCommand.d.ts +35 -0
  321. package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -0
  322. package/dist-types/commands/ListUserImportJobsCommand.d.ts +35 -0
  323. package/dist-types/commands/ListUserPoolClientsCommand.d.ts +35 -0
  324. package/dist-types/commands/ListUserPoolsCommand.d.ts +35 -0
  325. package/dist-types/commands/ListUsersCommand.d.ts +35 -0
  326. package/dist-types/commands/ListUsersInGroupCommand.d.ts +36 -0
  327. package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +53 -0
  328. package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +52 -0
  329. package/dist-types/commands/RevokeTokenCommand.d.ts +36 -0
  330. package/dist-types/commands/SetRiskConfigurationCommand.d.ts +39 -0
  331. package/dist-types/commands/SetUICustomizationCommand.d.ts +46 -0
  332. package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +43 -0
  333. package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +52 -0
  334. package/dist-types/commands/SetUserSettingsCommand.d.ts +38 -0
  335. package/dist-types/commands/SignUpCommand.d.ts +53 -0
  336. package/dist-types/commands/StartUserImportJobCommand.d.ts +36 -0
  337. package/dist-types/commands/StopUserImportJobCommand.d.ts +35 -0
  338. package/dist-types/commands/TagResourceCommand.d.ts +48 -0
  339. package/dist-types/commands/UntagResourceCommand.d.ts +36 -0
  340. package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +37 -0
  341. package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +35 -0
  342. package/dist-types/commands/UpdateGroupCommand.d.ts +36 -0
  343. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +35 -0
  344. package/dist-types/commands/UpdateResourceServerCommand.d.ts +39 -0
  345. package/dist-types/commands/UpdateUserAttributesCommand.d.ts +52 -0
  346. package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +42 -0
  347. package/dist-types/commands/UpdateUserPoolCommand.d.ts +54 -0
  348. package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +55 -0
  349. package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +37 -0
  350. package/dist-types/commands/VerifyUserAttributeCommand.d.ts +35 -0
  351. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  352. package/{index.ts → dist-types/index.d.ts} +0 -0
  353. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  354. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  355. package/dist-types/models/models_1.d.ts +861 -0
  356. package/dist-types/pagination/AdminListGroupsForUserPaginator.d.ts +4 -0
  357. package/dist-types/pagination/AdminListUserAuthEventsPaginator.d.ts +4 -0
  358. package/dist-types/pagination/Interfaces.d.ts +6 -0
  359. package/dist-types/pagination/ListGroupsPaginator.d.ts +4 -0
  360. package/dist-types/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
  361. package/dist-types/pagination/ListResourceServersPaginator.d.ts +4 -0
  362. package/dist-types/pagination/ListUserPoolClientsPaginator.d.ts +4 -0
  363. package/dist-types/pagination/ListUserPoolsPaginator.d.ts +4 -0
  364. package/dist-types/pagination/ListUsersInGroupPaginator.d.ts +4 -0
  365. package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
  366. package/dist-types/protocols/Aws_json1_1.d.ts +305 -0
  367. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  368. package/dist-types/runtimeConfig.d.ts +37 -0
  369. package/dist-types/runtimeConfig.native.d.ts +36 -0
  370. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  371. package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +1213 -0
  372. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +239 -0
  373. package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +35 -0
  374. package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +36 -0
  375. package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +37 -0
  376. package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +64 -0
  377. package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +37 -0
  378. package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +36 -0
  379. package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +62 -0
  380. package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +36 -0
  381. package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +36 -0
  382. package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +36 -0
  383. package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +36 -0
  384. package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +37 -0
  385. package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +55 -0
  386. package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +55 -0
  387. package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +36 -0
  388. package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +36 -0
  389. package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +36 -0
  390. package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +36 -0
  391. package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +64 -0
  392. package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +54 -0
  393. package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +39 -0
  394. package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +44 -0
  395. package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +38 -0
  396. package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +37 -0
  397. package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +36 -0
  398. package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +59 -0
  399. package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +38 -0
  400. package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +44 -0
  401. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +35 -0
  402. package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +36 -0
  403. package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +35 -0
  404. package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +36 -0
  405. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +36 -0
  406. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +35 -0
  407. package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +35 -0
  408. package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +35 -0
  409. package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +37 -0
  410. package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +53 -0
  411. package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +35 -0
  412. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +36 -0
  413. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +35 -0
  414. package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +35 -0
  415. package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +35 -0
  416. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +35 -0
  417. package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +35 -0
  418. package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +35 -0
  419. package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +35 -0
  420. package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +35 -0
  421. package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +35 -0
  422. package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +35 -0
  423. package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +35 -0
  424. package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +36 -0
  425. package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +35 -0
  426. package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +35 -0
  427. package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +35 -0
  428. package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +59 -0
  429. package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +36 -0
  430. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +35 -0
  431. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +36 -0
  432. package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +35 -0
  433. package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +35 -0
  434. package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +38 -0
  435. package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +52 -0
  436. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +35 -0
  437. package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +35 -0
  438. package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +37 -0
  439. package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +52 -0
  440. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +35 -0
  441. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +36 -0
  442. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +35 -0
  443. package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +35 -0
  444. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
  445. package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +35 -0
  446. package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +35 -0
  447. package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +35 -0
  448. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +35 -0
  449. package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +36 -0
  450. package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +53 -0
  451. package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +52 -0
  452. package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +36 -0
  453. package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +39 -0
  454. package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +46 -0
  455. package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +43 -0
  456. package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +52 -0
  457. package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +38 -0
  458. package/dist-types/ts3.4/commands/SignUpCommand.d.ts +53 -0
  459. package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +36 -0
  460. package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +35 -0
  461. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -0
  462. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +36 -0
  463. package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +37 -0
  464. package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +35 -0
  465. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +36 -0
  466. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +35 -0
  467. package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +39 -0
  468. package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +52 -0
  469. package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +42 -0
  470. package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +54 -0
  471. package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +55 -0
  472. package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +37 -0
  473. package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +35 -0
  474. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  475. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  476. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  477. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  478. package/dist-types/ts3.4/models/models_1.d.ts +861 -0
  479. package/dist-types/ts3.4/pagination/AdminListGroupsForUserPaginator.d.ts +4 -0
  480. package/dist-types/ts3.4/pagination/AdminListUserAuthEventsPaginator.d.ts +4 -0
  481. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  482. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +4 -0
  483. package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
  484. package/dist-types/ts3.4/pagination/ListResourceServersPaginator.d.ts +4 -0
  485. package/dist-types/ts3.4/pagination/ListUserPoolClientsPaginator.d.ts +4 -0
  486. package/dist-types/ts3.4/pagination/ListUserPoolsPaginator.d.ts +4 -0
  487. package/dist-types/ts3.4/pagination/ListUsersInGroupPaginator.d.ts +4 -0
  488. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
  489. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +305 -0
  490. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +40 -0
  491. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  492. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  493. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  494. package/package.json +52 -49
  495. package/CognitoIdentityProvider.ts +0 -4101
  496. package/CognitoIdentityProviderClient.ts +0 -706
  497. package/commands/AddCustomAttributesCommand.ts +0 -100
  498. package/commands/AdminAddUserToGroupCommand.ts +0 -101
  499. package/commands/AdminConfirmSignUpCommand.ts +0 -102
  500. package/commands/AdminCreateUserCommand.ts +0 -129
  501. package/commands/AdminDeleteUserAttributesCommand.ts +0 -105
  502. package/commands/AdminDeleteUserCommand.ts +0 -101
  503. package/commands/AdminDisableProviderForUserCommand.ts +0 -132
  504. package/commands/AdminDisableUserCommand.ts +0 -101
  505. package/commands/AdminEnableUserCommand.ts +0 -101
  506. package/commands/AdminForgetDeviceCommand.ts +0 -101
  507. package/commands/AdminGetDeviceCommand.ts +0 -101
  508. package/commands/AdminGetUserCommand.ts +0 -102
  509. package/commands/AdminInitiateAuthCommand.ts +0 -120
  510. package/commands/AdminLinkProviderForUserCommand.ts +0 -120
  511. package/commands/AdminListDevicesCommand.ts +0 -101
  512. package/commands/AdminListGroupsForUserCommand.ts +0 -101
  513. package/commands/AdminListUserAuthEventsCommand.ts +0 -101
  514. package/commands/AdminRemoveUserFromGroupCommand.ts +0 -101
  515. package/commands/AdminResetUserPasswordCommand.ts +0 -129
  516. package/commands/AdminRespondToAuthChallengeCommand.ts +0 -124
  517. package/commands/AdminSetUserMFAPreferenceCommand.ts +0 -107
  518. package/commands/AdminSetUserPasswordCommand.ts +0 -109
  519. package/commands/AdminSetUserSettingsCommand.ts +0 -103
  520. package/commands/AdminUpdateAuthEventFeedbackCommand.ts +0 -107
  521. package/commands/AdminUpdateDeviceStatusCommand.ts +0 -101
  522. package/commands/AdminUpdateUserAttributesCommand.ts +0 -127
  523. package/commands/AdminUserGlobalSignOutCommand.ts +0 -103
  524. package/commands/AssociateSoftwareTokenCommand.ts +0 -109
  525. package/commands/ChangePasswordCommand.ts +0 -98
  526. package/commands/ConfirmDeviceCommand.ts +0 -101
  527. package/commands/ConfirmForgotPasswordCommand.ts +0 -98
  528. package/commands/ConfirmSignUpCommand.ts +0 -99
  529. package/commands/CreateGroupCommand.ts +0 -101
  530. package/commands/CreateIdentityProviderCommand.ts +0 -100
  531. package/commands/CreateResourceServerCommand.ts +0 -100
  532. package/commands/CreateUserImportJobCommand.ts +0 -100
  533. package/commands/CreateUserPoolClientCommand.ts +0 -102
  534. package/commands/CreateUserPoolCommand.ts +0 -118
  535. package/commands/CreateUserPoolDomainCommand.ts +0 -100
  536. package/commands/DeleteGroupCommand.ts +0 -101
  537. package/commands/DeleteIdentityProviderCommand.ts +0 -100
  538. package/commands/DeleteResourceServerCommand.ts +0 -100
  539. package/commands/DeleteUserAttributesCommand.ts +0 -98
  540. package/commands/DeleteUserCommand.ts +0 -98
  541. package/commands/DeleteUserPoolClientCommand.ts +0 -100
  542. package/commands/DeleteUserPoolCommand.ts +0 -100
  543. package/commands/DeleteUserPoolDomainCommand.ts +0 -100
  544. package/commands/DescribeIdentityProviderCommand.ts +0 -100
  545. package/commands/DescribeResourceServerCommand.ts +0 -100
  546. package/commands/DescribeRiskConfigurationCommand.ts +0 -103
  547. package/commands/DescribeUserImportJobCommand.ts +0 -100
  548. package/commands/DescribeUserPoolClientCommand.ts +0 -101
  549. package/commands/DescribeUserPoolCommand.ts +0 -100
  550. package/commands/DescribeUserPoolDomainCommand.ts +0 -100
  551. package/commands/ForgetDeviceCommand.ts +0 -100
  552. package/commands/ForgotPasswordCommand.ts +0 -122
  553. package/commands/GetCSVHeaderCommand.ts +0 -101
  554. package/commands/GetDeviceCommand.ts +0 -97
  555. package/commands/GetGroupCommand.ts +0 -98
  556. package/commands/GetIdentityProviderByIdentifierCommand.ts +0 -108
  557. package/commands/GetSigningCertificateCommand.ts +0 -100
  558. package/commands/GetUICustomizationCommand.ts +0 -103
  559. package/commands/GetUserAttributeVerificationCodeCommand.ts +0 -123
  560. package/commands/GetUserCommand.ts +0 -95
  561. package/commands/GetUserPoolMfaConfigCommand.ts +0 -100
  562. package/commands/GlobalSignOutCommand.ts +0 -102
  563. package/commands/InitiateAuthCommand.ts +0 -115
  564. package/commands/ListDevicesCommand.ts +0 -100
  565. package/commands/ListGroupsCommand.ts +0 -101
  566. package/commands/ListIdentityProvidersCommand.ts +0 -100
  567. package/commands/ListResourceServersCommand.ts +0 -100
  568. package/commands/ListTagsForResourceCommand.ts +0 -103
  569. package/commands/ListUserImportJobsCommand.ts +0 -100
  570. package/commands/ListUserPoolClientsCommand.ts +0 -100
  571. package/commands/ListUserPoolsCommand.ts +0 -100
  572. package/commands/ListUsersCommand.ts +0 -97
  573. package/commands/ListUsersInGroupCommand.ts +0 -101
  574. package/commands/ResendConfirmationCodeCommand.ts +0 -116
  575. package/commands/RespondToAuthChallengeCommand.ts +0 -115
  576. package/commands/RevokeTokenCommand.ts +0 -101
  577. package/commands/SetRiskConfigurationCommand.ts +0 -104
  578. package/commands/SetUICustomizationCommand.ts +0 -111
  579. package/commands/SetUserMFAPreferenceCommand.ts +0 -108
  580. package/commands/SetUserPoolMfaConfigCommand.ts +0 -117
  581. package/commands/SetUserSettingsCommand.ts +0 -101
  582. package/commands/SignUpCommand.ts +0 -113
  583. package/commands/StartUserImportJobCommand.ts +0 -101
  584. package/commands/StopUserImportJobCommand.ts +0 -100
  585. package/commands/TagResourceCommand.ts +0 -113
  586. package/commands/UntagResourceCommand.ts +0 -101
  587. package/commands/UpdateAuthEventFeedbackCommand.ts +0 -102
  588. package/commands/UpdateDeviceStatusCommand.ts +0 -100
  589. package/commands/UpdateGroupCommand.ts +0 -101
  590. package/commands/UpdateIdentityProviderCommand.ts +0 -100
  591. package/commands/UpdateResourceServerCommand.ts +0 -104
  592. package/commands/UpdateUserAttributesCommand.ts +0 -115
  593. package/commands/UpdateUserPoolClientCommand.ts +0 -107
  594. package/commands/UpdateUserPoolCommand.ts +0 -119
  595. package/commands/UpdateUserPoolDomainCommand.ts +0 -120
  596. package/commands/VerifySoftwareTokenCommand.ts +0 -102
  597. package/commands/VerifyUserAttributeCommand.ts +0 -98
  598. package/dist/cjs/CognitoIdentityProvider.js +0 -1532
  599. package/dist/cjs/CognitoIdentityProvider.js.map +0 -1
  600. package/dist/cjs/CognitoIdentityProviderClient.js +0 -49
  601. package/dist/cjs/CognitoIdentityProviderClient.js.map +0 -1
  602. package/dist/cjs/commands/AddCustomAttributesCommand.js +0 -63
  603. package/dist/cjs/commands/AddCustomAttributesCommand.js.map +0 -1
  604. package/dist/cjs/commands/AdminAddUserToGroupCommand.js +0 -64
  605. package/dist/cjs/commands/AdminAddUserToGroupCommand.js.map +0 -1
  606. package/dist/cjs/commands/AdminConfirmSignUpCommand.js +0 -65
  607. package/dist/cjs/commands/AdminConfirmSignUpCommand.js.map +0 -1
  608. package/dist/cjs/commands/AdminCreateUserCommand.js +0 -92
  609. package/dist/cjs/commands/AdminCreateUserCommand.js.map +0 -1
  610. package/dist/cjs/commands/AdminDeleteUserAttributesCommand.js +0 -65
  611. package/dist/cjs/commands/AdminDeleteUserAttributesCommand.js.map +0 -1
  612. package/dist/cjs/commands/AdminDeleteUserCommand.js +0 -64
  613. package/dist/cjs/commands/AdminDeleteUserCommand.js.map +0 -1
  614. package/dist/cjs/commands/AdminDisableProviderForUserCommand.js +0 -90
  615. package/dist/cjs/commands/AdminDisableProviderForUserCommand.js.map +0 -1
  616. package/dist/cjs/commands/AdminDisableUserCommand.js +0 -64
  617. package/dist/cjs/commands/AdminDisableUserCommand.js.map +0 -1
  618. package/dist/cjs/commands/AdminEnableUserCommand.js +0 -64
  619. package/dist/cjs/commands/AdminEnableUserCommand.js.map +0 -1
  620. package/dist/cjs/commands/AdminForgetDeviceCommand.js +0 -64
  621. package/dist/cjs/commands/AdminForgetDeviceCommand.js.map +0 -1
  622. package/dist/cjs/commands/AdminGetDeviceCommand.js +0 -64
  623. package/dist/cjs/commands/AdminGetDeviceCommand.js.map +0 -1
  624. package/dist/cjs/commands/AdminGetUserCommand.js +0 -65
  625. package/dist/cjs/commands/AdminGetUserCommand.js.map +0 -1
  626. package/dist/cjs/commands/AdminInitiateAuthCommand.js +0 -83
  627. package/dist/cjs/commands/AdminInitiateAuthCommand.js.map +0 -1
  628. package/dist/cjs/commands/AdminLinkProviderForUserCommand.js +0 -83
  629. package/dist/cjs/commands/AdminLinkProviderForUserCommand.js.map +0 -1
  630. package/dist/cjs/commands/AdminListDevicesCommand.js +0 -64
  631. package/dist/cjs/commands/AdminListDevicesCommand.js.map +0 -1
  632. package/dist/cjs/commands/AdminListGroupsForUserCommand.js +0 -64
  633. package/dist/cjs/commands/AdminListGroupsForUserCommand.js.map +0 -1
  634. package/dist/cjs/commands/AdminListUserAuthEventsCommand.js +0 -64
  635. package/dist/cjs/commands/AdminListUserAuthEventsCommand.js.map +0 -1
  636. package/dist/cjs/commands/AdminRemoveUserFromGroupCommand.js +0 -64
  637. package/dist/cjs/commands/AdminRemoveUserFromGroupCommand.js.map +0 -1
  638. package/dist/cjs/commands/AdminResetUserPasswordCommand.js +0 -92
  639. package/dist/cjs/commands/AdminResetUserPasswordCommand.js.map +0 -1
  640. package/dist/cjs/commands/AdminRespondToAuthChallengeCommand.js +0 -82
  641. package/dist/cjs/commands/AdminRespondToAuthChallengeCommand.js.map +0 -1
  642. package/dist/cjs/commands/AdminSetUserMFAPreferenceCommand.js +0 -67
  643. package/dist/cjs/commands/AdminSetUserMFAPreferenceCommand.js.map +0 -1
  644. package/dist/cjs/commands/AdminSetUserPasswordCommand.js +0 -72
  645. package/dist/cjs/commands/AdminSetUserPasswordCommand.js.map +0 -1
  646. package/dist/cjs/commands/AdminSetUserSettingsCommand.js +0 -66
  647. package/dist/cjs/commands/AdminSetUserSettingsCommand.js.map +0 -1
  648. package/dist/cjs/commands/AdminUpdateAuthEventFeedbackCommand.js +0 -65
  649. package/dist/cjs/commands/AdminUpdateAuthEventFeedbackCommand.js.map +0 -1
  650. package/dist/cjs/commands/AdminUpdateDeviceStatusCommand.js +0 -64
  651. package/dist/cjs/commands/AdminUpdateDeviceStatusCommand.js.map +0 -1
  652. package/dist/cjs/commands/AdminUpdateUserAttributesCommand.js +0 -87
  653. package/dist/cjs/commands/AdminUpdateUserAttributesCommand.js.map +0 -1
  654. package/dist/cjs/commands/AdminUserGlobalSignOutCommand.js +0 -66
  655. package/dist/cjs/commands/AdminUserGlobalSignOutCommand.js.map +0 -1
  656. package/dist/cjs/commands/AssociateSoftwareTokenCommand.js +0 -72
  657. package/dist/cjs/commands/AssociateSoftwareTokenCommand.js.map +0 -1
  658. package/dist/cjs/commands/ChangePasswordCommand.js +0 -61
  659. package/dist/cjs/commands/ChangePasswordCommand.js.map +0 -1
  660. package/dist/cjs/commands/ConfirmDeviceCommand.js +0 -64
  661. package/dist/cjs/commands/ConfirmDeviceCommand.js.map +0 -1
  662. package/dist/cjs/commands/ConfirmForgotPasswordCommand.js +0 -61
  663. package/dist/cjs/commands/ConfirmForgotPasswordCommand.js.map +0 -1
  664. package/dist/cjs/commands/ConfirmSignUpCommand.js +0 -62
  665. package/dist/cjs/commands/ConfirmSignUpCommand.js.map +0 -1
  666. package/dist/cjs/commands/CreateGroupCommand.js +0 -64
  667. package/dist/cjs/commands/CreateGroupCommand.js.map +0 -1
  668. package/dist/cjs/commands/CreateIdentityProviderCommand.js +0 -63
  669. package/dist/cjs/commands/CreateIdentityProviderCommand.js.map +0 -1
  670. package/dist/cjs/commands/CreateResourceServerCommand.js +0 -63
  671. package/dist/cjs/commands/CreateResourceServerCommand.js.map +0 -1
  672. package/dist/cjs/commands/CreateUserImportJobCommand.js +0 -63
  673. package/dist/cjs/commands/CreateUserImportJobCommand.js.map +0 -1
  674. package/dist/cjs/commands/CreateUserPoolClientCommand.js +0 -65
  675. package/dist/cjs/commands/CreateUserPoolClientCommand.js.map +0 -1
  676. package/dist/cjs/commands/CreateUserPoolCommand.js +0 -81
  677. package/dist/cjs/commands/CreateUserPoolCommand.js.map +0 -1
  678. package/dist/cjs/commands/CreateUserPoolDomainCommand.js +0 -63
  679. package/dist/cjs/commands/CreateUserPoolDomainCommand.js.map +0 -1
  680. package/dist/cjs/commands/DeleteGroupCommand.js +0 -64
  681. package/dist/cjs/commands/DeleteGroupCommand.js.map +0 -1
  682. package/dist/cjs/commands/DeleteIdentityProviderCommand.js +0 -63
  683. package/dist/cjs/commands/DeleteIdentityProviderCommand.js.map +0 -1
  684. package/dist/cjs/commands/DeleteResourceServerCommand.js +0 -63
  685. package/dist/cjs/commands/DeleteResourceServerCommand.js.map +0 -1
  686. package/dist/cjs/commands/DeleteUserAttributesCommand.js +0 -61
  687. package/dist/cjs/commands/DeleteUserAttributesCommand.js.map +0 -1
  688. package/dist/cjs/commands/DeleteUserCommand.js +0 -61
  689. package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
  690. package/dist/cjs/commands/DeleteUserPoolClientCommand.js +0 -63
  691. package/dist/cjs/commands/DeleteUserPoolClientCommand.js.map +0 -1
  692. package/dist/cjs/commands/DeleteUserPoolCommand.js +0 -63
  693. package/dist/cjs/commands/DeleteUserPoolCommand.js.map +0 -1
  694. package/dist/cjs/commands/DeleteUserPoolDomainCommand.js +0 -63
  695. package/dist/cjs/commands/DeleteUserPoolDomainCommand.js.map +0 -1
  696. package/dist/cjs/commands/DescribeIdentityProviderCommand.js +0 -63
  697. package/dist/cjs/commands/DescribeIdentityProviderCommand.js.map +0 -1
  698. package/dist/cjs/commands/DescribeResourceServerCommand.js +0 -63
  699. package/dist/cjs/commands/DescribeResourceServerCommand.js.map +0 -1
  700. package/dist/cjs/commands/DescribeRiskConfigurationCommand.js +0 -63
  701. package/dist/cjs/commands/DescribeRiskConfigurationCommand.js.map +0 -1
  702. package/dist/cjs/commands/DescribeUserImportJobCommand.js +0 -63
  703. package/dist/cjs/commands/DescribeUserImportJobCommand.js.map +0 -1
  704. package/dist/cjs/commands/DescribeUserPoolClientCommand.js +0 -64
  705. package/dist/cjs/commands/DescribeUserPoolClientCommand.js.map +0 -1
  706. package/dist/cjs/commands/DescribeUserPoolCommand.js +0 -63
  707. package/dist/cjs/commands/DescribeUserPoolCommand.js.map +0 -1
  708. package/dist/cjs/commands/DescribeUserPoolDomainCommand.js +0 -63
  709. package/dist/cjs/commands/DescribeUserPoolDomainCommand.js.map +0 -1
  710. package/dist/cjs/commands/ForgetDeviceCommand.js +0 -63
  711. package/dist/cjs/commands/ForgetDeviceCommand.js.map +0 -1
  712. package/dist/cjs/commands/ForgotPasswordCommand.js +0 -85
  713. package/dist/cjs/commands/ForgotPasswordCommand.js.map +0 -1
  714. package/dist/cjs/commands/GetCSVHeaderCommand.js +0 -64
  715. package/dist/cjs/commands/GetCSVHeaderCommand.js.map +0 -1
  716. package/dist/cjs/commands/GetDeviceCommand.js +0 -63
  717. package/dist/cjs/commands/GetDeviceCommand.js.map +0 -1
  718. package/dist/cjs/commands/GetGroupCommand.js +0 -64
  719. package/dist/cjs/commands/GetGroupCommand.js.map +0 -1
  720. package/dist/cjs/commands/GetIdentityProviderByIdentifierCommand.js +0 -63
  721. package/dist/cjs/commands/GetIdentityProviderByIdentifierCommand.js.map +0 -1
  722. package/dist/cjs/commands/GetSigningCertificateCommand.js +0 -63
  723. package/dist/cjs/commands/GetSigningCertificateCommand.js.map +0 -1
  724. package/dist/cjs/commands/GetUICustomizationCommand.js +0 -66
  725. package/dist/cjs/commands/GetUICustomizationCommand.js.map +0 -1
  726. package/dist/cjs/commands/GetUserAttributeVerificationCodeCommand.js +0 -78
  727. package/dist/cjs/commands/GetUserAttributeVerificationCodeCommand.js.map +0 -1
  728. package/dist/cjs/commands/GetUserCommand.js +0 -61
  729. package/dist/cjs/commands/GetUserCommand.js.map +0 -1
  730. package/dist/cjs/commands/GetUserPoolMfaConfigCommand.js +0 -63
  731. package/dist/cjs/commands/GetUserPoolMfaConfigCommand.js.map +0 -1
  732. package/dist/cjs/commands/GlobalSignOutCommand.js +0 -65
  733. package/dist/cjs/commands/GlobalSignOutCommand.js.map +0 -1
  734. package/dist/cjs/commands/InitiateAuthCommand.js +0 -78
  735. package/dist/cjs/commands/InitiateAuthCommand.js.map +0 -1
  736. package/dist/cjs/commands/ListDevicesCommand.js +0 -63
  737. package/dist/cjs/commands/ListDevicesCommand.js.map +0 -1
  738. package/dist/cjs/commands/ListGroupsCommand.js +0 -64
  739. package/dist/cjs/commands/ListGroupsCommand.js.map +0 -1
  740. package/dist/cjs/commands/ListIdentityProvidersCommand.js +0 -63
  741. package/dist/cjs/commands/ListIdentityProvidersCommand.js.map +0 -1
  742. package/dist/cjs/commands/ListResourceServersCommand.js +0 -63
  743. package/dist/cjs/commands/ListResourceServersCommand.js.map +0 -1
  744. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -66
  745. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  746. package/dist/cjs/commands/ListUserImportJobsCommand.js +0 -63
  747. package/dist/cjs/commands/ListUserImportJobsCommand.js.map +0 -1
  748. package/dist/cjs/commands/ListUserPoolClientsCommand.js +0 -63
  749. package/dist/cjs/commands/ListUserPoolClientsCommand.js.map +0 -1
  750. package/dist/cjs/commands/ListUserPoolsCommand.js +0 -63
  751. package/dist/cjs/commands/ListUserPoolsCommand.js.map +0 -1
  752. package/dist/cjs/commands/ListUsersCommand.js +0 -63
  753. package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
  754. package/dist/cjs/commands/ListUsersInGroupCommand.js +0 -64
  755. package/dist/cjs/commands/ListUsersInGroupCommand.js.map +0 -1
  756. package/dist/cjs/commands/ResendConfirmationCodeCommand.js +0 -79
  757. package/dist/cjs/commands/ResendConfirmationCodeCommand.js.map +0 -1
  758. package/dist/cjs/commands/RespondToAuthChallengeCommand.js +0 -78
  759. package/dist/cjs/commands/RespondToAuthChallengeCommand.js.map +0 -1
  760. package/dist/cjs/commands/RevokeTokenCommand.js +0 -64
  761. package/dist/cjs/commands/RevokeTokenCommand.js.map +0 -1
  762. package/dist/cjs/commands/SetRiskConfigurationCommand.js +0 -67
  763. package/dist/cjs/commands/SetRiskConfigurationCommand.js.map +0 -1
  764. package/dist/cjs/commands/SetUICustomizationCommand.js +0 -74
  765. package/dist/cjs/commands/SetUICustomizationCommand.js.map +0 -1
  766. package/dist/cjs/commands/SetUserMFAPreferenceCommand.js +0 -71
  767. package/dist/cjs/commands/SetUserMFAPreferenceCommand.js.map +0 -1
  768. package/dist/cjs/commands/SetUserPoolMfaConfigCommand.js +0 -80
  769. package/dist/cjs/commands/SetUserPoolMfaConfigCommand.js.map +0 -1
  770. package/dist/cjs/commands/SetUserSettingsCommand.js +0 -64
  771. package/dist/cjs/commands/SetUserSettingsCommand.js.map +0 -1
  772. package/dist/cjs/commands/SignUpCommand.js +0 -79
  773. package/dist/cjs/commands/SignUpCommand.js.map +0 -1
  774. package/dist/cjs/commands/StartUserImportJobCommand.js +0 -64
  775. package/dist/cjs/commands/StartUserImportJobCommand.js.map +0 -1
  776. package/dist/cjs/commands/StopUserImportJobCommand.js +0 -63
  777. package/dist/cjs/commands/StopUserImportJobCommand.js.map +0 -1
  778. package/dist/cjs/commands/TagResourceCommand.js +0 -76
  779. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  780. package/dist/cjs/commands/UntagResourceCommand.js +0 -64
  781. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  782. package/dist/cjs/commands/UpdateAuthEventFeedbackCommand.js +0 -65
  783. package/dist/cjs/commands/UpdateAuthEventFeedbackCommand.js.map +0 -1
  784. package/dist/cjs/commands/UpdateDeviceStatusCommand.js +0 -63
  785. package/dist/cjs/commands/UpdateDeviceStatusCommand.js.map +0 -1
  786. package/dist/cjs/commands/UpdateGroupCommand.js +0 -64
  787. package/dist/cjs/commands/UpdateGroupCommand.js.map +0 -1
  788. package/dist/cjs/commands/UpdateIdentityProviderCommand.js +0 -63
  789. package/dist/cjs/commands/UpdateIdentityProviderCommand.js.map +0 -1
  790. package/dist/cjs/commands/UpdateResourceServerCommand.js +0 -67
  791. package/dist/cjs/commands/UpdateResourceServerCommand.js.map +0 -1
  792. package/dist/cjs/commands/UpdateUserAttributesCommand.js +0 -78
  793. package/dist/cjs/commands/UpdateUserAttributesCommand.js.map +0 -1
  794. package/dist/cjs/commands/UpdateUserPoolClientCommand.js +0 -70
  795. package/dist/cjs/commands/UpdateUserPoolClientCommand.js.map +0 -1
  796. package/dist/cjs/commands/UpdateUserPoolCommand.js +0 -82
  797. package/dist/cjs/commands/UpdateUserPoolCommand.js.map +0 -1
  798. package/dist/cjs/commands/UpdateUserPoolDomainCommand.js +0 -83
  799. package/dist/cjs/commands/UpdateUserPoolDomainCommand.js.map +0 -1
  800. package/dist/cjs/commands/VerifySoftwareTokenCommand.js +0 -65
  801. package/dist/cjs/commands/VerifySoftwareTokenCommand.js.map +0 -1
  802. package/dist/cjs/commands/VerifyUserAttributeCommand.js +0 -61
  803. package/dist/cjs/commands/VerifyUserAttributeCommand.js.map +0 -1
  804. package/dist/cjs/endpoints.js +0 -82
  805. package/dist/cjs/endpoints.js.map +0 -1
  806. package/dist/cjs/index.js +0 -118
  807. package/dist/cjs/index.js.map +0 -1
  808. package/dist/cjs/models/index.js +0 -6
  809. package/dist/cjs/models/index.js.map +0 -1
  810. package/dist/cjs/models/models_0.js +0 -2759
  811. package/dist/cjs/models/models_0.js.map +0 -1
  812. package/dist/cjs/models/models_1.js +0 -292
  813. package/dist/cjs/models/models_1.js.map +0 -1
  814. package/dist/cjs/package.json +0 -91
  815. package/dist/cjs/pagination/AdminListGroupsForUserPaginator.js +0 -46
  816. package/dist/cjs/pagination/AdminListGroupsForUserPaginator.js.map +0 -1
  817. package/dist/cjs/pagination/AdminListUserAuthEventsPaginator.js +0 -46
  818. package/dist/cjs/pagination/AdminListUserAuthEventsPaginator.js.map +0 -1
  819. package/dist/cjs/pagination/Interfaces.js +0 -3
  820. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  821. package/dist/cjs/pagination/ListGroupsPaginator.js +0 -46
  822. package/dist/cjs/pagination/ListGroupsPaginator.js.map +0 -1
  823. package/dist/cjs/pagination/ListIdentityProvidersPaginator.js +0 -46
  824. package/dist/cjs/pagination/ListIdentityProvidersPaginator.js.map +0 -1
  825. package/dist/cjs/pagination/ListResourceServersPaginator.js +0 -46
  826. package/dist/cjs/pagination/ListResourceServersPaginator.js.map +0 -1
  827. package/dist/cjs/pagination/ListUserPoolClientsPaginator.js +0 -46
  828. package/dist/cjs/pagination/ListUserPoolClientsPaginator.js.map +0 -1
  829. package/dist/cjs/pagination/ListUserPoolsPaginator.js +0 -46
  830. package/dist/cjs/pagination/ListUserPoolsPaginator.js.map +0 -1
  831. package/dist/cjs/pagination/ListUsersInGroupPaginator.js +0 -46
  832. package/dist/cjs/pagination/ListUsersInGroupPaginator.js.map +0 -1
  833. package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
  834. package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
  835. package/dist/cjs/protocols/Aws_json1_1.js +0 -15319
  836. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  837. package/dist/cjs/runtimeConfig.browser.js +0 -41
  838. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  839. package/dist/cjs/runtimeConfig.js +0 -46
  840. package/dist/cjs/runtimeConfig.js.map +0 -1
  841. package/dist/cjs/runtimeConfig.native.js +0 -20
  842. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  843. package/dist/cjs/runtimeConfig.shared.js +0 -21
  844. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  845. package/dist/es/CognitoIdentityProvider.js +0 -1535
  846. package/dist/es/CognitoIdentityProvider.js.map +0 -1
  847. package/dist/es/CognitoIdentityProviderClient.js +0 -51
  848. package/dist/es/CognitoIdentityProviderClient.js.map +0 -1
  849. package/dist/es/commands/AddCustomAttributesCommand.js +0 -67
  850. package/dist/es/commands/AddCustomAttributesCommand.js.map +0 -1
  851. package/dist/es/commands/AdminAddUserToGroupCommand.js +0 -68
  852. package/dist/es/commands/AdminAddUserToGroupCommand.js.map +0 -1
  853. package/dist/es/commands/AdminConfirmSignUpCommand.js +0 -69
  854. package/dist/es/commands/AdminConfirmSignUpCommand.js.map +0 -1
  855. package/dist/es/commands/AdminCreateUserCommand.js +0 -96
  856. package/dist/es/commands/AdminCreateUserCommand.js.map +0 -1
  857. package/dist/es/commands/AdminDeleteUserAttributesCommand.js +0 -69
  858. package/dist/es/commands/AdminDeleteUserAttributesCommand.js.map +0 -1
  859. package/dist/es/commands/AdminDeleteUserCommand.js +0 -68
  860. package/dist/es/commands/AdminDeleteUserCommand.js.map +0 -1
  861. package/dist/es/commands/AdminDisableProviderForUserCommand.js +0 -94
  862. package/dist/es/commands/AdminDisableProviderForUserCommand.js.map +0 -1
  863. package/dist/es/commands/AdminDisableUserCommand.js +0 -68
  864. package/dist/es/commands/AdminDisableUserCommand.js.map +0 -1
  865. package/dist/es/commands/AdminEnableUserCommand.js +0 -68
  866. package/dist/es/commands/AdminEnableUserCommand.js.map +0 -1
  867. package/dist/es/commands/AdminForgetDeviceCommand.js +0 -68
  868. package/dist/es/commands/AdminForgetDeviceCommand.js.map +0 -1
  869. package/dist/es/commands/AdminGetDeviceCommand.js +0 -68
  870. package/dist/es/commands/AdminGetDeviceCommand.js.map +0 -1
  871. package/dist/es/commands/AdminGetUserCommand.js +0 -69
  872. package/dist/es/commands/AdminGetUserCommand.js.map +0 -1
  873. package/dist/es/commands/AdminInitiateAuthCommand.js +0 -87
  874. package/dist/es/commands/AdminInitiateAuthCommand.js.map +0 -1
  875. package/dist/es/commands/AdminLinkProviderForUserCommand.js +0 -87
  876. package/dist/es/commands/AdminLinkProviderForUserCommand.js.map +0 -1
  877. package/dist/es/commands/AdminListDevicesCommand.js +0 -68
  878. package/dist/es/commands/AdminListDevicesCommand.js.map +0 -1
  879. package/dist/es/commands/AdminListGroupsForUserCommand.js +0 -68
  880. package/dist/es/commands/AdminListGroupsForUserCommand.js.map +0 -1
  881. package/dist/es/commands/AdminListUserAuthEventsCommand.js +0 -68
  882. package/dist/es/commands/AdminListUserAuthEventsCommand.js.map +0 -1
  883. package/dist/es/commands/AdminRemoveUserFromGroupCommand.js +0 -68
  884. package/dist/es/commands/AdminRemoveUserFromGroupCommand.js.map +0 -1
  885. package/dist/es/commands/AdminResetUserPasswordCommand.js +0 -96
  886. package/dist/es/commands/AdminResetUserPasswordCommand.js.map +0 -1
  887. package/dist/es/commands/AdminRespondToAuthChallengeCommand.js +0 -86
  888. package/dist/es/commands/AdminRespondToAuthChallengeCommand.js.map +0 -1
  889. package/dist/es/commands/AdminSetUserMFAPreferenceCommand.js +0 -71
  890. package/dist/es/commands/AdminSetUserMFAPreferenceCommand.js.map +0 -1
  891. package/dist/es/commands/AdminSetUserPasswordCommand.js +0 -76
  892. package/dist/es/commands/AdminSetUserPasswordCommand.js.map +0 -1
  893. package/dist/es/commands/AdminSetUserSettingsCommand.js +0 -70
  894. package/dist/es/commands/AdminSetUserSettingsCommand.js.map +0 -1
  895. package/dist/es/commands/AdminUpdateAuthEventFeedbackCommand.js +0 -69
  896. package/dist/es/commands/AdminUpdateAuthEventFeedbackCommand.js.map +0 -1
  897. package/dist/es/commands/AdminUpdateDeviceStatusCommand.js +0 -68
  898. package/dist/es/commands/AdminUpdateDeviceStatusCommand.js.map +0 -1
  899. package/dist/es/commands/AdminUpdateUserAttributesCommand.js +0 -91
  900. package/dist/es/commands/AdminUpdateUserAttributesCommand.js.map +0 -1
  901. package/dist/es/commands/AdminUserGlobalSignOutCommand.js +0 -70
  902. package/dist/es/commands/AdminUserGlobalSignOutCommand.js.map +0 -1
  903. package/dist/es/commands/AssociateSoftwareTokenCommand.js +0 -76
  904. package/dist/es/commands/AssociateSoftwareTokenCommand.js.map +0 -1
  905. package/dist/es/commands/ChangePasswordCommand.js +0 -65
  906. package/dist/es/commands/ChangePasswordCommand.js.map +0 -1
  907. package/dist/es/commands/ConfirmDeviceCommand.js +0 -68
  908. package/dist/es/commands/ConfirmDeviceCommand.js.map +0 -1
  909. package/dist/es/commands/ConfirmForgotPasswordCommand.js +0 -65
  910. package/dist/es/commands/ConfirmForgotPasswordCommand.js.map +0 -1
  911. package/dist/es/commands/ConfirmSignUpCommand.js +0 -66
  912. package/dist/es/commands/ConfirmSignUpCommand.js.map +0 -1
  913. package/dist/es/commands/CreateGroupCommand.js +0 -68
  914. package/dist/es/commands/CreateGroupCommand.js.map +0 -1
  915. package/dist/es/commands/CreateIdentityProviderCommand.js +0 -67
  916. package/dist/es/commands/CreateIdentityProviderCommand.js.map +0 -1
  917. package/dist/es/commands/CreateResourceServerCommand.js +0 -67
  918. package/dist/es/commands/CreateResourceServerCommand.js.map +0 -1
  919. package/dist/es/commands/CreateUserImportJobCommand.js +0 -67
  920. package/dist/es/commands/CreateUserImportJobCommand.js.map +0 -1
  921. package/dist/es/commands/CreateUserPoolClientCommand.js +0 -69
  922. package/dist/es/commands/CreateUserPoolClientCommand.js.map +0 -1
  923. package/dist/es/commands/CreateUserPoolCommand.js +0 -85
  924. package/dist/es/commands/CreateUserPoolCommand.js.map +0 -1
  925. package/dist/es/commands/CreateUserPoolDomainCommand.js +0 -67
  926. package/dist/es/commands/CreateUserPoolDomainCommand.js.map +0 -1
  927. package/dist/es/commands/DeleteGroupCommand.js +0 -68
  928. package/dist/es/commands/DeleteGroupCommand.js.map +0 -1
  929. package/dist/es/commands/DeleteIdentityProviderCommand.js +0 -67
  930. package/dist/es/commands/DeleteIdentityProviderCommand.js.map +0 -1
  931. package/dist/es/commands/DeleteResourceServerCommand.js +0 -67
  932. package/dist/es/commands/DeleteResourceServerCommand.js.map +0 -1
  933. package/dist/es/commands/DeleteUserAttributesCommand.js +0 -65
  934. package/dist/es/commands/DeleteUserAttributesCommand.js.map +0 -1
  935. package/dist/es/commands/DeleteUserCommand.js +0 -65
  936. package/dist/es/commands/DeleteUserCommand.js.map +0 -1
  937. package/dist/es/commands/DeleteUserPoolClientCommand.js +0 -67
  938. package/dist/es/commands/DeleteUserPoolClientCommand.js.map +0 -1
  939. package/dist/es/commands/DeleteUserPoolCommand.js +0 -67
  940. package/dist/es/commands/DeleteUserPoolCommand.js.map +0 -1
  941. package/dist/es/commands/DeleteUserPoolDomainCommand.js +0 -67
  942. package/dist/es/commands/DeleteUserPoolDomainCommand.js.map +0 -1
  943. package/dist/es/commands/DescribeIdentityProviderCommand.js +0 -67
  944. package/dist/es/commands/DescribeIdentityProviderCommand.js.map +0 -1
  945. package/dist/es/commands/DescribeResourceServerCommand.js +0 -67
  946. package/dist/es/commands/DescribeResourceServerCommand.js.map +0 -1
  947. package/dist/es/commands/DescribeRiskConfigurationCommand.js +0 -67
  948. package/dist/es/commands/DescribeRiskConfigurationCommand.js.map +0 -1
  949. package/dist/es/commands/DescribeUserImportJobCommand.js +0 -67
  950. package/dist/es/commands/DescribeUserImportJobCommand.js.map +0 -1
  951. package/dist/es/commands/DescribeUserPoolClientCommand.js +0 -68
  952. package/dist/es/commands/DescribeUserPoolClientCommand.js.map +0 -1
  953. package/dist/es/commands/DescribeUserPoolCommand.js +0 -67
  954. package/dist/es/commands/DescribeUserPoolCommand.js.map +0 -1
  955. package/dist/es/commands/DescribeUserPoolDomainCommand.js +0 -67
  956. package/dist/es/commands/DescribeUserPoolDomainCommand.js.map +0 -1
  957. package/dist/es/commands/ForgetDeviceCommand.js +0 -67
  958. package/dist/es/commands/ForgetDeviceCommand.js.map +0 -1
  959. package/dist/es/commands/ForgotPasswordCommand.js +0 -89
  960. package/dist/es/commands/ForgotPasswordCommand.js.map +0 -1
  961. package/dist/es/commands/GetCSVHeaderCommand.js +0 -68
  962. package/dist/es/commands/GetCSVHeaderCommand.js.map +0 -1
  963. package/dist/es/commands/GetDeviceCommand.js +0 -67
  964. package/dist/es/commands/GetDeviceCommand.js.map +0 -1
  965. package/dist/es/commands/GetGroupCommand.js +0 -68
  966. package/dist/es/commands/GetGroupCommand.js.map +0 -1
  967. package/dist/es/commands/GetIdentityProviderByIdentifierCommand.js +0 -67
  968. package/dist/es/commands/GetIdentityProviderByIdentifierCommand.js.map +0 -1
  969. package/dist/es/commands/GetSigningCertificateCommand.js +0 -67
  970. package/dist/es/commands/GetSigningCertificateCommand.js.map +0 -1
  971. package/dist/es/commands/GetUICustomizationCommand.js +0 -70
  972. package/dist/es/commands/GetUICustomizationCommand.js.map +0 -1
  973. package/dist/es/commands/GetUserAttributeVerificationCodeCommand.js +0 -82
  974. package/dist/es/commands/GetUserAttributeVerificationCodeCommand.js.map +0 -1
  975. package/dist/es/commands/GetUserCommand.js +0 -65
  976. package/dist/es/commands/GetUserCommand.js.map +0 -1
  977. package/dist/es/commands/GetUserPoolMfaConfigCommand.js +0 -67
  978. package/dist/es/commands/GetUserPoolMfaConfigCommand.js.map +0 -1
  979. package/dist/es/commands/GlobalSignOutCommand.js +0 -69
  980. package/dist/es/commands/GlobalSignOutCommand.js.map +0 -1
  981. package/dist/es/commands/InitiateAuthCommand.js +0 -82
  982. package/dist/es/commands/InitiateAuthCommand.js.map +0 -1
  983. package/dist/es/commands/ListDevicesCommand.js +0 -67
  984. package/dist/es/commands/ListDevicesCommand.js.map +0 -1
  985. package/dist/es/commands/ListGroupsCommand.js +0 -68
  986. package/dist/es/commands/ListGroupsCommand.js.map +0 -1
  987. package/dist/es/commands/ListIdentityProvidersCommand.js +0 -67
  988. package/dist/es/commands/ListIdentityProvidersCommand.js.map +0 -1
  989. package/dist/es/commands/ListResourceServersCommand.js +0 -67
  990. package/dist/es/commands/ListResourceServersCommand.js.map +0 -1
  991. package/dist/es/commands/ListTagsForResourceCommand.js +0 -70
  992. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  993. package/dist/es/commands/ListUserImportJobsCommand.js +0 -67
  994. package/dist/es/commands/ListUserImportJobsCommand.js.map +0 -1
  995. package/dist/es/commands/ListUserPoolClientsCommand.js +0 -67
  996. package/dist/es/commands/ListUserPoolClientsCommand.js.map +0 -1
  997. package/dist/es/commands/ListUserPoolsCommand.js +0 -67
  998. package/dist/es/commands/ListUserPoolsCommand.js.map +0 -1
  999. package/dist/es/commands/ListUsersCommand.js +0 -67
  1000. package/dist/es/commands/ListUsersCommand.js.map +0 -1
  1001. package/dist/es/commands/ListUsersInGroupCommand.js +0 -68
  1002. package/dist/es/commands/ListUsersInGroupCommand.js.map +0 -1
  1003. package/dist/es/commands/ResendConfirmationCodeCommand.js +0 -83
  1004. package/dist/es/commands/ResendConfirmationCodeCommand.js.map +0 -1
  1005. package/dist/es/commands/RespondToAuthChallengeCommand.js +0 -82
  1006. package/dist/es/commands/RespondToAuthChallengeCommand.js.map +0 -1
  1007. package/dist/es/commands/RevokeTokenCommand.js +0 -68
  1008. package/dist/es/commands/RevokeTokenCommand.js.map +0 -1
  1009. package/dist/es/commands/SetRiskConfigurationCommand.js +0 -71
  1010. package/dist/es/commands/SetRiskConfigurationCommand.js.map +0 -1
  1011. package/dist/es/commands/SetUICustomizationCommand.js +0 -78
  1012. package/dist/es/commands/SetUICustomizationCommand.js.map +0 -1
  1013. package/dist/es/commands/SetUserMFAPreferenceCommand.js +0 -75
  1014. package/dist/es/commands/SetUserMFAPreferenceCommand.js.map +0 -1
  1015. package/dist/es/commands/SetUserPoolMfaConfigCommand.js +0 -84
  1016. package/dist/es/commands/SetUserPoolMfaConfigCommand.js.map +0 -1
  1017. package/dist/es/commands/SetUserSettingsCommand.js +0 -68
  1018. package/dist/es/commands/SetUserSettingsCommand.js.map +0 -1
  1019. package/dist/es/commands/SignUpCommand.js +0 -83
  1020. package/dist/es/commands/SignUpCommand.js.map +0 -1
  1021. package/dist/es/commands/StartUserImportJobCommand.js +0 -68
  1022. package/dist/es/commands/StartUserImportJobCommand.js.map +0 -1
  1023. package/dist/es/commands/StopUserImportJobCommand.js +0 -67
  1024. package/dist/es/commands/StopUserImportJobCommand.js.map +0 -1
  1025. package/dist/es/commands/TagResourceCommand.js +0 -80
  1026. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  1027. package/dist/es/commands/UntagResourceCommand.js +0 -68
  1028. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  1029. package/dist/es/commands/UpdateAuthEventFeedbackCommand.js +0 -69
  1030. package/dist/es/commands/UpdateAuthEventFeedbackCommand.js.map +0 -1
  1031. package/dist/es/commands/UpdateDeviceStatusCommand.js +0 -67
  1032. package/dist/es/commands/UpdateDeviceStatusCommand.js.map +0 -1
  1033. package/dist/es/commands/UpdateGroupCommand.js +0 -68
  1034. package/dist/es/commands/UpdateGroupCommand.js.map +0 -1
  1035. package/dist/es/commands/UpdateIdentityProviderCommand.js +0 -67
  1036. package/dist/es/commands/UpdateIdentityProviderCommand.js.map +0 -1
  1037. package/dist/es/commands/UpdateResourceServerCommand.js +0 -71
  1038. package/dist/es/commands/UpdateResourceServerCommand.js.map +0 -1
  1039. package/dist/es/commands/UpdateUserAttributesCommand.js +0 -82
  1040. package/dist/es/commands/UpdateUserAttributesCommand.js.map +0 -1
  1041. package/dist/es/commands/UpdateUserPoolClientCommand.js +0 -74
  1042. package/dist/es/commands/UpdateUserPoolClientCommand.js.map +0 -1
  1043. package/dist/es/commands/UpdateUserPoolCommand.js +0 -86
  1044. package/dist/es/commands/UpdateUserPoolCommand.js.map +0 -1
  1045. package/dist/es/commands/UpdateUserPoolDomainCommand.js +0 -87
  1046. package/dist/es/commands/UpdateUserPoolDomainCommand.js.map +0 -1
  1047. package/dist/es/commands/VerifySoftwareTokenCommand.js +0 -69
  1048. package/dist/es/commands/VerifySoftwareTokenCommand.js.map +0 -1
  1049. package/dist/es/commands/VerifyUserAttributeCommand.js +0 -65
  1050. package/dist/es/commands/VerifyUserAttributeCommand.js.map +0 -1
  1051. package/dist/es/endpoints.js +0 -78
  1052. package/dist/es/endpoints.js.map +0 -1
  1053. package/dist/es/index.js +0 -115
  1054. package/dist/es/index.js.map +0 -1
  1055. package/dist/es/models/index.js +0 -3
  1056. package/dist/es/models/index.js.map +0 -1
  1057. package/dist/es/models/models_0.js +0 -2113
  1058. package/dist/es/models/models_0.js.map +0 -1
  1059. package/dist/es/models/models_1.js +0 -221
  1060. package/dist/es/models/models_1.js.map +0 -1
  1061. package/dist/es/package.json +0 -91
  1062. package/dist/es/pagination/AdminListGroupsForUserPaginator.js +0 -87
  1063. package/dist/es/pagination/AdminListGroupsForUserPaginator.js.map +0 -1
  1064. package/dist/es/pagination/AdminListUserAuthEventsPaginator.js +0 -87
  1065. package/dist/es/pagination/AdminListUserAuthEventsPaginator.js.map +0 -1
  1066. package/dist/es/pagination/Interfaces.js +0 -2
  1067. package/dist/es/pagination/Interfaces.js.map +0 -1
  1068. package/dist/es/pagination/ListGroupsPaginator.js +0 -87
  1069. package/dist/es/pagination/ListGroupsPaginator.js.map +0 -1
  1070. package/dist/es/pagination/ListIdentityProvidersPaginator.js +0 -87
  1071. package/dist/es/pagination/ListIdentityProvidersPaginator.js.map +0 -1
  1072. package/dist/es/pagination/ListResourceServersPaginator.js +0 -87
  1073. package/dist/es/pagination/ListResourceServersPaginator.js.map +0 -1
  1074. package/dist/es/pagination/ListUserPoolClientsPaginator.js +0 -87
  1075. package/dist/es/pagination/ListUserPoolClientsPaginator.js.map +0 -1
  1076. package/dist/es/pagination/ListUserPoolsPaginator.js +0 -87
  1077. package/dist/es/pagination/ListUserPoolsPaginator.js.map +0 -1
  1078. package/dist/es/pagination/ListUsersInGroupPaginator.js +0 -87
  1079. package/dist/es/pagination/ListUsersInGroupPaginator.js.map +0 -1
  1080. package/dist/es/pagination/ListUsersPaginator.js +0 -87
  1081. package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
  1082. package/dist/es/protocols/Aws_json1_1.js +0 -15624
  1083. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  1084. package/dist/es/runtimeConfig.browser.js +0 -20
  1085. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1086. package/dist/es/runtimeConfig.js +0 -25
  1087. package/dist/es/runtimeConfig.js.map +0 -1
  1088. package/dist/es/runtimeConfig.native.js +0 -12
  1089. package/dist/es/runtimeConfig.native.js.map +0 -1
  1090. package/dist/es/runtimeConfig.shared.js +0 -17
  1091. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1092. package/dist/types/CognitoIdentityProvider.d.ts +0 -1213
  1093. package/dist/types/CognitoIdentityProviderClient.d.ts +0 -239
  1094. package/dist/types/commands/AddCustomAttributesCommand.d.ts +0 -35
  1095. package/dist/types/commands/AdminAddUserToGroupCommand.d.ts +0 -36
  1096. package/dist/types/commands/AdminConfirmSignUpCommand.d.ts +0 -37
  1097. package/dist/types/commands/AdminCreateUserCommand.d.ts +0 -64
  1098. package/dist/types/commands/AdminDeleteUserAttributesCommand.d.ts +0 -37
  1099. package/dist/types/commands/AdminDeleteUserCommand.d.ts +0 -36
  1100. package/dist/types/commands/AdminDisableProviderForUserCommand.d.ts +0 -62
  1101. package/dist/types/commands/AdminDisableUserCommand.d.ts +0 -36
  1102. package/dist/types/commands/AdminEnableUserCommand.d.ts +0 -36
  1103. package/dist/types/commands/AdminForgetDeviceCommand.d.ts +0 -36
  1104. package/dist/types/commands/AdminGetDeviceCommand.d.ts +0 -36
  1105. package/dist/types/commands/AdminGetUserCommand.d.ts +0 -37
  1106. package/dist/types/commands/AdminInitiateAuthCommand.d.ts +0 -55
  1107. package/dist/types/commands/AdminLinkProviderForUserCommand.d.ts +0 -55
  1108. package/dist/types/commands/AdminListDevicesCommand.d.ts +0 -36
  1109. package/dist/types/commands/AdminListGroupsForUserCommand.d.ts +0 -36
  1110. package/dist/types/commands/AdminListUserAuthEventsCommand.d.ts +0 -36
  1111. package/dist/types/commands/AdminRemoveUserFromGroupCommand.d.ts +0 -36
  1112. package/dist/types/commands/AdminResetUserPasswordCommand.d.ts +0 -64
  1113. package/dist/types/commands/AdminRespondToAuthChallengeCommand.d.ts +0 -54
  1114. package/dist/types/commands/AdminSetUserMFAPreferenceCommand.d.ts +0 -39
  1115. package/dist/types/commands/AdminSetUserPasswordCommand.d.ts +0 -44
  1116. package/dist/types/commands/AdminSetUserSettingsCommand.d.ts +0 -38
  1117. package/dist/types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +0 -37
  1118. package/dist/types/commands/AdminUpdateDeviceStatusCommand.d.ts +0 -36
  1119. package/dist/types/commands/AdminUpdateUserAttributesCommand.d.ts +0 -59
  1120. package/dist/types/commands/AdminUserGlobalSignOutCommand.d.ts +0 -38
  1121. package/dist/types/commands/AssociateSoftwareTokenCommand.d.ts +0 -44
  1122. package/dist/types/commands/ChangePasswordCommand.d.ts +0 -35
  1123. package/dist/types/commands/ConfirmDeviceCommand.d.ts +0 -36
  1124. package/dist/types/commands/ConfirmForgotPasswordCommand.d.ts +0 -35
  1125. package/dist/types/commands/ConfirmSignUpCommand.d.ts +0 -36
  1126. package/dist/types/commands/CreateGroupCommand.d.ts +0 -36
  1127. package/dist/types/commands/CreateIdentityProviderCommand.d.ts +0 -35
  1128. package/dist/types/commands/CreateResourceServerCommand.d.ts +0 -35
  1129. package/dist/types/commands/CreateUserImportJobCommand.d.ts +0 -35
  1130. package/dist/types/commands/CreateUserPoolClientCommand.d.ts +0 -37
  1131. package/dist/types/commands/CreateUserPoolCommand.d.ts +0 -53
  1132. package/dist/types/commands/CreateUserPoolDomainCommand.d.ts +0 -35
  1133. package/dist/types/commands/DeleteGroupCommand.d.ts +0 -36
  1134. package/dist/types/commands/DeleteIdentityProviderCommand.d.ts +0 -35
  1135. package/dist/types/commands/DeleteResourceServerCommand.d.ts +0 -35
  1136. package/dist/types/commands/DeleteUserAttributesCommand.d.ts +0 -35
  1137. package/dist/types/commands/DeleteUserCommand.d.ts +0 -35
  1138. package/dist/types/commands/DeleteUserPoolClientCommand.d.ts +0 -35
  1139. package/dist/types/commands/DeleteUserPoolCommand.d.ts +0 -35
  1140. package/dist/types/commands/DeleteUserPoolDomainCommand.d.ts +0 -35
  1141. package/dist/types/commands/DescribeIdentityProviderCommand.d.ts +0 -35
  1142. package/dist/types/commands/DescribeResourceServerCommand.d.ts +0 -35
  1143. package/dist/types/commands/DescribeRiskConfigurationCommand.d.ts +0 -35
  1144. package/dist/types/commands/DescribeUserImportJobCommand.d.ts +0 -35
  1145. package/dist/types/commands/DescribeUserPoolClientCommand.d.ts +0 -36
  1146. package/dist/types/commands/DescribeUserPoolCommand.d.ts +0 -35
  1147. package/dist/types/commands/DescribeUserPoolDomainCommand.d.ts +0 -35
  1148. package/dist/types/commands/ForgetDeviceCommand.d.ts +0 -35
  1149. package/dist/types/commands/ForgotPasswordCommand.d.ts +0 -59
  1150. package/dist/types/commands/GetCSVHeaderCommand.d.ts +0 -36
  1151. package/dist/types/commands/GetDeviceCommand.d.ts +0 -35
  1152. package/dist/types/commands/GetGroupCommand.d.ts +0 -36
  1153. package/dist/types/commands/GetIdentityProviderByIdentifierCommand.d.ts +0 -35
  1154. package/dist/types/commands/GetSigningCertificateCommand.d.ts +0 -35
  1155. package/dist/types/commands/GetUICustomizationCommand.d.ts +0 -38
  1156. package/dist/types/commands/GetUserAttributeVerificationCodeCommand.d.ts +0 -52
  1157. package/dist/types/commands/GetUserCommand.d.ts +0 -35
  1158. package/dist/types/commands/GetUserPoolMfaConfigCommand.d.ts +0 -35
  1159. package/dist/types/commands/GlobalSignOutCommand.d.ts +0 -37
  1160. package/dist/types/commands/InitiateAuthCommand.d.ts +0 -52
  1161. package/dist/types/commands/ListDevicesCommand.d.ts +0 -35
  1162. package/dist/types/commands/ListGroupsCommand.d.ts +0 -36
  1163. package/dist/types/commands/ListIdentityProvidersCommand.d.ts +0 -35
  1164. package/dist/types/commands/ListResourceServersCommand.d.ts +0 -35
  1165. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -38
  1166. package/dist/types/commands/ListUserImportJobsCommand.d.ts +0 -35
  1167. package/dist/types/commands/ListUserPoolClientsCommand.d.ts +0 -35
  1168. package/dist/types/commands/ListUserPoolsCommand.d.ts +0 -35
  1169. package/dist/types/commands/ListUsersCommand.d.ts +0 -35
  1170. package/dist/types/commands/ListUsersInGroupCommand.d.ts +0 -36
  1171. package/dist/types/commands/ResendConfirmationCodeCommand.d.ts +0 -53
  1172. package/dist/types/commands/RespondToAuthChallengeCommand.d.ts +0 -52
  1173. package/dist/types/commands/RevokeTokenCommand.d.ts +0 -36
  1174. package/dist/types/commands/SetRiskConfigurationCommand.d.ts +0 -39
  1175. package/dist/types/commands/SetUICustomizationCommand.d.ts +0 -46
  1176. package/dist/types/commands/SetUserMFAPreferenceCommand.d.ts +0 -43
  1177. package/dist/types/commands/SetUserPoolMfaConfigCommand.d.ts +0 -52
  1178. package/dist/types/commands/SetUserSettingsCommand.d.ts +0 -38
  1179. package/dist/types/commands/SignUpCommand.d.ts +0 -53
  1180. package/dist/types/commands/StartUserImportJobCommand.d.ts +0 -36
  1181. package/dist/types/commands/StopUserImportJobCommand.d.ts +0 -35
  1182. package/dist/types/commands/TagResourceCommand.d.ts +0 -48
  1183. package/dist/types/commands/UntagResourceCommand.d.ts +0 -36
  1184. package/dist/types/commands/UpdateAuthEventFeedbackCommand.d.ts +0 -37
  1185. package/dist/types/commands/UpdateDeviceStatusCommand.d.ts +0 -35
  1186. package/dist/types/commands/UpdateGroupCommand.d.ts +0 -36
  1187. package/dist/types/commands/UpdateIdentityProviderCommand.d.ts +0 -35
  1188. package/dist/types/commands/UpdateResourceServerCommand.d.ts +0 -39
  1189. package/dist/types/commands/UpdateUserAttributesCommand.d.ts +0 -52
  1190. package/dist/types/commands/UpdateUserPoolClientCommand.d.ts +0 -42
  1191. package/dist/types/commands/UpdateUserPoolCommand.d.ts +0 -54
  1192. package/dist/types/commands/UpdateUserPoolDomainCommand.d.ts +0 -55
  1193. package/dist/types/commands/VerifySoftwareTokenCommand.d.ts +0 -37
  1194. package/dist/types/commands/VerifyUserAttributeCommand.d.ts +0 -35
  1195. package/dist/types/models/models_1.d.ts +0 -861
  1196. package/dist/types/pagination/AdminListGroupsForUserPaginator.d.ts +0 -4
  1197. package/dist/types/pagination/AdminListUserAuthEventsPaginator.d.ts +0 -4
  1198. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1199. package/dist/types/pagination/ListGroupsPaginator.d.ts +0 -4
  1200. package/dist/types/pagination/ListIdentityProvidersPaginator.d.ts +0 -4
  1201. package/dist/types/pagination/ListResourceServersPaginator.d.ts +0 -4
  1202. package/dist/types/pagination/ListUserPoolClientsPaginator.d.ts +0 -4
  1203. package/dist/types/pagination/ListUserPoolsPaginator.d.ts +0 -4
  1204. package/dist/types/pagination/ListUsersInGroupPaginator.d.ts +0 -4
  1205. package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
  1206. package/dist/types/protocols/Aws_json1_1.d.ts +0 -305
  1207. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  1208. package/dist/types/runtimeConfig.d.ts +0 -36
  1209. package/dist/types/runtimeConfig.native.d.ts +0 -35
  1210. package/dist/types/ts3.4/CognitoIdentityProvider.d.ts +0 -1213
  1211. package/dist/types/ts3.4/CognitoIdentityProviderClient.d.ts +0 -239
  1212. package/dist/types/ts3.4/commands/AddCustomAttributesCommand.d.ts +0 -35
  1213. package/dist/types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +0 -36
  1214. package/dist/types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +0 -37
  1215. package/dist/types/ts3.4/commands/AdminCreateUserCommand.d.ts +0 -64
  1216. package/dist/types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +0 -37
  1217. package/dist/types/ts3.4/commands/AdminDeleteUserCommand.d.ts +0 -36
  1218. package/dist/types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +0 -62
  1219. package/dist/types/ts3.4/commands/AdminDisableUserCommand.d.ts +0 -36
  1220. package/dist/types/ts3.4/commands/AdminEnableUserCommand.d.ts +0 -36
  1221. package/dist/types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +0 -36
  1222. package/dist/types/ts3.4/commands/AdminGetDeviceCommand.d.ts +0 -36
  1223. package/dist/types/ts3.4/commands/AdminGetUserCommand.d.ts +0 -37
  1224. package/dist/types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +0 -55
  1225. package/dist/types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +0 -55
  1226. package/dist/types/ts3.4/commands/AdminListDevicesCommand.d.ts +0 -36
  1227. package/dist/types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +0 -36
  1228. package/dist/types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +0 -36
  1229. package/dist/types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +0 -36
  1230. package/dist/types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +0 -64
  1231. package/dist/types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +0 -54
  1232. package/dist/types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +0 -39
  1233. package/dist/types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +0 -44
  1234. package/dist/types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +0 -38
  1235. package/dist/types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +0 -37
  1236. package/dist/types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +0 -36
  1237. package/dist/types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +0 -59
  1238. package/dist/types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +0 -38
  1239. package/dist/types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +0 -44
  1240. package/dist/types/ts3.4/commands/ChangePasswordCommand.d.ts +0 -35
  1241. package/dist/types/ts3.4/commands/ConfirmDeviceCommand.d.ts +0 -36
  1242. package/dist/types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +0 -35
  1243. package/dist/types/ts3.4/commands/ConfirmSignUpCommand.d.ts +0 -36
  1244. package/dist/types/ts3.4/commands/CreateGroupCommand.d.ts +0 -36
  1245. package/dist/types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +0 -35
  1246. package/dist/types/ts3.4/commands/CreateResourceServerCommand.d.ts +0 -35
  1247. package/dist/types/ts3.4/commands/CreateUserImportJobCommand.d.ts +0 -35
  1248. package/dist/types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +0 -37
  1249. package/dist/types/ts3.4/commands/CreateUserPoolCommand.d.ts +0 -53
  1250. package/dist/types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +0 -35
  1251. package/dist/types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -36
  1252. package/dist/types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +0 -35
  1253. package/dist/types/ts3.4/commands/DeleteResourceServerCommand.d.ts +0 -35
  1254. package/dist/types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +0 -35
  1255. package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -35
  1256. package/dist/types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +0 -35
  1257. package/dist/types/ts3.4/commands/DeleteUserPoolCommand.d.ts +0 -35
  1258. package/dist/types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +0 -35
  1259. package/dist/types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +0 -35
  1260. package/dist/types/ts3.4/commands/DescribeResourceServerCommand.d.ts +0 -35
  1261. package/dist/types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +0 -35
  1262. package/dist/types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +0 -35
  1263. package/dist/types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +0 -36
  1264. package/dist/types/ts3.4/commands/DescribeUserPoolCommand.d.ts +0 -35
  1265. package/dist/types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +0 -35
  1266. package/dist/types/ts3.4/commands/ForgetDeviceCommand.d.ts +0 -35
  1267. package/dist/types/ts3.4/commands/ForgotPasswordCommand.d.ts +0 -59
  1268. package/dist/types/ts3.4/commands/GetCSVHeaderCommand.d.ts +0 -36
  1269. package/dist/types/ts3.4/commands/GetDeviceCommand.d.ts +0 -35
  1270. package/dist/types/ts3.4/commands/GetGroupCommand.d.ts +0 -36
  1271. package/dist/types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +0 -35
  1272. package/dist/types/ts3.4/commands/GetSigningCertificateCommand.d.ts +0 -35
  1273. package/dist/types/ts3.4/commands/GetUICustomizationCommand.d.ts +0 -38
  1274. package/dist/types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +0 -52
  1275. package/dist/types/ts3.4/commands/GetUserCommand.d.ts +0 -35
  1276. package/dist/types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +0 -35
  1277. package/dist/types/ts3.4/commands/GlobalSignOutCommand.d.ts +0 -37
  1278. package/dist/types/ts3.4/commands/InitiateAuthCommand.d.ts +0 -52
  1279. package/dist/types/ts3.4/commands/ListDevicesCommand.d.ts +0 -35
  1280. package/dist/types/ts3.4/commands/ListGroupsCommand.d.ts +0 -36
  1281. package/dist/types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +0 -35
  1282. package/dist/types/ts3.4/commands/ListResourceServersCommand.d.ts +0 -35
  1283. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
  1284. package/dist/types/ts3.4/commands/ListUserImportJobsCommand.d.ts +0 -35
  1285. package/dist/types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +0 -35
  1286. package/dist/types/ts3.4/commands/ListUserPoolsCommand.d.ts +0 -35
  1287. package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
  1288. package/dist/types/ts3.4/commands/ListUsersInGroupCommand.d.ts +0 -36
  1289. package/dist/types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +0 -53
  1290. package/dist/types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +0 -52
  1291. package/dist/types/ts3.4/commands/RevokeTokenCommand.d.ts +0 -36
  1292. package/dist/types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +0 -39
  1293. package/dist/types/ts3.4/commands/SetUICustomizationCommand.d.ts +0 -46
  1294. package/dist/types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +0 -43
  1295. package/dist/types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +0 -52
  1296. package/dist/types/ts3.4/commands/SetUserSettingsCommand.d.ts +0 -38
  1297. package/dist/types/ts3.4/commands/SignUpCommand.d.ts +0 -53
  1298. package/dist/types/ts3.4/commands/StartUserImportJobCommand.d.ts +0 -36
  1299. package/dist/types/ts3.4/commands/StopUserImportJobCommand.d.ts +0 -35
  1300. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -48
  1301. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -36
  1302. package/dist/types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +0 -37
  1303. package/dist/types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +0 -35
  1304. package/dist/types/ts3.4/commands/UpdateGroupCommand.d.ts +0 -36
  1305. package/dist/types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +0 -35
  1306. package/dist/types/ts3.4/commands/UpdateResourceServerCommand.d.ts +0 -39
  1307. package/dist/types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +0 -52
  1308. package/dist/types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +0 -42
  1309. package/dist/types/ts3.4/commands/UpdateUserPoolCommand.d.ts +0 -54
  1310. package/dist/types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +0 -55
  1311. package/dist/types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +0 -37
  1312. package/dist/types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +0 -35
  1313. package/dist/types/ts3.4/models/models_1.d.ts +0 -861
  1314. package/dist/types/ts3.4/pagination/AdminListGroupsForUserPaginator.d.ts +0 -4
  1315. package/dist/types/ts3.4/pagination/AdminListUserAuthEventsPaginator.d.ts +0 -4
  1316. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1317. package/dist/types/ts3.4/pagination/ListGroupsPaginator.d.ts +0 -4
  1318. package/dist/types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +0 -4
  1319. package/dist/types/ts3.4/pagination/ListResourceServersPaginator.d.ts +0 -4
  1320. package/dist/types/ts3.4/pagination/ListUserPoolClientsPaginator.d.ts +0 -4
  1321. package/dist/types/ts3.4/pagination/ListUserPoolsPaginator.d.ts +0 -4
  1322. package/dist/types/ts3.4/pagination/ListUsersInGroupPaginator.d.ts +0 -4
  1323. package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
  1324. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -305
  1325. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  1326. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  1327. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  1328. package/endpoints.ts +0 -82
  1329. package/jest.config.js +0 -4
  1330. package/models/models_0.ts +0 -9830
  1331. package/models/models_1.ts +0 -1071
  1332. package/pagination/AdminListGroupsForUserPaginator.ts +0 -58
  1333. package/pagination/AdminListUserAuthEventsPaginator.ts +0 -58
  1334. package/pagination/Interfaces.ts +0 -7
  1335. package/pagination/ListGroupsPaginator.ts +0 -54
  1336. package/pagination/ListIdentityProvidersPaginator.ts +0 -58
  1337. package/pagination/ListResourceServersPaginator.ts +0 -58
  1338. package/pagination/ListUserPoolClientsPaginator.ts +0 -58
  1339. package/pagination/ListUserPoolsPaginator.ts +0 -58
  1340. package/pagination/ListUsersInGroupPaginator.ts +0 -58
  1341. package/pagination/ListUsersPaginator.ts +0 -54
  1342. package/protocols/Aws_json1_1.ts +0 -18342
  1343. package/runtimeConfig.browser.ts +0 -40
  1344. package/runtimeConfig.native.ts +0 -16
  1345. package/runtimeConfig.shared.ts +0 -16
  1346. package/runtimeConfig.ts +0 -45
  1347. package/tsconfig.es.json +0 -12
  1348. package/tsconfig.json +0 -32
@@ -1,2113 +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
- /**
12
- * @internal
13
- */
14
- RecoveryOptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
15
- })(RecoveryOptionType || (RecoveryOptionType = {}));
16
- export var AccountRecoverySettingType;
17
- (function (AccountRecoverySettingType) {
18
- /**
19
- * @internal
20
- */
21
- AccountRecoverySettingType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
- })(AccountRecoverySettingType || (AccountRecoverySettingType = {}));
23
- export var AccountTakeoverEventActionType;
24
- (function (AccountTakeoverEventActionType) {
25
- AccountTakeoverEventActionType["BLOCK"] = "BLOCK";
26
- AccountTakeoverEventActionType["MFA_IF_CONFIGURED"] = "MFA_IF_CONFIGURED";
27
- AccountTakeoverEventActionType["MFA_REQUIRED"] = "MFA_REQUIRED";
28
- AccountTakeoverEventActionType["NO_ACTION"] = "NO_ACTION";
29
- })(AccountTakeoverEventActionType || (AccountTakeoverEventActionType = {}));
30
- export var AccountTakeoverActionType;
31
- (function (AccountTakeoverActionType) {
32
- /**
33
- * @internal
34
- */
35
- AccountTakeoverActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
36
- })(AccountTakeoverActionType || (AccountTakeoverActionType = {}));
37
- export var AccountTakeoverActionsType;
38
- (function (AccountTakeoverActionsType) {
39
- /**
40
- * @internal
41
- */
42
- AccountTakeoverActionsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
- })(AccountTakeoverActionsType || (AccountTakeoverActionsType = {}));
44
- export var NotifyEmailType;
45
- (function (NotifyEmailType) {
46
- /**
47
- * @internal
48
- */
49
- NotifyEmailType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
50
- })(NotifyEmailType || (NotifyEmailType = {}));
51
- export var NotifyConfigurationType;
52
- (function (NotifyConfigurationType) {
53
- /**
54
- * @internal
55
- */
56
- NotifyConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
57
- })(NotifyConfigurationType || (NotifyConfigurationType = {}));
58
- export var AccountTakeoverRiskConfigurationType;
59
- (function (AccountTakeoverRiskConfigurationType) {
60
- /**
61
- * @internal
62
- */
63
- AccountTakeoverRiskConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
64
- })(AccountTakeoverRiskConfigurationType || (AccountTakeoverRiskConfigurationType = {}));
65
- export var AttributeDataType;
66
- (function (AttributeDataType) {
67
- AttributeDataType["BOOLEAN"] = "Boolean";
68
- AttributeDataType["DATETIME"] = "DateTime";
69
- AttributeDataType["NUMBER"] = "Number";
70
- AttributeDataType["STRING"] = "String";
71
- })(AttributeDataType || (AttributeDataType = {}));
72
- export var NumberAttributeConstraintsType;
73
- (function (NumberAttributeConstraintsType) {
74
- /**
75
- * @internal
76
- */
77
- NumberAttributeConstraintsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
78
- })(NumberAttributeConstraintsType || (NumberAttributeConstraintsType = {}));
79
- export var StringAttributeConstraintsType;
80
- (function (StringAttributeConstraintsType) {
81
- /**
82
- * @internal
83
- */
84
- StringAttributeConstraintsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
85
- })(StringAttributeConstraintsType || (StringAttributeConstraintsType = {}));
86
- export var SchemaAttributeType;
87
- (function (SchemaAttributeType) {
88
- /**
89
- * @internal
90
- */
91
- SchemaAttributeType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
92
- })(SchemaAttributeType || (SchemaAttributeType = {}));
93
- export var AddCustomAttributesRequest;
94
- (function (AddCustomAttributesRequest) {
95
- /**
96
- * @internal
97
- */
98
- AddCustomAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
99
- })(AddCustomAttributesRequest || (AddCustomAttributesRequest = {}));
100
- export var AddCustomAttributesResponse;
101
- (function (AddCustomAttributesResponse) {
102
- /**
103
- * @internal
104
- */
105
- AddCustomAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
106
- })(AddCustomAttributesResponse || (AddCustomAttributesResponse = {}));
107
- export var InternalErrorException;
108
- (function (InternalErrorException) {
109
- /**
110
- * @internal
111
- */
112
- InternalErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
113
- })(InternalErrorException || (InternalErrorException = {}));
114
- export var InvalidParameterException;
115
- (function (InvalidParameterException) {
116
- /**
117
- * @internal
118
- */
119
- InvalidParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
120
- })(InvalidParameterException || (InvalidParameterException = {}));
121
- export var NotAuthorizedException;
122
- (function (NotAuthorizedException) {
123
- /**
124
- * @internal
125
- */
126
- NotAuthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
127
- })(NotAuthorizedException || (NotAuthorizedException = {}));
128
- export var ResourceNotFoundException;
129
- (function (ResourceNotFoundException) {
130
- /**
131
- * @internal
132
- */
133
- ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
134
- })(ResourceNotFoundException || (ResourceNotFoundException = {}));
135
- export var TooManyRequestsException;
136
- (function (TooManyRequestsException) {
137
- /**
138
- * @internal
139
- */
140
- TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
141
- })(TooManyRequestsException || (TooManyRequestsException = {}));
142
- export var UserImportInProgressException;
143
- (function (UserImportInProgressException) {
144
- /**
145
- * @internal
146
- */
147
- UserImportInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
148
- })(UserImportInProgressException || (UserImportInProgressException = {}));
149
- export var AdminAddUserToGroupRequest;
150
- (function (AdminAddUserToGroupRequest) {
151
- /**
152
- * @internal
153
- */
154
- AdminAddUserToGroupRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
155
- })(AdminAddUserToGroupRequest || (AdminAddUserToGroupRequest = {}));
156
- export var UserNotFoundException;
157
- (function (UserNotFoundException) {
158
- /**
159
- * @internal
160
- */
161
- UserNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
162
- })(UserNotFoundException || (UserNotFoundException = {}));
163
- export var AdminConfirmSignUpRequest;
164
- (function (AdminConfirmSignUpRequest) {
165
- /**
166
- * @internal
167
- */
168
- AdminConfirmSignUpRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
169
- })(AdminConfirmSignUpRequest || (AdminConfirmSignUpRequest = {}));
170
- export var AdminConfirmSignUpResponse;
171
- (function (AdminConfirmSignUpResponse) {
172
- /**
173
- * @internal
174
- */
175
- AdminConfirmSignUpResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
176
- })(AdminConfirmSignUpResponse || (AdminConfirmSignUpResponse = {}));
177
- export var InvalidLambdaResponseException;
178
- (function (InvalidLambdaResponseException) {
179
- /**
180
- * @internal
181
- */
182
- InvalidLambdaResponseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
183
- })(InvalidLambdaResponseException || (InvalidLambdaResponseException = {}));
184
- export var LimitExceededException;
185
- (function (LimitExceededException) {
186
- /**
187
- * @internal
188
- */
189
- LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
190
- })(LimitExceededException || (LimitExceededException = {}));
191
- export var TooManyFailedAttemptsException;
192
- (function (TooManyFailedAttemptsException) {
193
- /**
194
- * @internal
195
- */
196
- TooManyFailedAttemptsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
197
- })(TooManyFailedAttemptsException || (TooManyFailedAttemptsException = {}));
198
- export var UnexpectedLambdaException;
199
- (function (UnexpectedLambdaException) {
200
- /**
201
- * @internal
202
- */
203
- UnexpectedLambdaException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
204
- })(UnexpectedLambdaException || (UnexpectedLambdaException = {}));
205
- export var UserLambdaValidationException;
206
- (function (UserLambdaValidationException) {
207
- /**
208
- * @internal
209
- */
210
- UserLambdaValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
211
- })(UserLambdaValidationException || (UserLambdaValidationException = {}));
212
- export var DeliveryMediumType;
213
- (function (DeliveryMediumType) {
214
- DeliveryMediumType["EMAIL"] = "EMAIL";
215
- DeliveryMediumType["SMS"] = "SMS";
216
- })(DeliveryMediumType || (DeliveryMediumType = {}));
217
- export var MessageActionType;
218
- (function (MessageActionType) {
219
- MessageActionType["RESEND"] = "RESEND";
220
- MessageActionType["SUPPRESS"] = "SUPPRESS";
221
- })(MessageActionType || (MessageActionType = {}));
222
- export var AttributeType;
223
- (function (AttributeType) {
224
- /**
225
- * @internal
226
- */
227
- AttributeType.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Value && { Value: SENSITIVE_STRING }))); };
228
- })(AttributeType || (AttributeType = {}));
229
- export var AdminCreateUserRequest;
230
- (function (AdminCreateUserRequest) {
231
- /**
232
- * @internal
233
- */
234
- AdminCreateUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
235
- UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
236
- })), (obj.ValidationData && {
237
- ValidationData: obj.ValidationData.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
238
- })), (obj.TemporaryPassword && { TemporaryPassword: SENSITIVE_STRING }))); };
239
- })(AdminCreateUserRequest || (AdminCreateUserRequest = {}));
240
- export var MFAOptionType;
241
- (function (MFAOptionType) {
242
- /**
243
- * @internal
244
- */
245
- MFAOptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
246
- })(MFAOptionType || (MFAOptionType = {}));
247
- export var UserStatusType;
248
- (function (UserStatusType) {
249
- UserStatusType["ARCHIVED"] = "ARCHIVED";
250
- UserStatusType["COMPROMISED"] = "COMPROMISED";
251
- UserStatusType["CONFIRMED"] = "CONFIRMED";
252
- UserStatusType["FORCE_CHANGE_PASSWORD"] = "FORCE_CHANGE_PASSWORD";
253
- UserStatusType["RESET_REQUIRED"] = "RESET_REQUIRED";
254
- UserStatusType["UNCONFIRMED"] = "UNCONFIRMED";
255
- UserStatusType["UNKNOWN"] = "UNKNOWN";
256
- })(UserStatusType || (UserStatusType = {}));
257
- export var UserType;
258
- (function (UserType) {
259
- /**
260
- * @internal
261
- */
262
- 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); }) }))); };
263
- })(UserType || (UserType = {}));
264
- export var AdminCreateUserResponse;
265
- (function (AdminCreateUserResponse) {
266
- /**
267
- * @internal
268
- */
269
- AdminCreateUserResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.User && { User: UserType.filterSensitiveLog(obj.User) }))); };
270
- })(AdminCreateUserResponse || (AdminCreateUserResponse = {}));
271
- export var CodeDeliveryFailureException;
272
- (function (CodeDeliveryFailureException) {
273
- /**
274
- * @internal
275
- */
276
- CodeDeliveryFailureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
277
- })(CodeDeliveryFailureException || (CodeDeliveryFailureException = {}));
278
- export var InvalidPasswordException;
279
- (function (InvalidPasswordException) {
280
- /**
281
- * @internal
282
- */
283
- InvalidPasswordException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
284
- })(InvalidPasswordException || (InvalidPasswordException = {}));
285
- export var InvalidSmsRoleAccessPolicyException;
286
- (function (InvalidSmsRoleAccessPolicyException) {
287
- /**
288
- * @internal
289
- */
290
- InvalidSmsRoleAccessPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
291
- })(InvalidSmsRoleAccessPolicyException || (InvalidSmsRoleAccessPolicyException = {}));
292
- export var InvalidSmsRoleTrustRelationshipException;
293
- (function (InvalidSmsRoleTrustRelationshipException) {
294
- /**
295
- * @internal
296
- */
297
- InvalidSmsRoleTrustRelationshipException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
298
- })(InvalidSmsRoleTrustRelationshipException || (InvalidSmsRoleTrustRelationshipException = {}));
299
- export var PreconditionNotMetException;
300
- (function (PreconditionNotMetException) {
301
- /**
302
- * @internal
303
- */
304
- PreconditionNotMetException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
305
- })(PreconditionNotMetException || (PreconditionNotMetException = {}));
306
- export var UnsupportedUserStateException;
307
- (function (UnsupportedUserStateException) {
308
- /**
309
- * @internal
310
- */
311
- UnsupportedUserStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
312
- })(UnsupportedUserStateException || (UnsupportedUserStateException = {}));
313
- export var UsernameExistsException;
314
- (function (UsernameExistsException) {
315
- /**
316
- * @internal
317
- */
318
- UsernameExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
319
- })(UsernameExistsException || (UsernameExistsException = {}));
320
- export var MessageTemplateType;
321
- (function (MessageTemplateType) {
322
- /**
323
- * @internal
324
- */
325
- MessageTemplateType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
326
- })(MessageTemplateType || (MessageTemplateType = {}));
327
- export var AdminCreateUserConfigType;
328
- (function (AdminCreateUserConfigType) {
329
- /**
330
- * @internal
331
- */
332
- AdminCreateUserConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
333
- })(AdminCreateUserConfigType || (AdminCreateUserConfigType = {}));
334
- export var AdminDeleteUserRequest;
335
- (function (AdminDeleteUserRequest) {
336
- /**
337
- * @internal
338
- */
339
- AdminDeleteUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
340
- })(AdminDeleteUserRequest || (AdminDeleteUserRequest = {}));
341
- export var AdminDeleteUserAttributesRequest;
342
- (function (AdminDeleteUserAttributesRequest) {
343
- /**
344
- * @internal
345
- */
346
- AdminDeleteUserAttributesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
347
- })(AdminDeleteUserAttributesRequest || (AdminDeleteUserAttributesRequest = {}));
348
- export var AdminDeleteUserAttributesResponse;
349
- (function (AdminDeleteUserAttributesResponse) {
350
- /**
351
- * @internal
352
- */
353
- AdminDeleteUserAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
354
- })(AdminDeleteUserAttributesResponse || (AdminDeleteUserAttributesResponse = {}));
355
- export var ProviderUserIdentifierType;
356
- (function (ProviderUserIdentifierType) {
357
- /**
358
- * @internal
359
- */
360
- ProviderUserIdentifierType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
361
- })(ProviderUserIdentifierType || (ProviderUserIdentifierType = {}));
362
- export var AdminDisableProviderForUserRequest;
363
- (function (AdminDisableProviderForUserRequest) {
364
- /**
365
- * @internal
366
- */
367
- AdminDisableProviderForUserRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
368
- })(AdminDisableProviderForUserRequest || (AdminDisableProviderForUserRequest = {}));
369
- export var AdminDisableProviderForUserResponse;
370
- (function (AdminDisableProviderForUserResponse) {
371
- /**
372
- * @internal
373
- */
374
- AdminDisableProviderForUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
375
- })(AdminDisableProviderForUserResponse || (AdminDisableProviderForUserResponse = {}));
376
- export var AliasExistsException;
377
- (function (AliasExistsException) {
378
- /**
379
- * @internal
380
- */
381
- AliasExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
382
- })(AliasExistsException || (AliasExistsException = {}));
383
- export var AdminDisableUserRequest;
384
- (function (AdminDisableUserRequest) {
385
- /**
386
- * @internal
387
- */
388
- AdminDisableUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
389
- })(AdminDisableUserRequest || (AdminDisableUserRequest = {}));
390
- export var AdminDisableUserResponse;
391
- (function (AdminDisableUserResponse) {
392
- /**
393
- * @internal
394
- */
395
- AdminDisableUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
396
- })(AdminDisableUserResponse || (AdminDisableUserResponse = {}));
397
- export var AdminEnableUserRequest;
398
- (function (AdminEnableUserRequest) {
399
- /**
400
- * @internal
401
- */
402
- AdminEnableUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
403
- })(AdminEnableUserRequest || (AdminEnableUserRequest = {}));
404
- export var AdminEnableUserResponse;
405
- (function (AdminEnableUserResponse) {
406
- /**
407
- * @internal
408
- */
409
- AdminEnableUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
410
- })(AdminEnableUserResponse || (AdminEnableUserResponse = {}));
411
- export var AdminForgetDeviceRequest;
412
- (function (AdminForgetDeviceRequest) {
413
- /**
414
- * @internal
415
- */
416
- AdminForgetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
417
- })(AdminForgetDeviceRequest || (AdminForgetDeviceRequest = {}));
418
- export var InvalidUserPoolConfigurationException;
419
- (function (InvalidUserPoolConfigurationException) {
420
- /**
421
- * @internal
422
- */
423
- InvalidUserPoolConfigurationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
424
- })(InvalidUserPoolConfigurationException || (InvalidUserPoolConfigurationException = {}));
425
- export var AdminGetDeviceRequest;
426
- (function (AdminGetDeviceRequest) {
427
- /**
428
- * @internal
429
- */
430
- AdminGetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
431
- })(AdminGetDeviceRequest || (AdminGetDeviceRequest = {}));
432
- export var DeviceType;
433
- (function (DeviceType) {
434
- /**
435
- * @internal
436
- */
437
- DeviceType.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DeviceAttributes && {
438
- DeviceAttributes: obj.DeviceAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
439
- }))); };
440
- })(DeviceType || (DeviceType = {}));
441
- export var AdminGetDeviceResponse;
442
- (function (AdminGetDeviceResponse) {
443
- /**
444
- * @internal
445
- */
446
- AdminGetDeviceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Device && { Device: DeviceType.filterSensitiveLog(obj.Device) }))); };
447
- })(AdminGetDeviceResponse || (AdminGetDeviceResponse = {}));
448
- export var AdminGetUserRequest;
449
- (function (AdminGetUserRequest) {
450
- /**
451
- * @internal
452
- */
453
- AdminGetUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
454
- })(AdminGetUserRequest || (AdminGetUserRequest = {}));
455
- export var AdminGetUserResponse;
456
- (function (AdminGetUserResponse) {
457
- /**
458
- * @internal
459
- */
460
- AdminGetUserResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
461
- UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
462
- }))); };
463
- })(AdminGetUserResponse || (AdminGetUserResponse = {}));
464
- export var AnalyticsMetadataType;
465
- (function (AnalyticsMetadataType) {
466
- /**
467
- * @internal
468
- */
469
- AnalyticsMetadataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
470
- })(AnalyticsMetadataType || (AnalyticsMetadataType = {}));
471
- export var AuthFlowType;
472
- (function (AuthFlowType) {
473
- AuthFlowType["ADMIN_NO_SRP_AUTH"] = "ADMIN_NO_SRP_AUTH";
474
- AuthFlowType["ADMIN_USER_PASSWORD_AUTH"] = "ADMIN_USER_PASSWORD_AUTH";
475
- AuthFlowType["CUSTOM_AUTH"] = "CUSTOM_AUTH";
476
- AuthFlowType["REFRESH_TOKEN"] = "REFRESH_TOKEN";
477
- AuthFlowType["REFRESH_TOKEN_AUTH"] = "REFRESH_TOKEN_AUTH";
478
- AuthFlowType["USER_PASSWORD_AUTH"] = "USER_PASSWORD_AUTH";
479
- AuthFlowType["USER_SRP_AUTH"] = "USER_SRP_AUTH";
480
- })(AuthFlowType || (AuthFlowType = {}));
481
- export var HttpHeader;
482
- (function (HttpHeader) {
483
- /**
484
- * @internal
485
- */
486
- HttpHeader.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
487
- })(HttpHeader || (HttpHeader = {}));
488
- export var ContextDataType;
489
- (function (ContextDataType) {
490
- /**
491
- * @internal
492
- */
493
- ContextDataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
494
- })(ContextDataType || (ContextDataType = {}));
495
- export var AdminInitiateAuthRequest;
496
- (function (AdminInitiateAuthRequest) {
497
- /**
498
- * @internal
499
- */
500
- AdminInitiateAuthRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.AuthParameters && { AuthParameters: SENSITIVE_STRING }))); };
501
- })(AdminInitiateAuthRequest || (AdminInitiateAuthRequest = {}));
502
- export var NewDeviceMetadataType;
503
- (function (NewDeviceMetadataType) {
504
- /**
505
- * @internal
506
- */
507
- NewDeviceMetadataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
508
- })(NewDeviceMetadataType || (NewDeviceMetadataType = {}));
509
- export var AuthenticationResultType;
510
- (function (AuthenticationResultType) {
511
- /**
512
- * @internal
513
- */
514
- 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 }))); };
515
- })(AuthenticationResultType || (AuthenticationResultType = {}));
516
- export var ChallengeNameType;
517
- (function (ChallengeNameType) {
518
- ChallengeNameType["ADMIN_NO_SRP_AUTH"] = "ADMIN_NO_SRP_AUTH";
519
- ChallengeNameType["CUSTOM_CHALLENGE"] = "CUSTOM_CHALLENGE";
520
- ChallengeNameType["DEVICE_PASSWORD_VERIFIER"] = "DEVICE_PASSWORD_VERIFIER";
521
- ChallengeNameType["DEVICE_SRP_AUTH"] = "DEVICE_SRP_AUTH";
522
- ChallengeNameType["MFA_SETUP"] = "MFA_SETUP";
523
- ChallengeNameType["NEW_PASSWORD_REQUIRED"] = "NEW_PASSWORD_REQUIRED";
524
- ChallengeNameType["PASSWORD_VERIFIER"] = "PASSWORD_VERIFIER";
525
- ChallengeNameType["SELECT_MFA_TYPE"] = "SELECT_MFA_TYPE";
526
- ChallengeNameType["SMS_MFA"] = "SMS_MFA";
527
- ChallengeNameType["SOFTWARE_TOKEN_MFA"] = "SOFTWARE_TOKEN_MFA";
528
- })(ChallengeNameType || (ChallengeNameType = {}));
529
- export var AdminInitiateAuthResponse;
530
- (function (AdminInitiateAuthResponse) {
531
- /**
532
- * @internal
533
- */
534
- AdminInitiateAuthResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
535
- AuthenticationResult: AuthenticationResultType.filterSensitiveLog(obj.AuthenticationResult),
536
- }))); };
537
- })(AdminInitiateAuthResponse || (AdminInitiateAuthResponse = {}));
538
- export var MFAMethodNotFoundException;
539
- (function (MFAMethodNotFoundException) {
540
- /**
541
- * @internal
542
- */
543
- MFAMethodNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
544
- })(MFAMethodNotFoundException || (MFAMethodNotFoundException = {}));
545
- export var PasswordResetRequiredException;
546
- (function (PasswordResetRequiredException) {
547
- /**
548
- * @internal
549
- */
550
- PasswordResetRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
551
- })(PasswordResetRequiredException || (PasswordResetRequiredException = {}));
552
- export var UserNotConfirmedException;
553
- (function (UserNotConfirmedException) {
554
- /**
555
- * @internal
556
- */
557
- UserNotConfirmedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
558
- })(UserNotConfirmedException || (UserNotConfirmedException = {}));
559
- export var AdminLinkProviderForUserRequest;
560
- (function (AdminLinkProviderForUserRequest) {
561
- /**
562
- * @internal
563
- */
564
- AdminLinkProviderForUserRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
565
- })(AdminLinkProviderForUserRequest || (AdminLinkProviderForUserRequest = {}));
566
- export var AdminLinkProviderForUserResponse;
567
- (function (AdminLinkProviderForUserResponse) {
568
- /**
569
- * @internal
570
- */
571
- AdminLinkProviderForUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
572
- })(AdminLinkProviderForUserResponse || (AdminLinkProviderForUserResponse = {}));
573
- export var AdminListDevicesRequest;
574
- (function (AdminListDevicesRequest) {
575
- /**
576
- * @internal
577
- */
578
- AdminListDevicesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
579
- })(AdminListDevicesRequest || (AdminListDevicesRequest = {}));
580
- export var AdminListDevicesResponse;
581
- (function (AdminListDevicesResponse) {
582
- /**
583
- * @internal
584
- */
585
- AdminListDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
586
- })(AdminListDevicesResponse || (AdminListDevicesResponse = {}));
587
- export var AdminListGroupsForUserRequest;
588
- (function (AdminListGroupsForUserRequest) {
589
- /**
590
- * @internal
591
- */
592
- AdminListGroupsForUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
593
- })(AdminListGroupsForUserRequest || (AdminListGroupsForUserRequest = {}));
594
- export var GroupType;
595
- (function (GroupType) {
596
- /**
597
- * @internal
598
- */
599
- GroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
600
- })(GroupType || (GroupType = {}));
601
- export var AdminListGroupsForUserResponse;
602
- (function (AdminListGroupsForUserResponse) {
603
- /**
604
- * @internal
605
- */
606
- AdminListGroupsForUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
607
- })(AdminListGroupsForUserResponse || (AdminListGroupsForUserResponse = {}));
608
- export var AdminListUserAuthEventsRequest;
609
- (function (AdminListUserAuthEventsRequest) {
610
- /**
611
- * @internal
612
- */
613
- AdminListUserAuthEventsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
614
- })(AdminListUserAuthEventsRequest || (AdminListUserAuthEventsRequest = {}));
615
- export var ChallengeName;
616
- (function (ChallengeName) {
617
- ChallengeName["Mfa"] = "Mfa";
618
- ChallengeName["Password"] = "Password";
619
- })(ChallengeName || (ChallengeName = {}));
620
- export var ChallengeResponse;
621
- (function (ChallengeResponse) {
622
- ChallengeResponse["Failure"] = "Failure";
623
- ChallengeResponse["Success"] = "Success";
624
- })(ChallengeResponse || (ChallengeResponse = {}));
625
- export var ChallengeResponseType;
626
- (function (ChallengeResponseType) {
627
- /**
628
- * @internal
629
- */
630
- ChallengeResponseType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
631
- })(ChallengeResponseType || (ChallengeResponseType = {}));
632
- export var EventContextDataType;
633
- (function (EventContextDataType) {
634
- /**
635
- * @internal
636
- */
637
- EventContextDataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
638
- })(EventContextDataType || (EventContextDataType = {}));
639
- export var FeedbackValueType;
640
- (function (FeedbackValueType) {
641
- FeedbackValueType["INVALID"] = "Invalid";
642
- FeedbackValueType["VALID"] = "Valid";
643
- })(FeedbackValueType || (FeedbackValueType = {}));
644
- export var EventFeedbackType;
645
- (function (EventFeedbackType) {
646
- /**
647
- * @internal
648
- */
649
- EventFeedbackType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
650
- })(EventFeedbackType || (EventFeedbackType = {}));
651
- export var EventResponseType;
652
- (function (EventResponseType) {
653
- EventResponseType["Failure"] = "Failure";
654
- EventResponseType["Success"] = "Success";
655
- })(EventResponseType || (EventResponseType = {}));
656
- export var RiskDecisionType;
657
- (function (RiskDecisionType) {
658
- RiskDecisionType["AccountTakeover"] = "AccountTakeover";
659
- RiskDecisionType["Block"] = "Block";
660
- RiskDecisionType["NoRisk"] = "NoRisk";
661
- })(RiskDecisionType || (RiskDecisionType = {}));
662
- export var RiskLevelType;
663
- (function (RiskLevelType) {
664
- RiskLevelType["High"] = "High";
665
- RiskLevelType["Low"] = "Low";
666
- RiskLevelType["Medium"] = "Medium";
667
- })(RiskLevelType || (RiskLevelType = {}));
668
- export var EventRiskType;
669
- (function (EventRiskType) {
670
- /**
671
- * @internal
672
- */
673
- EventRiskType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
674
- })(EventRiskType || (EventRiskType = {}));
675
- export var EventType;
676
- (function (EventType) {
677
- EventType["ForgotPassword"] = "ForgotPassword";
678
- EventType["SignIn"] = "SignIn";
679
- EventType["SignUp"] = "SignUp";
680
- })(EventType || (EventType = {}));
681
- export var AuthEventType;
682
- (function (AuthEventType) {
683
- /**
684
- * @internal
685
- */
686
- AuthEventType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
687
- })(AuthEventType || (AuthEventType = {}));
688
- export var AdminListUserAuthEventsResponse;
689
- (function (AdminListUserAuthEventsResponse) {
690
- /**
691
- * @internal
692
- */
693
- AdminListUserAuthEventsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
694
- })(AdminListUserAuthEventsResponse || (AdminListUserAuthEventsResponse = {}));
695
- export var UserPoolAddOnNotEnabledException;
696
- (function (UserPoolAddOnNotEnabledException) {
697
- /**
698
- * @internal
699
- */
700
- UserPoolAddOnNotEnabledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
701
- })(UserPoolAddOnNotEnabledException || (UserPoolAddOnNotEnabledException = {}));
702
- export var AdminRemoveUserFromGroupRequest;
703
- (function (AdminRemoveUserFromGroupRequest) {
704
- /**
705
- * @internal
706
- */
707
- AdminRemoveUserFromGroupRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
708
- })(AdminRemoveUserFromGroupRequest || (AdminRemoveUserFromGroupRequest = {}));
709
- export var AdminResetUserPasswordRequest;
710
- (function (AdminResetUserPasswordRequest) {
711
- /**
712
- * @internal
713
- */
714
- AdminResetUserPasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
715
- })(AdminResetUserPasswordRequest || (AdminResetUserPasswordRequest = {}));
716
- export var AdminResetUserPasswordResponse;
717
- (function (AdminResetUserPasswordResponse) {
718
- /**
719
- * @internal
720
- */
721
- AdminResetUserPasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
722
- })(AdminResetUserPasswordResponse || (AdminResetUserPasswordResponse = {}));
723
- export var InvalidEmailRoleAccessPolicyException;
724
- (function (InvalidEmailRoleAccessPolicyException) {
725
- /**
726
- * @internal
727
- */
728
- InvalidEmailRoleAccessPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
729
- })(InvalidEmailRoleAccessPolicyException || (InvalidEmailRoleAccessPolicyException = {}));
730
- export var AdminRespondToAuthChallengeRequest;
731
- (function (AdminRespondToAuthChallengeRequest) {
732
- /**
733
- * @internal
734
- */
735
- AdminRespondToAuthChallengeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
736
- })(AdminRespondToAuthChallengeRequest || (AdminRespondToAuthChallengeRequest = {}));
737
- export var AdminRespondToAuthChallengeResponse;
738
- (function (AdminRespondToAuthChallengeResponse) {
739
- /**
740
- * @internal
741
- */
742
- AdminRespondToAuthChallengeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
743
- AuthenticationResult: AuthenticationResultType.filterSensitiveLog(obj.AuthenticationResult),
744
- }))); };
745
- })(AdminRespondToAuthChallengeResponse || (AdminRespondToAuthChallengeResponse = {}));
746
- export var CodeMismatchException;
747
- (function (CodeMismatchException) {
748
- /**
749
- * @internal
750
- */
751
- CodeMismatchException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
752
- })(CodeMismatchException || (CodeMismatchException = {}));
753
- export var ExpiredCodeException;
754
- (function (ExpiredCodeException) {
755
- /**
756
- * @internal
757
- */
758
- ExpiredCodeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
759
- })(ExpiredCodeException || (ExpiredCodeException = {}));
760
- export var SoftwareTokenMFANotFoundException;
761
- (function (SoftwareTokenMFANotFoundException) {
762
- /**
763
- * @internal
764
- */
765
- SoftwareTokenMFANotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
766
- })(SoftwareTokenMFANotFoundException || (SoftwareTokenMFANotFoundException = {}));
767
- export var SMSMfaSettingsType;
768
- (function (SMSMfaSettingsType) {
769
- /**
770
- * @internal
771
- */
772
- SMSMfaSettingsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
773
- })(SMSMfaSettingsType || (SMSMfaSettingsType = {}));
774
- export var SoftwareTokenMfaSettingsType;
775
- (function (SoftwareTokenMfaSettingsType) {
776
- /**
777
- * @internal
778
- */
779
- SoftwareTokenMfaSettingsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
780
- })(SoftwareTokenMfaSettingsType || (SoftwareTokenMfaSettingsType = {}));
781
- export var AdminSetUserMFAPreferenceRequest;
782
- (function (AdminSetUserMFAPreferenceRequest) {
783
- /**
784
- * @internal
785
- */
786
- AdminSetUserMFAPreferenceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
787
- })(AdminSetUserMFAPreferenceRequest || (AdminSetUserMFAPreferenceRequest = {}));
788
- export var AdminSetUserMFAPreferenceResponse;
789
- (function (AdminSetUserMFAPreferenceResponse) {
790
- /**
791
- * @internal
792
- */
793
- AdminSetUserMFAPreferenceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
794
- })(AdminSetUserMFAPreferenceResponse || (AdminSetUserMFAPreferenceResponse = {}));
795
- export var AdminSetUserPasswordRequest;
796
- (function (AdminSetUserPasswordRequest) {
797
- /**
798
- * @internal
799
- */
800
- AdminSetUserPasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
801
- })(AdminSetUserPasswordRequest || (AdminSetUserPasswordRequest = {}));
802
- export var AdminSetUserPasswordResponse;
803
- (function (AdminSetUserPasswordResponse) {
804
- /**
805
- * @internal
806
- */
807
- AdminSetUserPasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
808
- })(AdminSetUserPasswordResponse || (AdminSetUserPasswordResponse = {}));
809
- export var AdminSetUserSettingsRequest;
810
- (function (AdminSetUserSettingsRequest) {
811
- /**
812
- * @internal
813
- */
814
- AdminSetUserSettingsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
815
- })(AdminSetUserSettingsRequest || (AdminSetUserSettingsRequest = {}));
816
- export var AdminSetUserSettingsResponse;
817
- (function (AdminSetUserSettingsResponse) {
818
- /**
819
- * @internal
820
- */
821
- AdminSetUserSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
822
- })(AdminSetUserSettingsResponse || (AdminSetUserSettingsResponse = {}));
823
- export var AdminUpdateAuthEventFeedbackRequest;
824
- (function (AdminUpdateAuthEventFeedbackRequest) {
825
- /**
826
- * @internal
827
- */
828
- AdminUpdateAuthEventFeedbackRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
829
- })(AdminUpdateAuthEventFeedbackRequest || (AdminUpdateAuthEventFeedbackRequest = {}));
830
- export var AdminUpdateAuthEventFeedbackResponse;
831
- (function (AdminUpdateAuthEventFeedbackResponse) {
832
- /**
833
- * @internal
834
- */
835
- AdminUpdateAuthEventFeedbackResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
836
- })(AdminUpdateAuthEventFeedbackResponse || (AdminUpdateAuthEventFeedbackResponse = {}));
837
- export var DeviceRememberedStatusType;
838
- (function (DeviceRememberedStatusType) {
839
- DeviceRememberedStatusType["NOT_REMEMBERED"] = "not_remembered";
840
- DeviceRememberedStatusType["REMEMBERED"] = "remembered";
841
- })(DeviceRememberedStatusType || (DeviceRememberedStatusType = {}));
842
- export var AdminUpdateDeviceStatusRequest;
843
- (function (AdminUpdateDeviceStatusRequest) {
844
- /**
845
- * @internal
846
- */
847
- AdminUpdateDeviceStatusRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
848
- })(AdminUpdateDeviceStatusRequest || (AdminUpdateDeviceStatusRequest = {}));
849
- export var AdminUpdateDeviceStatusResponse;
850
- (function (AdminUpdateDeviceStatusResponse) {
851
- /**
852
- * @internal
853
- */
854
- AdminUpdateDeviceStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
855
- })(AdminUpdateDeviceStatusResponse || (AdminUpdateDeviceStatusResponse = {}));
856
- export var AdminUpdateUserAttributesRequest;
857
- (function (AdminUpdateUserAttributesRequest) {
858
- /**
859
- * @internal
860
- */
861
- AdminUpdateUserAttributesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
862
- UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
863
- }))); };
864
- })(AdminUpdateUserAttributesRequest || (AdminUpdateUserAttributesRequest = {}));
865
- export var AdminUpdateUserAttributesResponse;
866
- (function (AdminUpdateUserAttributesResponse) {
867
- /**
868
- * @internal
869
- */
870
- AdminUpdateUserAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
871
- })(AdminUpdateUserAttributesResponse || (AdminUpdateUserAttributesResponse = {}));
872
- export var AdminUserGlobalSignOutRequest;
873
- (function (AdminUserGlobalSignOutRequest) {
874
- /**
875
- * @internal
876
- */
877
- AdminUserGlobalSignOutRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
878
- })(AdminUserGlobalSignOutRequest || (AdminUserGlobalSignOutRequest = {}));
879
- export var AdminUserGlobalSignOutResponse;
880
- (function (AdminUserGlobalSignOutResponse) {
881
- /**
882
- * @internal
883
- */
884
- AdminUserGlobalSignOutResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
885
- })(AdminUserGlobalSignOutResponse || (AdminUserGlobalSignOutResponse = {}));
886
- export var AdvancedSecurityModeType;
887
- (function (AdvancedSecurityModeType) {
888
- AdvancedSecurityModeType["AUDIT"] = "AUDIT";
889
- AdvancedSecurityModeType["ENFORCED"] = "ENFORCED";
890
- AdvancedSecurityModeType["OFF"] = "OFF";
891
- })(AdvancedSecurityModeType || (AdvancedSecurityModeType = {}));
892
- export var AliasAttributeType;
893
- (function (AliasAttributeType) {
894
- AliasAttributeType["EMAIL"] = "email";
895
- AliasAttributeType["PHONE_NUMBER"] = "phone_number";
896
- AliasAttributeType["PREFERRED_USERNAME"] = "preferred_username";
897
- })(AliasAttributeType || (AliasAttributeType = {}));
898
- export var AnalyticsConfigurationType;
899
- (function (AnalyticsConfigurationType) {
900
- /**
901
- * @internal
902
- */
903
- AnalyticsConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
904
- })(AnalyticsConfigurationType || (AnalyticsConfigurationType = {}));
905
- export var AssociateSoftwareTokenRequest;
906
- (function (AssociateSoftwareTokenRequest) {
907
- /**
908
- * @internal
909
- */
910
- AssociateSoftwareTokenRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
911
- })(AssociateSoftwareTokenRequest || (AssociateSoftwareTokenRequest = {}));
912
- export var AssociateSoftwareTokenResponse;
913
- (function (AssociateSoftwareTokenResponse) {
914
- /**
915
- * @internal
916
- */
917
- AssociateSoftwareTokenResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SecretCode && { SecretCode: SENSITIVE_STRING }))); };
918
- })(AssociateSoftwareTokenResponse || (AssociateSoftwareTokenResponse = {}));
919
- export var ConcurrentModificationException;
920
- (function (ConcurrentModificationException) {
921
- /**
922
- * @internal
923
- */
924
- ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
925
- })(ConcurrentModificationException || (ConcurrentModificationException = {}));
926
- export var ChangePasswordRequest;
927
- (function (ChangePasswordRequest) {
928
- /**
929
- * @internal
930
- */
931
- 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 }))); };
932
- })(ChangePasswordRequest || (ChangePasswordRequest = {}));
933
- export var ChangePasswordResponse;
934
- (function (ChangePasswordResponse) {
935
- /**
936
- * @internal
937
- */
938
- ChangePasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
939
- })(ChangePasswordResponse || (ChangePasswordResponse = {}));
940
- export var DeviceSecretVerifierConfigType;
941
- (function (DeviceSecretVerifierConfigType) {
942
- /**
943
- * @internal
944
- */
945
- DeviceSecretVerifierConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
946
- })(DeviceSecretVerifierConfigType || (DeviceSecretVerifierConfigType = {}));
947
- export var ConfirmDeviceRequest;
948
- (function (ConfirmDeviceRequest) {
949
- /**
950
- * @internal
951
- */
952
- ConfirmDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
953
- })(ConfirmDeviceRequest || (ConfirmDeviceRequest = {}));
954
- export var ConfirmDeviceResponse;
955
- (function (ConfirmDeviceResponse) {
956
- /**
957
- * @internal
958
- */
959
- ConfirmDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
960
- })(ConfirmDeviceResponse || (ConfirmDeviceResponse = {}));
961
- export var UserContextDataType;
962
- (function (UserContextDataType) {
963
- /**
964
- * @internal
965
- */
966
- UserContextDataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
967
- })(UserContextDataType || (UserContextDataType = {}));
968
- export var ConfirmForgotPasswordRequest;
969
- (function (ConfirmForgotPasswordRequest) {
970
- /**
971
- * @internal
972
- */
973
- 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 }))); };
974
- })(ConfirmForgotPasswordRequest || (ConfirmForgotPasswordRequest = {}));
975
- export var ConfirmForgotPasswordResponse;
976
- (function (ConfirmForgotPasswordResponse) {
977
- /**
978
- * @internal
979
- */
980
- ConfirmForgotPasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
981
- })(ConfirmForgotPasswordResponse || (ConfirmForgotPasswordResponse = {}));
982
- export var ConfirmSignUpRequest;
983
- (function (ConfirmSignUpRequest) {
984
- /**
985
- * @internal
986
- */
987
- 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 }))); };
988
- })(ConfirmSignUpRequest || (ConfirmSignUpRequest = {}));
989
- export var ConfirmSignUpResponse;
990
- (function (ConfirmSignUpResponse) {
991
- /**
992
- * @internal
993
- */
994
- ConfirmSignUpResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
995
- })(ConfirmSignUpResponse || (ConfirmSignUpResponse = {}));
996
- export var CreateGroupRequest;
997
- (function (CreateGroupRequest) {
998
- /**
999
- * @internal
1000
- */
1001
- CreateGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1002
- })(CreateGroupRequest || (CreateGroupRequest = {}));
1003
- export var CreateGroupResponse;
1004
- (function (CreateGroupResponse) {
1005
- /**
1006
- * @internal
1007
- */
1008
- CreateGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1009
- })(CreateGroupResponse || (CreateGroupResponse = {}));
1010
- export var GroupExistsException;
1011
- (function (GroupExistsException) {
1012
- /**
1013
- * @internal
1014
- */
1015
- GroupExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1016
- })(GroupExistsException || (GroupExistsException = {}));
1017
- export var IdentityProviderTypeType;
1018
- (function (IdentityProviderTypeType) {
1019
- IdentityProviderTypeType["Facebook"] = "Facebook";
1020
- IdentityProviderTypeType["Google"] = "Google";
1021
- IdentityProviderTypeType["LoginWithAmazon"] = "LoginWithAmazon";
1022
- IdentityProviderTypeType["OIDC"] = "OIDC";
1023
- IdentityProviderTypeType["SAML"] = "SAML";
1024
- IdentityProviderTypeType["SignInWithApple"] = "SignInWithApple";
1025
- })(IdentityProviderTypeType || (IdentityProviderTypeType = {}));
1026
- export var CreateIdentityProviderRequest;
1027
- (function (CreateIdentityProviderRequest) {
1028
- /**
1029
- * @internal
1030
- */
1031
- CreateIdentityProviderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1032
- })(CreateIdentityProviderRequest || (CreateIdentityProviderRequest = {}));
1033
- export var IdentityProviderType;
1034
- (function (IdentityProviderType) {
1035
- /**
1036
- * @internal
1037
- */
1038
- IdentityProviderType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1039
- })(IdentityProviderType || (IdentityProviderType = {}));
1040
- export var CreateIdentityProviderResponse;
1041
- (function (CreateIdentityProviderResponse) {
1042
- /**
1043
- * @internal
1044
- */
1045
- CreateIdentityProviderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1046
- })(CreateIdentityProviderResponse || (CreateIdentityProviderResponse = {}));
1047
- export var DuplicateProviderException;
1048
- (function (DuplicateProviderException) {
1049
- /**
1050
- * @internal
1051
- */
1052
- DuplicateProviderException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1053
- })(DuplicateProviderException || (DuplicateProviderException = {}));
1054
- export var ResourceServerScopeType;
1055
- (function (ResourceServerScopeType) {
1056
- /**
1057
- * @internal
1058
- */
1059
- ResourceServerScopeType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1060
- })(ResourceServerScopeType || (ResourceServerScopeType = {}));
1061
- export var CreateResourceServerRequest;
1062
- (function (CreateResourceServerRequest) {
1063
- /**
1064
- * @internal
1065
- */
1066
- CreateResourceServerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1067
- })(CreateResourceServerRequest || (CreateResourceServerRequest = {}));
1068
- export var ResourceServerType;
1069
- (function (ResourceServerType) {
1070
- /**
1071
- * @internal
1072
- */
1073
- ResourceServerType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1074
- })(ResourceServerType || (ResourceServerType = {}));
1075
- export var CreateResourceServerResponse;
1076
- (function (CreateResourceServerResponse) {
1077
- /**
1078
- * @internal
1079
- */
1080
- CreateResourceServerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1081
- })(CreateResourceServerResponse || (CreateResourceServerResponse = {}));
1082
- export var CreateUserImportJobRequest;
1083
- (function (CreateUserImportJobRequest) {
1084
- /**
1085
- * @internal
1086
- */
1087
- CreateUserImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1088
- })(CreateUserImportJobRequest || (CreateUserImportJobRequest = {}));
1089
- export var UserImportJobStatusType;
1090
- (function (UserImportJobStatusType) {
1091
- UserImportJobStatusType["Created"] = "Created";
1092
- UserImportJobStatusType["Expired"] = "Expired";
1093
- UserImportJobStatusType["Failed"] = "Failed";
1094
- UserImportJobStatusType["InProgress"] = "InProgress";
1095
- UserImportJobStatusType["Pending"] = "Pending";
1096
- UserImportJobStatusType["Stopped"] = "Stopped";
1097
- UserImportJobStatusType["Stopping"] = "Stopping";
1098
- UserImportJobStatusType["Succeeded"] = "Succeeded";
1099
- })(UserImportJobStatusType || (UserImportJobStatusType = {}));
1100
- export var UserImportJobType;
1101
- (function (UserImportJobType) {
1102
- /**
1103
- * @internal
1104
- */
1105
- UserImportJobType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1106
- })(UserImportJobType || (UserImportJobType = {}));
1107
- export var CreateUserImportJobResponse;
1108
- (function (CreateUserImportJobResponse) {
1109
- /**
1110
- * @internal
1111
- */
1112
- CreateUserImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1113
- })(CreateUserImportJobResponse || (CreateUserImportJobResponse = {}));
1114
- export var VerifiedAttributeType;
1115
- (function (VerifiedAttributeType) {
1116
- VerifiedAttributeType["EMAIL"] = "email";
1117
- VerifiedAttributeType["PHONE_NUMBER"] = "phone_number";
1118
- })(VerifiedAttributeType || (VerifiedAttributeType = {}));
1119
- export var DeviceConfigurationType;
1120
- (function (DeviceConfigurationType) {
1121
- /**
1122
- * @internal
1123
- */
1124
- DeviceConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1125
- })(DeviceConfigurationType || (DeviceConfigurationType = {}));
1126
- export var EmailSendingAccountType;
1127
- (function (EmailSendingAccountType) {
1128
- EmailSendingAccountType["COGNITO_DEFAULT"] = "COGNITO_DEFAULT";
1129
- EmailSendingAccountType["DEVELOPER"] = "DEVELOPER";
1130
- })(EmailSendingAccountType || (EmailSendingAccountType = {}));
1131
- export var EmailConfigurationType;
1132
- (function (EmailConfigurationType) {
1133
- /**
1134
- * @internal
1135
- */
1136
- EmailConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1137
- })(EmailConfigurationType || (EmailConfigurationType = {}));
1138
- export var CustomEmailSenderLambdaVersionType;
1139
- (function (CustomEmailSenderLambdaVersionType) {
1140
- CustomEmailSenderLambdaVersionType["V1_0"] = "V1_0";
1141
- })(CustomEmailSenderLambdaVersionType || (CustomEmailSenderLambdaVersionType = {}));
1142
- export var CustomEmailLambdaVersionConfigType;
1143
- (function (CustomEmailLambdaVersionConfigType) {
1144
- /**
1145
- * @internal
1146
- */
1147
- CustomEmailLambdaVersionConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1148
- })(CustomEmailLambdaVersionConfigType || (CustomEmailLambdaVersionConfigType = {}));
1149
- export var CustomSMSSenderLambdaVersionType;
1150
- (function (CustomSMSSenderLambdaVersionType) {
1151
- CustomSMSSenderLambdaVersionType["V1_0"] = "V1_0";
1152
- })(CustomSMSSenderLambdaVersionType || (CustomSMSSenderLambdaVersionType = {}));
1153
- export var CustomSMSLambdaVersionConfigType;
1154
- (function (CustomSMSLambdaVersionConfigType) {
1155
- /**
1156
- * @internal
1157
- */
1158
- CustomSMSLambdaVersionConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1159
- })(CustomSMSLambdaVersionConfigType || (CustomSMSLambdaVersionConfigType = {}));
1160
- export var LambdaConfigType;
1161
- (function (LambdaConfigType) {
1162
- /**
1163
- * @internal
1164
- */
1165
- LambdaConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1166
- })(LambdaConfigType || (LambdaConfigType = {}));
1167
- export var UserPoolMfaType;
1168
- (function (UserPoolMfaType) {
1169
- UserPoolMfaType["OFF"] = "OFF";
1170
- UserPoolMfaType["ON"] = "ON";
1171
- UserPoolMfaType["OPTIONAL"] = "OPTIONAL";
1172
- })(UserPoolMfaType || (UserPoolMfaType = {}));
1173
- export var PasswordPolicyType;
1174
- (function (PasswordPolicyType) {
1175
- /**
1176
- * @internal
1177
- */
1178
- PasswordPolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1179
- })(PasswordPolicyType || (PasswordPolicyType = {}));
1180
- export var UserPoolPolicyType;
1181
- (function (UserPoolPolicyType) {
1182
- /**
1183
- * @internal
1184
- */
1185
- UserPoolPolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1186
- })(UserPoolPolicyType || (UserPoolPolicyType = {}));
1187
- export var SmsConfigurationType;
1188
- (function (SmsConfigurationType) {
1189
- /**
1190
- * @internal
1191
- */
1192
- SmsConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1193
- })(SmsConfigurationType || (SmsConfigurationType = {}));
1194
- export var UsernameAttributeType;
1195
- (function (UsernameAttributeType) {
1196
- UsernameAttributeType["EMAIL"] = "email";
1197
- UsernameAttributeType["PHONE_NUMBER"] = "phone_number";
1198
- })(UsernameAttributeType || (UsernameAttributeType = {}));
1199
- export var UsernameConfigurationType;
1200
- (function (UsernameConfigurationType) {
1201
- /**
1202
- * @internal
1203
- */
1204
- UsernameConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1205
- })(UsernameConfigurationType || (UsernameConfigurationType = {}));
1206
- export var UserPoolAddOnsType;
1207
- (function (UserPoolAddOnsType) {
1208
- /**
1209
- * @internal
1210
- */
1211
- UserPoolAddOnsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1212
- })(UserPoolAddOnsType || (UserPoolAddOnsType = {}));
1213
- export var DefaultEmailOptionType;
1214
- (function (DefaultEmailOptionType) {
1215
- DefaultEmailOptionType["CONFIRM_WITH_CODE"] = "CONFIRM_WITH_CODE";
1216
- DefaultEmailOptionType["CONFIRM_WITH_LINK"] = "CONFIRM_WITH_LINK";
1217
- })(DefaultEmailOptionType || (DefaultEmailOptionType = {}));
1218
- export var VerificationMessageTemplateType;
1219
- (function (VerificationMessageTemplateType) {
1220
- /**
1221
- * @internal
1222
- */
1223
- VerificationMessageTemplateType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1224
- })(VerificationMessageTemplateType || (VerificationMessageTemplateType = {}));
1225
- export var CreateUserPoolRequest;
1226
- (function (CreateUserPoolRequest) {
1227
- /**
1228
- * @internal
1229
- */
1230
- CreateUserPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1231
- })(CreateUserPoolRequest || (CreateUserPoolRequest = {}));
1232
- export var StatusType;
1233
- (function (StatusType) {
1234
- StatusType["Disabled"] = "Disabled";
1235
- StatusType["Enabled"] = "Enabled";
1236
- })(StatusType || (StatusType = {}));
1237
- export var UserPoolType;
1238
- (function (UserPoolType) {
1239
- /**
1240
- * @internal
1241
- */
1242
- UserPoolType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1243
- })(UserPoolType || (UserPoolType = {}));
1244
- export var CreateUserPoolResponse;
1245
- (function (CreateUserPoolResponse) {
1246
- /**
1247
- * @internal
1248
- */
1249
- CreateUserPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1250
- })(CreateUserPoolResponse || (CreateUserPoolResponse = {}));
1251
- export var UserPoolTaggingException;
1252
- (function (UserPoolTaggingException) {
1253
- /**
1254
- * @internal
1255
- */
1256
- UserPoolTaggingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1257
- })(UserPoolTaggingException || (UserPoolTaggingException = {}));
1258
- export var OAuthFlowType;
1259
- (function (OAuthFlowType) {
1260
- OAuthFlowType["client_credentials"] = "client_credentials";
1261
- OAuthFlowType["code"] = "code";
1262
- OAuthFlowType["implicit"] = "implicit";
1263
- })(OAuthFlowType || (OAuthFlowType = {}));
1264
- export var ExplicitAuthFlowsType;
1265
- (function (ExplicitAuthFlowsType) {
1266
- ExplicitAuthFlowsType["ADMIN_NO_SRP_AUTH"] = "ADMIN_NO_SRP_AUTH";
1267
- ExplicitAuthFlowsType["ALLOW_ADMIN_USER_PASSWORD_AUTH"] = "ALLOW_ADMIN_USER_PASSWORD_AUTH";
1268
- ExplicitAuthFlowsType["ALLOW_CUSTOM_AUTH"] = "ALLOW_CUSTOM_AUTH";
1269
- ExplicitAuthFlowsType["ALLOW_REFRESH_TOKEN_AUTH"] = "ALLOW_REFRESH_TOKEN_AUTH";
1270
- ExplicitAuthFlowsType["ALLOW_USER_PASSWORD_AUTH"] = "ALLOW_USER_PASSWORD_AUTH";
1271
- ExplicitAuthFlowsType["ALLOW_USER_SRP_AUTH"] = "ALLOW_USER_SRP_AUTH";
1272
- ExplicitAuthFlowsType["CUSTOM_AUTH_FLOW_ONLY"] = "CUSTOM_AUTH_FLOW_ONLY";
1273
- ExplicitAuthFlowsType["USER_PASSWORD_AUTH"] = "USER_PASSWORD_AUTH";
1274
- })(ExplicitAuthFlowsType || (ExplicitAuthFlowsType = {}));
1275
- export var PreventUserExistenceErrorTypes;
1276
- (function (PreventUserExistenceErrorTypes) {
1277
- PreventUserExistenceErrorTypes["ENABLED"] = "ENABLED";
1278
- PreventUserExistenceErrorTypes["LEGACY"] = "LEGACY";
1279
- })(PreventUserExistenceErrorTypes || (PreventUserExistenceErrorTypes = {}));
1280
- export var TimeUnitsType;
1281
- (function (TimeUnitsType) {
1282
- TimeUnitsType["DAYS"] = "days";
1283
- TimeUnitsType["HOURS"] = "hours";
1284
- TimeUnitsType["MINUTES"] = "minutes";
1285
- TimeUnitsType["SECONDS"] = "seconds";
1286
- })(TimeUnitsType || (TimeUnitsType = {}));
1287
- export var TokenValidityUnitsType;
1288
- (function (TokenValidityUnitsType) {
1289
- /**
1290
- * @internal
1291
- */
1292
- TokenValidityUnitsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1293
- })(TokenValidityUnitsType || (TokenValidityUnitsType = {}));
1294
- export var CreateUserPoolClientRequest;
1295
- (function (CreateUserPoolClientRequest) {
1296
- /**
1297
- * @internal
1298
- */
1299
- CreateUserPoolClientRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1300
- })(CreateUserPoolClientRequest || (CreateUserPoolClientRequest = {}));
1301
- export var UserPoolClientType;
1302
- (function (UserPoolClientType) {
1303
- /**
1304
- * @internal
1305
- */
1306
- UserPoolClientType.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }))); };
1307
- })(UserPoolClientType || (UserPoolClientType = {}));
1308
- export var CreateUserPoolClientResponse;
1309
- (function (CreateUserPoolClientResponse) {
1310
- /**
1311
- * @internal
1312
- */
1313
- CreateUserPoolClientResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPoolClient && { UserPoolClient: UserPoolClientType.filterSensitiveLog(obj.UserPoolClient) }))); };
1314
- })(CreateUserPoolClientResponse || (CreateUserPoolClientResponse = {}));
1315
- export var InvalidOAuthFlowException;
1316
- (function (InvalidOAuthFlowException) {
1317
- /**
1318
- * @internal
1319
- */
1320
- InvalidOAuthFlowException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1321
- })(InvalidOAuthFlowException || (InvalidOAuthFlowException = {}));
1322
- export var ScopeDoesNotExistException;
1323
- (function (ScopeDoesNotExistException) {
1324
- /**
1325
- * @internal
1326
- */
1327
- ScopeDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1328
- })(ScopeDoesNotExistException || (ScopeDoesNotExistException = {}));
1329
- export var CustomDomainConfigType;
1330
- (function (CustomDomainConfigType) {
1331
- /**
1332
- * @internal
1333
- */
1334
- CustomDomainConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1335
- })(CustomDomainConfigType || (CustomDomainConfigType = {}));
1336
- export var CreateUserPoolDomainRequest;
1337
- (function (CreateUserPoolDomainRequest) {
1338
- /**
1339
- * @internal
1340
- */
1341
- CreateUserPoolDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1342
- })(CreateUserPoolDomainRequest || (CreateUserPoolDomainRequest = {}));
1343
- export var CreateUserPoolDomainResponse;
1344
- (function (CreateUserPoolDomainResponse) {
1345
- /**
1346
- * @internal
1347
- */
1348
- CreateUserPoolDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1349
- })(CreateUserPoolDomainResponse || (CreateUserPoolDomainResponse = {}));
1350
- export var DeleteGroupRequest;
1351
- (function (DeleteGroupRequest) {
1352
- /**
1353
- * @internal
1354
- */
1355
- DeleteGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1356
- })(DeleteGroupRequest || (DeleteGroupRequest = {}));
1357
- export var DeleteIdentityProviderRequest;
1358
- (function (DeleteIdentityProviderRequest) {
1359
- /**
1360
- * @internal
1361
- */
1362
- DeleteIdentityProviderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1363
- })(DeleteIdentityProviderRequest || (DeleteIdentityProviderRequest = {}));
1364
- export var UnsupportedIdentityProviderException;
1365
- (function (UnsupportedIdentityProviderException) {
1366
- /**
1367
- * @internal
1368
- */
1369
- UnsupportedIdentityProviderException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1370
- })(UnsupportedIdentityProviderException || (UnsupportedIdentityProviderException = {}));
1371
- export var DeleteResourceServerRequest;
1372
- (function (DeleteResourceServerRequest) {
1373
- /**
1374
- * @internal
1375
- */
1376
- DeleteResourceServerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1377
- })(DeleteResourceServerRequest || (DeleteResourceServerRequest = {}));
1378
- export var DeleteUserRequest;
1379
- (function (DeleteUserRequest) {
1380
- /**
1381
- * @internal
1382
- */
1383
- DeleteUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1384
- })(DeleteUserRequest || (DeleteUserRequest = {}));
1385
- export var DeleteUserAttributesRequest;
1386
- (function (DeleteUserAttributesRequest) {
1387
- /**
1388
- * @internal
1389
- */
1390
- DeleteUserAttributesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1391
- })(DeleteUserAttributesRequest || (DeleteUserAttributesRequest = {}));
1392
- export var DeleteUserAttributesResponse;
1393
- (function (DeleteUserAttributesResponse) {
1394
- /**
1395
- * @internal
1396
- */
1397
- DeleteUserAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1398
- })(DeleteUserAttributesResponse || (DeleteUserAttributesResponse = {}));
1399
- export var DeleteUserPoolRequest;
1400
- (function (DeleteUserPoolRequest) {
1401
- /**
1402
- * @internal
1403
- */
1404
- DeleteUserPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1405
- })(DeleteUserPoolRequest || (DeleteUserPoolRequest = {}));
1406
- export var DeleteUserPoolClientRequest;
1407
- (function (DeleteUserPoolClientRequest) {
1408
- /**
1409
- * @internal
1410
- */
1411
- DeleteUserPoolClientRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1412
- })(DeleteUserPoolClientRequest || (DeleteUserPoolClientRequest = {}));
1413
- export var DeleteUserPoolDomainRequest;
1414
- (function (DeleteUserPoolDomainRequest) {
1415
- /**
1416
- * @internal
1417
- */
1418
- DeleteUserPoolDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1419
- })(DeleteUserPoolDomainRequest || (DeleteUserPoolDomainRequest = {}));
1420
- export var DeleteUserPoolDomainResponse;
1421
- (function (DeleteUserPoolDomainResponse) {
1422
- /**
1423
- * @internal
1424
- */
1425
- DeleteUserPoolDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1426
- })(DeleteUserPoolDomainResponse || (DeleteUserPoolDomainResponse = {}));
1427
- export var DescribeIdentityProviderRequest;
1428
- (function (DescribeIdentityProviderRequest) {
1429
- /**
1430
- * @internal
1431
- */
1432
- DescribeIdentityProviderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1433
- })(DescribeIdentityProviderRequest || (DescribeIdentityProviderRequest = {}));
1434
- export var DescribeIdentityProviderResponse;
1435
- (function (DescribeIdentityProviderResponse) {
1436
- /**
1437
- * @internal
1438
- */
1439
- DescribeIdentityProviderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1440
- })(DescribeIdentityProviderResponse || (DescribeIdentityProviderResponse = {}));
1441
- export var DescribeResourceServerRequest;
1442
- (function (DescribeResourceServerRequest) {
1443
- /**
1444
- * @internal
1445
- */
1446
- DescribeResourceServerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1447
- })(DescribeResourceServerRequest || (DescribeResourceServerRequest = {}));
1448
- export var DescribeResourceServerResponse;
1449
- (function (DescribeResourceServerResponse) {
1450
- /**
1451
- * @internal
1452
- */
1453
- DescribeResourceServerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1454
- })(DescribeResourceServerResponse || (DescribeResourceServerResponse = {}));
1455
- export var DescribeRiskConfigurationRequest;
1456
- (function (DescribeRiskConfigurationRequest) {
1457
- /**
1458
- * @internal
1459
- */
1460
- DescribeRiskConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1461
- })(DescribeRiskConfigurationRequest || (DescribeRiskConfigurationRequest = {}));
1462
- export var CompromisedCredentialsEventActionType;
1463
- (function (CompromisedCredentialsEventActionType) {
1464
- CompromisedCredentialsEventActionType["BLOCK"] = "BLOCK";
1465
- CompromisedCredentialsEventActionType["NO_ACTION"] = "NO_ACTION";
1466
- })(CompromisedCredentialsEventActionType || (CompromisedCredentialsEventActionType = {}));
1467
- export var CompromisedCredentialsActionsType;
1468
- (function (CompromisedCredentialsActionsType) {
1469
- /**
1470
- * @internal
1471
- */
1472
- CompromisedCredentialsActionsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1473
- })(CompromisedCredentialsActionsType || (CompromisedCredentialsActionsType = {}));
1474
- export var EventFilterType;
1475
- (function (EventFilterType) {
1476
- EventFilterType["PASSWORD_CHANGE"] = "PASSWORD_CHANGE";
1477
- EventFilterType["SIGN_IN"] = "SIGN_IN";
1478
- EventFilterType["SIGN_UP"] = "SIGN_UP";
1479
- })(EventFilterType || (EventFilterType = {}));
1480
- export var CompromisedCredentialsRiskConfigurationType;
1481
- (function (CompromisedCredentialsRiskConfigurationType) {
1482
- /**
1483
- * @internal
1484
- */
1485
- CompromisedCredentialsRiskConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1486
- })(CompromisedCredentialsRiskConfigurationType || (CompromisedCredentialsRiskConfigurationType = {}));
1487
- export var RiskExceptionConfigurationType;
1488
- (function (RiskExceptionConfigurationType) {
1489
- /**
1490
- * @internal
1491
- */
1492
- RiskExceptionConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1493
- })(RiskExceptionConfigurationType || (RiskExceptionConfigurationType = {}));
1494
- export var RiskConfigurationType;
1495
- (function (RiskConfigurationType) {
1496
- /**
1497
- * @internal
1498
- */
1499
- RiskConfigurationType.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1500
- })(RiskConfigurationType || (RiskConfigurationType = {}));
1501
- export var DescribeRiskConfigurationResponse;
1502
- (function (DescribeRiskConfigurationResponse) {
1503
- /**
1504
- * @internal
1505
- */
1506
- DescribeRiskConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RiskConfiguration && {
1507
- RiskConfiguration: RiskConfigurationType.filterSensitiveLog(obj.RiskConfiguration),
1508
- }))); };
1509
- })(DescribeRiskConfigurationResponse || (DescribeRiskConfigurationResponse = {}));
1510
- export var DescribeUserImportJobRequest;
1511
- (function (DescribeUserImportJobRequest) {
1512
- /**
1513
- * @internal
1514
- */
1515
- DescribeUserImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1516
- })(DescribeUserImportJobRequest || (DescribeUserImportJobRequest = {}));
1517
- export var DescribeUserImportJobResponse;
1518
- (function (DescribeUserImportJobResponse) {
1519
- /**
1520
- * @internal
1521
- */
1522
- DescribeUserImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1523
- })(DescribeUserImportJobResponse || (DescribeUserImportJobResponse = {}));
1524
- export var DescribeUserPoolRequest;
1525
- (function (DescribeUserPoolRequest) {
1526
- /**
1527
- * @internal
1528
- */
1529
- DescribeUserPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1530
- })(DescribeUserPoolRequest || (DescribeUserPoolRequest = {}));
1531
- export var DescribeUserPoolResponse;
1532
- (function (DescribeUserPoolResponse) {
1533
- /**
1534
- * @internal
1535
- */
1536
- DescribeUserPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1537
- })(DescribeUserPoolResponse || (DescribeUserPoolResponse = {}));
1538
- export var DescribeUserPoolClientRequest;
1539
- (function (DescribeUserPoolClientRequest) {
1540
- /**
1541
- * @internal
1542
- */
1543
- DescribeUserPoolClientRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1544
- })(DescribeUserPoolClientRequest || (DescribeUserPoolClientRequest = {}));
1545
- export var DescribeUserPoolClientResponse;
1546
- (function (DescribeUserPoolClientResponse) {
1547
- /**
1548
- * @internal
1549
- */
1550
- DescribeUserPoolClientResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPoolClient && { UserPoolClient: UserPoolClientType.filterSensitiveLog(obj.UserPoolClient) }))); };
1551
- })(DescribeUserPoolClientResponse || (DescribeUserPoolClientResponse = {}));
1552
- export var DescribeUserPoolDomainRequest;
1553
- (function (DescribeUserPoolDomainRequest) {
1554
- /**
1555
- * @internal
1556
- */
1557
- DescribeUserPoolDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1558
- })(DescribeUserPoolDomainRequest || (DescribeUserPoolDomainRequest = {}));
1559
- export var DomainStatusType;
1560
- (function (DomainStatusType) {
1561
- DomainStatusType["ACTIVE"] = "ACTIVE";
1562
- DomainStatusType["CREATING"] = "CREATING";
1563
- DomainStatusType["DELETING"] = "DELETING";
1564
- DomainStatusType["FAILED"] = "FAILED";
1565
- DomainStatusType["UPDATING"] = "UPDATING";
1566
- })(DomainStatusType || (DomainStatusType = {}));
1567
- export var DomainDescriptionType;
1568
- (function (DomainDescriptionType) {
1569
- /**
1570
- * @internal
1571
- */
1572
- DomainDescriptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1573
- })(DomainDescriptionType || (DomainDescriptionType = {}));
1574
- export var DescribeUserPoolDomainResponse;
1575
- (function (DescribeUserPoolDomainResponse) {
1576
- /**
1577
- * @internal
1578
- */
1579
- DescribeUserPoolDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1580
- })(DescribeUserPoolDomainResponse || (DescribeUserPoolDomainResponse = {}));
1581
- export var ForgetDeviceRequest;
1582
- (function (ForgetDeviceRequest) {
1583
- /**
1584
- * @internal
1585
- */
1586
- ForgetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1587
- })(ForgetDeviceRequest || (ForgetDeviceRequest = {}));
1588
- export var ForgotPasswordRequest;
1589
- (function (ForgotPasswordRequest) {
1590
- /**
1591
- * @internal
1592
- */
1593
- 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 }))); };
1594
- })(ForgotPasswordRequest || (ForgotPasswordRequest = {}));
1595
- export var CodeDeliveryDetailsType;
1596
- (function (CodeDeliveryDetailsType) {
1597
- /**
1598
- * @internal
1599
- */
1600
- CodeDeliveryDetailsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1601
- })(CodeDeliveryDetailsType || (CodeDeliveryDetailsType = {}));
1602
- export var ForgotPasswordResponse;
1603
- (function (ForgotPasswordResponse) {
1604
- /**
1605
- * @internal
1606
- */
1607
- ForgotPasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1608
- })(ForgotPasswordResponse || (ForgotPasswordResponse = {}));
1609
- export var GetCSVHeaderRequest;
1610
- (function (GetCSVHeaderRequest) {
1611
- /**
1612
- * @internal
1613
- */
1614
- GetCSVHeaderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1615
- })(GetCSVHeaderRequest || (GetCSVHeaderRequest = {}));
1616
- export var GetCSVHeaderResponse;
1617
- (function (GetCSVHeaderResponse) {
1618
- /**
1619
- * @internal
1620
- */
1621
- GetCSVHeaderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1622
- })(GetCSVHeaderResponse || (GetCSVHeaderResponse = {}));
1623
- export var GetDeviceRequest;
1624
- (function (GetDeviceRequest) {
1625
- /**
1626
- * @internal
1627
- */
1628
- GetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1629
- })(GetDeviceRequest || (GetDeviceRequest = {}));
1630
- export var GetDeviceResponse;
1631
- (function (GetDeviceResponse) {
1632
- /**
1633
- * @internal
1634
- */
1635
- GetDeviceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Device && { Device: DeviceType.filterSensitiveLog(obj.Device) }))); };
1636
- })(GetDeviceResponse || (GetDeviceResponse = {}));
1637
- export var GetGroupRequest;
1638
- (function (GetGroupRequest) {
1639
- /**
1640
- * @internal
1641
- */
1642
- GetGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1643
- })(GetGroupRequest || (GetGroupRequest = {}));
1644
- export var GetGroupResponse;
1645
- (function (GetGroupResponse) {
1646
- /**
1647
- * @internal
1648
- */
1649
- GetGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1650
- })(GetGroupResponse || (GetGroupResponse = {}));
1651
- export var GetIdentityProviderByIdentifierRequest;
1652
- (function (GetIdentityProviderByIdentifierRequest) {
1653
- /**
1654
- * @internal
1655
- */
1656
- GetIdentityProviderByIdentifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1657
- })(GetIdentityProviderByIdentifierRequest || (GetIdentityProviderByIdentifierRequest = {}));
1658
- export var GetIdentityProviderByIdentifierResponse;
1659
- (function (GetIdentityProviderByIdentifierResponse) {
1660
- /**
1661
- * @internal
1662
- */
1663
- GetIdentityProviderByIdentifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1664
- })(GetIdentityProviderByIdentifierResponse || (GetIdentityProviderByIdentifierResponse = {}));
1665
- export var GetSigningCertificateRequest;
1666
- (function (GetSigningCertificateRequest) {
1667
- /**
1668
- * @internal
1669
- */
1670
- GetSigningCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1671
- })(GetSigningCertificateRequest || (GetSigningCertificateRequest = {}));
1672
- export var GetSigningCertificateResponse;
1673
- (function (GetSigningCertificateResponse) {
1674
- /**
1675
- * @internal
1676
- */
1677
- GetSigningCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1678
- })(GetSigningCertificateResponse || (GetSigningCertificateResponse = {}));
1679
- export var GetUICustomizationRequest;
1680
- (function (GetUICustomizationRequest) {
1681
- /**
1682
- * @internal
1683
- */
1684
- GetUICustomizationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1685
- })(GetUICustomizationRequest || (GetUICustomizationRequest = {}));
1686
- export var UICustomizationType;
1687
- (function (UICustomizationType) {
1688
- /**
1689
- * @internal
1690
- */
1691
- UICustomizationType.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1692
- })(UICustomizationType || (UICustomizationType = {}));
1693
- export var GetUICustomizationResponse;
1694
- (function (GetUICustomizationResponse) {
1695
- /**
1696
- * @internal
1697
- */
1698
- GetUICustomizationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UICustomization && { UICustomization: UICustomizationType.filterSensitiveLog(obj.UICustomization) }))); };
1699
- })(GetUICustomizationResponse || (GetUICustomizationResponse = {}));
1700
- export var GetUserRequest;
1701
- (function (GetUserRequest) {
1702
- /**
1703
- * @internal
1704
- */
1705
- GetUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1706
- })(GetUserRequest || (GetUserRequest = {}));
1707
- export var GetUserResponse;
1708
- (function (GetUserResponse) {
1709
- /**
1710
- * @internal
1711
- */
1712
- GetUserResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
1713
- UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
1714
- }))); };
1715
- })(GetUserResponse || (GetUserResponse = {}));
1716
- export var GetUserAttributeVerificationCodeRequest;
1717
- (function (GetUserAttributeVerificationCodeRequest) {
1718
- /**
1719
- * @internal
1720
- */
1721
- GetUserAttributeVerificationCodeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1722
- })(GetUserAttributeVerificationCodeRequest || (GetUserAttributeVerificationCodeRequest = {}));
1723
- export var GetUserAttributeVerificationCodeResponse;
1724
- (function (GetUserAttributeVerificationCodeResponse) {
1725
- /**
1726
- * @internal
1727
- */
1728
- GetUserAttributeVerificationCodeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1729
- })(GetUserAttributeVerificationCodeResponse || (GetUserAttributeVerificationCodeResponse = {}));
1730
- export var GetUserPoolMfaConfigRequest;
1731
- (function (GetUserPoolMfaConfigRequest) {
1732
- /**
1733
- * @internal
1734
- */
1735
- GetUserPoolMfaConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1736
- })(GetUserPoolMfaConfigRequest || (GetUserPoolMfaConfigRequest = {}));
1737
- export var SmsMfaConfigType;
1738
- (function (SmsMfaConfigType) {
1739
- /**
1740
- * @internal
1741
- */
1742
- SmsMfaConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1743
- })(SmsMfaConfigType || (SmsMfaConfigType = {}));
1744
- export var SoftwareTokenMfaConfigType;
1745
- (function (SoftwareTokenMfaConfigType) {
1746
- /**
1747
- * @internal
1748
- */
1749
- SoftwareTokenMfaConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1750
- })(SoftwareTokenMfaConfigType || (SoftwareTokenMfaConfigType = {}));
1751
- export var GetUserPoolMfaConfigResponse;
1752
- (function (GetUserPoolMfaConfigResponse) {
1753
- /**
1754
- * @internal
1755
- */
1756
- GetUserPoolMfaConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1757
- })(GetUserPoolMfaConfigResponse || (GetUserPoolMfaConfigResponse = {}));
1758
- export var GlobalSignOutRequest;
1759
- (function (GlobalSignOutRequest) {
1760
- /**
1761
- * @internal
1762
- */
1763
- GlobalSignOutRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1764
- })(GlobalSignOutRequest || (GlobalSignOutRequest = {}));
1765
- export var GlobalSignOutResponse;
1766
- (function (GlobalSignOutResponse) {
1767
- /**
1768
- * @internal
1769
- */
1770
- GlobalSignOutResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1771
- })(GlobalSignOutResponse || (GlobalSignOutResponse = {}));
1772
- export var InitiateAuthRequest;
1773
- (function (InitiateAuthRequest) {
1774
- /**
1775
- * @internal
1776
- */
1777
- InitiateAuthRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthParameters && { AuthParameters: SENSITIVE_STRING })), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1778
- })(InitiateAuthRequest || (InitiateAuthRequest = {}));
1779
- export var InitiateAuthResponse;
1780
- (function (InitiateAuthResponse) {
1781
- /**
1782
- * @internal
1783
- */
1784
- InitiateAuthResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
1785
- AuthenticationResult: AuthenticationResultType.filterSensitiveLog(obj.AuthenticationResult),
1786
- }))); };
1787
- })(InitiateAuthResponse || (InitiateAuthResponse = {}));
1788
- export var ListDevicesRequest;
1789
- (function (ListDevicesRequest) {
1790
- /**
1791
- * @internal
1792
- */
1793
- ListDevicesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
1794
- })(ListDevicesRequest || (ListDevicesRequest = {}));
1795
- export var ListDevicesResponse;
1796
- (function (ListDevicesResponse) {
1797
- /**
1798
- * @internal
1799
- */
1800
- ListDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1801
- })(ListDevicesResponse || (ListDevicesResponse = {}));
1802
- export var ListGroupsRequest;
1803
- (function (ListGroupsRequest) {
1804
- /**
1805
- * @internal
1806
- */
1807
- ListGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1808
- })(ListGroupsRequest || (ListGroupsRequest = {}));
1809
- export var ListGroupsResponse;
1810
- (function (ListGroupsResponse) {
1811
- /**
1812
- * @internal
1813
- */
1814
- ListGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1815
- })(ListGroupsResponse || (ListGroupsResponse = {}));
1816
- export var ListIdentityProvidersRequest;
1817
- (function (ListIdentityProvidersRequest) {
1818
- /**
1819
- * @internal
1820
- */
1821
- ListIdentityProvidersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1822
- })(ListIdentityProvidersRequest || (ListIdentityProvidersRequest = {}));
1823
- export var ProviderDescription;
1824
- (function (ProviderDescription) {
1825
- /**
1826
- * @internal
1827
- */
1828
- ProviderDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1829
- })(ProviderDescription || (ProviderDescription = {}));
1830
- export var ListIdentityProvidersResponse;
1831
- (function (ListIdentityProvidersResponse) {
1832
- /**
1833
- * @internal
1834
- */
1835
- ListIdentityProvidersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1836
- })(ListIdentityProvidersResponse || (ListIdentityProvidersResponse = {}));
1837
- export var ListResourceServersRequest;
1838
- (function (ListResourceServersRequest) {
1839
- /**
1840
- * @internal
1841
- */
1842
- ListResourceServersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1843
- })(ListResourceServersRequest || (ListResourceServersRequest = {}));
1844
- export var ListResourceServersResponse;
1845
- (function (ListResourceServersResponse) {
1846
- /**
1847
- * @internal
1848
- */
1849
- ListResourceServersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1850
- })(ListResourceServersResponse || (ListResourceServersResponse = {}));
1851
- export var ListTagsForResourceRequest;
1852
- (function (ListTagsForResourceRequest) {
1853
- /**
1854
- * @internal
1855
- */
1856
- ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1857
- })(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
1858
- export var ListTagsForResourceResponse;
1859
- (function (ListTagsForResourceResponse) {
1860
- /**
1861
- * @internal
1862
- */
1863
- ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1864
- })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
1865
- export var ListUserImportJobsRequest;
1866
- (function (ListUserImportJobsRequest) {
1867
- /**
1868
- * @internal
1869
- */
1870
- ListUserImportJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1871
- })(ListUserImportJobsRequest || (ListUserImportJobsRequest = {}));
1872
- export var ListUserImportJobsResponse;
1873
- (function (ListUserImportJobsResponse) {
1874
- /**
1875
- * @internal
1876
- */
1877
- ListUserImportJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1878
- })(ListUserImportJobsResponse || (ListUserImportJobsResponse = {}));
1879
- export var ListUserPoolClientsRequest;
1880
- (function (ListUserPoolClientsRequest) {
1881
- /**
1882
- * @internal
1883
- */
1884
- ListUserPoolClientsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1885
- })(ListUserPoolClientsRequest || (ListUserPoolClientsRequest = {}));
1886
- export var UserPoolClientDescription;
1887
- (function (UserPoolClientDescription) {
1888
- /**
1889
- * @internal
1890
- */
1891
- UserPoolClientDescription.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1892
- })(UserPoolClientDescription || (UserPoolClientDescription = {}));
1893
- export var ListUserPoolClientsResponse;
1894
- (function (ListUserPoolClientsResponse) {
1895
- /**
1896
- * @internal
1897
- */
1898
- ListUserPoolClientsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPoolClients && {
1899
- UserPoolClients: obj.UserPoolClients.map(function (item) { return UserPoolClientDescription.filterSensitiveLog(item); }),
1900
- }))); };
1901
- })(ListUserPoolClientsResponse || (ListUserPoolClientsResponse = {}));
1902
- export var ListUserPoolsRequest;
1903
- (function (ListUserPoolsRequest) {
1904
- /**
1905
- * @internal
1906
- */
1907
- ListUserPoolsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1908
- })(ListUserPoolsRequest || (ListUserPoolsRequest = {}));
1909
- export var UserPoolDescriptionType;
1910
- (function (UserPoolDescriptionType) {
1911
- /**
1912
- * @internal
1913
- */
1914
- UserPoolDescriptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1915
- })(UserPoolDescriptionType || (UserPoolDescriptionType = {}));
1916
- export var ListUserPoolsResponse;
1917
- (function (ListUserPoolsResponse) {
1918
- /**
1919
- * @internal
1920
- */
1921
- ListUserPoolsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1922
- })(ListUserPoolsResponse || (ListUserPoolsResponse = {}));
1923
- export var ListUsersRequest;
1924
- (function (ListUsersRequest) {
1925
- /**
1926
- * @internal
1927
- */
1928
- ListUsersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1929
- })(ListUsersRequest || (ListUsersRequest = {}));
1930
- export var ListUsersResponse;
1931
- (function (ListUsersResponse) {
1932
- /**
1933
- * @internal
1934
- */
1935
- ListUsersResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Users && { Users: obj.Users.map(function (item) { return UserType.filterSensitiveLog(item); }) }))); };
1936
- })(ListUsersResponse || (ListUsersResponse = {}));
1937
- export var ListUsersInGroupRequest;
1938
- (function (ListUsersInGroupRequest) {
1939
- /**
1940
- * @internal
1941
- */
1942
- ListUsersInGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1943
- })(ListUsersInGroupRequest || (ListUsersInGroupRequest = {}));
1944
- export var ListUsersInGroupResponse;
1945
- (function (ListUsersInGroupResponse) {
1946
- /**
1947
- * @internal
1948
- */
1949
- ListUsersInGroupResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Users && { Users: obj.Users.map(function (item) { return UserType.filterSensitiveLog(item); }) }))); };
1950
- })(ListUsersInGroupResponse || (ListUsersInGroupResponse = {}));
1951
- export var ResendConfirmationCodeRequest;
1952
- (function (ResendConfirmationCodeRequest) {
1953
- /**
1954
- * @internal
1955
- */
1956
- 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 }))); };
1957
- })(ResendConfirmationCodeRequest || (ResendConfirmationCodeRequest = {}));
1958
- export var ResendConfirmationCodeResponse;
1959
- (function (ResendConfirmationCodeResponse) {
1960
- /**
1961
- * @internal
1962
- */
1963
- ResendConfirmationCodeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1964
- })(ResendConfirmationCodeResponse || (ResendConfirmationCodeResponse = {}));
1965
- export var RespondToAuthChallengeRequest;
1966
- (function (RespondToAuthChallengeRequest) {
1967
- /**
1968
- * @internal
1969
- */
1970
- RespondToAuthChallengeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
1971
- })(RespondToAuthChallengeRequest || (RespondToAuthChallengeRequest = {}));
1972
- export var RespondToAuthChallengeResponse;
1973
- (function (RespondToAuthChallengeResponse) {
1974
- /**
1975
- * @internal
1976
- */
1977
- RespondToAuthChallengeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
1978
- AuthenticationResult: AuthenticationResultType.filterSensitiveLog(obj.AuthenticationResult),
1979
- }))); };
1980
- })(RespondToAuthChallengeResponse || (RespondToAuthChallengeResponse = {}));
1981
- export var RevokeTokenRequest;
1982
- (function (RevokeTokenRequest) {
1983
- /**
1984
- * @internal
1985
- */
1986
- 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 }))); };
1987
- })(RevokeTokenRequest || (RevokeTokenRequest = {}));
1988
- export var RevokeTokenResponse;
1989
- (function (RevokeTokenResponse) {
1990
- /**
1991
- * @internal
1992
- */
1993
- RevokeTokenResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1994
- })(RevokeTokenResponse || (RevokeTokenResponse = {}));
1995
- export var UnauthorizedException;
1996
- (function (UnauthorizedException) {
1997
- /**
1998
- * @internal
1999
- */
2000
- UnauthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
2001
- })(UnauthorizedException || (UnauthorizedException = {}));
2002
- export var UnsupportedOperationException;
2003
- (function (UnsupportedOperationException) {
2004
- /**
2005
- * @internal
2006
- */
2007
- UnsupportedOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
2008
- })(UnsupportedOperationException || (UnsupportedOperationException = {}));
2009
- export var UnsupportedTokenTypeException;
2010
- (function (UnsupportedTokenTypeException) {
2011
- /**
2012
- * @internal
2013
- */
2014
- UnsupportedTokenTypeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
2015
- })(UnsupportedTokenTypeException || (UnsupportedTokenTypeException = {}));
2016
- export var SetRiskConfigurationRequest;
2017
- (function (SetRiskConfigurationRequest) {
2018
- /**
2019
- * @internal
2020
- */
2021
- SetRiskConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
2022
- })(SetRiskConfigurationRequest || (SetRiskConfigurationRequest = {}));
2023
- export var SetRiskConfigurationResponse;
2024
- (function (SetRiskConfigurationResponse) {
2025
- /**
2026
- * @internal
2027
- */
2028
- SetRiskConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RiskConfiguration && {
2029
- RiskConfiguration: RiskConfigurationType.filterSensitiveLog(obj.RiskConfiguration),
2030
- }))); };
2031
- })(SetRiskConfigurationResponse || (SetRiskConfigurationResponse = {}));
2032
- export var SetUICustomizationRequest;
2033
- (function (SetUICustomizationRequest) {
2034
- /**
2035
- * @internal
2036
- */
2037
- SetUICustomizationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
2038
- })(SetUICustomizationRequest || (SetUICustomizationRequest = {}));
2039
- export var SetUICustomizationResponse;
2040
- (function (SetUICustomizationResponse) {
2041
- /**
2042
- * @internal
2043
- */
2044
- SetUICustomizationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UICustomization && { UICustomization: UICustomizationType.filterSensitiveLog(obj.UICustomization) }))); };
2045
- })(SetUICustomizationResponse || (SetUICustomizationResponse = {}));
2046
- export var SetUserMFAPreferenceRequest;
2047
- (function (SetUserMFAPreferenceRequest) {
2048
- /**
2049
- * @internal
2050
- */
2051
- SetUserMFAPreferenceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
2052
- })(SetUserMFAPreferenceRequest || (SetUserMFAPreferenceRequest = {}));
2053
- export var SetUserMFAPreferenceResponse;
2054
- (function (SetUserMFAPreferenceResponse) {
2055
- /**
2056
- * @internal
2057
- */
2058
- SetUserMFAPreferenceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
2059
- })(SetUserMFAPreferenceResponse || (SetUserMFAPreferenceResponse = {}));
2060
- export var SetUserPoolMfaConfigRequest;
2061
- (function (SetUserPoolMfaConfigRequest) {
2062
- /**
2063
- * @internal
2064
- */
2065
- SetUserPoolMfaConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
2066
- })(SetUserPoolMfaConfigRequest || (SetUserPoolMfaConfigRequest = {}));
2067
- export var SetUserPoolMfaConfigResponse;
2068
- (function (SetUserPoolMfaConfigResponse) {
2069
- /**
2070
- * @internal
2071
- */
2072
- SetUserPoolMfaConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
2073
- })(SetUserPoolMfaConfigResponse || (SetUserPoolMfaConfigResponse = {}));
2074
- export var SetUserSettingsRequest;
2075
- (function (SetUserSettingsRequest) {
2076
- /**
2077
- * @internal
2078
- */
2079
- SetUserSettingsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
2080
- })(SetUserSettingsRequest || (SetUserSettingsRequest = {}));
2081
- export var SetUserSettingsResponse;
2082
- (function (SetUserSettingsResponse) {
2083
- /**
2084
- * @internal
2085
- */
2086
- SetUserSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
2087
- })(SetUserSettingsResponse || (SetUserSettingsResponse = {}));
2088
- export var SignUpRequest;
2089
- (function (SignUpRequest) {
2090
- /**
2091
- * @internal
2092
- */
2093
- 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 && {
2094
- UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
2095
- })), (obj.ValidationData && {
2096
- ValidationData: obj.ValidationData.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
2097
- }))); };
2098
- })(SignUpRequest || (SignUpRequest = {}));
2099
- export var SignUpResponse;
2100
- (function (SignUpResponse) {
2101
- /**
2102
- * @internal
2103
- */
2104
- SignUpResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
2105
- })(SignUpResponse || (SignUpResponse = {}));
2106
- export var StartUserImportJobRequest;
2107
- (function (StartUserImportJobRequest) {
2108
- /**
2109
- * @internal
2110
- */
2111
- StartUserImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
2112
- })(StartUserImportJobRequest || (StartUserImportJobRequest = {}));
2113
- //# sourceMappingURL=models_0.js.map