libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

Creating a Request

data DescribeJobRun Source #

See: newDescribeJobRun smart constructor.

Constructors

DescribeJobRun' 

Fields

Instances

Instances details
Eq DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Read DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Show DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Generic DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Associated Types

type Rep DescribeJobRun :: Type -> Type #

NFData DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Methods

rnf :: DescribeJobRun -> () #

Hashable DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

AWSRequest DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Associated Types

type AWSResponse DescribeJobRun #

ToHeaders DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

ToPath DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

ToQuery DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

type Rep DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

type Rep DescribeJobRun = D1 ('MetaData "DescribeJobRun" "Amazonka.EMRContainers.DescribeJobRun" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "DescribeJobRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "virtualClusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

newDescribeJobRun Source #

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.

Constructors

DescribeJobRunResponse' 

Fields

Instances

Instances details
Eq DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Show DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Generic DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Associated Types

type Rep DescribeJobRunResponse :: Type -> Type #

NFData DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Methods

rnf :: DescribeJobRunResponse -> () #

type Rep DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

type Rep DescribeJobRunResponse = D1 ('MetaData "DescribeJobRunResponse" "Amazonka.EMRContainers.DescribeJobRun" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "DescribeJobRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobRun)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.