| 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.DeleteUserPolicy
Description
Deletes the specified inline policy that is embedded in the specified user.
A user can also have managed policies attached to it. To detach a managed policy from a user, use DetachUserPolicy. For more information about policies, refer to Managed Policies and Inline Policies in the Using IAM guide.
See: AWS API Reference for DeleteUserPolicy.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteUserPolicy |
Creates a value of DeleteUserPolicy with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteUserPolicy Source
See: deleteUserPolicy smart constructor.
Instances
Request Lenses
dupUserName :: Lens' DeleteUserPolicy Text Source
The name (friendly name, not ARN) identifying the user that the policy is embedded in.
dupPolicyName :: Lens' DeleteUserPolicy Text Source
The name identifying the policy document to delete.
Destructuring the Response
deleteUserPolicyResponse :: DeleteUserPolicyResponse Source
Creates a value of DeleteUserPolicyResponse with the minimum fields required to make a request.
data DeleteUserPolicyResponse Source
See: deleteUserPolicyResponse smart constructor.