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

AutoTuneType

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

Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.

type AutoTuneType = "SCHEDULED_ACTION" | cmnP.UnexpectedEnumValue;

§Type

§
"SCHEDULED_ACTION" | cmnP.UnexpectedEnumValue
[src]