| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Iam.Commands.DeleteGroupPolicy
Synopsis
- data DeleteGroupPolicy = DeleteGroupPolicy {
- dgpPolicyName :: Text
- dgpGroupName :: Text
- data DeleteGroupPolicyResponse = DeleteGroupPolicyResponse
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
Methods loadToMemory :: DeleteGroupPolicyResponse -> ResourceT IO (MemoryResponse DeleteGroupPolicyResponse) Source # | |||||
| Show DeleteGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.DeleteGroupPolicy Methods showsPrec :: Int -> DeleteGroupPolicyResponse -> ShowS show :: DeleteGroupPolicyResponse -> String showList :: [DeleteGroupPolicyResponse] -> ShowS | |||||
| Eq DeleteGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.DeleteGroupPolicy Methods (==) :: DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse -> Bool (/=) :: DeleteGroupPolicyResponse -> DeleteGroupPolicyResponse -> Bool | |||||
| Ord DeleteGroupPolicyResponse Source # | |||||
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 Source # | |||||
Defined in Aws.Iam.Commands.DeleteGroupPolicy Associated Types
Methods responseConsumer :: Request -> DeleteGroupPolicy -> IORef (ResponseMetadata DeleteGroupPolicyResponse) -> HTTPResponseConsumer DeleteGroupPolicyResponse Source # | |||||
| Transaction DeleteGroupPolicy DeleteGroupPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.DeleteGroupPolicy | |||||
| type MemoryResponse DeleteGroupPolicyResponse Source # | |||||
| type ResponseMetadata DeleteGroupPolicyResponse Source # | |||||