@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
@@ -102,6 +102,7 @@ import { UpdateUserPoolDomainCommandInput, UpdateUserPoolDomainCommandOutput } f
102
102
  import { VerifySoftwareTokenCommandInput, VerifySoftwareTokenCommandOutput } from "./commands/VerifySoftwareTokenCommand";
103
103
  import { VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput } from "./commands/VerifyUserAttributeCommand";
104
104
  /**
105
+ * @public
105
106
  * <p>Using the Amazon Cognito user pools API, you can create a user pool to manage directories and
106
107
  * users. You can authenticate a user to obtain tokens related to user identity and access
107
108
  * policies.</p>
@@ -111,12 +112,14 @@ import { VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput } fro
111
112
  */
112
113
  export declare class CognitoIdentityProvider extends CognitoIdentityProviderClient {
113
114
  /**
115
+ * @public
114
116
  * <p>Adds additional user attributes to the user pool schema.</p>
115
117
  */
116
118
  addCustomAttributes(args: AddCustomAttributesCommandInput, options?: __HttpHandlerOptions): Promise<AddCustomAttributesCommandOutput>;
117
119
  addCustomAttributes(args: AddCustomAttributesCommandInput, cb: (err: any, data?: AddCustomAttributesCommandOutput) => void): void;
118
120
  addCustomAttributes(args: AddCustomAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCustomAttributesCommandOutput) => void): void;
119
121
  /**
122
+ * @public
120
123
  * <p>Adds the specified user to the specified group.</p>
121
124
  * <p>Calling this action requires developer credentials.</p>
122
125
  */
@@ -124,6 +127,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
124
127
  adminAddUserToGroup(args: AdminAddUserToGroupCommandInput, cb: (err: any, data?: AdminAddUserToGroupCommandOutput) => void): void;
125
128
  adminAddUserToGroup(args: AdminAddUserToGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminAddUserToGroupCommandOutput) => void): void;
126
129
  /**
130
+ * @public
127
131
  * <p>Confirms user registration as an admin without using a confirmation code. Works on any
128
132
  * user.</p>
129
133
  * <p>Calling this action requires developer credentials.</p>
@@ -132,6 +136,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
132
136
  adminConfirmSignUp(args: AdminConfirmSignUpCommandInput, cb: (err: any, data?: AdminConfirmSignUpCommandOutput) => void): void;
133
137
  adminConfirmSignUp(args: AdminConfirmSignUpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminConfirmSignUpCommandOutput) => void): void;
134
138
  /**
139
+ * @public
135
140
  * <p>Creates a new user in the specified user pool.</p>
136
141
  * <p>If <code>MessageAction</code> isn't set, the default is to send a welcome message via
137
142
  * email or phone (SMS).</p>
@@ -168,6 +173,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
168
173
  adminCreateUser(args: AdminCreateUserCommandInput, cb: (err: any, data?: AdminCreateUserCommandOutput) => void): void;
169
174
  adminCreateUser(args: AdminCreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminCreateUserCommandOutput) => void): void;
170
175
  /**
176
+ * @public
171
177
  * <p>Deletes a user as an administrator. Works on any user.</p>
172
178
  * <p>Calling this action requires developer credentials.</p>
173
179
  */
@@ -175,6 +181,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
175
181
  adminDeleteUser(args: AdminDeleteUserCommandInput, cb: (err: any, data?: AdminDeleteUserCommandOutput) => void): void;
176
182
  adminDeleteUser(args: AdminDeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminDeleteUserCommandOutput) => void): void;
177
183
  /**
184
+ * @public
178
185
  * <p>Deletes the user attributes in a user pool as an administrator. Works on any
179
186
  * user.</p>
180
187
  * <p>Calling this action requires developer credentials.</p>
@@ -183,6 +190,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
183
190
  adminDeleteUserAttributes(args: AdminDeleteUserAttributesCommandInput, cb: (err: any, data?: AdminDeleteUserAttributesCommandOutput) => void): void;
184
191
  adminDeleteUserAttributes(args: AdminDeleteUserAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminDeleteUserAttributesCommandOutput) => void): void;
185
192
  /**
193
+ * @public
186
194
  * <p>Prevents the user from signing in with the specified external (SAML or social)
187
195
  * identity provider (IdP). If the user that you want to deactivate is a Amazon Cognito user pools
188
196
  * native username + password user, they can't use their password to sign in. If the user
@@ -216,6 +224,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
216
224
  adminDisableProviderForUser(args: AdminDisableProviderForUserCommandInput, cb: (err: any, data?: AdminDisableProviderForUserCommandOutput) => void): void;
217
225
  adminDisableProviderForUser(args: AdminDisableProviderForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminDisableProviderForUserCommandOutput) => void): void;
218
226
  /**
227
+ * @public
219
228
  * <p>Deactivates a user and revokes all access tokens for the user. A deactivated user can't sign in,
220
229
  * but still appears in the responses to <code>GetUser</code> and <code>ListUsers</code> API requests.</p>
221
230
  * <p>You must make this API request with Amazon Web Services credentials that have <code>cognito-idp:AdminDisableUser</code> permissions.</p>
@@ -224,6 +233,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
224
233
  adminDisableUser(args: AdminDisableUserCommandInput, cb: (err: any, data?: AdminDisableUserCommandOutput) => void): void;
225
234
  adminDisableUser(args: AdminDisableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminDisableUserCommandOutput) => void): void;
226
235
  /**
236
+ * @public
227
237
  * <p>Enables the specified user as an administrator. Works on any user.</p>
228
238
  * <p>Calling this action requires developer credentials.</p>
229
239
  */
@@ -231,6 +241,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
231
241
  adminEnableUser(args: AdminEnableUserCommandInput, cb: (err: any, data?: AdminEnableUserCommandOutput) => void): void;
232
242
  adminEnableUser(args: AdminEnableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminEnableUserCommandOutput) => void): void;
233
243
  /**
244
+ * @public
234
245
  * <p>Forgets the device, as an administrator.</p>
235
246
  * <p>Calling this action requires developer credentials.</p>
236
247
  */
@@ -238,6 +249,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
238
249
  adminForgetDevice(args: AdminForgetDeviceCommandInput, cb: (err: any, data?: AdminForgetDeviceCommandOutput) => void): void;
239
250
  adminForgetDevice(args: AdminForgetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminForgetDeviceCommandOutput) => void): void;
