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

MaintenanceSettings

import type { MaintenanceSettings } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";

Captures requested directives for performing future maintenance on the unit. This includes a request for the unit to skip maintenance for a period of time and remain pinned to its current release as well as controls for postponing maintenance scheduled in future.

interface MaintenanceSettings {
pinnedUntilTime?: Date;
}

§Properties

§
pinnedUntilTime?: Date
[src]

Optional. If present, it fixes the release on the unit until the given time; i.e. changes to the release field will be rejected. Rollouts should and will also respect this by not requesting an upgrade in the first place.