| 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.UpdateJob
Description
Updates an existing job definition.
Synopsis
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 definition.
See: updateJob smart constructor.
Instances
Request Lenses
ujJobUpdate :: Lens' UpdateJob JobUpdate Source #
Specifies the values with which to update the job definition.
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 definition.ujrsResponseStatus- -- | The response status code.
data UpdateJobResponse Source #
See: updateJobResponse smart constructor.
Instances
Response Lenses
ujrsJobName :: Lens' UpdateJobResponse (Maybe Text) Source #
Returns the name of the updated job definition.
ujrsResponseStatus :: Lens' UpdateJobResponse Int Source #
- - | The response status code.