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

Description

 
Synopsis

Documentation

data StatementOutputData Source #

The code execution output in JSON format.

See: newStatementOutputData smart constructor.

Constructors

StatementOutputData' 

Fields

Instances

Instances details
FromJSON StatementOutputData Source # 
Instance details

Defined in Amazonka.Glue.Types.StatementOutputData

Generic StatementOutputData Source # 
Instance details

Defined in Amazonka.Glue.Types.StatementOutputData

Associated Types

type Rep StatementOutputData :: Type -> Type #

Read StatementOutputData Source # 
Instance details

Defined in Amazonka.Glue.Types.StatementOutputData

Show StatementOutputData Source # 
Instance details

Defined in Amazonka.Glue.Types.StatementOutputData

NFData StatementOutputData Source # 
Instance details

Defined in Amazonka.Glue.Types.StatementOutputData

Methods

rnf :: StatementOutputData -> () #

Eq StatementOutputData Source # 
Instance details

Defined in Amazonka.Glue.Types.StatementOutputData

Hashable StatementOutputData Source # 
Instance details

Defined in Amazonka.Glue.Types.StatementOutputData

type Rep StatementOutputData Source # 
Instance details

Defined in Amazonka.Glue.Types.StatementOutputData

type Rep StatementOutputData = D1 ('MetaData "StatementOutputData" "Amazonka.Glue.Types.StatementOutputData" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "StatementOutputData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "textPlain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStatementOutputData :: StatementOutputData Source #

Create a value of StatementOutputData 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:textPlain:StatementOutputData', statementOutputData_textPlain - The code execution output in text format.

statementOutputData_textPlain :: Lens' StatementOutputData (Maybe Text) Source #

The code execution output in text format.