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