| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Iam.Commands.DeleteGroupPolicy
Synopsis
Documentation
data DeleteGroupPolicy #
Deletes the specified policy associated with the specified group.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteGroupPolicy.html
Constructors
| DeleteGroupPolicy | |
Fields
| |
Instances
data DeleteGroupPolicyResponse #
Constructors
| DeleteGroupPolicyResponse |
Instances
| AsMemoryResponse DeleteGroupPolicyResponse # | |||||
Defined in Aws.Iam.Commands.DeleteGroupPolicy Associated Types
| |||||
| Show DeleteGroupPolicyResponse # | |||||
Defined in Aws.Iam.Commands.DeleteGroupPolicy Methods showsPrec :: Int -> DeleteGroupPolicyResponse -> ShowS # show :: DeleteGroupPolicyResponse -> String # showList :: [DeleteGroupPolicyResponse] -> ShowS # | |||||
| Eq DeleteGroupPolicyResponse # | |||||
Defined in Aws.Iam.Commands.DeleteGroupPolicy Methods (==) :: DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse -> Bool # (/=) :: DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse -> Bool # | |||||
| Ord DeleteGroupPolicyResponse # | |||||
Defined in Aws.Iam.Commands.DeleteGroupPolicy Methods compare :: DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse -> Ordering # (<) :: DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse -> Bool # (<=) :: DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse -> Bool # (>) :: DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse -> Bool # (>=) :: DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse -> Bool # max :: DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse # min :: DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse # | |||||
| ResponseConsumer DeleteGroupPolicy DeleteGroupPolicyResponse # | |||||
Defined in Aws.Iam.Commands.DeleteGroupPolicy Associated Types
| |||||
| Transaction DeleteGroupPolicy DeleteGroupPolicyResponse # | |||||
Defined in Aws.Iam.Commands.DeleteGroupPolicy | |||||
| type MemoryResponse DeleteGroupPolicyResponse # | |||||
| type ResponseMetadata DeleteGroupPolicyResponse # | |||||