amazonka-iam-1.3.3.1: Amazon Identity and Access Management SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.RemoveUserFromGroup

Contents

Description

Removes the specified user from the specified group.

See: AWS API Reference for RemoveUserFromGroup.

Synopsis

Creating a Request

removeUserFromGroup Source

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:

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.