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.
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 Methods showsPrec :: Int -> PutGroupPolicyResponse -> ShowS # show :: PutGroupPolicyResponse -> String # showList :: [PutGroupPolicyResponse] -> ShowS # | |||||
Eq PutGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutGroupPolicy Methods (==) :: PutGroupPolicyResponse -> PutGroupPolicyResponse -> Bool # (/=) :: PutGroupPolicyResponse -> PutGroupPolicyResponse -> Bool # | |||||
Ord PutGroupPolicyResponse Source # | |||||
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 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 |