| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IAM.DeleteRolePolicy
Description
Deletes the specified inline policy that is embedded in the specified role.
A role can also have managed policies attached to it. To detach a managed policy from a role, use DetachRolePolicy. For more information about policies, refer to Managed Policies and Inline Policies in the Using IAM guide.
See: AWS API Reference for DeleteRolePolicy.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteRolePolicy |
Creates a value of DeleteRolePolicy with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteRolePolicy Source
See: deleteRolePolicy smart constructor.
Instances
Request Lenses
delRoleName :: Lens' DeleteRolePolicy Text Source
The name (friendly name, not ARN) identifying the role that the policy is embedded in.
delPolicyName :: Lens' DeleteRolePolicy Text Source
The name identifying the policy document to delete.
Destructuring the Response
deleteRolePolicyResponse :: DeleteRolePolicyResponse Source
Creates a value of DeleteRolePolicyResponse with the minimum fields required to make a request.
data DeleteRolePolicyResponse Source
See: deleteRolePolicyResponse smart constructor.