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 |
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.
DescribeJobRun' | |
|
Instances
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:
$sel:id:DescribeJobRun'
, describeJobRun_id
- The ID of the job run request.
$sel:virtualClusterId: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.
DescribeJobRunResponse' | |
|
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.