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 JSONInput = JSONInput' {}
- newJSONInput :: JSONInput
- jSONInput_type :: Lens' JSONInput (Maybe JSONType)
Documentation
Specifies JSON as object's input serialization format.
See: newJSONInput
smart constructor.
Instances
Eq JSONInput Source # | |
Read JSONInput Source # | |
Show JSONInput Source # | |
Generic JSONInput Source # | |
NFData JSONInput Source # | |
Defined in Amazonka.S3.Types.JSONInput | |
Hashable JSONInput Source # | |
Defined in Amazonka.S3.Types.JSONInput | |
ToXML JSONInput Source # | |
Defined in Amazonka.S3.Types.JSONInput | |
type Rep JSONInput Source # | |
Defined in Amazonka.S3.Types.JSONInput |
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.