Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Removes the specified user from the specified group.
Creating a Request
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:
rufgGroupName
- The name of the group to update. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-rufgUserName
- The name of the user to remove. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
data RemoveUserFromGroup Source #
See: removeUserFromGroup
smart constructor.
Instances
Request Lenses
rufgGroupName :: Lens' RemoveUserFromGroup Text Source #
The name of the group to update. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
rufgUserName :: Lens' RemoveUserFromGroup Text Source #
The name of the user to remove. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
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.