Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.DeleteUserPolicy
Synopsis
Documentation
data DeleteUserPolicy Source #
Deletes the specified policy associated with the specified user.
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 Methods showsPrec :: Int -> DeleteUserPolicyResponse -> ShowS # show :: DeleteUserPolicyResponse -> String # showList :: [DeleteUserPolicyResponse] -> ShowS # | |||||
Eq DeleteUserPolicyResponse Source # | |||||
Defined in Aws.Iam.Commands.DeleteUserPolicy Methods (==) :: DeleteUserPolicyResponse -> DeleteUserPolicyResponse -> Bool # (/=) :: DeleteUserPolicyResponse -> DeleteUserPolicyResponse -> Bool # | |||||
Ord DeleteUserPolicyResponse Source # | |||||
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 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 |