libZSservicesZSamazonka-s3ZSamazonka-s3
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.S3.Types.JSONOutput

Description

 
Synopsis

Documentation

data JSONOutput Source #

Specifies JSON as request's output serialization format.

See: newJSONOutput smart constructor.

Constructors

JSONOutput' 

Fields

  • recordDelimiter :: Maybe Text

    The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character ('\n').

Instances

Instances details
Eq JSONOutput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONOutput

Read JSONOutput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONOutput

Show JSONOutput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONOutput

Generic JSONOutput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONOutput

Associated Types

type Rep JSONOutput :: Type -> Type #

NFData JSONOutput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONOutput

Methods

rnf :: JSONOutput -> () #

Hashable JSONOutput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONOutput

ToXML JSONOutput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONOutput

Methods

toXML :: JSONOutput -> XML #

type Rep JSONOutput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONOutput

type Rep JSONOutput = D1 ('MetaData "JSONOutput" "Amazonka.S3.Types.JSONOutput" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "JSONOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newJSONOutput :: JSONOutput Source #

Create a value of JSONOutput 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:recordDelimiter:JSONOutput', jSONOutput_recordDelimiter - The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character ('\n').

jSONOutput_recordDelimiter :: Lens' JSONOutput (Maybe Text) Source #

The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character ('\n').