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

TimeUnit

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

The unit of a maintenance schedule duration. Valid value is HOUR. See Auto-Tune for Amazon OpenSearch Service for more information.

type TimeUnit = "HOURS" | cmnP.UnexpectedEnumValue;