Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OutputSerialization

import type { OutputSerialization } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

Describes how results of the Select job are serialized.

interface OutputSerialization {
CSV?: CSVOutput | null;
JSON?: JSONOutput | null;
}

§Properties

§
CSV?: CSVOutput | null
[src]

Describes the serialization of CSV-encoded Select results.

§
JSON?: JSONOutput | null
[src]

Specifies JSON as request's output serialization format.