@aws-sdk/client-cognito-identity-provider 3.296.0 → 3.298.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 (289) hide show
  1. package/dist-cjs/commands/AddCustomAttributesCommand.js +2 -3
  2. package/dist-cjs/commands/AdminAddUserToGroupCommand.js +1 -1
  3. package/dist-cjs/commands/AdminConfirmSignUpCommand.js +1 -1
  4. package/dist-cjs/commands/AdminDeleteUserAttributesCommand.js +1 -1
  5. package/dist-cjs/commands/AdminDeleteUserCommand.js +1 -1
  6. package/dist-cjs/commands/AdminDisableProviderForUserCommand.js +2 -3
  7. package/dist-cjs/commands/AdminDisableUserCommand.js +1 -1
  8. package/dist-cjs/commands/AdminEnableUserCommand.js +1 -1
  9. package/dist-cjs/commands/AdminForgetDeviceCommand.js +1 -1
  10. package/dist-cjs/commands/AdminLinkProviderForUserCommand.js +2 -3
  11. package/dist-cjs/commands/AdminListGroupsForUserCommand.js +1 -1
  12. package/dist-cjs/commands/AdminListUserAuthEventsCommand.js +1 -1
  13. package/dist-cjs/commands/AdminRemoveUserFromGroupCommand.js +1 -1
  14. package/dist-cjs/commands/AdminResetUserPasswordCommand.js +1 -1
  15. package/dist-cjs/commands/AdminSetUserMFAPreferenceCommand.js +1 -1
  16. package/dist-cjs/commands/AdminSetUserPasswordCommand.js +1 -1
  17. package/dist-cjs/commands/AdminSetUserSettingsCommand.js +1 -1
  18. package/dist-cjs/commands/AdminUpdateAuthEventFeedbackCommand.js +1 -1
  19. package/dist-cjs/commands/AdminUpdateDeviceStatusCommand.js +1 -1
  20. package/dist-cjs/commands/AdminUpdateUserAttributesCommand.js +1 -1
  21. package/dist-cjs/commands/AdminUserGlobalSignOutCommand.js +1 -1
  22. package/dist-cjs/commands/ChangePasswordCommand.js +1 -1
  23. package/dist-cjs/commands/ConfirmDeviceCommand.js +1 -1
  24. package/dist-cjs/commands/ConfirmForgotPasswordCommand.js +1 -1
  25. package/dist-cjs/commands/ConfirmSignUpCommand.js +1 -1
  26. package/dist-cjs/commands/CreateGroupCommand.js +2 -3
  27. package/dist-cjs/commands/CreateIdentityProviderCommand.js +2 -3
  28. package/dist-cjs/commands/CreateResourceServerCommand.js +2 -3
  29. package/dist-cjs/commands/CreateUserImportJobCommand.js +2 -3
  30. package/dist-cjs/commands/CreateUserPoolClientCommand.js +1 -1
  31. package/dist-cjs/commands/CreateUserPoolCommand.js +2 -3
  32. package/dist-cjs/commands/CreateUserPoolDomainCommand.js +2 -3
  33. package/dist-cjs/commands/DeleteGroupCommand.js +2 -3
  34. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +2 -3
  35. package/dist-cjs/commands/DeleteResourceServerCommand.js +2 -3
  36. package/dist-cjs/commands/DeleteUserAttributesCommand.js +1 -1
  37. package/dist-cjs/commands/DeleteUserCommand.js +1 -1
  38. package/dist-cjs/commands/DeleteUserPoolClientCommand.js +1 -1
  39. package/dist-cjs/commands/DeleteUserPoolCommand.js +2 -3
  40. package/dist-cjs/commands/DeleteUserPoolDomainCommand.js +2 -3
  41. package/dist-cjs/commands/DescribeIdentityProviderCommand.js +2 -3
  42. package/dist-cjs/commands/DescribeResourceServerCommand.js +2 -3
  43. package/dist-cjs/commands/DescribeUserImportJobCommand.js +2 -3
  44. package/dist-cjs/commands/DescribeUserPoolCommand.js +2 -3
  45. package/dist-cjs/commands/DescribeUserPoolDomainCommand.js +2 -3
  46. package/dist-cjs/commands/ForgetDeviceCommand.js +1 -1
  47. package/dist-cjs/commands/ForgotPasswordCommand.js +1 -1
  48. package/dist-cjs/commands/GetCSVHeaderCommand.js +2 -3
  49. package/dist-cjs/commands/GetGroupCommand.js +2 -3
  50. package/dist-cjs/commands/GetIdentityProviderByIdentifierCommand.js +2 -3
  51. package/dist-cjs/commands/GetSigningCertificateCommand.js +2 -3
  52. package/dist-cjs/commands/GetUserAttributeVerificationCodeCommand.js +1 -1
  53. package/dist-cjs/commands/GetUserPoolMfaConfigCommand.js +2 -3
  54. package/dist-cjs/commands/GlobalSignOutCommand.js +1 -1
  55. package/dist-cjs/commands/ListGroupsCommand.js +2 -3
  56. package/dist-cjs/commands/ListIdentityProvidersCommand.js +2 -3
  57. package/dist-cjs/commands/ListResourceServersCommand.js +2 -3
  58. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  59. package/dist-cjs/commands/ListUserImportJobsCommand.js +2 -3
  60. package/dist-cjs/commands/ListUserPoolClientsCommand.js +1 -1
  61. package/dist-cjs/commands/ListUserPoolsCommand.js +2 -3
  62. package/dist-cjs/commands/ListUsersCommand.js +1 -1
  63. package/dist-cjs/commands/ListUsersInGroupCommand.js +1 -1
  64. package/dist-cjs/commands/ResendConfirmationCodeCommand.js +1 -1
  65. package/dist-cjs/commands/RevokeTokenCommand.js +1 -1
  66. package/dist-cjs/commands/SetUserMFAPreferenceCommand.js +1 -1
  67. package/dist-cjs/commands/SetUserPoolMfaConfigCommand.js +2 -3
  68. package/dist-cjs/commands/SetUserSettingsCommand.js +1 -1
  69. package/dist-cjs/commands/SignUpCommand.js +1 -1
  70. package/dist-cjs/commands/StartUserImportJobCommand.js +2 -3
  71. package/dist-cjs/commands/StopUserImportJobCommand.js +2 -3
  72. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  73. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  74. package/dist-cjs/commands/UpdateAuthEventFeedbackCommand.js +1 -1
  75. package/dist-cjs/commands/UpdateDeviceStatusCommand.js +1 -1
  76. package/dist-cjs/commands/UpdateGroupCommand.js +2 -3
  77. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +2 -3
  78. package/dist-cjs/commands/UpdateResourceServerCommand.js +2 -3
  79. package/dist-cjs/commands/UpdateUserAttributesCommand.js +1 -1
  80. package/dist-cjs/commands/UpdateUserPoolCommand.js +2 -3
  81. package/dist-cjs/commands/UpdateUserPoolDomainCommand.js +2 -3
  82. package/dist-cjs/commands/VerifySoftwareTokenCommand.js +1 -1
  83. package/dist-cjs/commands/VerifyUserAttributeCommand.js +1 -1
  84. package/dist-cjs/models/models_0.js +3 -585
  85. package/dist-cjs/models/models_1.js +1 -97
  86. package/dist-es/commands/AddCustomAttributesCommand.js +2 -3
  87. package/dist-es/commands/AdminAddUserToGroupCommand.js +1 -1
  88. package/dist-es/commands/AdminConfirmSignUpCommand.js +2 -2
  89. package/dist-es/commands/AdminDeleteUserAttributesCommand.js +2 -2
  90. package/dist-es/commands/AdminDeleteUserCommand.js +1 -1
  91. package/dist-es/commands/AdminDisableProviderForUserCommand.js +2 -3
  92. package/dist-es/commands/AdminDisableUserCommand.js +2 -2
  93. package/dist-es/commands/AdminEnableUserCommand.js +2 -2
  94. package/dist-es/commands/AdminForgetDeviceCommand.js +1 -1
  95. package/dist-es/commands/AdminLinkProviderForUserCommand.js +2 -3
  96. package/dist-es/commands/AdminListGroupsForUserCommand.js +2 -2
  97. package/dist-es/commands/AdminListUserAuthEventsCommand.js +2 -2
  98. package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +1 -1
  99. package/dist-es/commands/AdminResetUserPasswordCommand.js +2 -2
  100. package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +2 -2
  101. package/dist-es/commands/AdminSetUserPasswordCommand.js +2 -2
  102. package/dist-es/commands/AdminSetUserSettingsCommand.js +2 -2
  103. package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +2 -2
  104. package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +2 -2
  105. package/dist-es/commands/AdminUpdateUserAttributesCommand.js +2 -2
  106. package/dist-es/commands/AdminUserGlobalSignOutCommand.js +2 -2
  107. package/dist-es/commands/ChangePasswordCommand.js +2 -2
  108. package/dist-es/commands/ConfirmDeviceCommand.js +2 -2
  109. package/dist-es/commands/ConfirmForgotPasswordCommand.js +2 -2
  110. package/dist-es/commands/ConfirmSignUpCommand.js +2 -2
  111. package/dist-es/commands/CreateGroupCommand.js +2 -3
  112. package/dist-es/commands/CreateIdentityProviderCommand.js +2 -3
  113. package/dist-es/commands/CreateResourceServerCommand.js +2 -3
  114. package/dist-es/commands/CreateUserImportJobCommand.js +2 -3
  115. package/dist-es/commands/CreateUserPoolClientCommand.js +2 -2
  116. package/dist-es/commands/CreateUserPoolCommand.js +2 -3
  117. package/dist-es/commands/CreateUserPoolDomainCommand.js +2 -3
  118. package/dist-es/commands/DeleteGroupCommand.js +2 -3
  119. package/dist-es/commands/DeleteIdentityProviderCommand.js +2 -3
  120. package/dist-es/commands/DeleteResourceServerCommand.js +2 -3
  121. package/dist-es/commands/DeleteUserAttributesCommand.js +2 -2
  122. package/dist-es/commands/DeleteUserCommand.js +1 -1
  123. package/dist-es/commands/DeleteUserPoolClientCommand.js +1 -1
  124. package/dist-es/commands/DeleteUserPoolCommand.js +2 -3
  125. package/dist-es/commands/DeleteUserPoolDomainCommand.js +2 -3
  126. package/dist-es/commands/DescribeIdentityProviderCommand.js +2 -3
  127. package/dist-es/commands/DescribeResourceServerCommand.js +2 -3
  128. package/dist-es/commands/DescribeUserImportJobCommand.js +2 -3
  129. package/dist-es/commands/DescribeUserPoolCommand.js +2 -3
  130. package/dist-es/commands/DescribeUserPoolDomainCommand.js +2 -3
  131. package/dist-es/commands/ForgetDeviceCommand.js +1 -1
  132. package/dist-es/commands/ForgotPasswordCommand.js +2 -2
  133. package/dist-es/commands/GetCSVHeaderCommand.js +2 -3
  134. package/dist-es/commands/GetGroupCommand.js +2 -3
  135. package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +2 -3
  136. package/dist-es/commands/GetSigningCertificateCommand.js +2 -3
  137. package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +2 -2
  138. package/dist-es/commands/GetUserPoolMfaConfigCommand.js +2 -3
  139. package/dist-es/commands/GlobalSignOutCommand.js +2 -2
  140. package/dist-es/commands/ListGroupsCommand.js +2 -3
  141. package/dist-es/commands/ListIdentityProvidersCommand.js +2 -3
  142. package/dist-es/commands/ListResourceServersCommand.js +2 -3
  143. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  144. package/dist-es/commands/ListUserImportJobsCommand.js +2 -3
  145. package/dist-es/commands/ListUserPoolClientsCommand.js +2 -2
  146. package/dist-es/commands/ListUserPoolsCommand.js +2 -3
  147. package/dist-es/commands/ListUsersCommand.js +2 -2
  148. package/dist-es/commands/ListUsersInGroupCommand.js +2 -2
  149. package/dist-es/commands/ResendConfirmationCodeCommand.js +2 -2
  150. package/dist-es/commands/RevokeTokenCommand.js +2 -2
  151. package/dist-es/commands/SetUserMFAPreferenceCommand.js +2 -2
  152. package/dist-es/commands/SetUserPoolMfaConfigCommand.js +2 -3
  153. package/dist-es/commands/SetUserSettingsCommand.js +2 -2
  154. package/dist-es/commands/SignUpCommand.js +2 -2
  155. package/dist-es/commands/StartUserImportJobCommand.js +2 -3
  156. package/dist-es/commands/StopUserImportJobCommand.js +2 -3
  157. package/dist-es/commands/TagResourceCommand.js +2 -3
  158. package/dist-es/commands/UntagResourceCommand.js +2 -3
  159. package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +2 -2
  160. package/dist-es/commands/UpdateDeviceStatusCommand.js +2 -2
  161. package/dist-es/commands/UpdateGroupCommand.js +2 -3
  162. package/dist-es/commands/UpdateIdentityProviderCommand.js +2 -3
  163. package/dist-es/commands/UpdateResourceServerCommand.js +2 -3
  164. package/dist-es/commands/UpdateUserAttributesCommand.js +2 -2
  165. package/dist-es/commands/UpdateUserPoolCommand.js +2 -3
  166. package/dist-es/commands/UpdateUserPoolDomainCommand.js +2 -3
  167. package/dist-es/commands/VerifySoftwareTokenCommand.js +2 -2
  168. package/dist-es/commands/VerifyUserAttributeCommand.js +2 -2
  169. package/dist-es/models/models_0.js +0 -435
  170. package/dist-es/models/models_1.js +0 -72
  171. package/dist-types/CognitoIdentityProvider.d.ts +102 -0
  172. package/dist-types/CognitoIdentityProviderClient.d.ts +24 -4
  173. package/dist-types/commands/AddCustomAttributesCommand.d.ts +16 -0
  174. package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +16 -0
  175. package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +16 -0
  176. package/dist-types/commands/AdminCreateUserCommand.d.ts +16 -0
  177. package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +16 -0
  178. package/dist-types/commands/AdminDeleteUserCommand.d.ts +16 -0
  179. package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +16 -0
  180. package/dist-types/commands/AdminDisableUserCommand.d.ts +16 -0
  181. package/dist-types/commands/AdminEnableUserCommand.d.ts +16 -0
  182. package/dist-types/commands/AdminForgetDeviceCommand.d.ts +16 -0
  183. package/dist-types/commands/AdminGetDeviceCommand.d.ts +16 -0
  184. package/dist-types/commands/AdminGetUserCommand.d.ts +16 -0
  185. package/dist-types/commands/AdminInitiateAuthCommand.d.ts +16 -0
  186. package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +16 -0
  187. package/dist-types/commands/AdminListDevicesCommand.d.ts +16 -0
  188. package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +16 -0
  189. package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +16 -0
  190. package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +16 -0
  191. package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +16 -0
  192. package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +16 -0
  193. package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +16 -0
  194. package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +16 -0
  195. package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +16 -0
  196. package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +16 -0
  197. package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +16 -0
  198. package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +16 -0
  199. package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +16 -0
  200. package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +16 -0
  201. package/dist-types/commands/ChangePasswordCommand.d.ts +16 -0
  202. package/dist-types/commands/ConfirmDeviceCommand.d.ts +16 -0
  203. package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +16 -0
  204. package/dist-types/commands/ConfirmSignUpCommand.d.ts +16 -0
  205. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  206. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +16 -0
  207. package/dist-types/commands/CreateResourceServerCommand.d.ts +16 -0
  208. package/dist-types/commands/CreateUserImportJobCommand.d.ts +16 -0
  209. package/dist-types/commands/CreateUserPoolClientCommand.d.ts +16 -0
  210. package/dist-types/commands/CreateUserPoolCommand.d.ts +16 -0
  211. package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +16 -0
  212. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  213. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +16 -0
  214. package/dist-types/commands/DeleteResourceServerCommand.d.ts +16 -0
  215. package/dist-types/commands/DeleteUserAttributesCommand.d.ts +16 -0
  216. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  217. package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +16 -0
  218. package/dist-types/commands/DeleteUserPoolCommand.d.ts +16 -0
  219. package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +16 -0
  220. package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +16 -0
  221. package/dist-types/commands/DescribeResourceServerCommand.d.ts +16 -0
  222. package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +16 -0
  223. package/dist-types/commands/DescribeUserImportJobCommand.d.ts +16 -0
  224. package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +16 -0
  225. package/dist-types/commands/DescribeUserPoolCommand.d.ts +16 -0
  226. package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +16 -0
  227. package/dist-types/commands/ForgetDeviceCommand.d.ts +16 -0
  228. package/dist-types/commands/ForgotPasswordCommand.d.ts +16 -0
  229. package/dist-types/commands/GetCSVHeaderCommand.d.ts +16 -0
  230. package/dist-types/commands/GetDeviceCommand.d.ts +16 -0
  231. package/dist-types/commands/GetGroupCommand.d.ts +16 -0
  232. package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +16 -0
  233. package/dist-types/commands/GetSigningCertificateCommand.d.ts +16 -0
  234. package/dist-types/commands/GetUICustomizationCommand.d.ts +16 -0
  235. package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +16 -0
  236. package/dist-types/commands/GetUserCommand.d.ts +16 -0
  237. package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +16 -0
  238. package/dist-types/commands/GlobalSignOutCommand.d.ts +16 -0
  239. package/dist-types/commands/InitiateAuthCommand.d.ts +16 -0
  240. package/dist-types/commands/ListDevicesCommand.d.ts +16 -0
  241. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  242. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +16 -0
  243. package/dist-types/commands/ListResourceServersCommand.d.ts +16 -0
  244. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  245. package/dist-types/commands/ListUserImportJobsCommand.d.ts +16 -0
  246. package/dist-types/commands/ListUserPoolClientsCommand.d.ts +16 -0
  247. package/dist-types/commands/ListUserPoolsCommand.d.ts +16 -0
  248. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  249. package/dist-types/commands/ListUsersInGroupCommand.d.ts +16 -0
  250. package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +16 -0
  251. package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +16 -0
  252. package/dist-types/commands/RevokeTokenCommand.d.ts +16 -0
  253. package/dist-types/commands/SetRiskConfigurationCommand.d.ts +16 -0
  254. package/dist-types/commands/SetUICustomizationCommand.d.ts +16 -0
  255. package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +16 -0
  256. package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +16 -0
  257. package/dist-types/commands/SetUserSettingsCommand.d.ts +16 -0
  258. package/dist-types/commands/SignUpCommand.d.ts +16 -0
  259. package/dist-types/commands/StartUserImportJobCommand.d.ts +16 -0
  260. package/dist-types/commands/StopUserImportJobCommand.d.ts +16 -0
  261. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  262. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  263. package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +16 -0
  264. package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +16 -0
  265. package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
  266. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +16 -0
  267. package/dist-types/commands/UpdateResourceServerCommand.d.ts +16 -0
  268. package/dist-types/commands/UpdateUserAttributesCommand.d.ts +16 -0
  269. package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +16 -0
  270. package/dist-types/commands/UpdateUserPoolCommand.d.ts +16 -0
  271. package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +16 -0
  272. package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +16 -0
  273. package/dist-types/commands/VerifyUserAttributeCommand.d.ts +16 -0
  274. package/dist-types/models/CognitoIdentityProviderServiceException.d.ts +2 -0
  275. package/dist-types/models/models_0.d.ts +543 -617
  276. package/dist-types/models/models_1.d.ts +64 -96
  277. package/dist-types/pagination/AdminListGroupsForUserPaginator.d.ts +3 -0
  278. package/dist-types/pagination/AdminListUserAuthEventsPaginator.d.ts +3 -0
  279. package/dist-types/pagination/Interfaces.d.ts +3 -0
  280. package/dist-types/pagination/ListGroupsPaginator.d.ts +3 -0
  281. package/dist-types/pagination/ListIdentityProvidersPaginator.d.ts +3 -0
  282. package/dist-types/pagination/ListResourceServersPaginator.d.ts +3 -0
  283. package/dist-types/pagination/ListUserPoolClientsPaginator.d.ts +3 -0
  284. package/dist-types/pagination/ListUserPoolsPaginator.d.ts +3 -0
  285. package/dist-types/pagination/ListUsersInGroupPaginator.d.ts +3 -0
  286. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  287. package/dist-types/ts3.4/models/models_0.d.ts +0 -429
  288. package/dist-types/ts3.4/models/models_1.d.ts +0 -72
  289. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { ListUserImportJobsRequest, ListUserImportJobsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListUserImportJobsCommand}.
