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

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

interface SnapshotOptions {
AutomatedSnapshotStartHour?: number | null;
}

§Properties

§
AutomatedSnapshotStartHour?: number | null
[src]

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