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.
Constructors
UpdateUser | |
Fields
|