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

WeeklyStartTime

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

The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.

interface WeeklyStartTime {
DayOfWeek: DayOfWeek;
TimeOfDay: string;
TimeZone?: string | null;
}

§Properties

§
DayOfWeek: DayOfWeek
[src]

Required. The day of the week.

§
TimeOfDay: string
[src]

Required. The time, in 24-hour format.

§
TimeZone?: string | null
[src]

The time zone, UTC by default, in either the Country/City format, or the UTC offset format.