| 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.Glue.DeleteJob
Description
Deletes a specified job definition. If the job definition is not found, no exception is thrown.
Synopsis
Creating a Request
See: deleteJob smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> DeleteJobResponse |
Creates a value of DeleteJobResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
djrsJobName- The name of the job definition that was deleted.djrsResponseStatus- -- | The response status code.
data DeleteJobResponse Source #
See: deleteJobResponse smart constructor.
Instances
Response Lenses
djrsJobName :: Lens' DeleteJobResponse (Maybe Text) Source #
The name of the job definition that was deleted.
djrsResponseStatus :: Lens' DeleteJobResponse Int Source #
- - | The response status code.