Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface InputSerialization

Describes the serialization format of the object.

Hierarchy

  • InputSerialization

Properties

CSV?: CSVInput

Describes the serialization of a CSV-encoded object.

CompressionType?: string

Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value: NONE.

JSON?: JSONInput

Specifies JSON as object's input serialization format.

Parquet?: ParquetInput

Specifies Parquet as object's input serialization format.