| 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.DeleteTemplate
Description
Deletes an email template.
You can execute this operation no more than once per second.
Creating a Request
Arguments
| :: Text | |
| -> DeleteTemplate |
Creates a value of DeleteTemplate with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtTemplateName- The name of the template to be deleted.
data DeleteTemplate Source #
Represents a request to delete an email template. For more information, see the Amazon SES Developer Guide .
See: deleteTemplate smart constructor.
Instances
Request Lenses
dtTemplateName :: Lens' DeleteTemplate Text Source #
The name of the template to be deleted.
Destructuring the Response
deleteTemplateResponse Source #
Arguments
| :: Int | |
| -> DeleteTemplateResponse |
Creates a value of DeleteTemplateResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtrsResponseStatus- -- | The response status code.
data DeleteTemplateResponse Source #
See: deleteTemplateResponse smart constructor.
Response Lenses
dtrsResponseStatus :: Lens' DeleteTemplateResponse Int Source #
- - | The response status code.