| Safe Haskell | None |
|---|
Aws.Iam.Commands.UpdateUser
- data UpdateUser = UpdateUser {
- uuUserName :: Text
- uuNewUserName :: Maybe Text
- uuNewPath :: Maybe Text
- data UpdateUserResponse = UpdateUserResponse
Documentation
data UpdateUser Source
Updates the name and/or path of the specified user.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateUser.html
Constructors
| UpdateUser | |
Fields
| |