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 |
Removes the specified managed policy from the specified role.
A role can also have inline policies embedded with it. To delete an inline policy, use the DeleteRolePolicy API. For information about policies, refer to Managed Policies and Inline Policies in the IAM User Guide.
See: AWS API Reference for DetachRolePolicy.
Creating a Request
Creates a value of DetachRolePolicy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DetachRolePolicy Source
See: detachRolePolicy
smart constructor.
Request Lenses
drpRoleName :: Lens' DetachRolePolicy Text Source
The name (friendly name, not ARN) of the role to detach the policy from.
drpPolicyARN :: Lens' DetachRolePolicy Text Source
Undocumented member.
Destructuring the Response
detachRolePolicyResponse :: DetachRolePolicyResponse Source
Creates a value of DetachRolePolicyResponse
with the minimum fields required to make a request.
data DetachRolePolicyResponse Source
See: detachRolePolicyResponse
smart constructor.