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
Documentation
data JSONOutput Source #
Specifies JSON as request's output serialization format.
See: newJSONOutput
smart constructor.
JSONOutput' | |
|
Instances
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').