Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.PutGroupPolicy
Synopsis
- data PutGroupPolicy = PutGroupPolicy {
- pgpPolicyDocument :: Text
- pgpPolicyName :: Text
- pgpGroupName :: Text
- data PutGroupPolicyResponse = PutGroupPolicyResponse
Documentation
data PutGroupPolicy Source #
Adds a policy document with the specified name, associated with the specified group.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_PutGroupPolicy.html
Constructors
PutGroupPolicy | |
Fields
|
Instances
data PutGroupPolicyResponse Source #
Constructors
PutGroupPolicyResponse |