Safe Haskell | None |
---|---|
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 |
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
Methods responseConsumer :: Request -> PutGroupPolicy -> IORef (ResponseMetadata PutGroupPolicyResponse) -> HTTPResponseConsumer PutGroupPolicyResponse Source # | |||||
Transaction PutGroupPolicy PutGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutGroupPolicy | |||||
type MemoryResponse PutGroupPolicyResponse Source # | |||||
type ResponseMetadata PutGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.PutGroupPolicy |