| 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.MediaConvert.DeleteJobTemplate
Description
Permanently delete a job template you have created.
Creating a Request
Arguments
| :: Text | |
| -> DeleteJobTemplate |
Creates a value of DeleteJobTemplate with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
djtName- The name of the job template to be deleted.
data DeleteJobTemplate Source #
See: deleteJobTemplate smart constructor.
Instances
Request Lenses
Destructuring the Response
deleteJobTemplateResponse Source #
Arguments
| :: Int | |
| -> DeleteJobTemplateResponse |
Creates a value of DeleteJobTemplateResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
djtrsResponseStatus- -- | The response status code.
data DeleteJobTemplateResponse Source #
See: deleteJobTemplateResponse smart constructor.
Response Lenses
djtrsResponseStatus :: Lens' DeleteJobTemplateResponse Int Source #
- - | The response status code.