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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.DeleteUserPolicy

Contents

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 IAM User Guide.

See: AWS API Reference for DeleteUserPolicy.

Synopsis

Creating a Request

deleteUserPolicy Source

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:

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.