@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
@@ -2,6 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
2
2
  import { CognitoIdentityProviderServiceException as __BaseException } from "./CognitoIdentityProviderServiceException";
3
3
  import { AccountRecoverySettingType, AdminCreateUserConfigType, AnalyticsConfigurationType, AnalyticsMetadataType, AttributeType, CodeDeliveryDetailsType, CustomDomainConfigType, DeletionProtectionType, DeviceConfigurationType, DeviceRememberedStatusType, EmailConfigurationType, ExplicitAuthFlowsType, FeedbackValueType, GroupType, IdentityProviderType, LambdaConfigType, OAuthFlowType, PreventUserExistenceErrorTypes, ResourceServerScopeType, ResourceServerType, SmsConfigurationType, TokenValidityUnitsType, UserAttributeUpdateSettingsType, UserContextDataType, UserImportJobType, UserPoolAddOnsType, UserPoolClientType, UserPoolMfaType, UserPoolPolicyType, VerificationMessageTemplateType, VerifiedAttributeType } from "./models_0";
4
4
  /**
5
+ * @public
5
6
  * <p>Represents the request to register a user.</p>
6
7
  */
7
8
  export interface SignUpRequest {
@@ -82,6 +83,7 @@ export interface SignUpRequest {
82
83
  ClientMetadata?: Record<string, string>;
83
84
  }
84
85
  /**
86
+ * @public
85
87
  * <p>The response from the server for a registration request.</p>
86
88
  */
87
89
  export interface SignUpResponse {
@@ -102,6 +104,7 @@ export interface SignUpResponse {
102
104
  UserSub: string | undefined;
103
105
  }
104
106
  /**
107
+ * @public
105
108
  * <p>Represents the request to start the user import job.</p>
106
109
  */
107
110
  export interface StartUserImportJobRequest {
@@ -115,6 +118,7 @@ export interface StartUserImportJobRequest {
115
118
  JobId: string | undefined;
116
119
  }
117
120
  /**
121
+ * @public
118
122
  * <p>Represents the response from the server to the request to start the user import
119
123
  * job.</p>
120
124
  */
@@ -125,6 +129,7 @@ export interface StartUserImportJobResponse {
125
129
  UserImportJob?: UserImportJobType;
126
130
  }
127
131
  /**
132
+ * @public
128
133
  * <p>Represents the request to stop the user import job.</p>
129
134
  */
130
135
  export interface StopUserImportJobRequest {
@@ -138,6 +143,7 @@ export interface StopUserImportJobRequest {
138
143
  JobId: string | undefined;
139
144
  }
140
145
  /**
146
+ * @public
141
147
  * <p>Represents the response from the server to the request to stop the user import
142
148
  * job.</p>
143
149
  */
@@ -147,6 +153,9 @@ export interface StopUserImportJobResponse {
147
153
  */
148
154
  UserImportJob?: UserImportJobType;
149
155
  }
156
+ /**
157
+ * @public
158
+ */
150
159
  export interface TagResourceRequest {
151
160
  /**
152
161
  * <p>The Amazon Resource Name (ARN) of the user pool to assign the tags to.</p>
@@ -157,8 +166,14 @@ export interface TagResourceRequest {
157
166
  */
158
167
  Tags: Record<string, string> | undefined;
159
168
  }
169
+ /**
170
+ * @public
171
+ */
160
172
  export interface TagResourceResponse {
161
173
  }
174
+ /**
175
+ * @public
176
+ */
162
177
  export interface UntagResourceRequest {
163
178
  /**
164
179
  * <p>The Amazon Resource Name (ARN) of the user pool that the tags are assigned to.</p>
@@ -169,8 +184,14 @@ export interface UntagResourceRequest {
169
184
  */
170
185
  TagKeys: string[] | undefined;
171
186
  }
187
+ /**
188
+ * @public
189
+ */
172
190
  export interface UntagResourceResponse {
173
191
  }
192
+ /**
193
+ * @public
194
+ */
174
195
  export interface UpdateAuthEventFeedbackRequest {
175
196
  /**
176
197
  * <p>The user pool ID.</p>
@@ -193,9 +214,13 @@ export interface UpdateAuthEventFeedbackRequest {
193
214
  */
194
215
  FeedbackValue: FeedbackValueType | string | undefined;
195
216
  }
217
+ /**
218
+ * @public
219
+ */
196
220
  export interface UpdateAuthEventFeedbackResponse {
197
221
  }
198
222
  /**
223
+ * @public
199
224
  * <p>Represents the request to update the device status.</p>
200
225
  */
201
226
  export interface UpdateDeviceStatusRequest {
@@ -214,10 +239,14 @@ export interface UpdateDeviceStatusRequest {
214
239
  DeviceRememberedStatus?: DeviceRememberedStatusType | string;
215
240
  }
216
241
  /**
242
+ * @public
217
243
  * <p>The response to the request to update the device status.</p>
218
244
  */
219
245
  export interface UpdateDeviceStatusResponse {
220
246
  }
247
+ /**
248
+ * @public
249
+ */
221
250
  export interface UpdateGroupRequest {
222
251
  /**
223
252
  * <p>The name of the group.</p>
@@ -243,12 +272,18 @@ export interface UpdateGroupRequest {
243
272
  */
244
273
  Precedence?: number;
245
274
  }
275
+ /**
276
+ * @public
277
+ */
246
278
  export interface UpdateGroupResponse {
247
279
  /**
248
280
  * <p>The group object for the group.</p>
249
281
  */
250
282
  Group?: GroupType;
251
283
  }
284
+ /**
285
+ * @public
286
+ */
252
287
  export interface UpdateIdentityProviderRequest {
253
288
  /**
254
289
  * <p>The user pool ID.</p>
@@ -272,12 +307,18 @@ export interface UpdateIdentityProviderRequest {
272
307
  */
273
308
  IdpIdentifiers?: string[];
274
309
  }
310
+ /**
311
+ * @public
312
+ */
275
313
  export interface UpdateIdentityProviderResponse {
276
314
  /**
277
315
  * <p>The identity provider details.</p>
278
316
  */
279
317
  IdentityProvider: IdentityProviderType | undefined;
280
318
  }
319
+ /**
320
+ * @public
321
+ */
281
322
  export interface UpdateResourceServerRequest {
282
323
  /**
283
324
  * <p>The user pool ID for the user pool.</p>
@@ -296,6 +337,9 @@ export interface UpdateResourceServerRequest {
296
337
  */
297
338
  Scopes?: ResourceServerScopeType[];
298
339
  }
340
+ /**
341
+ * @public
342
+ */
299
343
  export interface UpdateResourceServerResponse {
300
344
  /**
301
345
  * <p>The resource server.</p>
@@ -303,6 +347,7 @@ export interface UpdateResourceServerResponse {
303
347
  ResourceServer: ResourceServerType | undefined;
304
348
  }
305
349
  /**
350
+ * @public
306
351
  * <p>Represents the request to update user attributes.</p>
307
352
  */
308
353
  export interface UpdateUserAttributesRequest {
@@ -360,6 +405,7 @@ export interface UpdateUserAttributesRequest {
360
405
  ClientMetadata?: Record<string, string>;
361
406
  }
362
407
  /**
408
+ * @public
363
409
  * <p>Represents the response from the server for the request to update user
364
410
  * attributes.</p>
365
411
  */
@@ -371,6 +417,7 @@ export interface UpdateUserAttributesResponse {
371
417
  CodeDeliveryDetailsList?: CodeDeliveryDetailsType[];
372
418
  }
373
419
  /**
420
+ * @public
374
421
  * <p>Represents the request to update the user pool.</p>
375
422
  */
376
423
  export interface UpdateUserPoolRequest {
@@ -497,12 +544,14 @@ export interface UpdateUserPoolRequest {
497
544
  AccountRecoverySetting?: AccountRecoverySettingType;
498
545
  }
499
546
  /**
547
+ * @public
500
548
  * <p>Represents the response from the server when you make a request to update the user
501
549
  * pool.</p>
502
550
  */
503
551
  export interface UpdateUserPoolResponse {
504
552
  }
505
553
  /**
554
+ * @public
506
555
  * <p>Represents the request to update the user pool client.</p>
507
556
  */
508
557
  export interface UpdateUserPoolClientRequest {
@@ -760,6 +809,7 @@ export interface UpdateUserPoolClientRequest {
760
809
  AuthSessionValidity?: number;
761
810
  }
762
811
  /**
812
+ * @public
763
813
  * <p>Represents the response from the server to the request to update the user pool
764
814
  * client.</p>
765
815
  */
@@ -771,6 +821,7 @@ export interface UpdateUserPoolClientResponse {
771
821
  UserPoolClient?: UserPoolClientType;
772
822
  }
773
823
  /**
824
+ * @public
774
825
  * <p>The UpdateUserPoolDomain request input.</p>
775
826
  */
776
827
  export interface UpdateUserPoolDomainRequest {
@@ -794,6 +845,7 @@ export interface UpdateUserPoolDomainRequest {
794
845
  CustomDomainConfig: CustomDomainConfigType | undefined;
795
846
  }
796
847
  /**
848
+ * @public
797
849
  * <p>The UpdateUserPoolDomain response output.</p>
798
850
  */
799
851
  export interface UpdateUserPoolDomainResponse {
@@ -804,6 +856,7 @@ export interface UpdateUserPoolDomainResponse {
804
856
  CloudFrontDomain?: string;
805
857
  }
806
858
  /**
859
+ * @public
807
860
  * <p>This exception is thrown when there is a code mismatch and the service fails to
808
861
  * configure the software token TOTP multi-factor authentication (MFA).</p>
809
862
  */
@@ -815,6 +868,9 @@ export declare class EnableSoftwareTokenMFAException extends __BaseException {
815
868
  */
816
869
  constructor(opts: __ExceptionOptionType<EnableSoftwareTokenMFAException, __BaseException>);
817
870
  }
871
+ /**
872
+ * @public
873
+ */
818
874
  export interface VerifySoftwareTokenRequest {
819
875
  /**
820
876
  * <p>A valid access token that Amazon Cognito issued to the user whose software token you want to
@@ -835,10 +891,16 @@ export interface VerifySoftwareTokenRequest {
835
891
  */
836
892
  FriendlyDeviceName?: string;
837
893
  }
894
+ /**
895
+ * @public
896
+ */
838
897
  export declare enum VerifySoftwareTokenResponseType {
839
898
  ERROR = "ERROR",
840
899
  SUCCESS = "SUCCESS"
841
900
  }
901
+ /**
902
+ * @public
903
+ */
842
904
  export interface VerifySoftwareTokenResponse {
843
905
  /**
844
906
  * <p>The status of the verify software token.</p>
@@ -851,6 +913,7 @@ export interface VerifySoftwareTokenResponse {
851
913
  Session?: string;
852
914
  }
853
915
  /**
916
+ * @public
854
917
  * <p>Represents the request to verify user attributes.</p>
855
918
  */
856
919
  export interface VerifyUserAttributeRequest {
@@ -869,6 +932,7 @@ export interface VerifyUserAttributeRequest {
869
932
  Code: string | undefined;
870
933
  }
871
934
  /**
935
+ * @public
872
936
  * <p>A container representing the response from the server from the request to verify user
873
937
  * attributes.</p>
874
938
  */
@@ -878,98 +942,18 @@ export interface VerifyUserAttributeResponse {
878
942
  * @internal
879
943
  */
880
944
  export declare const SignUpRequestFilterSensitiveLog: (obj: SignUpRequest) => any;
881
- /**
882
- * @internal
883
- */
884
- export declare const SignUpResponseFilterSensitiveLog: (obj: SignUpResponse) => any;
885
- /**
886
- * @internal
887
- */
888
- export declare const StartUserImportJobRequestFilterSensitiveLog: (obj: StartUserImportJobRequest) => any;
889
- /**
890
- * @internal
891
- */
892
- export declare const StartUserImportJobResponseFilterSensitiveLog: (obj: StartUserImportJobResponse) => any;
893
- /**
894
- * @internal
895
- */
896
- export declare const StopUserImportJobRequestFilterSensitiveLog: (obj: StopUserImportJobRequest) => any;
897
- /**
898
- * @internal
899
- */
900
- export declare const StopUserImportJobResponseFilterSensitiveLog: (obj: StopUserImportJobResponse) => any;
901
- /**
902
- * @internal
903
- */
904
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
905
- /**
906
- * @internal
907
- */
908
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
909
- /**
910
- * @internal
911
- */
912
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
913
- /**
914
- * @internal
915
- */
916
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
917
945
  /**
918
946
  * @internal
919
947
  */
920
948
  export declare const UpdateAuthEventFeedbackRequestFilterSensitiveLog: (obj: UpdateAuthEventFeedbackRequest) => any;
921
- /**
922
- * @internal
923
- */
924
- export declare const UpdateAuthEventFeedbackResponseFilterSensitiveLog: (obj: UpdateAuthEventFeedbackResponse) => any;
925
949
  /**
926
950
  * @internal
927
951
  */
928
952
  export declare const UpdateDeviceStatusRequestFilterSensitiveLog: (obj: UpdateDeviceStatusRequest) => any;
929
- /**
930
- * @internal
931
- */
932
- export declare const UpdateDeviceStatusResponseFilterSensitiveLog: (obj: UpdateDeviceStatusResponse) => any;
933
- /**
934
- * @internal
935
- */
936
- export declare const UpdateGroupRequestFilterSensitiveLog: (obj: UpdateGroupRequest) => any;
937
- /**
938
- * @internal
939
- */
940
- export declare const UpdateGroupResponseFilterSensitiveLog: (obj: UpdateGroupResponse) => any;
941
- /**
942
- * @internal
943
- */
944
- export declare const UpdateIdentityProviderRequestFilterSensitiveLog: (obj: UpdateIdentityProviderRequest) => any;
945
- /**
946
- * @internal
947
- */
948
- export declare const UpdateIdentityProviderResponseFilterSensitiveLog: (obj: UpdateIdentityProviderResponse) => any;
949
- /**
950
- * @internal
951
- */
952
- export declare const UpdateResourceServerRequestFilterSensitiveLog: (obj: UpdateResourceServerRequest) => any;
953
- /**
954
- * @internal
955
- */
956
- export declare const UpdateResourceServerResponseFilterSensitiveLog: (obj: UpdateResourceServerResponse) => any;
957
953
  /**
958
954
  * @internal
959
955
  */
960
956
  export declare const UpdateUserAttributesRequestFilterSensitiveLog: (obj: UpdateUserAttributesRequest) => any;
961
- /**
962
- * @internal
963
- */
964
- export declare const UpdateUserAttributesResponseFilterSensitiveLog: (obj: UpdateUserAttributesResponse) => any;
965
- /**
966
- * @internal
967
- */
968
- export declare const UpdateUserPoolRequestFilterSensitiveLog: (obj: UpdateUserPoolRequest) => any;
969
- /**
970
- * @internal
971
- */
972
- export declare const UpdateUserPoolResponseFilterSensitiveLog: (obj: UpdateUserPoolResponse) => any;
973
957
  /**
974
958
  * @internal
975
959
  */
@@ -978,27 +962,11 @@ export declare const UpdateUserPoolClientRequestFilterSensitiveLog: (obj: Update
978
962
  * @internal
979
963
  */
980
964
  export declare const UpdateUserPoolClientResponseFilterSensitiveLog: (obj: UpdateUserPoolClientResponse) => any;
981
- /**
982
- * @internal
983
- */
984
- export declare const UpdateUserPoolDomainRequestFilterSensitiveLog: (obj: UpdateUserPoolDomainRequest) => any;
985
- /**
986
- * @internal
987
- */
988
- export declare const UpdateUserPoolDomainResponseFilterSensitiveLog: (obj: UpdateUserPoolDomainResponse) => any;
989
965
  /**
990
966
  * @internal
991
967
  */
992
968
  export declare const VerifySoftwareTokenRequestFilterSensitiveLog: (obj: VerifySoftwareTokenRequest) => any;
993
- /**
994
- * @internal
995
- */
996
- export declare const VerifySoftwareTokenResponseFilterSensitiveLog: (obj: VerifySoftwareTokenResponse) => any;
997
969
  /**
998
970
  * @internal
999
971
  */
1000
972
  export declare const VerifyUserAttributeRequestFilterSensitiveLog: (obj: VerifyUserAttributeRequest) => any;
1001
- /**
1002
- * @internal
1003
- */
1004
- export declare const VerifyUserAttributeResponseFilterSensitiveLog: (obj: VerifyUserAttributeResponse) => any;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput } from "../commands/AdminListGroupsForUserCommand";
3
3
  import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateAdminListGroupsForUser(config: CognitoIdentityProviderPaginationConfiguration, input: AdminListGroupsForUserCommandInput, ...additionalArguments: any): Paginator<AdminListGroupsForUserCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput } from "../commands/AdminListUserAuthEventsCommand";
3
3
  import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateAdminListUserAuthEvents(config: CognitoIdentityProviderPaginationConfiguration, input: AdminListUserAuthEventsCommandInput, ...additionalArguments: any): Paginator<AdminListUserAuthEventsCommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface CognitoIdentityProviderPaginationConfiguration extends PaginationConfiguration {
4
7
  client: CognitoIdentityProviderClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
3
3
  import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListGroups(config: CognitoIdentityProviderPaginationConfiguration, input: ListGroupsCommandInput, ...additionalArguments: any): Paginator<ListGroupsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
3
3
  import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListIdentityProviders(config: CognitoIdentityProviderPaginationConfiguration, input: ListIdentityProvidersCommandInput, ...additionalArguments: any): Paginator<ListIdentityProvidersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListResourceServersCommandInput, ListResourceServersCommandOutput } from "../commands/ListResourceServersCommand";
3
3
  import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListResourceServers(config: CognitoIdentityProviderPaginationConfiguration, input: ListResourceServersCommandInput, ...additionalArguments: any): Paginator<ListResourceServersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput } from "../commands/ListUserPoolClientsCommand";
3
3
  import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListUserPoolClients(config: CognitoIdentityProviderPaginationConfiguration, input: ListUserPoolClientsCommandInput, ...additionalArguments: any): Paginator<ListUserPoolClientsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListUserPoolsCommandInput, ListUserPoolsCommandOutput } from "../commands/ListUserPoolsCommand";
3
3
  import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListUserPools(config: CognitoIdentityProviderPaginationConfiguration, input: ListUserPoolsCommandInput, ...additionalArguments: any): Paginator<ListUserPoolsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput } from "../commands/ListUsersInGroupCommand";
3
3
  import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListUsersInGroup(config: CognitoIdentityProviderPaginationConfiguration, input: ListUsersInGroupCommandInput, ...additionalArguments: any): Paginator<ListUsersInGroupCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
3
3
  import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListUsers(config: CognitoIdentityProviderPaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;