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

Duration

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

The maintenance schedule duration: duration value and duration unit. See Auto-Tune for Amazon OpenSearch Service for more information.

interface Duration {
Unit?: TimeUnit | null;
Value?: number | null;
}

§Properties

§
Unit?: TimeUnit | null
[src]

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

§
Value?: number | null
[src]

Integer to specify the value of a maintenance schedule duration. See Auto-Tune for Amazon OpenSearch Service for more information.