amazonka-emr-containers-2.0: Amazon EMR Containers SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
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

AWSRequest DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Associated Types

type AWSResponse DescribeJobRun #

Generic DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Associated Types

type Rep DescribeJobRun :: Type -> Type #

Read DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Show DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

NFData DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Methods

rnf :: DescribeJobRun -> () #

Eq DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Hashable DescribeJobRun Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

type AWSResponse 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" "amazonka-emr-containers-2.0-IoSteTibWXL7DljQZKPB8n" 'False) (C1 ('MetaCons "DescribeJobRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "virtualClusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

Instances details
Generic DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Associated Types

type Rep DescribeJobRunResponse :: Type -> Type #

Show DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

NFData DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

Methods

rnf :: DescribeJobRunResponse -> () #

Eq DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

type Rep DescribeJobRunResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeJobRun

type Rep DescribeJobRunResponse = D1 ('MetaData "DescribeJobRunResponse" "Amazonka.EMRContainers.DescribeJobRun" "amazonka-emr-containers-2.0-IoSteTibWXL7DljQZKPB8n" '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.