libZSservicesZSamazonka-databrewZSamazonka-databrew
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.DataBrew.Types.JobRun

Description

 
Synopsis

Documentation

data JobRun Source #

Represents one run of a DataBrew job.

See: newJobRun smart constructor.

Constructors

JobRun' 

Fields

Instances

Instances details
Eq JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Methods

(==) :: JobRun -> JobRun -> Bool #

(/=) :: JobRun -> JobRun -> Bool #

Read JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Show JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Generic JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Associated Types

type Rep JobRun :: Type -> Type #

Methods

from :: JobRun -> Rep JobRun x #

to :: Rep JobRun x -> JobRun #

NFData JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Methods

rnf :: JobRun -> () #

Hashable JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

Methods

hashWithSalt :: Int -> JobRun -> Int #

hash :: JobRun -> Int #

FromJSON JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

type Rep JobRun Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JobRun

type Rep JobRun = D1 ('MetaData "JobRun" "Amazonka.DataBrew.Types.JobRun" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "JobRun'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "completedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobRunState))) :*: (S1 ('MetaSel ('Just "dataCatalogOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataCatalogOutput))) :*: S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "startedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "recipeReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecipeReference))) :*: (S1 ('MetaSel ('Just "databaseOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DatabaseOutput))) :*: S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Output))) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "executionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "logSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogSubscription)))) :*: ((S1 ('MetaSel ('Just "startedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "attempt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobSample") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobSample))))))))

newJobRun :: JobRun Source #

Create a value of JobRun 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:completedOn:JobRun', jobRun_completedOn - The date and time when the job completed processing.

$sel:state:JobRun', jobRun_state - The current state of the job run entity itself.

$sel:dataCatalogOutputs:JobRun', jobRun_dataCatalogOutputs - One or more artifacts that represent the Glue Data Catalog output from running the job.

$sel:jobName:JobRun', jobRun_jobName - The name of the job being processed during this run.

$sel:startedOn:JobRun', jobRun_startedOn - The date and time when the job run began.

$sel:recipeReference:JobRun', jobRun_recipeReference - The set of steps processed by the job.

$sel:databaseOutputs:JobRun', jobRun_databaseOutputs - Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.

$sel:logGroupName:JobRun', jobRun_logGroupName - The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.

$sel:outputs:JobRun', jobRun_outputs - One or more output artifacts from a job run.

$sel:runId:JobRun', jobRun_runId - The unique identifier of the job run.

$sel:executionTime:JobRun', jobRun_executionTime - The amount of time, in seconds, during which a job run consumed resources.

$sel:logSubscription:JobRun', jobRun_logSubscription - The current status of Amazon CloudWatch logging for the job run.

$sel:startedBy:JobRun', jobRun_startedBy - The Amazon Resource Name (ARN) of the user who initiated the job run.

$sel:datasetName:JobRun', jobRun_datasetName - The name of the dataset for the job to process.

$sel:attempt:JobRun', jobRun_attempt - The number of times that DataBrew has attempted to run the job.

$sel:errorMessage:JobRun', jobRun_errorMessage - A message indicating an error (if any) that was encountered when the job ran.

$sel:jobSample:JobRun', jobRun_jobSample - A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a JobSample value isn't provided, the default is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.

jobRun_completedOn :: Lens' JobRun (Maybe UTCTime) Source #

The date and time when the job completed processing.

jobRun_state :: Lens' JobRun (Maybe JobRunState) Source #

The current state of the job run entity itself.

jobRun_dataCatalogOutputs :: Lens' JobRun (Maybe (NonEmpty DataCatalogOutput)) Source #

One or more artifacts that represent the Glue Data Catalog output from running the job.

jobRun_jobName :: Lens' JobRun (Maybe Text) Source #

The name of the job being processed during this run.

jobRun_startedOn :: Lens' JobRun (Maybe UTCTime) Source #

The date and time when the job run began.

jobRun_recipeReference :: Lens' JobRun (Maybe RecipeReference) Source #

The set of steps processed by the job.

jobRun_databaseOutputs :: Lens' JobRun (Maybe (NonEmpty DatabaseOutput)) Source #

Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.

jobRun_logGroupName :: Lens' JobRun (Maybe Text) Source #

The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.

jobRun_outputs :: Lens' JobRun (Maybe (NonEmpty Output)) Source #

One or more output artifacts from a job run.

jobRun_runId :: Lens' JobRun (Maybe Text) Source #

The unique identifier of the job run.

jobRun_executionTime :: Lens' JobRun (Maybe Int) Source #

The amount of time, in seconds, during which a job run consumed resources.

jobRun_logSubscription :: Lens' JobRun (Maybe LogSubscription) Source #

The current status of Amazon CloudWatch logging for the job run.

jobRun_startedBy :: Lens' JobRun (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user who initiated the job run.

jobRun_datasetName :: Lens' JobRun (Maybe Text) Source #

The name of the dataset for the job to process.

jobRun_attempt :: Lens' JobRun (Maybe Int) Source #

The number of times that DataBrew has attempted to run the job.

jobRun_errorMessage :: Lens' JobRun (Maybe Text) Source #

A message indicating an error (if any) that was encountered when the job ran.

jobRun_jobSample :: Lens' JobRun (Maybe JobSample) Source #

A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a JobSample value isn't provided, the default is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.