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

GetMaintenanceWindowTaskRequest

import type { GetMaintenanceWindowTaskRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface GetMaintenanceWindowTaskRequest {
WindowId: string;
WindowTaskId: string;
}

§Properties

§
WindowId: string
[src]

The maintenance window ID that includes the task to retrieve.

§
WindowTaskId: string
[src]

The maintenance window task ID to retrieve.