| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.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.
- deleteCustomVerificationEmailTemplate :: Text -> DeleteCustomVerificationEmailTemplate
- data DeleteCustomVerificationEmailTemplate
- dcvetTemplateName :: Lens' DeleteCustomVerificationEmailTemplate Text
- deleteCustomVerificationEmailTemplateResponse :: DeleteCustomVerificationEmailTemplateResponse
- data DeleteCustomVerificationEmailTemplateResponse
Creating a Request
deleteCustomVerificationEmailTemplate Source #
Arguments
| :: Text | |
| -> DeleteCustomVerificationEmailTemplate |
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
Request Lenses
dcvetTemplateName :: Lens' DeleteCustomVerificationEmailTemplate Text Source #
The name of the custom verification email template that you want to delete.
Destructuring the Response
deleteCustomVerificationEmailTemplateResponse :: DeleteCustomVerificationEmailTemplateResponse Source #
Creates a value of DeleteCustomVerificationEmailTemplateResponse with the minimum fields required to make a request.
data DeleteCustomVerificationEmailTemplateResponse Source #
See: deleteCustomVerificationEmailTemplateResponse smart constructor.
Instances