Copyright | (c) 2013-2021 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 |
Runs a DataBrew job.
Synopsis
- data StartJobRun = StartJobRun' {}
- newStartJobRun :: Text -> StartJobRun
- startJobRun_name :: Lens' StartJobRun Text
- data StartJobRunResponse = StartJobRunResponse' {
- httpStatus :: Int
- runId :: Text
- newStartJobRunResponse :: Int -> Text -> StartJobRunResponse
- startJobRunResponse_httpStatus :: Lens' StartJobRunResponse Int
- startJobRunResponse_runId :: Lens' StartJobRunResponse Text
Creating a Request
data StartJobRun Source #
See: newStartJobRun
smart constructor.
Instances
Create a value of StartJobRun
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:StartJobRun'
, startJobRun_name
- The name of the job to be run.
Request Lenses
startJobRun_name :: Lens' StartJobRun Text Source #
The name of the job to be run.
Destructuring the Response
data StartJobRunResponse Source #
See: newStartJobRunResponse
smart constructor.
StartJobRunResponse' | |
|
Instances
newStartJobRunResponse Source #
:: Int | |
-> Text | |
-> StartJobRunResponse |
Create a value of StartJobRunResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:StartJobRunResponse'
, startJobRunResponse_httpStatus
- The response's http status code.
$sel:runId:StartJobRunResponse'
, startJobRunResponse_runId
- A system-generated identifier for this particular job run.
Response Lenses
startJobRunResponse_httpStatus :: Lens' StartJobRunResponse Int Source #
The response's http status code.
startJobRunResponse_runId :: Lens' StartJobRunResponse Text Source #
A system-generated identifier for this particular job run.