8
10
  */
9
11
  export interface ListUserImportJobsCommandInput extends ListUserImportJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListUserImportJobsCommand}.
13
17
  */
14
18
  export interface ListUserImportJobsCommandOutput extends ListUserImportJobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the user import jobs.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListUserImportJobsCommandOutput extends ListUserImportJobsRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListUserImportJobsCommandInput - {@link ListUserImportJobsCommandInput}
34
+ * @returns {@link ListUserImportJobsCommandOutput}
28
35
  * @see {@link ListUserImportJobsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListUserImportJobsCommandOutput} for command's `response` shape.
30
37
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListUserImportJobsCommandOutput extends ListUserImportJobsRespo
52
59
  export declare class ListUserImportJobsCommand extends $Command<ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
53
60
  readonly input: ListUserImportJobsCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListUserImportJobsCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { ListUserPoolClientsRequest, ListUserPoolClientsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListUserPoolClientsCommand}.
8
10
  */
9
11
  export interface ListUserPoolClientsCommandInput extends ListUserPoolClientsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListUserPoolClientsCommand}.
13
17
  */
14
18
  export interface ListUserPoolClientsCommandOutput extends ListUserPoolClientsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the clients that have been created for the specified user pool.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListUserPoolClientsCommandOutput extends ListUserPoolClientsRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListUserPoolClientsCommandInput - {@link ListUserPoolClientsCommandInput}
