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

EngineVersion

import type { EngineVersion } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";

The Athena engine version for running queries.

interface EngineVersion {
EffectiveEngineVersion?: string | null;
SelectedEngineVersion?: string | null;
}

§Properties

§
EffectiveEngineVersion?: string | null
[src]

Read only. The engine version on which the query runs. If the user requests a valid engine version other than Auto, the effective engine version is the same as the engine version that the user requested. If the user requests Auto, the effective engine version is chosen by Athena. When a request to update the engine version is made by a CreateWorkGroup or UpdateWorkGroup operation, the EffectiveEngineVersion field is ignored.

§
SelectedEngineVersion?: string | null
[src]

The engine version requested by the user. Possible values are determined by the output of ListEngineVersions, including Auto. The default is Auto.