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.JSONInput

Description

 
Synopsis

Documentation

data JSONInput Source #

Specifies JSON as object's input serialization format.

See: newJSONInput smart constructor.

Constructors

JSONInput' 

Fields

Instances

Instances details
Eq JSONInput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONInput

Read JSONInput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONInput

Show JSONInput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONInput

Generic JSONInput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONInput

Associated Types

type Rep JSONInput :: Type -> Type #

NFData JSONInput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONInput

Methods

rnf :: JSONInput -> () #

Hashable JSONInput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONInput

ToXML JSONInput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONInput

Methods

toXML :: JSONInput -> XML #

type Rep JSONInput Source # 
Instance details

Defined in Amazonka.S3.Types.JSONInput

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

newJSONInput :: JSONInput Source #

Create a value of JSONInput 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:type':JSONInput', jSONInput_type - The type of JSON. Valid values: Document, Lines.

jSONInput_type :: Lens' JSONInput (Maybe JSONType) Source #

The type of JSON. Valid values: Document, Lines.