34
+ * @returns {@link ListUserPoolClientsCommandOutput}
28
35
  * @see {@link ListUserPoolClientsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListUserPoolClientsCommandOutput} for command's `response` shape.
30
37
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListUserPoolClientsCommandOutput extends ListUserPoolClientsRes
52
59
  export declare class ListUserPoolClientsCommand extends $Command<ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
53
60
  readonly input: ListUserPoolClientsCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListUserPoolClientsCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { ListUserPoolsRequest, ListUserPoolsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListUserPoolsCommand}.
8
10
  */
9
11
  export interface ListUserPoolsCommandInput extends ListUserPoolsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListUserPoolsCommand}.
13
17
  */
14
18
  export interface ListUserPoolsCommandOutput extends ListUserPoolsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the user pools associated with an Amazon Web Services account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListUserPoolsCommandOutput extends ListUserPoolsResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListUserPoolsCommandInput - {@link ListUserPoolsCommandInput}
34
+ * @returns {@link ListUserPoolsCommandOutput}
28
35
  * @see {@link ListUserPoolsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListUserPoolsCommandOutput} for command's `response` shape.
30
37
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListUserPoolsCommandOutput extends ListUserPoolsResponse, __Met
48
55
  export declare class ListUserPoolsCommand extends $Command<ListUserPoolsCommandInput, ListUserPoolsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
