| 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.EMRContainers.DescribeJobRun
Description
Displays detailed information about a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.
Synopsis
- data DescribeJobRun = DescribeJobRun' {
- id :: Text
 - virtualClusterId :: Text
 
 - newDescribeJobRun :: Text -> Text -> DescribeJobRun
 - describeJobRun_id :: Lens' DescribeJobRun Text
 - describeJobRun_virtualClusterId :: Lens' DescribeJobRun Text
 - data DescribeJobRunResponse = DescribeJobRunResponse' {
- jobRun :: Maybe JobRun
 - httpStatus :: Int
 
 - newDescribeJobRunResponse :: Int -> DescribeJobRunResponse
 - describeJobRunResponse_jobRun :: Lens' DescribeJobRunResponse (Maybe JobRun)
 - describeJobRunResponse_httpStatus :: Lens' DescribeJobRunResponse Int
 
Creating a Request
data DescribeJobRun Source #
See: newDescribeJobRun smart constructor.
Constructors
| DescribeJobRun' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DescribeJobRun | 
Create a value of DescribeJobRun 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:
DescribeJobRun, describeJobRun_id - The ID of the job run request.
DescribeJobRun, describeJobRun_virtualClusterId - The ID of the virtual cluster for which the job run is submitted.
Request Lenses
describeJobRun_id :: Lens' DescribeJobRun Text Source #
The ID of the job run request.
describeJobRun_virtualClusterId :: Lens' DescribeJobRun Text Source #
The ID of the virtual cluster for which the job run is submitted.
Destructuring the Response
data DescribeJobRunResponse Source #
See: newDescribeJobRunResponse smart constructor.
Constructors
| DescribeJobRunResponse' | |
Fields 
  | |
Instances
newDescribeJobRunResponse Source #
Create a value of DescribeJobRunResponse 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:jobRun:DescribeJobRunResponse', describeJobRunResponse_jobRun - The output displays information about a job run.
$sel:httpStatus:DescribeJobRunResponse', describeJobRunResponse_httpStatus - The response's http status code.
Response Lenses
describeJobRunResponse_jobRun :: Lens' DescribeJobRunResponse (Maybe JobRun) Source #
The output displays information about a job run.
describeJobRunResponse_httpStatus :: Lens' DescribeJobRunResponse Int Source #
The response's http status code.