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 #

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 #

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

See: getCustomVerificationEmailTemplate smart constructor.

Instances
Eq GetCustomVerificationEmailTemplate # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Data GetCustomVerificationEmailTemplate # 
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 # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Show GetCustomVerificationEmailTemplate # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Generic GetCustomVerificationEmailTemplate # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Associated Types

type Rep GetCustomVerificationEmailTemplate :: Type -> Type #

Hashable GetCustomVerificationEmailTemplate # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

AWSRequest GetCustomVerificationEmailTemplate # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

ToHeaders GetCustomVerificationEmailTemplate # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

ToPath GetCustomVerificationEmailTemplate # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

ToQuery GetCustomVerificationEmailTemplate # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

NFData GetCustomVerificationEmailTemplate # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

type Rep GetCustomVerificationEmailTemplate # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

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

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Request Lenses

gcvetTemplateName :: Lens' GetCustomVerificationEmailTemplate Text #

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

Destructuring the Response

getCustomVerificationEmailTemplateResponse #

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 #

The content of the custom verification email template.

See: getCustomVerificationEmailTemplateResponse smart constructor.

Instances
Eq GetCustomVerificationEmailTemplateResponse # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Data GetCustomVerificationEmailTemplateResponse # 
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 # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Show GetCustomVerificationEmailTemplateResponse # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

Generic GetCustomVerificationEmailTemplateResponse # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

NFData GetCustomVerificationEmailTemplateResponse # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

type Rep GetCustomVerificationEmailTemplateResponse # 
Instance details

Defined in Network.AWS.SES.GetCustomVerificationEmailTemplate

type Rep GetCustomVerificationEmailTemplateResponse = D1 (MetaData "GetCustomVerificationEmailTemplateResponse" "Network.AWS.SES.GetCustomVerificationEmailTemplate" "amazonka-ses-1.6.1-GyciVs3kElCGWDMAMMcZl5" 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) #

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

gcvetrsTemplateName :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) #

The name of the custom verification email template.

gcvetrsFailureRedirectionURL :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) #

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) #

The subject line of the custom verification email.

gcvetrsSuccessRedirectionURL :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) #

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

gcvetrsTemplateContent :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) #

The content of the custom verification email.