| 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.EMRServerless.GetJobRun
Description
Displays detailed information about a job run.
Synopsis
- data GetJobRun = GetJobRun' {
- applicationId :: Text
- jobRunId :: Text
- newGetJobRun :: Text -> Text -> GetJobRun
- getJobRun_applicationId :: Lens' GetJobRun Text
- getJobRun_jobRunId :: Lens' GetJobRun Text
- data GetJobRunResponse = GetJobRunResponse' {
- httpStatus :: Int
- jobRun :: JobRun
- newGetJobRunResponse :: Int -> JobRun -> GetJobRunResponse
- getJobRunResponse_httpStatus :: Lens' GetJobRunResponse Int
- getJobRunResponse_jobRun :: Lens' GetJobRunResponse JobRun
Creating a Request
See: newGetJobRun smart constructor.
Constructors
| GetJobRun' | |
Fields
| |
Instances
Create a value of GetJobRun 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:
GetJobRun, getJobRun_applicationId - The ID of the application on which the job run is submitted.
GetJobRun, getJobRun_jobRunId - The ID of the job run.
Request Lenses
getJobRun_applicationId :: Lens' GetJobRun Text Source #
The ID of the application on which the job run is submitted.
Destructuring the Response
data GetJobRunResponse Source #
See: newGetJobRunResponse smart constructor.
Constructors
| GetJobRunResponse' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> JobRun | |
| -> GetJobRunResponse |
Create a value of GetJobRunResponse 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:GetJobRunResponse', getJobRunResponse_httpStatus - The response's http status code.
$sel:jobRun:GetJobRunResponse', getJobRunResponse_jobRun - The output displays information about the job run.
Response Lenses
getJobRunResponse_httpStatus :: Lens' GetJobRunResponse Int Source #
The response's http status code.
getJobRunResponse_jobRun :: Lens' GetJobRunResponse JobRun Source #
The output displays information about the job run.