File: Commands.hs

package info (click to toggle)
haskell-aws 0.24.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 868 kB
  • sloc: haskell: 9,593; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,253 bytes parent folder | download | duplicates (6)
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
module Aws.Ses.Commands
    ( module Aws.Ses.Commands.SendRawEmail
    , module Aws.Ses.Commands.ListIdentities
    , module Aws.Ses.Commands.VerifyEmailIdentity
    , module Aws.Ses.Commands.VerifyDomainIdentity
    , module Aws.Ses.Commands.VerifyDomainDkim
    , module Aws.Ses.Commands.DeleteIdentity
    , module Aws.Ses.Commands.GetIdentityDkimAttributes
    , module Aws.Ses.Commands.GetIdentityNotificationAttributes
    , module Aws.Ses.Commands.GetIdentityVerificationAttributes
    , module Aws.Ses.Commands.SetIdentityNotificationTopic
    , module Aws.Ses.Commands.SetIdentityDkimEnabled
    , module Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled
    ) where

import Aws.Ses.Commands.SendRawEmail
import Aws.Ses.Commands.ListIdentities
import Aws.Ses.Commands.VerifyEmailIdentity
import Aws.Ses.Commands.VerifyDomainIdentity
import Aws.Ses.Commands.VerifyDomainDkim
import Aws.Ses.Commands.DeleteIdentity
import Aws.Ses.Commands.GetIdentityDkimAttributes
import Aws.Ses.Commands.GetIdentityNotificationAttributes
import Aws.Ses.Commands.GetIdentityVerificationAttributes
import Aws.Ses.Commands.SetIdentityNotificationTopic
import Aws.Ses.Commands.SetIdentityDkimEnabled
import Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled