libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics
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.LookoutMetrics.Types.JsonFormatDescriptor

Description

 
Synopsis

Documentation

data JsonFormatDescriptor Source #

Contains information about how a source JSON data file should be analyzed.

See: newJsonFormatDescriptor smart constructor.

Constructors

JsonFormatDescriptor' 

Fields

Instances

Instances details
Eq JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

Read JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

Show JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

Generic JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

Associated Types

type Rep JsonFormatDescriptor :: Type -> Type #

NFData JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

Methods

rnf :: JsonFormatDescriptor -> () #

Hashable JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

ToJSON JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

FromJSON JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

type Rep JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

type Rep JsonFormatDescriptor = D1 ('MetaData "JsonFormatDescriptor" "Amazonka.LookoutMetrics.Types.JsonFormatDescriptor" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "JsonFormatDescriptor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "charset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileCompression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JsonFileCompression))))

newJsonFormatDescriptor :: JsonFormatDescriptor Source #

Create a value of JsonFormatDescriptor 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:charset:JsonFormatDescriptor', jsonFormatDescriptor_charset - The character set in which the source JSON file is written.

$sel:fileCompression:JsonFormatDescriptor', jsonFormatDescriptor_fileCompression - The level of compression of the source CSV file.

jsonFormatDescriptor_charset :: Lens' JsonFormatDescriptor (Maybe Text) Source #

The character set in which the source JSON file is written.