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.3/services/glacier.ts?docs=full";

Contains information about the parameters used for a select.

interface SelectParameters {
Expression?: string | null;
ExpressionType?: ExpressionType | null;
InputSerialization?: InputSerialization | null;
OutputSerialization?: OutputSerialization | null;
}

§Properties

§
Expression?: string | null
[src]

The expression that is used to select the object.

§
ExpressionType?: ExpressionType | null
[src]

The type of the provided expression, for example SQL.

§
InputSerialization?: InputSerialization | null
[src]

Describes the serialization format of the object.

§
OutputSerialization?: OutputSerialization | null
[src]

Describes how the results of the select job are serialized.