Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data UploadSettings = UploadSettings' {}
- newUploadSettings :: UploadSettings
- uploadSettings_startFromRow :: Lens' UploadSettings (Maybe Natural)
- uploadSettings_containsHeader :: Lens' UploadSettings (Maybe Bool)
- uploadSettings_textQualifier :: Lens' UploadSettings (Maybe TextQualifier)
- uploadSettings_format :: Lens' UploadSettings (Maybe FileFormat)
- uploadSettings_delimiter :: Lens' UploadSettings (Maybe Text)
Documentation
data UploadSettings Source #
Information about the format for a source file or files.
See: newUploadSettings
smart constructor.
UploadSettings' | |
|
Instances
newUploadSettings :: UploadSettings Source #
Create a value of UploadSettings
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:startFromRow:UploadSettings'
, uploadSettings_startFromRow
- A row number to start reading data from.
$sel:containsHeader:UploadSettings'
, uploadSettings_containsHeader
- Whether the file has a header row, or the files each have a header row.
$sel:textQualifier:UploadSettings'
, uploadSettings_textQualifier
- Text qualifier.
$sel:format:UploadSettings'
, uploadSettings_format
- File format.
$sel:delimiter:UploadSettings'
, uploadSettings_delimiter
- The delimiter between values in the file.
uploadSettings_startFromRow :: Lens' UploadSettings (Maybe Natural) Source #
A row number to start reading data from.
uploadSettings_containsHeader :: Lens' UploadSettings (Maybe Bool) Source #
Whether the file has a header row, or the files each have a header row.
uploadSettings_textQualifier :: Lens' UploadSettings (Maybe TextQualifier) Source #
Text qualifier.
uploadSettings_format :: Lens' UploadSettings (Maybe FileFormat) Source #
File format.
uploadSettings_delimiter :: Lens' UploadSettings (Maybe Text) Source #
The delimiter between values in the file.