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

SnapshotOptions

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

The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is 0 hours.

interface SnapshotOptions {
AutomatedSnapshotStartHour?: number | null;
}

§Properties

§
AutomatedSnapshotStartHour?: number | null
[src]

The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is 0 hours.