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 CSVOutput = CSVOutput' {}
- newCSVOutput :: CSVOutput
- cSVOutput_quoteCharacter :: Lens' CSVOutput (Maybe Text)
- cSVOutput_quoteFields :: Lens' CSVOutput (Maybe QuoteFields)
- cSVOutput_recordDelimiter :: Lens' CSVOutput (Maybe Text)
- cSVOutput_quoteEscapeCharacter :: Lens' CSVOutput (Maybe Text)
- cSVOutput_fieldDelimiter :: Lens' CSVOutput (Maybe Text)
Documentation
Contains information about the comma-separated value (CSV) file that the job results are stored in.
See: newCSVOutput
smart constructor.
CSVOutput' | |
|
Instances
newCSVOutput :: CSVOutput Source #
Create a value of CSVOutput
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:quoteCharacter:CSVOutput'
, cSVOutput_quoteCharacter
- A value used as an escape character where the field delimiter is part of
the value.
$sel:quoteFields:CSVOutput'
, cSVOutput_quoteFields
- A value that indicates whether all output fields should be contained
within quotation marks.
$sel:recordDelimiter:CSVOutput'
, cSVOutput_recordDelimiter
- A value used to separate individual records from each other.
$sel:quoteEscapeCharacter:CSVOutput'
, cSVOutput_quoteEscapeCharacter
- A single character used for escaping the quotation-mark character inside
an already escaped value.
$sel:fieldDelimiter:CSVOutput'
, cSVOutput_fieldDelimiter
- A value used to separate individual fields from each other within a
record.
cSVOutput_quoteCharacter :: Lens' CSVOutput (Maybe Text) Source #
A value used as an escape character where the field delimiter is part of the value.
cSVOutput_quoteFields :: Lens' CSVOutput (Maybe QuoteFields) Source #
A value that indicates whether all output fields should be contained within quotation marks.
cSVOutput_recordDelimiter :: Lens' CSVOutput (Maybe Text) Source #
A value used to separate individual records from each other.