amazonka-emr-serverless-2.0: Amazon EMR Serverless 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.EMRServerless.Types.JobRunSummary

Description

 
Synopsis

Documentation

data JobRunSummary Source #

The summary of attributes associated with a job run.

See: newJobRunSummary smart constructor.

Constructors

JobRunSummary' 

Fields

Instances

Instances details
FromJSON JobRunSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.JobRunSummary

Generic JobRunSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.JobRunSummary

Associated Types

type Rep JobRunSummary :: Type -> Type #

Read JobRunSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.JobRunSummary

Show JobRunSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.JobRunSummary

NFData JobRunSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.JobRunSummary

Methods

rnf :: JobRunSummary -> () #

Eq JobRunSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.JobRunSummary

Hashable JobRunSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.JobRunSummary

type Rep JobRunSummary Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.JobRunSummary

type Rep JobRunSummary = D1 ('MetaData "JobRunSummary" "Amazonka.EMRServerless.Types.JobRunSummary" "amazonka-emr-serverless-2.0-Zw6ehwruaDFJFsqn31iYt" 'False) (C1 ('MetaCons "JobRunSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "executionRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 JobRunState) :*: (S1 ('MetaSel ('Just "stateDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "releaseLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newJobRunSummary Source #

Create a value of JobRunSummary 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:name:JobRunSummary', jobRunSummary_name - The optional job run name. This doesn't have to be unique.

$sel:type':JobRunSummary', jobRunSummary_type - The type of job run, such as Spark or Hive.

$sel:applicationId:JobRunSummary', jobRunSummary_applicationId - The ID of the application the job is running on.

$sel:id:JobRunSummary', jobRunSummary_id - The ID of the job run.

$sel:arn:JobRunSummary', jobRunSummary_arn - The ARN of the job run.

$sel:createdBy:JobRunSummary', jobRunSummary_createdBy - The user who created the job run.

$sel:createdAt:JobRunSummary', jobRunSummary_createdAt - The date and time when the job run was created.

$sel:updatedAt:JobRunSummary', jobRunSummary_updatedAt - The date and time when the job run was last updated.

$sel:executionRole:JobRunSummary', jobRunSummary_executionRole - The execution role ARN of the job run.

$sel:state:JobRunSummary', jobRunSummary_state - The state of the job run.

$sel:stateDetails:JobRunSummary', jobRunSummary_stateDetails - The state details of the job run.

$sel:releaseLabel:JobRunSummary', jobRunSummary_releaseLabel - The EMR release associated with the application your job is running on.

jobRunSummary_name :: Lens' JobRunSummary (Maybe Text) Source #

The optional job run name. This doesn't have to be unique.

jobRunSummary_type :: Lens' JobRunSummary (Maybe Text) Source #

The type of job run, such as Spark or Hive.

jobRunSummary_applicationId :: Lens' JobRunSummary Text Source #

The ID of the application the job is running on.

jobRunSummary_id :: Lens' JobRunSummary Text Source #

The ID of the job run.

jobRunSummary_arn :: Lens' JobRunSummary Text Source #

The ARN of the job run.

jobRunSummary_createdBy :: Lens' JobRunSummary Text Source #

The user who created the job run.

jobRunSummary_createdAt :: Lens' JobRunSummary UTCTime Source #

The date and time when the job run was created.

jobRunSummary_updatedAt :: Lens' JobRunSummary UTCTime Source #

The date and time when the job run was last updated.

jobRunSummary_executionRole :: Lens' JobRunSummary Text Source #

The execution role ARN of the job run.

jobRunSummary_stateDetails :: Lens' JobRunSummary Text Source #

The state details of the job run.

jobRunSummary_releaseLabel :: Lens' JobRunSummary Text Source #

The EMR release associated with the application your job is running on.