amazonka-ses-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SES.DeleteCustomVerificationEmailTemplate

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

data DeleteCustomVerificationEmailTemplate Source #

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

See: newDeleteCustomVerificationEmailTemplate smart constructor.

Constructors

DeleteCustomVerificationEmailTemplate' 

Fields

  • templateName :: Text

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

Instances

Instances details
ToHeaders DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

ToPath DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

ToQuery DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

AWSRequest DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

Generic DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

Read DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

Show DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

NFData DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

Eq DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

Hashable DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

type AWSResponse DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

type Rep DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

type Rep DeleteCustomVerificationEmailTemplate = D1 ('MetaData "DeleteCustomVerificationEmailTemplate" "Amazonka.SES.DeleteCustomVerificationEmailTemplate" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" 'False) (C1 ('MetaCons "DeleteCustomVerificationEmailTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteCustomVerificationEmailTemplate Source #

Create a value of DeleteCustomVerificationEmailTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteCustomVerificationEmailTemplate, deleteCustomVerificationEmailTemplate_templateName - The name of the custom verification email template that you want to delete.

Request Lenses

deleteCustomVerificationEmailTemplate_templateName :: Lens' DeleteCustomVerificationEmailTemplate Text Source #

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

Destructuring the Response

data DeleteCustomVerificationEmailTemplateResponse Source #

Instances

Instances details
Generic DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

Read DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

Show DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

NFData DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

Eq DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

type Rep DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

type Rep DeleteCustomVerificationEmailTemplateResponse = D1 ('MetaData "DeleteCustomVerificationEmailTemplateResponse" "Amazonka.SES.DeleteCustomVerificationEmailTemplate" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" 'False) (C1 ('MetaCons "DeleteCustomVerificationEmailTemplateResponse'" 'PrefixI 'False) (U1 :: Type -> Type))