240
251
  /**
252
+ * @public
241
253
  * <p>Gets the device, as an administrator.</p>
242
254
  * <p>Calling this action requires developer credentials.</p>
243
255
  */
@@ -245,6 +257,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
245
257
  adminGetDevice(args: AdminGetDeviceCommandInput, cb: (err: any, data?: AdminGetDeviceCommandOutput) => void): void;
246
258
  adminGetDevice(args: AdminGetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminGetDeviceCommandOutput) => void): void;
247
259
  /**
260
+ * @public
248
261
  * <p>Gets the specified user by user name in a user pool as an administrator. Works on any
249
262
  * user.</p>
250
263
  * <p>Calling this action requires developer credentials.</p>
@@ -253,6 +266,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
253
266
  adminGetUser(args: AdminGetUserCommandInput, cb: (err: any, data?: AdminGetUserCommandOutput) => void): void;
254
267
  adminGetUser(args: AdminGetUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminGetUserCommandOutput) => void): void;
255
268
  /**
269
+ * @public
256
270
  * <p>Initiates the authentication flow, as an administrator.</p>
257
271
  *
258
272
  * <note>
@@ -279,6 +293,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
279
293
  adminInitiateAuth(args: AdminInitiateAuthCommandInput, cb: (err: any, data?: AdminInitiateAuthCommandOutput) => void): void;
280
294
  adminInitiateAuth(args: AdminInitiateAuthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminInitiateAuthCommandOutput) => void): void;
281
295
  /**
296
+ * @public
282
297
  * <p>Links an existing user account in a user pool (<code>DestinationUser</code>) to an
283
298
  * identity from an external IdP (<code>SourceUser</code>) based on a specified attribute
284
299
  * name and value from the external IdP. This allows you to create a link from the existing
@@ -303,6 +318,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
303
318
  adminLinkProviderForUser(args: AdminLinkProviderForUserCommandInput, cb: (err: any, data?: AdminLinkProviderForUserCommandOutput) => void): void;
304
319
  adminLinkProviderForUser(args: AdminLinkProviderForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminLinkProviderForUserCommandOutput) => void): void;
305
320
  /**
321
+ * @public
306
322
  * <p>Lists devices, as an administrator.</p>
307
323
  * <p>Calling this action requires developer credentials.</p>
308
324
  */
@@ -310,6 +326,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
310
326
  adminListDevices(args: AdminListDevicesCommandInput, cb: (err: any, data?: AdminListDevicesCommandOutput) => void): void;
311
327
  adminListDevices(args: AdminListDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminListDevicesCommandOutput) => void): void;
312
328
  /**
329
+ * @public
313
330
  * <p>Lists the groups that the user belongs to.</p>
314
331
  * <p>Calling this action requires developer credentials.</p>
315
332
  */
@@ -317,6 +334,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
317
334
  adminListGroupsForUser(args: AdminListGroupsForUserCommandInput, cb: (err: any, data?: AdminListGroupsForUserCommandOutput) => void): void;
318
335
  adminListGroupsForUser(args: AdminListGroupsForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminListGroupsForUserCommandOutput) => void): void;
319
336
  /**
337
+ * @public
320
338
  * <p>A history of user activity and any risks detected as part of Amazon Cognito advanced
321
339
  * security.</p>
322
340
  */
@@ -324,6 +342,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
324
342
  adminListUserAuthEvents(args: AdminListUserAuthEventsCommandInput, cb: (err: any, data?: AdminListUserAuthEventsCommandOutput) => void): void;
325
343
  adminListUserAuthEvents(args: AdminListUserAuthEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminListUserAuthEventsCommandOutput) => void): void;
326
344
  /**
345
+ * @public
327
346
  * <p>Removes the specified user from the specified group.</p>
328
347
  * <p>Calling this action requires developer credentials.</p>
329
348
  */
@@ -331,6 +350,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
331
350
  adminRemoveUserFromGroup(args: AdminRemoveUserFromGroupCommandInput, cb: (err: any, data?: AdminRemoveUserFromGroupCommandOutput) => void): void;
332
351
  adminRemoveUserFromGroup(args: AdminRemoveUserFromGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminRemoveUserFromGroupCommandOutput) => void): void;
333
352
  /**
353
+ * @public
334
354
  * <p>Resets the specified user's password in a user pool as an administrator. Works on any
335
355
  * user.</p>
336
356
  * <p>When a developer calls this API, the current password is invalidated, so it must be
@@ -366,6 +386,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
366
386
  adminResetUserPassword(args: AdminResetUserPasswordCommandInput, cb: (err: any, data?: AdminResetUserPasswordCommandOutput) => void): void;
367
387
  adminResetUserPassword(args: AdminResetUserPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminResetUserPasswordCommandOutput) => void): void;
368
388
  /**
389
+ * @public
369
390
  * <p>Responds to an authentication challenge, as an administrator.</p>
370
391
  *
371
392
  * <note>
@@ -392,6 +413,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
392
413
  adminRespondToAuthChallenge(args: AdminRespondToAuthChallengeCommandInput, cb: (err: any, data?: AdminRespondToAuthChallengeCommandOutput) => void): void;
393
414
  adminRespondToAuthChallenge(args: AdminRespondToAuthChallengeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminRespondToAuthChallengeCommandOutput) => void): void;
394
415
  /**
416
+ * @public
395
417
  * <p>The user's multi-factor authentication (MFA) preference, including which MFA options
396
418
  * are activated, and if any are preferred. Only one factor can be set as preferred. The
397
419
  * preferred MFA factor will be used to authenticate a user if multiple factors are
@@ -402,6 +424,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
402
424
  adminSetUserMFAPreference(args: AdminSetUserMFAPreferenceCommandInput, cb: (err: any, data?: AdminSetUserMFAPreferenceCommandOutput) => void): void;
403
425
  adminSetUserMFAPreference(args: AdminSetUserMFAPreferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminSetUserMFAPreferenceCommandOutput) => void): void;
404
426
  /**
427
+ * @public
405
428
  * <p>Sets the specified user's password in a user pool as an administrator. Works on any
406
429
  * user. </p>
407
430
  * <p>The password can be temporary or permanent. If it is temporary, the user status enters
@@ -417,6 +440,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
417
440
  adminSetUserPassword(args: AdminSetUserPasswordCommandInput, cb: (err: any, data?: AdminSetUserPasswordCommandOutput) => void): void;
418
441
  adminSetUserPassword(args: AdminSetUserPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminSetUserPasswordCommandOutput) => void): void;
419
442
  /**
443
+ * @public
420
444
  * <p>
421
445
  * <i>This action is no longer supported.</i> You can use it to configure
422
446
  * only SMS MFA. You can't use it to configure time-based one-time password (TOTP) software
@@ -426,6 +450,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
426
450
  adminSetUserSettings(args: AdminSetUserSettingsCommandInput, cb: (err: any, data?: AdminSetUserSettingsCommandOutput) => void): void;
427
451
  adminSetUserSettings(args: AdminSetUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminSetUserSettingsCommandOutput) => void): void;
428
452
  /**
453
+ * @public
429
454
  * <p>Provides feedback for an authentication event indicating if it was from a valid user.
430
455
  * This feedback is used for improving the risk evaluation decision for the user pool as
431
456
  * part of Amazon Cognito advanced security.</p>
@@ -434,6 +459,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
434
459
  adminUpdateAuthEventFeedback(args: AdminUpdateAuthEventFeedbackCommandInput, cb: (err: any, data?: AdminUpdateAuthEventFeedbackCommandOutput) => void): void;
435
460
  adminUpdateAuthEventFeedback(args: AdminUpdateAuthEventFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminUpdateAuthEventFeedbackCommandOutput) => void): void;
436
461
  /**
462
+ * @public
437
463
  * <p>Updates the device status as an administrator.</p>
438
464
  * <p>Calling this action requires developer credentials.</p>
439
465
  */
