libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.Types.JobBookmarkEntry

Description

 
Synopsis

Documentation

data JobBookmarkEntry Source #

Defines a point that a job can resume processing.

See: newJobBookmarkEntry smart constructor.

Constructors

JobBookmarkEntry' 

Fields

Instances

Instances details
Eq JobBookmarkEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.JobBookmarkEntry

Read JobBookmarkEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.JobBookmarkEntry

Show JobBookmarkEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.JobBookmarkEntry

Generic JobBookmarkEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.JobBookmarkEntry

Associated Types

type Rep JobBookmarkEntry :: Type -> Type #

NFData JobBookmarkEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.JobBookmarkEntry

Methods

rnf :: JobBookmarkEntry -> () #

Hashable JobBookmarkEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.JobBookmarkEntry

FromJSON JobBookmarkEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.JobBookmarkEntry

type Rep JobBookmarkEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.JobBookmarkEntry

newJobBookmarkEntry :: JobBookmarkEntry Source #

Create a value of JobBookmarkEntry 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:jobName:JobBookmarkEntry', jobBookmarkEntry_jobName - The name of the job in question.

$sel:run:JobBookmarkEntry', jobBookmarkEntry_run - The run ID number.

$sel:runId:JobBookmarkEntry', jobBookmarkEntry_runId - The run ID number.

$sel:version:JobBookmarkEntry', jobBookmarkEntry_version - The version of the job.

$sel:previousRunId:JobBookmarkEntry', jobBookmarkEntry_previousRunId - The unique run identifier associated with the previous job run.

$sel:attempt:JobBookmarkEntry', jobBookmarkEntry_attempt - The attempt ID number.

$sel:jobBookmark:JobBookmarkEntry', jobBookmarkEntry_jobBookmark - The bookmark itself.

jobBookmarkEntry_jobName :: Lens' JobBookmarkEntry (Maybe Text) Source #

The name of the job in question.

jobBookmarkEntry_previousRunId :: Lens' JobBookmarkEntry (Maybe Text) Source #

The unique run identifier associated with the previous job run.