| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IAM.ChangePassword
Description
Changes the password of the IAM user who is calling this action. The root account password is not affected by this action.
To change the password for a different user, see UpdateLoginProfile. For more information about modifying passwords, see Managing Passwords in the Using IAM guide.
See: AWS API Reference for ChangePassword.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> ChangePassword |
Creates a value of ChangePassword with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Request Lenses
cpOldPassword :: Lens' ChangePassword Text Source
The IAM user's current password.
cpNewPassword :: Lens' ChangePassword Text Source
The new password. The new password must conform to the AWS account's password policy, if one exists.
Destructuring the Response
changePasswordResponse :: ChangePasswordResponse Source
Creates a value of ChangePasswordResponse with the minimum fields required to make a request.
data ChangePasswordResponse Source
See: changePasswordResponse smart constructor.