Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data DeleteCustomVerificationEmailTemplate = DeleteCustomVerificationEmailTemplate' {
- templateName :: Text
- newDeleteCustomVerificationEmailTemplate :: Text -> DeleteCustomVerificationEmailTemplate
- deleteCustomVerificationEmailTemplate_templateName :: Lens' DeleteCustomVerificationEmailTemplate Text
- data DeleteCustomVerificationEmailTemplateResponse = DeleteCustomVerificationEmailTemplateResponse' {
- newDeleteCustomVerificationEmailTemplateResponse :: DeleteCustomVerificationEmailTemplateResponse
Creating a Request
data DeleteCustomVerificationEmailTemplate Source #
Represents a request to delete an existing custom verification email template.
See: newDeleteCustomVerificationEmailTemplate
smart constructor.
DeleteCustomVerificationEmailTemplate' | |
|
Instances
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 #
See: newDeleteCustomVerificationEmailTemplateResponse
smart constructor.
Instances
Eq DeleteCustomVerificationEmailTemplateResponse Source # | |
Read DeleteCustomVerificationEmailTemplateResponse Source # | |
Show DeleteCustomVerificationEmailTemplateResponse Source # | |
Generic DeleteCustomVerificationEmailTemplateResponse Source # | |
Defined in Amazonka.SES.DeleteCustomVerificationEmailTemplate type Rep DeleteCustomVerificationEmailTemplateResponse :: Type -> Type # | |
NFData DeleteCustomVerificationEmailTemplateResponse Source # | |
type Rep DeleteCustomVerificationEmailTemplateResponse Source # | |
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)) |
newDeleteCustomVerificationEmailTemplateResponse :: DeleteCustomVerificationEmailTemplateResponse Source #
Create a value of DeleteCustomVerificationEmailTemplateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.