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.GetCustomVerificationEmailTemplate

Contents

Description

Returns the custom email verification template for the template name you specify.

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

getCustomVerificationEmailTemplate Source #

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

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

  • gcvetTemplateName - The name of the custom verification email template that you want to retrieve.

data GetCustomVerificationEmailTemplate Source #

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

See: getCustomVerificationEmailTemplate smart constructor.

Instances
Eq GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Data GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Methods

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

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

toConstr :: GetCustomVerificationEmailTemplate -> Constr #

dataTypeOf :: GetCustomVerificationEmailTemplate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Show GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Generic GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Associated Types

type Rep GetCustomVerificationEmailTemplate :: Type -> Type #

Hashable GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

AWSRequest GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

ToHeaders GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

ToPath GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

ToQuery GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

NFData GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

type Rep GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

type Rep GetCustomVerificationEmailTemplate = D1 (MetaData "GetCustomVerificationEmailTemplate" "Network.AWS.SES.GetCustomVerificationEmailTemplate" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" True) (C1 (MetaCons "GetCustomVerificationEmailTemplate'" PrefixI True) (S1 (MetaSel (Just "_gcvetTemplateName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Request Lenses

gcvetTemplateName :: Lens' GetCustomVerificationEmailTemplate Text Source #

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

Destructuring the Response

getCustomVerificationEmailTemplateResponse Source #

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

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

data GetCustomVerificationEmailTemplateResponse Source #

The content of the custom verification email template.

See: getCustomVerificationEmailTemplateResponse smart constructor.

Instances
Eq GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Data GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Methods

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

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

toConstr :: GetCustomVerificationEmailTemplateResponse -> Constr #

dataTypeOf :: GetCustomVerificationEmailTemplateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Show GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Generic GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

NFData GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

type Rep GetCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

type Rep GetCustomVerificationEmailTemplateResponse = D1 (MetaData "GetCustomVerificationEmailTemplateResponse" "Network.AWS.SES.GetCustomVerificationEmailTemplate" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" False) (C1 (MetaCons "GetCustomVerificationEmailTemplateResponse'" PrefixI True) ((S1 (MetaSel (Just "_gcvetrsFromEmailAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_gcvetrsTemplateName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gcvetrsFailureRedirectionURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_gcvetrsTemplateSubject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gcvetrsSuccessRedirectionURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_gcvetrsTemplateContent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gcvetrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

gcvetrsFromEmailAddress :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #

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

gcvetrsTemplateName :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #

The name of the custom verification email template.

gcvetrsFailureRedirectionURL :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #

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

gcvetrsTemplateSubject :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #

The subject line of the custom verification email.

gcvetrsSuccessRedirectionURL :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #

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