amazonka-iam-1.3.5: 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.DeleteRole

Contents

Description

Deletes the specified role. The role must not have any policies attached. For more information about roles, go to Working with Roles.

Make sure you do not have any Amazon EC2 instances running with the role you are about to delete. Deleting a role or instance profile that is associated with a running instance will break any applications running on the instance.

See: AWS API Reference for DeleteRole.

Synopsis

Creating a Request

deleteRole Source

Arguments

:: Text

drRoleName

-> DeleteRole 

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

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

Request Lenses

drRoleName :: Lens' DeleteRole Text Source

The name of the role to delete.

Destructuring the Response

deleteRoleResponse :: DeleteRoleResponse Source

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