49
56
  readonly input: ListUserPoolsCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListUserPoolsCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUserPoolsCommandInput, ListUserPoolsCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListUsersCommand}.
8
10
  */
9
11
  export interface ListUsersCommandInput extends ListUsersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListUsersCommand}.
13
17
  */
14
18
  export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the users in the Amazon Cognito user pool.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListUsersCommandInput - {@link ListUsersCommandInput}
34
+ * @returns {@link ListUsersCommandOutput}
28
35
  * @see {@link ListUsersCommandInput} for command's `input` shape.
29
36
  * @see {@link ListUsersCommandOutput} for command's `response` shape.
30
37
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
52
59
  export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
53
60
  readonly input: ListUsersCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListUsersCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUsersCommandInput, ListUsersCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { ListUsersInGroupRequest, ListUsersInGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListUsersInGroupCommand}.
8
10
  */
9
11
  export interface ListUsersInGroupCommandInput extends ListUsersInGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListUsersInGroupCommand}.
13
17
  */
14
18
  export interface ListUsersInGroupCommandOutput extends ListUsersInGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the users in the specified group.</p>
18
23
  * <p>Calling this action requires developer credentials.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListUsersInGroupCommandOutput extends ListUsersInGroupResponse,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListUsersInGroupCommandInput - {@link ListUsersInGroupCommandInput}
