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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.DeleteGroupPolicy

Contents

Description

Deletes the specified policy that is associated with the specified group.

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

Synopsis

Request

Request constructor

deleteGroupPolicy Source

DeleteGroupPolicy constructor.

The fields accessible through corresponding lenses are:

Request lenses

dgpGroupName :: Lens' DeleteGroupPolicy Text Source

The name of the group the policy is associated with.

dgpPolicyName :: Lens' DeleteGroupPolicy Text Source

The name of the policy document to delete.

Response

Response constructor