Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Ses.Commands.SendRawEmail
Synopsis
- data SendRawEmail = SendRawEmail {}
- data SendRawEmailResponse = SendRawEmailResponse {}
Documentation
data SendRawEmail Source #
Send a raw e-mail message.
Constructors
SendRawEmail | |
Fields |
Instances
data SendRawEmailResponse Source #
The response sent back by Amazon SES after a
SendRawEmail
command.
Constructors
SendRawEmailResponse | |
Fields |
Instances
AsMemoryResponse SendRawEmailResponse Source # | |||||
Defined in Aws.Ses.Commands.SendRawEmail Associated Types
Methods loadToMemory :: SendRawEmailResponse -> ResourceT IO (MemoryResponse SendRawEmailResponse) Source # | |||||
Show SendRawEmailResponse Source # | |||||
Defined in Aws.Ses.Commands.SendRawEmail Methods showsPrec :: Int -> SendRawEmailResponse -> ShowS # show :: SendRawEmailResponse -> String # showList :: [SendRawEmailResponse] -> ShowS # | |||||
Eq SendRawEmailResponse Source # | |||||
Defined in Aws.Ses.Commands.SendRawEmail Methods (==) :: SendRawEmailResponse -> SendRawEmailResponse -> Bool # (/=) :: SendRawEmailResponse -> SendRawEmailResponse -> Bool # | |||||
Ord SendRawEmailResponse Source # | |||||
Defined in Aws.Ses.Commands.SendRawEmail Methods compare :: SendRawEmailResponse -> SendRawEmailResponse -> Ordering # (<) :: SendRawEmailResponse -> SendRawEmailResponse -> Bool # (<=) :: SendRawEmailResponse -> SendRawEmailResponse -> Bool # (>) :: SendRawEmailResponse -> SendRawEmailResponse -> Bool # (>=) :: SendRawEmailResponse -> SendRawEmailResponse -> Bool # max :: SendRawEmailResponse -> SendRawEmailResponse -> SendRawEmailResponse # min :: SendRawEmailResponse -> SendRawEmailResponse -> SendRawEmailResponse # | |||||
ResponseConsumer SendRawEmail SendRawEmailResponse Source # | |||||
Defined in Aws.Ses.Commands.SendRawEmail Associated Types
| |||||
Transaction SendRawEmail SendRawEmailResponse Source # | |||||
Defined in Aws.Ses.Commands.SendRawEmail | |||||
type MemoryResponse SendRawEmailResponse Source # | |||||
Defined in Aws.Ses.Commands.SendRawEmail | |||||
type ResponseMetadata SendRawEmailResponse Source # | |||||
Defined in Aws.Ses.Commands.SendRawEmail |