Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.UpdateUser
Synopsis
- 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
|
Instances
data UpdateUserResponse Source #
Constructors
UpdateUserResponse |