@@ -441,6 +467,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
441
467
  adminUpdateDeviceStatus(args: AdminUpdateDeviceStatusCommandInput, cb: (err: any, data?: AdminUpdateDeviceStatusCommandOutput) => void): void;
442
468
  adminUpdateDeviceStatus(args: AdminUpdateDeviceStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminUpdateDeviceStatusCommandOutput) => void): void;
443
469
  /**
470
+ * @public
444
471
  * <p>Updates the specified user's attributes, including developer attributes, as an
445
472
  * administrator. Works on any user.</p>
446
473
  * <p>For custom attributes, you must prepend the <code>custom:</code> prefix to the
@@ -472,6 +499,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
472
499
  adminUpdateUserAttributes(args: AdminUpdateUserAttributesCommandInput, cb: (err: any, data?: AdminUpdateUserAttributesCommandOutput) => void): void;
473
500
  adminUpdateUserAttributes(args: AdminUpdateUserAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminUpdateUserAttributesCommandOutput) => void): void;
474
501
  /**
502
+ * @public
475
503
  * <p>Signs out a user from all devices. You must sign <code>AdminUserGlobalSignOut</code> requests
476
504
  * with Amazon Web Services credentials. It also invalidates all refresh tokens that Amazon Cognito has issued to
477
505
  * a user. The user's current access and ID tokens remain valid until they expire. By
@@ -484,6 +512,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
484
512
  adminUserGlobalSignOut(args: AdminUserGlobalSignOutCommandInput, cb: (err: any, data?: AdminUserGlobalSignOutCommandOutput) => void): void;
485
513
  adminUserGlobalSignOut(args: AdminUserGlobalSignOutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdminUserGlobalSignOutCommandOutput) => void): void;
486
514
  /**
515
+ * @public
487
516
  * <p>Begins setup of time-based one-time password (TOTP) multi-factor authentication (MFA)
488
517
  * for a user, with a unique private key that Amazon Cognito generates and returns in the API
489
518
  * response. You can authorize an <code>AssociateSoftwareToken</code> request with either
@@ -506,12 +535,14 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
506
535
  associateSoftwareToken(args: AssociateSoftwareTokenCommandInput, cb: (err: any, data?: AssociateSoftwareTokenCommandOutput) => void): void;
507
536
  associateSoftwareToken(args: AssociateSoftwareTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSoftwareTokenCommandOutput) => void): void;
508
537
  /**
538
+ * @public
509
539
  * <p>Changes the password for a specified user in a user pool.</p>
510
540
  */
511
541
  changePassword(args: ChangePasswordCommandInput, options?: __HttpHandlerOptions): Promise<ChangePasswordCommandOutput>;
512
542
  changePassword(args: ChangePasswordCommandInput, cb: (err: any, data?: ChangePasswordCommandOutput) => void): void;
513
543
  changePassword(args: ChangePasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangePasswordCommandOutput) => void): void;
514
544
  /**
545
+ * @public
515
546
  * <p>Confirms tracking of the device. This API call is the call that begins device
516
547
  * tracking.</p>
517
548
  */
@@ -519,18 +550,21 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
519
550
  confirmDevice(args: ConfirmDeviceCommandInput, cb: (err: any, data?: ConfirmDeviceCommandOutput) => void): void;
520
551
  confirmDevice(args: ConfirmDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmDeviceCommandOutput) => void): void;
521
552
  /**
553
+ * @public
522
554
  * <p>Allows a user to enter a confirmation code to reset a forgotten password.</p>
523
555
  */
524
556
  confirmForgotPassword(args: ConfirmForgotPasswordCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmForgotPasswordCommandOutput>;
525
557
  confirmForgotPassword(args: ConfirmForgotPasswordCommandInput, cb: (err: any, data?: ConfirmForgotPasswordCommandOutput) => void): void;
526
558
  confirmForgotPassword(args: ConfirmForgotPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmForgotPasswordCommandOutput) => void): void;
527
559
  /**
560
+ * @public
528
561
  * <p>Confirms registration of a new user.</p>
529
562
  */
530
563
  confirmSignUp(args: ConfirmSignUpCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmSignUpCommandOutput>;
531
564
  confirmSignUp(args: ConfirmSignUpCommandInput, cb: (err: any, data?: ConfirmSignUpCommandOutput) => void): void;
532
565
  confirmSignUp(args: ConfirmSignUpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmSignUpCommandOutput) => void): void;
533
566
  /**
567
+ * @public
534
568
  * <p>Creates a new group in the specified user pool.</p>
535
569
  * <p>Calling this action requires developer credentials.</p>
536
570
  */
