forked from brendanhay/amazonka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amazonka-ses.cabal
68 lines (60 loc) · 2.68 KB
/
amazonka-ses.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: amazonka-ses
version: 0.3.6
synopsis: Amazon Simple Email Service SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
license-file: LICENSE
author: Brendan Hay
maintainer: Brendan Hay <[email protected]>
copyright: Copyright (c) 2013-2014 Brendan Hay
category: Network, AWS, Cloud, Distributed Computing
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
description:
Amazon Simple Email Service (Amazon SES) is a cost-effective outbound-only
email-sending service built on the reliable and scalable infrastructure that
Amazon.com has developed to serve its own customer base. With Amazon SES, you
can send transactional email, marketing messages, or any other type of
high-quality content and you only pay for what you use. Along with high
deliverability, Amazon SES provides easy, real-time access to your sending
statistics and built-in notifications for bounces, complaints, and deliveries
to help you fine-tune your email-sending strategy.
.
/See:/ <http://docs.aws.amazon.com/ses/latest/APIReference/Welcome.html AWS API Reference>
.
/Warning:/ This is an experimental preview release which is still under
heavy development and not intended for public consumption, caveat emptor!
source-repository head
type: git
location: git://github.com/brendanhay/amazonka.git
library
default-language: Haskell2010
hs-source-dirs: src gen
ghc-options: -Wall
exposed-modules:
Network.AWS.SES
, Network.AWS.SES.DeleteIdentity
, Network.AWS.SES.DeleteVerifiedEmailAddress
, Network.AWS.SES.GetIdentityDkimAttributes
, Network.AWS.SES.GetIdentityNotificationAttributes
, Network.AWS.SES.GetIdentityVerificationAttributes
, Network.AWS.SES.GetSendQuota
, Network.AWS.SES.GetSendStatistics
, Network.AWS.SES.ListIdentities
, Network.AWS.SES.ListVerifiedEmailAddresses
, Network.AWS.SES.SendEmail
, Network.AWS.SES.SendRawEmail
, Network.AWS.SES.SetIdentityDkimEnabled
, Network.AWS.SES.SetIdentityFeedbackForwardingEnabled
, Network.AWS.SES.SetIdentityNotificationTopic
, Network.AWS.SES.Types
, Network.AWS.SES.VerifyDomainDkim
, Network.AWS.SES.VerifyDomainIdentity
, Network.AWS.SES.VerifyEmailAddress
, Network.AWS.SES.VerifyEmailIdentity
, Network.AWS.SES.Waiters
other-modules:
build-depends:
amazonka-core == 0.3.6.*
, base >= 4.7 && < 5