libZSservicesZSamazonka-sesZSamazonka-ses
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq 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

Generic DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

NFData DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

Hashable DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

AWSRequest DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

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

type Rep DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

type Rep DeleteCustomVerificationEmailTemplate = D1 ('MetaData "DeleteCustomVerificationEmailTemplate" "Amazonka.SES.DeleteCustomVerificationEmailTemplate" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "DeleteCustomVerificationEmailTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteCustomVerificationEmailTemplate Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

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:

$sel:templateName: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
Eq 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

Generic DeleteCustomVerificationEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate

NFData 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" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "DeleteCustomVerificationEmailTemplateResponse'" 'PrefixI 'False) (U1 :: Type -> Type))