| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Iam.Commands.PutGroupPolicy
Synopsis
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 |
Instances
| AsMemoryResponse PutGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutGroupPolicy Associated Types
Methods loadToMemory :: PutGroupPolicyResponse -> ResourceT IO (MemoryResponse PutGroupPolicyResponse) Source # | |||||
| Show PutGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutGroupPolicy | |||||
| Eq PutGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutGroupPolicy Methods (==) :: PutGroupPolicyResponse -> PutGroupPolicyResponse -> Bool Source # (/=) :: PutGroupPolicyResponse -> PutGroupPolicyResponse -> Bool Source # | |||||
| Ord PutGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutGroupPolicy Methods compare :: PutGroupPolicyResponse -> PutGroupPolicyResponse -> Ordering Source # (<) :: PutGroupPolicyResponse -> PutGroupPolicyResponse -> Bool Source # (<=) :: PutGroupPolicyResponse -> PutGroupPolicyResponse -> Bool Source # (>) :: PutGroupPolicyResponse -> PutGroupPolicyResponse -> Bool Source # (>=) :: PutGroupPolicyResponse -> PutGroupPolicyResponse -> Bool Source # max :: PutGroupPolicyResponse -> PutGroupPolicyResponse -> PutGroupPolicyResponse Source # min :: PutGroupPolicyResponse -> PutGroupPolicyResponse -> PutGroupPolicyResponse Source # | |||||
| ResponseConsumer PutGroupPolicy PutGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutGroupPolicy Associated Types
| |||||
| Transaction PutGroupPolicy PutGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutGroupPolicy | |||||
| type MemoryResponse PutGroupPolicyResponse Source # | |||||
| type ResponseMetadata PutGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutGroupPolicy | |||||