| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Forecast.Types.Schema
Description
Synopsis
- data Schema = Schema' {}
- newSchema :: Schema
- schema_attributes :: Lens' Schema (Maybe (NonEmpty SchemaAttribute))
Documentation
Defines the fields of a dataset.
See: newSchema smart constructor.
Constructors
| Schema' | |
Fields
| |
Instances
| FromJSON Schema Source # | |
| ToJSON Schema Source # | |
Defined in Amazonka.Forecast.Types.Schema | |
| Generic Schema Source # | |
| Read Schema Source # | |
| Show Schema Source # | |
| NFData Schema Source # | |
Defined in Amazonka.Forecast.Types.Schema | |
| Eq Schema Source # | |
| Hashable Schema Source # | |
Defined in Amazonka.Forecast.Types.Schema | |
| type Rep Schema Source # | |
Defined in Amazonka.Forecast.Types.Schema type Rep Schema = D1 ('MetaData "Schema" "Amazonka.Forecast.Types.Schema" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "Schema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SchemaAttribute))))) | |
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.