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