amazonka-ses-1.6.1: 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.UpdateCustomVerificationEmailTemplate

Contents

Description

Updates an existing 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

updateCustomVerificationEmailTemplate Source #

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

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

data UpdateCustomVerificationEmailTemplate Source #

Represents a request to update an existing custom verification email template.

See: updateCustomVerificationEmailTemplate smart constructor.

Instances
Eq UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

Data UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

Methods

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

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

toConstr :: UpdateCustomVerificationEmailTemplate -> Constr #

dataTypeOf :: UpdateCustomVerificationEmailTemplate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

Show UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

Generic UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

Hashable UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

AWSRequest UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

ToHeaders UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

ToPath UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

ToQuery UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

NFData UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

type Rep UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

type Rep UpdateCustomVerificationEmailTemplate = D1 (MetaData "UpdateCustomVerificationEmailTemplate" "Network.AWS.SES.UpdateCustomVerificationEmailTemplate" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" False) (C1 (MetaCons "UpdateCustomVerificationEmailTemplate'" PrefixI True) ((S1 (MetaSel (Just "_ucvetFromEmailAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ucvetFailureRedirectionURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ucvetTemplateSubject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_ucvetSuccessRedirectionURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ucvetTemplateContent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ucvetTemplateName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs UpdateCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

Request Lenses

ucvetFromEmailAddress :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text) Source #

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

ucvetFailureRedirectionURL :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text) Source #

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

ucvetTemplateSubject :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text) Source #

The subject line of the custom verification email.

ucvetSuccessRedirectionURL :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text) Source #

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

ucvetTemplateContent :: Lens' UpdateCustomVerificationEmailTemplate (Maybe Text) Source #

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 .

ucvetTemplateName :: Lens' UpdateCustomVerificationEmailTemplate Text Source #

The name of the custom verification email template that you want to update.

Destructuring the Response

data UpdateCustomVerificationEmailTemplateResponse Source #

Instances
Eq UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

Data UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

Methods

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

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

toConstr :: UpdateCustomVerificationEmailTemplateResponse -> Constr #

dataTypeOf :: UpdateCustomVerificationEmailTemplateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

Show UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

Generic UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

NFData UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

type Rep UpdateCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.UpdateCustomVerificationEmailTemplate

type Rep UpdateCustomVerificationEmailTemplateResponse = D1 (MetaData "UpdateCustomVerificationEmailTemplateResponse" "Network.AWS.SES.UpdateCustomVerificationEmailTemplate" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" False) (C1 (MetaCons "UpdateCustomVerificationEmailTemplateResponse'" PrefixI False) (U1 :: Type -> Type))