libZSservicesZSamazonka-forecastZSamazonka-forecast
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.Forecast.Types.Schema

Description

 
Synopsis

Documentation

data Schema Source #

Defines the fields of a dataset. You specify this object in the CreateDataset request.

See: newSchema smart constructor.

Constructors

Schema' 

Fields

Instances

Instances details
Eq Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

Methods

(==) :: Schema -> Schema -> Bool #

(/=) :: Schema -> Schema -> Bool #

Read Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

Show Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

Generic Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

Associated Types

type Rep Schema :: Type -> Type #

Methods

from :: Schema -> Rep Schema x #

to :: Rep Schema x -> Schema #

NFData Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

Methods

rnf :: Schema -> () #

Hashable Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

Methods

hashWithSalt :: Int -> Schema -> Int #

hash :: Schema -> Int #

ToJSON Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

FromJSON Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

type Rep Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

type Rep Schema = D1 ('MetaData "Schema" "Amazonka.Forecast.Types.Schema" "libZSservicesZSamazonka-forecastZSamazonka-forecast" 'False) (C1 ('MetaCons "Schema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SchemaAttribute)))))

newSchema :: Schema Source #

Create a value of Schema 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:attributes:Schema', schema_attributes - An array of attributes specifying the name and type of each field in a dataset.

schema_attributes :: Lens' Schema (Maybe (NonEmpty SchemaAttribute)) Source #

An array of attributes specifying the name and type of each field in a dataset.