|
23 | 23 | "AdminResetUserPassword": "<p>Resets the specified user's password in a user pool as an administrator. Works on any user.</p> <p>When a developer calls this API, the current password is invalidated, so it must be changed. If a user tries to sign in after the API is called, the app will get a PasswordResetRequiredException exception back and should direct the user down the flow to reset the password, which is the same as the forgot password flow. In addition, if the user pool has phone verification selected and a verified phone number exists for the user, or if email verification is selected and a verified email exists for the user, calling this API will also result in sending a message to the end user with the code to change their password.</p> <p>Requires developer credentials.</p>", |
24 | 24 | "AdminRespondToAuthChallenge": "<p>Responds to an authentication challenge, as an administrator.</p> <p>Requires developer credentials.</p>", |
25 | 25 | "AdminSetUserMFAPreference": "<p>Sets the user's multi-factor authentication (MFA) preference.</p>", |
| 26 | + "AdminSetUserPassword": null, |
26 | 27 | "AdminSetUserSettings": "<p>Sets all the user settings for a specified user name. Works on any user.</p> <p>Requires developer credentials.</p>", |
27 | 28 | "AdminUpdateAuthEventFeedback": "<p>Provides feedback for an authentication event as to whether it was from a valid user. This feedback is used for improving the risk evaluation decision for the user pool as part of Amazon Cognito advanced security.</p>", |
28 | 29 | "AdminUpdateDeviceStatus": "<p>Updates the device status as an administrator.</p> <p>Requires developer credentials.</p>", |
|
346 | 347 | "refs": { |
347 | 348 | } |
348 | 349 | }, |
| 350 | + "AdminSetUserPasswordRequest": { |
| 351 | + "base": null, |
| 352 | + "refs": { |
| 353 | + } |
| 354 | + }, |
| 355 | + "AdminSetUserPasswordResponse": { |
| 356 | + "base": null, |
| 357 | + "refs": { |
| 358 | + } |
| 359 | + }, |
349 | 360 | "AdminSetUserSettingsRequest": { |
350 | 361 | "base": "<p>Represents the request to set user settings as an administrator.</p>", |
351 | 362 | "refs": { |
|
593 | 604 | "refs": { |
594 | 605 | "AdminCreateUserConfigType$AllowAdminCreateUserOnly": "<p>Set to <code>True</code> if only the administrator is allowed to create user profiles. Set to <code>False</code> if users can sign themselves up via an app.</p>", |
595 | 606 | "AdminGetUserResponse$Enabled": "<p>Indicates that the status is enabled.</p>", |
| 607 | + "AdminSetUserPasswordRequest$Permanent": null, |
596 | 608 | "AnalyticsConfigurationType$UserDataShared": "<p>If <code>UserDataShared</code> is <code>true</code>, Amazon Cognito will include user data in the events it publishes to Amazon Pinpoint analytics.</p>", |
597 | 609 | "ConfirmDeviceResponse$UserConfirmationNecessary": "<p>Indicates whether the user confirmation is necessary to confirm the device response.</p>", |
598 | 610 | "CreateUserPoolClientRequest$AllowedOAuthFlowsUserPoolClient": "<p>Set to <code>True</code> if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.</p>", |
|
1975 | 1987 | "base": null, |
1976 | 1988 | "refs": { |
1977 | 1989 | "AdminCreateUserRequest$TemporaryPassword": "<p>The user's temporary password. This password must conform to the password policy that you specified when you created the user pool.</p> <p>The temporary password is valid only once. To complete the Admin Create User flow, the user must enter the temporary password in the sign-in page along with a new password to be used in all future sign-ins.</p> <p>This parameter is not required. If you do not specify a value, Amazon Cognito generates one for you.</p> <p>The temporary password can only be used until the user account expiration limit that you specified when you created the user pool. To reset the account after that time limit, you must call <code>AdminCreateUser</code> again, specifying <code>\"RESEND\"</code> for the <code>MessageAction</code> parameter.</p>", |
| 1990 | + "AdminSetUserPasswordRequest$Password": null, |
1978 | 1991 | "ChangePasswordRequest$PreviousPassword": "<p>The old password.</p>", |
1979 | 1992 | "ChangePasswordRequest$ProposedPassword": "<p>The new password.</p>", |
1980 | 1993 | "ConfirmForgotPasswordRequest$Password": "<p>The password sent by a user's request to retrieve a forgotten password.</p>", |
|
2540 | 2553 | "UserPoolTagsType$value": null |
2541 | 2554 | } |
2542 | 2555 | }, |
| 2556 | + "TemporaryPasswordValidityDaysType": { |
| 2557 | + "base": null, |
| 2558 | + "refs": { |
| 2559 | + "PasswordPolicyType$TemporaryPasswordValidityDays": null |
| 2560 | + } |
| 2561 | + }, |
2543 | 2562 | "TokenModelType": { |
2544 | 2563 | "base": null, |
2545 | 2564 | "refs": { |
|
2842 | 2861 | "AdminResetUserPasswordRequest$UserPoolId": "<p>The user pool ID for the user pool where you want to reset the user's password.</p>", |
2843 | 2862 | "AdminRespondToAuthChallengeRequest$UserPoolId": "<p>The ID of the Amazon Cognito user pool.</p>", |
2844 | 2863 | "AdminSetUserMFAPreferenceRequest$UserPoolId": "<p>The user pool ID.</p>", |
| 2864 | + "AdminSetUserPasswordRequest$UserPoolId": null, |
2845 | 2865 | "AdminSetUserSettingsRequest$UserPoolId": "<p>The user pool ID for the user pool where you want to set the user's settings, such as MFA options.</p>", |
2846 | 2866 | "AdminUpdateAuthEventFeedbackRequest$UserPoolId": "<p>The user pool ID.</p>", |
2847 | 2867 | "AdminUpdateDeviceStatusRequest$UserPoolId": "<p>The user pool ID.</p>", |
|
3017 | 3037 | "AdminRemoveUserFromGroupRequest$Username": "<p>The username for the user.</p>", |
3018 | 3038 | "AdminResetUserPasswordRequest$Username": "<p>The user name of the user whose password you wish to reset.</p>", |
3019 | 3039 | "AdminSetUserMFAPreferenceRequest$Username": "<p>The user pool username or alias.</p>", |
| 3040 | + "AdminSetUserPasswordRequest$Username": null, |
3020 | 3041 | "AdminSetUserSettingsRequest$Username": "<p>The user name of the user for whom you wish to set user settings.</p>", |
3021 | 3042 | "AdminUpdateAuthEventFeedbackRequest$Username": "<p>The user pool username.</p>", |
3022 | 3043 | "AdminUpdateDeviceStatusRequest$Username": "<p>The user name.</p>", |
|
0 commit comments