| Copyright | (c) 2013-2017 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.UpdateJob
Description
Updates an existing job definition.
Creating a Request
Creates a value of UpdateJob with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ujJobName- Name of the job definition to update.ujJobUpdate- Specifies the values with which to update the job.
See: updateJob smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> UpdateJobResponse |
Creates a value of UpdateJobResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ujrsJobName- Returns the name of the updated job.ujrsResponseStatus- -- | The response status code.
data UpdateJobResponse Source #
See: updateJobResponse smart constructor.
Response Lenses
ujrsJobName :: Lens' UpdateJobResponse (Maybe Text) Source #
Returns the name of the updated job.
ujrsResponseStatus :: Lens' UpdateJobResponse Int Source #
- - | The response status code.