amazonka-glue-2.0: Amazon Glue 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.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
FromJSON 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 #

Read JobBookmarkEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.JobBookmarkEntry

Show JobBookmarkEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.JobBookmarkEntry

NFData JobBookmarkEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.JobBookmarkEntry

Methods

rnf :: JobBookmarkEntry -> () #

Eq JobBookmarkEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.JobBookmarkEntry

Hashable 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:attempt:JobBookmarkEntry', jobBookmarkEntry_attempt - The attempt ID number.

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

$sel:jobName:JobBookmarkEntry', jobBookmarkEntry_jobName - The name of the job in question.

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

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

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.