amazonka-ses-1.6.0: Amazon Simple Email Service SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SES.CreateCustomVerificationEmailTemplate

Contents

Description

Creates a new custom verification email template.

For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide .

You can execute this operation no more than once per second.

Synopsis

Creating a Request

createCustomVerificationEmailTemplate #

Creates a value of CreateCustomVerificationEmailTemplate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data CreateCustomVerificationEmailTemplate #

Represents a request to create a custom verification email template.

See: createCustomVerificationEmailTemplate smart constructor.

Instances

Eq CreateCustomVerificationEmailTemplate # 
Data CreateCustomVerificationEmailTemplate # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateCustomVerificationEmailTemplate -> c CreateCustomVerificationEmailTemplate #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateCustomVerificationEmailTemplate #

toConstr :: CreateCustomVerificationEmailTemplate -> Constr #

dataTypeOf :: CreateCustomVerificationEmailTemplate -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreateCustomVerificationEmailTemplate) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateCustomVerificationEmailTemplate) #

gmapT :: (forall b. Data b => b -> b) -> CreateCustomVerificationEmailTemplate -> CreateCustomVerificationEmailTemplate #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateCustomVerificationEmailTemplate -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateCustomVerificationEmailTemplate -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateCustomVerificationEmailTemplate -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateCustomVerificationEmailTemplate -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateCustomVerificationEmailTemplate -> m CreateCustomVerificationEmailTemplate #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateCustomVerificationEmailTemplate -> m CreateCustomVerificationEmailTemplate #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateCustomVerificationEmailTemplate -> m CreateCustomVerificationEmailTemplate #

Read CreateCustomVerificationEmailTemplate # 
Show CreateCustomVerificationEmailTemplate # 
Generic CreateCustomVerificationEmailTemplate # 
Hashable CreateCustomVerificationEmailTemplate # 
NFData CreateCustomVerificationEmailTemplate # 
AWSRequest CreateCustomVerificationEmailTemplate # 
ToHeaders CreateCustomVerificationEmailTemplate # 
ToPath CreateCustomVerificationEmailTemplate # 
ToQuery CreateCustomVerificationEmailTemplate # 
type Rep CreateCustomVerificationEmailTemplate # 
type Rep CreateCustomVerificationEmailTemplate = D1 * (MetaData "CreateCustomVerificationEmailTemplate" "Network.AWS.SES.CreateCustomVerificationEmailTemplate" "amazonka-ses-1.6.0-5nUPGbFUhEuKgCCmp7O4es" False) (C1 * (MetaCons "CreateCustomVerificationEmailTemplate'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_ccvetTemplateName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) ((:*:) * (S1 * (MetaSel (Just Symbol "_ccvetFromEmailAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_ccvetTemplateSubject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ccvetTemplateContent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) ((:*:) * (S1 * (MetaSel (Just Symbol "_ccvetSuccessRedirectionURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_ccvetFailureRedirectionURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))))
type Rs CreateCustomVerificationEmailTemplate # 

Request Lenses

ccvetTemplateName :: Lens' CreateCustomVerificationEmailTemplate Text #

The name of the custom verification email template.

ccvetFromEmailAddress :: Lens' CreateCustomVerificationEmailTemplate Text #

The email address that the custom verification email is sent from.

ccvetTemplateSubject :: Lens' CreateCustomVerificationEmailTemplate Text #

The subject line of the custom verification email.

ccvetTemplateContent :: Lens' CreateCustomVerificationEmailTemplate Text #

The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide .

ccvetSuccessRedirectionURL :: Lens' CreateCustomVerificationEmailTemplate Text #

The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

ccvetFailureRedirectionURL :: Lens' CreateCustomVerificationEmailTemplate Text #

The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

Destructuring the Response

data CreateCustomVerificationEmailTemplateResponse #

Instances

Eq CreateCustomVerificationEmailTemplateResponse # 
Data CreateCustomVerificationEmailTemplateResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateCustomVerificationEmailTemplateResponse -> c CreateCustomVerificationEmailTemplateResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateCustomVerificationEmailTemplateResponse #

toConstr :: CreateCustomVerificationEmailTemplateResponse -> Constr #

dataTypeOf :: CreateCustomVerificationEmailTemplateResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CreateCustomVerificationEmailTemplateResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateCustomVerificationEmailTemplateResponse) #

gmapT :: (forall b. Data b => b -> b) -> CreateCustomVerificationEmailTemplateResponse -> CreateCustomVerificationEmailTemplateResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateCustomVerificationEmailTemplateResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateCustomVerificationEmailTemplateResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateCustomVerificationEmailTemplateResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateCustomVerificationEmailTemplateResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateCustomVerificationEmailTemplateResponse -> m CreateCustomVerificationEmailTemplateResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateCustomVerificationEmailTemplateResponse -> m CreateCustomVerificationEmailTemplateResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateCustomVerificationEmailTemplateResponse -> m CreateCustomVerificationEmailTemplateResponse #

Read CreateCustomVerificationEmailTemplateResponse # 
Show CreateCustomVerificationEmailTemplateResponse # 
Generic CreateCustomVerificationEmailTemplateResponse # 
NFData CreateCustomVerificationEmailTemplateResponse # 
type Rep CreateCustomVerificationEmailTemplateResponse # 
type Rep CreateCustomVerificationEmailTemplateResponse = D1 * (MetaData "CreateCustomVerificationEmailTemplateResponse" "Network.AWS.SES.CreateCustomVerificationEmailTemplate" "amazonka-ses-1.6.0-5nUPGbFUhEuKgCCmp7O4es" False) (C1 * (MetaCons "CreateCustomVerificationEmailTemplateResponse'" PrefixI False) (U1 *))