| 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.IoTSiteWise.Types.Csv
Description
Synopsis
- data Csv = Csv' {
- columnNames :: Maybe [ColumnName]
- newCsv :: Csv
- csv_columnNames :: Lens' Csv (Maybe [ColumnName])
Documentation
A .csv file.
See: newCsv smart constructor.
Constructors
| Csv' | |
Fields
| |
Instances
| FromJSON Csv Source # | |
| ToJSON Csv Source # | |
Defined in Amazonka.IoTSiteWise.Types.Csv | |
| Generic Csv Source # | |
| Read Csv Source # | |
| Show Csv Source # | |
| NFData Csv Source # | |
Defined in Amazonka.IoTSiteWise.Types.Csv | |
| Eq Csv Source # | |
| Hashable Csv Source # | |
Defined in Amazonka.IoTSiteWise.Types.Csv | |
| type Rep Csv Source # | |
Defined in Amazonka.IoTSiteWise.Types.Csv type Rep Csv = D1 ('MetaData "Csv" "Amazonka.IoTSiteWise.Types.Csv" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "Csv'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ColumnName])))) | |
Create a value of Csv 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:columnNames:Csv', csv_columnNames - The column names specified in the .csv file.
csv_columnNames :: Lens' Csv (Maybe [ColumnName]) Source #
The column names specified in the .csv file.