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
|