amazonka-iam-1.3.6: 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.DeleteUser

Contents

Description

Deletes the specified user. The user must not belong to any groups, have any keys or signing certificates, or have any attached policies.

See: AWS API Reference for DeleteUser.

Synopsis

Creating a Request

deleteUser Source

Arguments

:: Text

duUserName

-> DeleteUser 

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

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

Request Lenses

duUserName :: Lens' DeleteUser Text Source

The name of the user to delete.

Destructuring the Response

deleteUserResponse :: DeleteUserResponse Source

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