@@ -538,24 +572,28 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
538
572
  createGroup(args: CreateGroupCommandInput, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
539
573
  createGroup(args: CreateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
540
574
  /**
575
+ * @public
541
576
  * <p>Creates an IdP for a user pool.</p>
542
577
  */
543
578
  createIdentityProvider(args: CreateIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<CreateIdentityProviderCommandOutput>;
544
579
  createIdentityProvider(args: CreateIdentityProviderCommandInput, cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void): void;
545
580
  createIdentityProvider(args: CreateIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void): void;
546
581
  /**
582
+ * @public
547
583
  * <p>Creates a new OAuth2.0 resource server and defines custom scopes within it.</p>
548
584
  */
549
585
  createResourceServer(args: CreateResourceServerCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourceServerCommandOutput>;
550
586
  createResourceServer(args: CreateResourceServerCommandInput, cb: (err: any, data?: CreateResourceServerCommandOutput) => void): void;
551
587
  createResourceServer(args: CreateResourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourceServerCommandOutput) => void): void;
552
588
  /**
589
+ * @public
553
590
  * <p>Creates the user import job.</p>
554
591
  */
555
592
  createUserImportJob(args: CreateUserImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserImportJobCommandOutput>;
556
593
  createUserImportJob(args: CreateUserImportJobCommandInput, cb: (err: any, data?: CreateUserImportJobCommandOutput) => void): void;
557
594
  createUserImportJob(args: CreateUserImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserImportJobCommandOutput) => void): void;
558
595
  /**
596
+ * @public
559
597
  * <p>Creates a new Amazon Cognito user pool and sets the password policy for the
560
598
  * pool.</p>
561
599
  *
@@ -581,6 +619,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
581
619
  createUserPool(args: CreateUserPoolCommandInput, cb: (err: any, data?: CreateUserPoolCommandOutput) => void): void;
582
620
  createUserPool(args: CreateUserPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserPoolCommandOutput) => void): void;
583
621
  /**
622
+ * @public
584
623
  * <p>Creates the user pool client.</p>
585
624
  * <p>When you create a new user pool client, token revocation is automatically activated.
586
625
  * For more information about revoking tokens, see <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RevokeToken.html">RevokeToken</a>.</p>
@@ -589,12 +628,14 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
589
628
  createUserPoolClient(args: CreateUserPoolClientCommandInput, cb: (err: any, data?: CreateUserPoolClientCommandOutput) => void): void;
590
629
  createUserPoolClient(args: CreateUserPoolClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserPoolClientCommandOutput) => void): void;
591
630
  /**
631
+ * @public
592
632
  * <p>Creates a new domain for a user pool.</p>
593
633
  */
594
634
  createUserPoolDomain(args: CreateUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserPoolDomainCommandOutput>;
595
635
  createUserPoolDomain(args: CreateUserPoolDomainCommandInput, cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void): void;
596
636
  createUserPoolDomain(args: CreateUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void): void;
597
637
  /**
638
+ * @public
598
639
  * <p>Deletes a group.</p>
599
640
  * <p>Calling this action requires developer credentials.</p>
600
641
  */
@@ -602,78 +643,91 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
602
643
  deleteGroup(args: DeleteGroupCommandInput, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
603
644
  deleteGroup(args: DeleteGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
604
645
  /**
646
+ * @public
605
647
  * <p>Deletes an IdP for a user pool.</p>
606
648
  */
607
649
  deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIdentityProviderCommandOutput>;
608
650
  deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void): void;
609
651
  deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void): void;
610
652
  /**
653
+ * @public
611
654
  * <p>Deletes a resource server.</p>
612
655
  */
613
656
  deleteResourceServer(args: DeleteResourceServerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceServerCommandOutput>;
614
657
  deleteResourceServer(args: DeleteResourceServerCommandInput, cb: (err: any, data?: DeleteResourceServerCommandOutput) => void): void;
615
658
  deleteResourceServer(args: DeleteResourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceServerCommandOutput) => void): void;
616
659
  /**
660
+ * @public
617
661
  * <p>Allows a user to delete himself or herself.</p>
618
662
  */
619
663
  deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
620
664
  deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
621
665
  deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
622
666
  /**
667
+ * @public
623
668
  * <p>Deletes the attributes for a user.</p>
624
669
  */
625
670
  deleteUserAttributes(args: DeleteUserAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserAttributesCommandOutput>;
626
671
  deleteUserAttributes(args: DeleteUserAttributesCommandInput, cb: (err: any, data?: DeleteUserAttributesCommandOutput) => void): void;
627
672
  deleteUserAttributes(args: DeleteUserAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserAttributesCommandOutput) => void): void;
628
673
  /**
674
+ * @public
629
675
  * <p>Deletes the specified Amazon Cognito user pool.</p>
630
676
  */
631
677
  deleteUserPool(args: DeleteUserPoolCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPoolCommandOutput>;
632
678
  deleteUserPool(args: DeleteUserPoolCommandInput, cb: (err: any, data?: DeleteUserPoolCommandOutput) => void): void;
633
679
  deleteUserPool(args: DeleteUserPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPoolCommandOutput) => void): void;
634
680
  /**
681
+ * @public
635
682
  * <p>Allows the developer to delete the user pool client.</p>
636
683
  */
637
684
  deleteUserPoolClient(args: DeleteUserPoolClientCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPoolClientCommandOutput>;
638
685
  deleteUserPoolClient(args: DeleteUserPoolClientCommandInput, cb: (err: any, data?: DeleteUserPoolClientCommandOutput) => void): void;
639
686
  deleteUserPoolClient(args: DeleteUserPoolClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPoolClientCommandOutput) => void): void;
640
687
  /**
688
+ * @public
641
689
  * <p>Deletes a domain for a user pool.</p>
642
690
  */
643
691
  deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPoolDomainCommandOutput>;
644
692
  deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void): void;
645
693
  deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void): void;
646
694
  /**
695
+ * @public
647
696
  * <p>Gets information about a specific IdP.</p>
648
697
  */
649
698
  describeIdentityProvider(args: DescribeIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIdentityProviderCommandOutput>;
650
699
  describeIdentityProvider(args: DescribeIdentityProviderCommandInput, cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void): void;
651
700
  describeIdentityProvider(args: DescribeIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void): void;
652
701
  /**
702
+ * @public
653
703
  * <p>Describes a resource server.</p>
654
704
  */
655
705
  describeResourceServer(args: DescribeResourceServerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourceServerCommandOutput>;
656
706
  describeResourceServer(args: DescribeResourceServerCommandInput, cb: (err: any, data?: DescribeResourceServerCommandOutput) => void): void;
657
707
  describeResourceServer(args: DescribeResourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourceServerCommandOutput) => void): void;
658
708
  /**
709
+ * @public
659
710
  * <p>Describes the risk configuration.</p>
660
711
  */
661
712
  describeRiskConfiguration(args: DescribeRiskConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRiskConfigurationCommandOutput>;
662
713
  describeRiskConfiguration(args: DescribeRiskConfigurationCommandInput, cb: (err: any, data?: DescribeRiskConfigurationCommandOutput) => void): void;
663
714
  describeRiskConfiguration(args: DescribeRiskConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRiskConfigurationCommandOutput) => void): void;
664
715
  /**
716
+ * @public
665
717
  * <p>Describes the user import job.</p>
666
718
  */
667
719
  describeUserImportJob(args: DescribeUserImportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserImportJobCommandOutput>;
668
720
  describeUserImportJob(args: DescribeUserImportJobCommandInput, cb: (err: any, data?: DescribeUserImportJobCommandOutput) => void): void;
669
721
  describeUserImportJob(args: DescribeUserImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserImportJobCommandOutput) => void): void;
670
722
  /**
723
+ * @public
671
724
  * <p>Returns the configuration information and metadata of the specified user pool.</p>
672
725
  */
673
726
  describeUserPool(args: DescribeUserPoolCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserPoolCommandOutput>;
674
727
  describeUserPool(args: DescribeUserPoolCommandInput, cb: (err: any, data?: DescribeUserPoolCommandOutput) => void): void;
675
728
  describeUserPool(args: DescribeUserPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserPoolCommandOutput) => void): void;
676
729
  /**
730
+ * @public
677
731
  * <p>Client method for returning the configuration information and metadata of the
678
732
  * specified user pool app client.</p>
679
733
  */
@@ -681,18 +735,21 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
681
735
  describeUserPoolClient(args: DescribeUserPoolClientCommandInput, cb: (err: any, data?: DescribeUserPoolClientCommandOutput) => void): void;
682
736
  describeUserPoolClient(args: DescribeUserPoolClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserPoolClientCommandOutput) => void): void;
683
737
  /**
738
+ * @public
684
739
  * <p>Gets information about a domain.</p>
685
740
  */
686
741
  describeUserPoolDomain(args: DescribeUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserPoolDomainCommandOutput>;
687
742
  describeUserPoolDomain(args: DescribeUserPoolDomainCommandInput, cb: (err: any, data?: DescribeUserPoolDomainCommandOutput) => void): void;
688
743
  describeUserPoolDomain(args: DescribeUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserPoolDomainCommandOutput) => void): void;
689
744
  /**
745
+ * @public
690
746
  * <p>Forgets the specified device.</p>
691
747
  */
692
748
  forgetDevice(args: ForgetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<ForgetDeviceCommandOutput>;
693
749
  forgetDevice(args: ForgetDeviceCommandInput, cb: (err: any, data?: ForgetDeviceCommandOutput) => void): void;
694
750
  forgetDevice(args: ForgetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ForgetDeviceCommandOutput) => void): void;
695
751
  /**
752
+ * @public
696
753
  * <p>Calling this API causes a message to be sent to the end user with a confirmation code
697
754
  * that is required to change the user's password. For the <code>Username</code> parameter,
698
755
  * you can use the username or user alias. The method used to send the confirmation code is
@@ -724,6 +781,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
724
781
  forgotPassword(args: ForgotPasswordCommandInput, cb: (err: any, data?: ForgotPasswordCommandOutput) => void): void;
725
782
  forgotPassword(args: ForgotPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ForgotPasswordCommandOutput) => void): void;
726
783
  /**
784
+ * @public
727
785
  * <p>Gets the header information for the comma-separated value (CSV) file to be used as
728
786
  * input for the user import job.</p>
729
787
  */
@@ -731,12 +789,14 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
731
789
  getCSVHeader(args: GetCSVHeaderCommandInput, cb: (err: any, data?: GetCSVHeaderCommandOutput) => void): void;
732
790
  getCSVHeader(args: GetCSVHeaderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCSVHeaderCommandOutput) => void): void;
733
791
  /**
792
+ * @public
734
793
  * <p>Gets the device.</p>
735
794
  */
736
795
  getDevice(args: GetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<GetDeviceCommandOutput>;
737
796
  getDevice(args: GetDeviceCommandInput, cb: (err: any, data?: GetDeviceCommandOutput) => void): void;
738
797
  getDevice(args: GetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeviceCommandOutput) => void): void;
739
798
  /**
799
+ * @public
740
800
  * <p>Gets a group.</p>
741
801
  * <p>Calling this action requires developer credentials.</p>
742
802
  */
@@ -744,12 +804,14 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
744
804
  getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
745
805
  getGroup(args: GetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
746
806
  /**
807
+ * @public
747
808
  * <p>Gets the specified IdP.</p>
748
809
  */
749
810
  getIdentityProviderByIdentifier(args: GetIdentityProviderByIdentifierCommandInput, options?: __HttpHandlerOptions): Promise<GetIdentityProviderByIdentifierCommandOutput>;
750
811
  getIdentityProviderByIdentifier(args: GetIdentityProviderByIdentifierCommandInput, cb: (err: any, data?: GetIdentityProviderByIdentifierCommandOutput) => void): void;
751
812
  getIdentityProviderByIdentifier(args: GetIdentityProviderByIdentifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityProviderByIdentifierCommandOutput) => void): void;
752
813
  /**
814
+ * @public
753
815
  * <p>This method takes a user pool ID, and returns the signing certificate. The issued certificate is valid for 10 years from the date of issue.</p>
754
816
  * <p>Amazon Cognito issues and assigns a new signing certificate annually. This process returns a new value in the response to <code>GetSigningCertificate</code>,
755
817
  * but doesn't invalidate the original certificate.</p>
@@ -758,6 +820,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
758
820
  getSigningCertificate(args: GetSigningCertificateCommandInput, cb: (err: any, data?: GetSigningCertificateCommandOutput) => void): void;
759
821
  getSigningCertificate(args: GetSigningCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSigningCertificateCommandOutput) => void): void;
760
822
  /**
823
+ * @public
761
824
  * <p>Gets the user interface (UI) Customization information for a particular app client's
762
825
  * app UI, if any such information exists for the client. If nothing is set for the
763
826
  * particular client, but there is an existing pool level customization (the app
@@ -768,12 +831,14 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
768
831
  getUICustomization(args: GetUICustomizationCommandInput, cb: (err: any, data?: GetUICustomizationCommandOutput) => void): void;
769
832
  getUICustomization(args: GetUICustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUICustomizationCommandOutput) => void): void;
770
833
  /**
834
+ * @public
771
835
  * <p>Gets the user attributes and metadata for a user.</p>
772
836
  */
773
837
  getUser(args: GetUserCommandInput, options?: __HttpHandlerOptions): Promise<GetUserCommandOutput>;
774
838
  getUser(args: GetUserCommandInput, cb: (err: any, data?: GetUserCommandOutput) => void): void;
775
839
  getUser(args: GetUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserCommandOutput) => void): void;
