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.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 # 
Data DeleteCustomVerificationEmailTemplate Source # 

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 # 
Show DeleteCustomVerificationEmailTemplate Source # 
Generic DeleteCustomVerificationEmailTemplate Source # 
Hashable DeleteCustomVerificationEmailTemplate Source # 
NFData DeleteCustomVerificationEmailTemplate Source # 
AWSRequest DeleteCustomVerificationEmailTemplate Source # 
ToHeaders DeleteCustomVerificationEmailTemplate Source # 
ToPath DeleteCustomVerificationEmailTemplate Source # 
ToQuery DeleteCustomVerificationEmailTemplate Source # 
type Rep DeleteCustomVerificationEmailTemplate Source # 
type Rep DeleteCustomVerificationEmailTemplate = D1 * (MetaData "DeleteCustomVerificationEmailTemplate" "Network.AWS.SES.DeleteCustomVerificationEmailTemplate" "amazonka-ses-1.6.0-Gb8e1E6FgybCfuSzgoBDRc" True) (C1 * (MetaCons "DeleteCustomVerificationEmailTemplate'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dcvetTemplateName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteCustomVerificationEmailTemplate Source # 

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 # 
Data DeleteCustomVerificationEmailTemplateResponse Source # 

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 # 
Show DeleteCustomVerificationEmailTemplateResponse Source # 
Generic DeleteCustomVerificationEmailTemplateResponse Source # 
NFData DeleteCustomVerificationEmailTemplateResponse Source # 
type Rep DeleteCustomVerificationEmailTemplateResponse Source # 
type Rep DeleteCustomVerificationEmailTemplateResponse = D1 * (MetaData "DeleteCustomVerificationEmailTemplateResponse" "Network.AWS.SES.DeleteCustomVerificationEmailTemplate" "amazonka-ses-1.6.0-Gb8e1E6FgybCfuSzgoBDRc" False) (C1 * (MetaCons "DeleteCustomVerificationEmailTemplateResponse'" PrefixI False) (U1 *))