35
+ * @returns {@link ListUsersInGroupCommandOutput}
29
36
  * @see {@link ListUsersInGroupCommandInput} for command's `input` shape.
30
37
  * @see {@link ListUsersInGroupCommandOutput} for command's `response` shape.
31
38
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
@@ -53,11 +60,20 @@ export interface ListUsersInGroupCommandOutput extends ListUsersInGroupResponse,
53
60
  export declare class ListUsersInGroupCommand extends $Command<ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
54
61
  readonly input: ListUsersInGroupCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: ListUsersInGroupCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { ResendConfirmationCodeRequest, ResendConfirmationCodeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ResendConfirmationCodeCommand}.
8
10
  */
9
11
  export interface ResendConfirmationCodeCommandInput extends ResendConfirmationCodeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ResendConfirmationCodeCommand}.
13
17
  */
14
18
  export interface ResendConfirmationCodeCommandOutput extends ResendConfirmationCodeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Resends the confirmation (for confirmation of registration) to a specific user in the
18
23
  * user pool.</p>
19
24
  *
@@ -44,6 +49,8 @@ export interface ResendConfirmationCodeCommandOutput extends ResendConfirmationC
44
49
  * const response = await client.send(command);
45
50
  * ```
46
51
  *
52
+ * @param ResendConfirmationCodeCommandInput - {@link ResendConfirmationCodeCommandInput}
53
+ * @returns {@link ResendConfirmationCodeCommandOutput}
47
54
  * @see {@link ResendConfirmationCodeCommandInput} for command's `input` shape.
48
55
  * @see {@link ResendConfirmationCodeCommandOutput} for command's `response` shape.
49
56
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
@@ -110,11 +117,20 @@ export interface ResendConfirmationCodeCommandOutput extends ResendConfirmationC
110
117
  export declare class ResendConfirmationCodeCommand extends $Command<ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
111
118
  readonly input: ResendConfirmationCodeCommandInput;
112
119
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
120
+ /**
121
+ * @public
122
+ */
113
123
  constructor(input: ResendConfirmationCodeCommandInput);
114
124
  /**
115
125
  * @internal
116
126
  */
117
127
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput>;
128
+ /**
129
+ * @internal
130
+ */
118
131
  private serialize;
132
+ /**
133
+ * @internal
134
+ */
119
135
  private deserialize;
120
136
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { RespondToAuthChallengeRequest, RespondToAuthChallengeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RespondToAuthChallengeCommand}.
8
10
  */
9
11
  export interface RespondToAuthChallengeCommandInput extends RespondToAuthChallengeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RespondToAuthChallengeCommand}.
13
17
  */
14
18
  export interface RespondToAuthChallengeCommandOutput extends RespondToAuthChallengeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Responds to the authentication challenge.</p>
18
23
  *
19
24
  * <note>
@@ -43,6 +48,8 @@ export interface RespondToAuthChallengeCommandOutput extends RespondToAuthChalle
43
48
  * const response = await client.send(command);
44
49
  * ```
