| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IAM.RemoveUserFromGroup
Description
Removes the specified user from the specified group.
See: AWS API Reference for RemoveUserFromGroup.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> RemoveUserFromGroup |
Creates a value of RemoveUserFromGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RemoveUserFromGroup Source
See: removeUserFromGroup smart constructor.
Instances
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.
Destructuring the Response
removeUserFromGroupResponse :: RemoveUserFromGroupResponse Source
Creates a value of RemoveUserFromGroupResponse with the minimum fields required to make a request.
data RemoveUserFromGroupResponse Source
See: removeUserFromGroupResponse smart constructor.