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