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

Description

 
Synopsis

Documentation

data JsonOptions Source #

Represents the JSON-specific options that define how input is to be interpreted by Glue DataBrew.

See: newJsonOptions smart constructor.

Constructors

JsonOptions' 

Fields

  • multiLine :: Maybe Bool

    A value that specifies whether JSON input contains embedded new line characters.

Instances

Instances details
Eq JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Read JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Show JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Generic JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Associated Types

type Rep JsonOptions :: Type -> Type #

NFData JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

Methods

rnf :: JsonOptions -> () #

Hashable JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

ToJSON JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

FromJSON JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

type Rep JsonOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.JsonOptions

type Rep JsonOptions = D1 ('MetaData "JsonOptions" "Amazonka.DataBrew.Types.JsonOptions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "JsonOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "multiLine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newJsonOptions :: JsonOptions Source #

Create a value of JsonOptions 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:multiLine:JsonOptions', jsonOptions_multiLine - A value that specifies whether JSON input contains embedded new line characters.

jsonOptions_multiLine :: Lens' JsonOptions (Maybe Bool) Source #

A value that specifies whether JSON input contains embedded new line characters.