| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.IAM.DetachGroupPolicy
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
Request
data DetachGroupPolicy Source
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> DetachGroupPolicy |
DetachGroupPolicy constructor.
The fields accessible through corresponding lenses are:
dgpGroupName::TextdgpPolicyArn::Text
Request lenses
dgpGroupName :: Lens' DetachGroupPolicy Text Source
The name (friendly name, not ARN) of the group to detach the policy from.