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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.DeleteUserPolicy

Contents

Description

Deletes the specified policy associated with the specified user.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUserPolicy.html

Synopsis

Request

Request constructor

deleteUserPolicy Source

DeleteUserPolicy constructor.

The fields accessible through corresponding lenses are:

Request lenses

dupPolicyName :: Lens' DeleteUserPolicy Text Source

The name of the policy document to delete.

dupUserName :: Lens' DeleteUserPolicy Text Source

The name of the user the policy is associated with.

Response

Response constructor