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

Specifies the unit of a maintenance schedule duration. Valid value is HOUR. See the Developer Guide for more information.

type TimeUnit = "HOURS" | cmnP.UnexpectedEnumValue;