45
50
  *
51
+ * @param RespondToAuthChallengeCommandInput - {@link RespondToAuthChallengeCommandInput}
52
+ * @returns {@link RespondToAuthChallengeCommandOutput}
46
53
  * @see {@link RespondToAuthChallengeCommandInput} for command's `input` shape.
47
54
  * @see {@link RespondToAuthChallengeCommandOutput} for command's `response` shape.
48
55
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
@@ -131,11 +138,20 @@ export interface RespondToAuthChallengeCommandOutput extends RespondToAuthChalle
131
138
  export declare class RespondToAuthChallengeCommand extends $Command<RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
132
139
  readonly input: RespondToAuthChallengeCommandInput;
133
140
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
141
+ /**
142
+ * @public
143
+ */
134
144
  constructor(input: RespondToAuthChallengeCommandInput);
135
145
  /**
136
146
  * @internal
137
147
  */
138
148
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput>;
149
+ /**
150
+ * @internal
151
+ */
139
152
  private serialize;
153
+ /**
154
+ * @internal
155
+ */
140
156
  private deserialize;
141
157
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { RevokeTokenRequest, RevokeTokenResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RevokeTokenCommand}.
8
10
  */
9
11
  export interface RevokeTokenCommandInput extends RevokeTokenRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RevokeTokenCommand}.
