Safe Haskell | None |
---|---|
Language | Haskell2010 |
- 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
UpdateUser | |
|
data UpdateUserResponse Source #