amazonka-iam-1.3.6: 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.DetachUserPolicy

Contents

Description

Removes the specified managed policy from the specified user.

A user can also have inline policies embedded with it. To delete an inline policy, use the DeleteUserPolicy API. For information about policies, refer to Managed Policies and Inline Policies in the IAM User Guide.

See: AWS API Reference for DetachUserPolicy.

Synopsis

Creating a Request

detachUserPolicy Source

Creates a value of DetachUserPolicy with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dUserName :: Lens' DetachUserPolicy Text Source

The name (friendly name, not ARN) of the user to detach the policy from.

Destructuring the Response

detachUserPolicyResponse :: DetachUserPolicyResponse Source

Creates a value of DetachUserPolicyResponse with the minimum fields required to make a request.