| 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.FileFormat
Description
Synopsis
- data FileFormat = FileFormat' {}
- newFileFormat :: FileFormat
- fileFormat_csv :: Lens' FileFormat (Maybe Csv)
Documentation
data FileFormat Source #
The file format of the data.
See: newFileFormat smart constructor.
Constructors
| FileFormat' | |
Instances
newFileFormat :: FileFormat Source #
Create a value of FileFormat 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:csv:FileFormat', fileFormat_csv - The .csv file format.
fileFormat_csv :: Lens' FileFormat (Maybe Csv) Source #
The .csv file format.