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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.DetachGroupPolicy

Contents

Description

Removes the specified managed policy from the specified group.

A group can also have inline policies embedded with it. To delete an inline policy, use the DeleteGroupPolicy API. For information about policies, refer to Managed Policies and Inline Policies in the Using IAM guide.

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

Synopsis

Request

Request constructor

detachGroupPolicy Source

DetachGroupPolicy constructor.

The fields accessible through corresponding lenses are:

Request lenses

dgpGroupName :: Lens' DetachGroupPolicy Text Source

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

Response

Response constructor