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' {
- httpStatus :: Int
- newDeleteCustomVerificationEmailTemplateResponse :: Int -> DeleteCustomVerificationEmailTemplateResponse
- deleteCustomVerificationEmailTemplateResponse_httpStatus :: Lens' DeleteCustomVerificationEmailTemplateResponse Int
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 #
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
See: newDeleteCustomVerificationEmailTemplateResponse
smart constructor.
DeleteCustomVerificationEmailTemplateResponse' | |
|
Instances
Eq DeleteCustomVerificationEmailTemplateResponse Source # | |
Read DeleteCustomVerificationEmailTemplateResponse Source # | |
Show DeleteCustomVerificationEmailTemplateResponse Source # | |
Generic DeleteCustomVerificationEmailTemplateResponse Source # | |
NFData DeleteCustomVerificationEmailTemplateResponse Source # | |
type Rep DeleteCustomVerificationEmailTemplateResponse Source # | |
Defined in Amazonka.SESV2.DeleteCustomVerificationEmailTemplate type Rep DeleteCustomVerificationEmailTemplateResponse = D1 ('MetaData "DeleteCustomVerificationEmailTemplateResponse" "Amazonka.SESV2.DeleteCustomVerificationEmailTemplate" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "DeleteCustomVerificationEmailTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteCustomVerificationEmailTemplateResponse Source #
:: Int |
|
-> DeleteCustomVerificationEmailTemplateResponse |
Create a value of DeleteCustomVerificationEmailTemplateResponse
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:httpStatus:DeleteCustomVerificationEmailTemplateResponse'
, deleteCustomVerificationEmailTemplateResponse_httpStatus
- The response's http status code.
Response Lenses
deleteCustomVerificationEmailTemplateResponse_httpStatus :: Lens' DeleteCustomVerificationEmailTemplateResponse Int Source #
The response's http status code.