aws-0.24.1: Amazon Web Services (AWS) for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Aws.Ses.Core

Synopsis

Documentation

data Destination Source #

The destinations of an e-mail.

type EmailAddress = Text Source #

An e-mail address.

data Sender Source #

The sender's e-mail address.

Constructors

Sender 

Instances

Instances details
Show Sender Source # 
Instance details

Defined in Aws.Ses.Core

Eq Sender Source # 
Instance details

Defined in Aws.Ses.Core

Ord Sender Source # 
Instance details

Defined in Aws.Ses.Core

sesAsQuery :: SesAsQuery a => a -> [(ByteString, ByteString)] Source #

Write a data type as a list of query parameters.