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