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

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.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteRole.html

Synopsis

Request

Request constructor

deleteRole Source

Arguments

:: Text

drRoleName

-> DeleteRole 

DeleteRole constructor.

The fields accessible through corresponding lenses are:

Request lenses

drRoleName :: Lens' DeleteRole Text Source

The name of the role to delete.

Response

Response constructor