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

SelectParameters

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

Describes the parameters for Select job types.

interface SelectParameters {
Expression: string;
ExpressionType: ExpressionType;
InputSerialization: InputSerialization;
OutputSerialization: OutputSerialization;
}

§Properties

§
Expression: string
[src]

The expression that is used to query the object.

§
ExpressionType: ExpressionType
[src]

The type of the provided expression (for example, SQL).

§
InputSerialization: InputSerialization
[src]

Describes the serialization format of the object.

§
OutputSerialization: OutputSerialization
[src]

Describes how the results of the Select job are serialized.