| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DataBrew.StartJobRun
Description
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.
Constructors
| StartJobRun' | |
Instances
Arguments
| :: Text | |
| -> StartJobRun |
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:
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.
Constructors
| StartJobRunResponse' | |
Fields
| |
Instances
newStartJobRunResponse Source #
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.
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.