776
840
  /**
841
+ * @public
777
842
  * <p>Generates a user attribute verification code for the specified attribute name. Sends a
778
843
  * message to a user with a code that they must return in a VerifyUserAttribute
779
844
  * request.</p>
@@ -800,12 +865,14 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
800
865
  getUserAttributeVerificationCode(args: GetUserAttributeVerificationCodeCommandInput, cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void): void;
801
866
  getUserAttributeVerificationCode(args: GetUserAttributeVerificationCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void): void;
802
867
  /**
868
+ * @public
803
869
  * <p>Gets the user pool multi-factor authentication (MFA) configuration.</p>
804
870
  */
805
871
  getUserPoolMfaConfig(args: GetUserPoolMfaConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetUserPoolMfaConfigCommandOutput>;
806
872
  getUserPoolMfaConfig(args: GetUserPoolMfaConfigCommandInput, cb: (err: any, data?: GetUserPoolMfaConfigCommandOutput) => void): void;
807
873
  getUserPoolMfaConfig(args: GetUserPoolMfaConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserPoolMfaConfigCommandOutput) => void): void;
808
874
  /**
875
+ * @public
809
876
  * <p>Signs out users from all devices. It also invalidates all refresh tokens that Amazon Cognito
810
877
  * has issued to a user. A user can still use a hosted UI cookie to retrieve new tokens
811
878
  * for the duration of the 1-hour cookie validity period.</p>
@@ -814,6 +881,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
814
881
  globalSignOut(args: GlobalSignOutCommandInput, cb: (err: any, data?: GlobalSignOutCommandOutput) => void): void;
815
882
  globalSignOut(args: GlobalSignOutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GlobalSignOutCommandOutput) => void): void;
816
883
  /**
884
+ * @public
817
885
  * <p>Initiates sign-in for a user in the Amazon Cognito user directory. You can't sign in a user
818
886
  * with a federated IdP with <code>InitiateAuth</code>. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-identity-federation.html"> Adding user pool sign-in through a third party</a>.</p>
819
887
  *
@@ -839,12 +907,14 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
839
907
  initiateAuth(args: InitiateAuthCommandInput, cb: (err: any, data?: InitiateAuthCommandOutput) => void): void;
840
908
  initiateAuth(args: InitiateAuthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InitiateAuthCommandOutput) => void): void;
841
909
  /**
910
+ * @public
842
911
  * <p>Lists the sign-in devices that Amazon Cognito has registered to the current user.</p>
843
912
  */
