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