aws-0.7.2: Amazon Web Services (AWS) for Haskell

Safe HaskellNone

Aws.Ses.Core

Synopsis

Documentation

data RawMessage Source

A raw e-mail.

Constructors

RawMessage 

type EmailAddress = TextSource

An e-mail address.

data Sender Source

The sender's e-mail address.

Constructors

Sender 

Instances

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

Write a data type as a list of query parameters.