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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.DeleteRolePolicy

Contents

Description

Deletes the specified policy associated with the specified role.

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

Synopsis

Request

Request constructor

deleteRolePolicy Source

DeleteRolePolicy constructor.

The fields accessible through corresponding lenses are:

Request lenses

drpPolicyName :: Lens' DeleteRolePolicy Text Source

The name of the policy document to delete.

drpRoleName :: Lens' DeleteRolePolicy Text Source

The name of the role the associated with the policy.

Response

Response constructor