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

PutMaintenanceStartTimeInput

import type { PutMaintenanceStartTimeInput } from "https://aws-api.deno.dev/v0.3/services/backupgateway.ts?docs=full";
interface PutMaintenanceStartTimeInput {
DayOfMonth?: number | null;
DayOfWeek?: number | null;
GatewayArn: string;
HourOfDay: number;
MinuteOfHour: number;
}

§Properties

§
DayOfMonth?: number | null
[src]

The day of the month start maintenance on a gateway.

Valid values range from Sunday to Saturday.

§
DayOfWeek?: number | null
[src]

The day of the week to start maintenance on a gateway.

§
GatewayArn: string
[src]

The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.

§
HourOfDay: number
[src]

The hour of the day to start maintenance on a gateway.

§
MinuteOfHour: number
[src]

The minute of the hour to start maintenance on a gateway.