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

ScheduledAutoTuneSeverityType

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

The Auto-Tune action severity. Valid values are LOW, MEDIUM, and HIGH.

type ScheduledAutoTuneSeverityType =
| "LOW"
| "MEDIUM"
| "HIGH"

§Type

§
"LOW" | "MEDIUM" | "HIGH" | cmnP.UnexpectedEnumValue
[src]