13
17
  */
14
18
  export interface RevokeTokenCommandOutput extends RevokeTokenResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Revokes all of the access tokens generated by, and at the same time as, the specified
18
23
  * refresh token. After a token is revoked, you can't use the revoked token to access
19
24
  * Amazon Cognito user APIs, or to authorize access to your resource server.</p>
@@ -27,6 +32,8 @@ export interface RevokeTokenCommandOutput extends RevokeTokenResponse, __Metadat
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param RevokeTokenCommandInput - {@link RevokeTokenCommandInput}
36
+ * @returns {@link RevokeTokenCommandOutput}
30
37
  * @see {@link RevokeTokenCommandInput} for command's `input` shape.
31
38
  * @see {@link RevokeTokenCommandOutput} for command's `response` shape.
32
39
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
@@ -61,11 +68,20 @@ export interface RevokeTokenCommandOutput extends RevokeTokenResponse, __Metadat
61
68
  export declare class RevokeTokenCommand extends $Command<RevokeTokenCommandInput, RevokeTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
62
69
  readonly input: RevokeTokenCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: RevokeTokenCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeTokenCommandInput, RevokeTokenCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { SetRiskConfigurationRequest, SetRiskConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SetRiskConfigurationCommand}.
8
10
  */
9
11
  export interface SetRiskConfigurationCommandInput extends SetRiskConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SetRiskConfigurationCommand}.
13
17
  */
14
18
  export interface SetRiskConfigurationCommandOutput extends SetRiskConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Configures actions on detected risks. To delete the risk configuration for
18
23
  * <code>UserPoolId</code> or <code>ClientId</code>, pass null values for all four
19
24
  * configuration types.</p>
@@ -29,6 +34,8 @@ export interface SetRiskConfigurationCommandOutput extends SetRiskConfigurationR
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param SetRiskConfigurationCommandInput - {@link SetRiskConfigurationCommandInput}
38
+ * @returns {@link SetRiskConfigurationCommandOutput}
32
39
  * @see {@link SetRiskConfigurationCommandInput} for command's `input` shape.
33
40
  * @see {@link SetRiskConfigurationCommandOutput} for command's `response` shape.
34
41
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
@@ -67,11 +74,20 @@ export interface SetRiskConfigurationCommandOutput extends SetRiskConfigurationR
67
74
  export declare class SetRiskConfigurationCommand extends $Command<SetRiskConfigurationCommandInput, SetRiskConfigurationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
68
75
  readonly input: SetRiskConfigurationCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: SetRiskConfigurationCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetRiskConfigurationCommandInput, SetRiskConfigurationCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { SetUICustomizationRequest, SetUICustomizationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SetUICustomizationCommand}.
8
10
  */
9
11
  export interface SetUICustomizationCommandInput extends SetUICustomizationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SetUICustomizationCommand}.
