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

Contents

Description

Deletes 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

deleteCustomVerificationEmailTemplate Source #

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

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

  • dcvetTemplateName - The name of the custom verification email template that you want to delete.

data DeleteCustomVerificationEmailTemplate Source #

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

See: deleteCustomVerificationEmailTemplate smart constructor.

Instances
Eq DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

Data DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

Methods

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

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

toConstr :: DeleteCustomVerificationEmailTemplate -> Constr #

dataTypeOf :: DeleteCustomVerificationEmailTemplate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

Show DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

Generic DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

Hashable DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

AWSRequest DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

ToHeaders DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

ToPath DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

ToQuery DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

NFData DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

type Rep DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

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

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

Request Lenses

dcvetTemplateName :: Lens' DeleteCustomVerificationEmailTemplate Text Source #

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

Destructuring the Response

data DeleteCustomVerificationEmailTemplateResponse Source #

Instances
Eq DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

Data DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

Methods

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

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

toConstr :: DeleteCustomVerificationEmailTemplateResponse -> Constr #

dataTypeOf :: DeleteCustomVerificationEmailTemplateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

Show DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

Generic DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

NFData DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

type Rep DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteCustomVerificationEmailTemplate

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