| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.IAM.DeleteRolePolicy
Description
Deletes the specified policy associated with the specified role.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteRolePolicy.html
Request
data DeleteRolePolicy Source
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> DeleteRolePolicy |
DeleteRolePolicy constructor.
The fields accessible through corresponding lenses are:
drpPolicyName::TextdrpRoleName::Text
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.