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

StartMaintenanceRequest

import type { StartMaintenanceRequest } from "https://aws-api.deno.dev/v0.3/services/opsworkscm.ts?docs=full";
interface StartMaintenanceRequest {
EngineAttributes?: EngineAttribute[] | null;
ServerName: string;
}

§Properties

§
EngineAttributes?: EngineAttribute[] | null
[src]

Engine attributes that are specific to the server on which you want to run maintenance.

Attributes accepted in a StartMaintenance request for Chef

§
ServerName: string
[src]

The name of the server on which to run maintenance.