amazonka-iam-1.2.0.2: 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.AddUserToGroup

Contents

Description

Adds the specified user to the specified group.

See: AWS API Reference for AddUserToGroup.

Synopsis

Creating a Request

addUserToGroup Source

Creates a value of AddUserToGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

autgGroupName :: Lens' AddUserToGroup Text Source

The name of the group to update.

autgUserName :: Lens' AddUserToGroup Text Source

The name of the user to add.

Destructuring the Response

addUserToGroupResponse :: AddUserToGroupResponse Source

Creates a value of AddUserToGroupResponse with the minimum fields required to make a request.