| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.IAM.UpdateLoginProfile
Description
Changes the password for the specified user.
Users can change their own passwords by calling ChangePassword. For more
information about modifying passwords, see Managing Passwords in the Using IAM
guide.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateLoginProfile.html
- data UpdateLoginProfile
- updateLoginProfile :: Text -> UpdateLoginProfile
- ulpPassword :: Lens' UpdateLoginProfile (Maybe Text)
- ulpPasswordResetRequired :: Lens' UpdateLoginProfile (Maybe Bool)
- ulpUserName :: Lens' UpdateLoginProfile Text
- data UpdateLoginProfileResponse
- updateLoginProfileResponse :: UpdateLoginProfileResponse
Request
data UpdateLoginProfile Source
Instances
Request constructor
Arguments
| :: Text | |
| -> UpdateLoginProfile |
UpdateLoginProfile constructor.
The fields accessible through corresponding lenses are:
Request lenses
ulpPassword :: Lens' UpdateLoginProfile (Maybe Text) Source
The new password for the specified user.
ulpPasswordResetRequired :: Lens' UpdateLoginProfile (Maybe Bool) Source
Require the specified user to set a new password on next sign-in.
ulpUserName :: Lens' UpdateLoginProfile Text Source
The name of the user whose password you want to update.