13
17
  */
14
18
  export interface SetUICustomizationCommandOutput extends SetUICustomizationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets the user interface (UI) customization information for a user pool's built-in app
18
23
  * UI.</p>
19
24
  * <p>You can specify app UI customization settings for a single client (with a specific
@@ -37,6 +42,8 @@ export interface SetUICustomizationCommandOutput extends SetUICustomizationRespo
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param SetUICustomizationCommandInput - {@link SetUICustomizationCommandInput}
46
+ * @returns {@link SetUICustomizationCommandOutput}
40
47
  * @see {@link SetUICustomizationCommandInput} for command's `input` shape.
41
48
  * @see {@link SetUICustomizationCommandOutput} for command's `response` shape.
42
49
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
@@ -64,11 +71,20 @@ export interface SetUICustomizationCommandOutput extends SetUICustomizationRespo
64
71
  export declare class SetUICustomizationCommand extends $Command<SetUICustomizationCommandInput, SetUICustomizationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
65
72
  readonly input: SetUICustomizationCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: SetUICustomizationCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetUICustomizationCommandInput, SetUICustomizationCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { SetUserMFAPreferenceRequest, SetUserMFAPreferenceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SetUserMFAPreferenceCommand}.
8
10
  */
9
11
  export interface SetUserMFAPreferenceCommandInput extends SetUserMFAPreferenceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SetUserMFAPreferenceCommand}.
13
17
  */
14
18
  export interface SetUserMFAPreferenceCommandOutput extends SetUserMFAPreferenceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Set the user's multi-factor authentication (MFA) method preference, including which
18
23
  * MFA factors are activated and if any are preferred. Only one factor can be set as
19
24
  * preferred. The preferred MFA factor will be used to authenticate a user if multiple
@@ -33,6 +38,8 @@ export interface SetUserMFAPreferenceCommandOutput extends SetUserMFAPreferenceR
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param SetUserMFAPreferenceCommandInput - {@link SetUserMFAPreferenceCommandInput}
42
+ * @returns {@link SetUserMFAPreferenceCommandOutput}
36
43
  * @see {@link SetUserMFAPreferenceCommandInput} for command's `input` shape.
37
44
  * @see {@link SetUserMFAPreferenceCommandOutput} for command's `response` shape.
38
45
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
@@ -68,11 +75,20 @@ export interface SetUserMFAPreferenceCommandOutput extends SetUserMFAPreferenceR
68
75
  export declare class SetUserMFAPreferenceCommand extends $Command<SetUserMFAPreferenceCommandInput, SetUserMFAPreferenceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
69
76
  readonly input: SetUserMFAPreferenceCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: SetUserMFAPreferenceCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetUserMFAPreferenceCommandInput, SetUserMFAPreferenceCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { SetUserPoolMfaConfigRequest, SetUserPoolMfaConfigResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SetUserPoolMfaConfigCommand}.
8
10
  */
9
11
  export interface SetUserPoolMfaConfigCommandInput extends SetUserPoolMfaConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SetUserPoolMfaConfigCommand}.
13
17
  */
14
18
  export interface SetUserPoolMfaConfigCommandOutput extends SetUserPoolMfaConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets the user pool multi-factor authentication (MFA) configuration.</p>
18
23
  *
19
24
  * <note>
@@ -43,6 +48,8 @@ export interface SetUserPoolMfaConfigCommandOutput extends SetUserPoolMfaConfigR
43
48
  * const response = await client.send(command);
44
49
  * ```
45
50
  *
51
+ * @param SetUserPoolMfaConfigCommandInput - {@link SetUserPoolMfaConfigCommandInput}
52
+ * @returns {@link SetUserPoolMfaConfigCommandOutput}
46
53
  * @see {@link SetUserPoolMfaConfigCommandInput} for command's `input` shape.
47
54
  * @see {@link SetUserPoolMfaConfigCommandOutput} for command's `response` shape.
48
55
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
@@ -80,11 +87,20 @@ export interface SetUserPoolMfaConfigCommandOutput extends SetUserPoolMfaConfigR
80
87
  export declare class SetUserPoolMfaConfigCommand extends $Command<SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
81
88
  readonly input: SetUserPoolMfaConfigCommandInput;
82
89
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
+ /**
91
+ * @public
92
+ */
83
93
  constructor(input: SetUserPoolMfaConfigCommandInput);
84
94
  /**
85
95
  * @internal
86
96
  */
87
97
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput>;
98
+ /**
99
+ * @internal
100
+ */
88
101
  private serialize;
102
+ /**
103
+ * @internal
104
+ */
89
105
  private deserialize;
90
106
  }