libZSservicesZSamazonka-glacierZSamazonka-glacier
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Glacier.Types.CSVOutput

Description

 
Synopsis

Documentation

data CSVOutput Source #

Contains information about the comma-separated value (CSV) file that the job results are stored in.

See: newCSVOutput smart constructor.

Constructors

CSVOutput' 

Fields

Instances

Instances details
Eq CSVOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.CSVOutput

Read CSVOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.CSVOutput

Show CSVOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.CSVOutput

Generic CSVOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.CSVOutput

Associated Types

type Rep CSVOutput :: Type -> Type #

NFData CSVOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.CSVOutput

Methods

rnf :: CSVOutput -> () #

Hashable CSVOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.CSVOutput

ToJSON CSVOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.CSVOutput

FromJSON CSVOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.CSVOutput

type Rep CSVOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.CSVOutput

type Rep CSVOutput = D1 ('MetaData "CSVOutput" "Amazonka.Glacier.Types.CSVOutput" "libZSservicesZSamazonka-glacierZSamazonka-glacier" 'False) (C1 ('MetaCons "CSVOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "quoteCharacter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "quoteFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QuoteFields))) :*: (S1 ('MetaSel ('Just "recordDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "quoteEscapeCharacter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fieldDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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.

cSVOutput_quoteEscapeCharacter :: Lens' CSVOutput (Maybe Text) Source #

A single character used for escaping the quotation-mark character inside an already escaped value.

cSVOutput_fieldDelimiter :: Lens' CSVOutput (Maybe Text) Source #

A value used to separate individual fields from each other within a record.