844
913
  listDevices(args: ListDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicesCommandOutput>;
845
914
  listDevices(args: ListDevicesCommandInput, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
846
915
  listDevices(args: ListDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
847
916
  /**
917
+ * @public
848
918
  * <p>Lists the groups associated with a user pool.</p>
849
919
  * <p>Calling this action requires developer credentials.</p>
850
920
  */
@@ -852,18 +922,21 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
852
922
  listGroups(args: ListGroupsCommandInput, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
853
923
  listGroups(args: ListGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
854
924
  /**
925
+ * @public
855
926
  * <p>Lists information about all IdPs for a user pool.</p>
856
927
  */
857
928
  listIdentityProviders(args: ListIdentityProvidersCommandInput, options?: __HttpHandlerOptions): Promise<ListIdentityProvidersCommandOutput>;
858
929
  listIdentityProviders(args: ListIdentityProvidersCommandInput, cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void): void;
859
930
  listIdentityProviders(args: ListIdentityProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void): void;
860
931
  /**
932
+ * @public
861
933
  * <p>Lists the resource servers for a user pool.</p>
862
934
  */
863
935
  listResourceServers(args: ListResourceServersCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceServersCommandOutput>;
864
936
  listResourceServers(args: ListResourceServersCommandInput, cb: (err: any, data?: ListResourceServersCommandOutput) => void): void;
865
937
  listResourceServers(args: ListResourceServersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceServersCommandOutput) => void): void;
866
938
  /**
939
+ * @public
867
940
  * <p>Lists the tags that are assigned to an Amazon Cognito user pool.</p>
868
941
  * <p>A tag is a label that you can apply to user pools to categorize and manage them in
869
942
  * different ways, such as by purpose, owner, environment, or other criteria.</p>
@@ -873,30 +946,35 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
873
946
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
874
947
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
875
948
  /**
949
+ * @public
876
950
  * <p>Lists the user import jobs.</p>
877
951
  */
878
952
  listUserImportJobs(args: ListUserImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserImportJobsCommandOutput>;
879
953
  listUserImportJobs(args: ListUserImportJobsCommandInput, cb: (err: any, data?: ListUserImportJobsCommandOutput) => void): void;
880
954
  listUserImportJobs(args: ListUserImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserImportJobsCommandOutput) => void): void;
881
955
  /**
956
+ * @public
882
957
  * <p>Lists the clients that have been created for the specified user pool.</p>
883
958
  */
884
959
  listUserPoolClients(args: ListUserPoolClientsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserPoolClientsCommandOutput>;
885
960
  listUserPoolClients(args: ListUserPoolClientsCommandInput, cb: (err: any, data?: ListUserPoolClientsCommandOutput) => void): void;
886
961
  listUserPoolClients(args: ListUserPoolClientsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserPoolClientsCommandOutput) => void): void;
887
962
  /**
963
+ * @public
888
964
  * <p>Lists the user pools associated with an Amazon Web Services account.</p>
889
965
  */
890
966
  listUserPools(args: ListUserPoolsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserPoolsCommandOutput>;
891
967
  listUserPools(args: ListUserPoolsCommandInput, cb: (err: any, data?: ListUserPoolsCommandOutput) => void): void;
892
968
  listUserPools(args: ListUserPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserPoolsCommandOutput) => void): void;
893
969
  /**
970
+ * @public
894
971
  * <p>Lists the users in the Amazon Cognito user pool.</p>
895
972
  */
896
973
  listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
897
974
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
898
975
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
899
976
  /**
977
+ * @public
900
978
  * <p>Lists the users in the specified group.</p>
901
979
  * <p>Calling this action requires developer credentials.</p>
902
980
  */
@@ -904,6 +982,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
904
982
  listUsersInGroup(args: ListUsersInGroupCommandInput, cb: (err: any, data?: ListUsersInGroupCommandOutput) => void): void;
905
983
  listUsersInGroup(args: ListUsersInGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersInGroupCommandOutput) => void): void;
906
984
  /**
985
+ * @public
907
986
  * <p>Resends the confirmation (for confirmation of registration) to a specific user in the
908
987
  * user pool.</p>
909
988
  *
@@ -929,6 +1008,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
929
1008
  resendConfirmationCode(args: ResendConfirmationCodeCommandInput, cb: (err: any, data?: ResendConfirmationCodeCommandOutput) => void): void;
930
1009
  resendConfirmationCode(args: ResendConfirmationCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResendConfirmationCodeCommandOutput) => void): void;
931
1010
  /**
1011
+ * @public
932
1012
  * <p>Responds to the authentication challenge.</p>
933
1013
  *
934
1014
  * <note>
@@ -953,6 +1033,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
953
1033
  respondToAuthChallenge(args: RespondToAuthChallengeCommandInput, cb: (err: any, data?: RespondToAuthChallengeCommandOutput) => void): void;
954
1034
  respondToAuthChallenge(args: RespondToAuthChallengeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RespondToAuthChallengeCommandOutput) => void): void;
955
1035
  /**
1036
+ * @public
956
1037
  * <p>Revokes all of the access tokens generated by, and at the same time as, the specified
957
1038
  * refresh token. After a token is revoked, you can't use the revoked token to access
958
1039
  * Amazon Cognito user APIs, or to authorize access to your resource server.</p>
@@ -961,6 +1042,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
961
1042
  revokeToken(args: RevokeTokenCommandInput, cb: (err: any, data?: RevokeTokenCommandOutput) => void): void;
962
1043
  revokeToken(args: RevokeTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeTokenCommandOutput) => void): void;
963
1044
  /**
1045
+ * @public
964
1046
  * <p>Configures actions on detected risks. To delete the risk configuration for
965
1047
  * <code>UserPoolId</code> or <code>ClientId</code>, pass null values for all four
966
1048
  * configuration types.</p>
@@ -971,6 +1053,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
971
1053
  setRiskConfiguration(args: SetRiskConfigurationCommandInput, cb: (err: any, data?: SetRiskConfigurationCommandOutput) => void): void;
972
1054
  setRiskConfiguration(args: SetRiskConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetRiskConfigurationCommandOutput) => void): void;
973
1055
  /**
1056
+ * @public
974
1057
  * <p>Sets the user interface (UI) customization information for a user pool's built-in app
975
1058
  * UI.</p>
976
1059
  * <p>You can specify app UI customization settings for a single client (with a specific
@@ -989,6 +1072,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
989
1072
  setUICustomization(args: SetUICustomizationCommandInput, cb: (err: any, data?: SetUICustomizationCommandOutput) => void): void;
990
1073
  setUICustomization(args: SetUICustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetUICustomizationCommandOutput) => void): void;
991
1074
  /**
1075
+ * @public
992
1076
  * <p>Set the user's multi-factor authentication (MFA) method preference, including which
993
1077
  * MFA factors are activated and if any are preferred. Only one factor can be set as
994
1078
  * preferred. The preferred MFA factor will be used to authenticate a user if multiple
@@ -1003,6 +1087,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1003
1087
  setUserMFAPreference(args: SetUserMFAPreferenceCommandInput, cb: (err: any, data?: SetUserMFAPreferenceCommandOutput) => void): void;
1004
1088
  setUserMFAPreference(args: SetUserMFAPreferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetUserMFAPreferenceCommandOutput) => void): void;
1005
1089
  /**
1090
+ * @public
1006
1091
  * <p>Sets the user pool multi-factor authentication (MFA) configuration.</p>
1007
1092
  *
1008
1093
  * <note>
@@ -1027,6 +1112,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1027
1112
  setUserPoolMfaConfig(args: SetUserPoolMfaConfigCommandInput, cb: (err: any, data?: SetUserPoolMfaConfigCommandOutput) => void): void;
1028
1113
  setUserPoolMfaConfig(args: SetUserPoolMfaConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetUserPoolMfaConfigCommandOutput) => void): void;
1029
1114
  /**
1115
+ * @public
1030
1116
  * <p>
1031
1117
  * <i>This action is no longer supported.</i> You can use it to configure
1032
1118
  * only SMS MFA. You can't use it to configure time-based one-time password (TOTP) software
@@ -1036,6 +1122,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1036
1122
  setUserSettings(args: SetUserSettingsCommandInput, cb: (err: any, data?: SetUserSettingsCommandOutput) => void): void;
1037
1123
  setUserSettings(args: SetUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetUserSettingsCommandOutput) => void): void;
1038
1124
  /**
1125
+ * @public
1039
1126
  * <p>Registers the user in the specified user pool and creates a user name, password, and
1040
1127
  * user attributes.</p>
1041
1128
  *
@@ -1061,18 +1148,21 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1061
1148
  signUp(args: SignUpCommandInput, cb: (err: any, data?: SignUpCommandOutput) => void): void;
1062
1149
  signUp(args: SignUpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SignUpCommandOutput) => void): void;
1063
1150
  /**
1151
+ * @public
1064
1152
  * <p>Starts the user import.</p>
1065
1153
  */
1066
1154
  startUserImportJob(args: StartUserImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartUserImportJobCommandOutput>;
1067
1155
  startUserImportJob(args: StartUserImportJobCommandInput, cb: (err: any, data?: StartUserImportJobCommandOutput) => void): void;
1068
1156
  startUserImportJob(args: StartUserImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartUserImportJobCommandOutput) => void): void;
1069
1157
  /**
1158
+ * @public
1070
1159
  * <p>Stops the user import job.</p>
1071
1160
  */
1072
1161
  stopUserImportJob(args: StopUserImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StopUserImportJobCommandOutput>;
1073
1162
  stopUserImportJob(args: StopUserImportJobCommandInput, cb: (err: any, data?: StopUserImportJobCommandOutput) => void): void;
1074
1163
  stopUserImportJob(args: StopUserImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopUserImportJobCommandOutput) => void): void;
1075
1164
  /**
1165
+ * @public
1076
1166
  * <p>Assigns a set of tags to an Amazon Cognito user pool. A tag is a label that you can use to
1077
1167
  * categorize and manage user pools in different ways, such as by purpose, owner,
1078
1168
  * environment, or other criteria.</p>
@@ -1092,6 +1182,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1092
1182
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1093
1183
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1094
1184
  /**
1185
+ * @public
1095
1186
  * <p>Removes the specified tags from an Amazon Cognito user pool. You can use this action up to 5
1096
1187
  * times per second, per account.</p>
1097
1188
  */
@@ -1099,6 +1190,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1099
1190
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1100
1191
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1101
1192
  /**
1193
+ * @public
1102
1194
  * <p>Provides the feedback for an authentication event, whether it was from a valid user or
1103
1195
  * not. This feedback is used for improving the risk evaluation decision for the user pool
1104
1196
  * as part of Amazon Cognito advanced security.</p>
@@ -1107,12 +1199,14 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1107
1199
  updateAuthEventFeedback(args: UpdateAuthEventFeedbackCommandInput, cb: (err: any, data?: UpdateAuthEventFeedbackCommandOutput) => void): void;
1108
1200
  updateAuthEventFeedback(args: UpdateAuthEventFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAuthEventFeedbackCommandOutput) => void): void;
1109
1201
  /**
1202
+ * @public
1110
1203
  * <p>Updates the device status.</p>
1111
1204
  */
1112
1205
  updateDeviceStatus(args: UpdateDeviceStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeviceStatusCommandOutput>;
1113
1206
  updateDeviceStatus(args: UpdateDeviceStatusCommandInput, cb: (err: any, data?: UpdateDeviceStatusCommandOutput) => void): void;
1114
1207
  updateDeviceStatus(args: UpdateDeviceStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeviceStatusCommandOutput) => void): void;
1115
1208
  /**
1209
+ * @public
1116
1210
  * <p>Updates the specified group with the specified attributes.</p>
1117
1211
  * <p>Calling this action requires developer credentials.</p>
1118
1212
  */
@@ -1120,12 +1214,14 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1120
1214
  updateGroup(args: UpdateGroupCommandInput, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
1121
1215
  updateGroup(args: UpdateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
1122
1216
  /**
1217
+ * @public
1123
1218
  * <p>Updates IdP information for a user pool.</p>
1124
1219
  */
1125
1220
  updateIdentityProvider(args: UpdateIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIdentityProviderCommandOutput>;
1126
1221
  updateIdentityProvider(args: UpdateIdentityProviderCommandInput, cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void): void;
1127
1222
  updateIdentityProvider(args: UpdateIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void): void;
1128
1223
  /**
1224
+ * @public
1129
1225
  * <p>Updates the name and scopes of resource server. All other fields are read-only.</p>
1130
1226
  * <important>
1131
1227
  * <p>If you don't provide a value for an attribute, it is set to the default
@@ -1136,6 +1232,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1136
1232
  updateResourceServer(args: UpdateResourceServerCommandInput, cb: (err: any, data?: UpdateResourceServerCommandOutput) => void): void;
1137
1233
  updateResourceServer(args: UpdateResourceServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceServerCommandOutput) => void): void;
1138
1234
  /**
1235
+ * @public
1139
1236
  * <p>Allows a user to update a specific attribute (one at a time).</p>
1140
1237
  *
1141
1238
  * <note>
@@ -1160,6 +1257,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1160
1257
  updateUserAttributes(args: UpdateUserAttributesCommandInput, cb: (err: any, data?: UpdateUserAttributesCommandOutput) => void): void;
1161
1258
  updateUserAttributes(args: UpdateUserAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserAttributesCommandOutput) => void): void;
1162
1259
  /**
1260
+ * @public
1163
1261
  * <p>Updates the specified user pool with the specified attributes. You can get a list of
1164
1262
  * the current user pool settings using <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeUserPool.html">DescribeUserPool</a>. If you don't provide a value for an attribute, it will be
1165
1263
  * set to the default value.
@@ -1187,6 +1285,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1187
1285
  updateUserPool(args: UpdateUserPoolCommandInput, cb: (err: any, data?: UpdateUserPoolCommandOutput) => void): void;
1188
1286
  updateUserPool(args: UpdateUserPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPoolCommandOutput) => void): void;
1189
1287
  /**
1288
+ * @public
1190
1289
  * <p>Updates the specified user pool app client with the specified attributes. You can get
1191
1290
  * a list of the current user pool app client settings using <a href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeUserPoolClient.html">DescribeUserPoolClient</a>.</p>
1192
1291
  * <important>
@@ -1200,6 +1299,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1200
1299
  updateUserPoolClient(args: UpdateUserPoolClientCommandInput, cb: (err: any, data?: UpdateUserPoolClientCommandOutput) => void): void;
1201
1300
  updateUserPoolClient(args: UpdateUserPoolClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPoolClientCommandOutput) => void): void;
1202
1301
  /**
1302
+ * @public
1203
1303
  * <p>Updates the Secure Sockets Layer (SSL) certificate for the custom domain for your user
1204
1304
  * pool.</p>
1205
1305
  * <p>You can use this operation to provide the Amazon Resource Name (ARN) of a new
@@ -1224,6 +1324,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1224
1324
  updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void): void;
1225
1325
  updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void): void;
1226
1326
  /**
1327
+ * @public
1227
1328
  * <p>Use this API to register a user's entered time-based one-time password (TOTP) code and
1228
1329
  * mark the user's software token MFA status as "verified" if successful. The request takes
1229
1330
  * an access token or a session string, but not both.</p>
@@ -1232,6 +1333,7 @@ export declare class CognitoIdentityProvider extends CognitoIdentityProviderClie
1232
1333
  verifySoftwareToken(args: VerifySoftwareTokenCommandInput, cb: (err: any, data?: VerifySoftwareTokenCommandOutput) => void): void;
1233
1334
  verifySoftwareToken(args: VerifySoftwareTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifySoftwareTokenCommandOutput) => void): void;
1234
1335
  /**
1336
+ * @public
1235
1337
  * <p>Verifies the specified user attributes in the user pool.</p>
1236
1338
  * <p>
1237
1339
  * If your user pool requires verification before Amazon Cognito updates the attribute value,