Safe Haskell | None |
---|---|
Language | Haskell2010 |
Removes the specified user from the specified group.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_RemoveUserFromGroup.html
Request
Request constructor
RemoveUserFromGroup
constructor.
The fields accessible through corresponding lenses are:
Request lenses
rufgGroupName :: Lens' RemoveUserFromGroup Text Source
The name of the group to update.
rufgUserName :: Lens' RemoveUserFromGroup Text Source
The name of the user to remove.