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

Description

 
Synopsis

Documentation

data Statement Source #

The statement or request for a particular action to occur in a session.

See: newStatement smart constructor.

Constructors

Statement' 

Fields

Instances

Instances details
FromJSON Statement Source # 
Instance details

Defined in Amazonka.Glue.Types.Statement

Generic Statement Source # 
Instance details

Defined in Amazonka.Glue.Types.Statement

Associated Types

type Rep Statement :: Type -> Type #

Read Statement Source # 
Instance details

Defined in Amazonka.Glue.Types.Statement

Show Statement Source # 
Instance details

Defined in Amazonka.Glue.Types.Statement

NFData Statement Source # 
Instance details

Defined in Amazonka.Glue.Types.Statement

Methods

rnf :: Statement -> () #

Eq Statement Source # 
Instance details

Defined in Amazonka.Glue.Types.Statement

Hashable Statement Source # 
Instance details

Defined in Amazonka.Glue.Types.Statement

type Rep Statement Source # 
Instance details

Defined in Amazonka.Glue.Types.Statement

newStatement :: Statement Source #

Create a value of Statement 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:code:Statement', statement_code - The execution code of the statement.

$sel:completedOn:Statement', statement_completedOn - The unix time and date that the job definition was completed.

$sel:id:Statement', statement_id - The ID of the statement.

$sel:output:Statement', statement_output - The output in JSON.

$sel:progress:Statement', statement_progress - The code execution progress.

$sel:startedOn:Statement', statement_startedOn - The unix time and date that the job definition was started.

$sel:state:Statement', statement_state - The state while request is actioned.

statement_code :: Lens' Statement (Maybe Text) Source #

The execution code of the statement.

statement_completedOn :: Lens' Statement (Maybe Integer) Source #

The unix time and date that the job definition was completed.

statement_id :: Lens' Statement (Maybe Int) Source #

The ID of the statement.

statement_progress :: Lens' Statement (Maybe Double) Source #

The code execution progress.

statement_startedOn :: Lens' Statement (Maybe Integer) Source #

The unix time and date that the job definition was started.

statement_state :: Lens' Statement (Maybe StatementState) Source #

The state while request is actioned.