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

GetMaintenanceWindowExecutionResult

import type { GetMaintenanceWindowExecutionResult } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface GetMaintenanceWindowExecutionResult {
EndTime?: Date | number | null;
StartTime?: Date | number | null;
StatusDetails?: string | null;
TaskIds?: string[] | null;
WindowExecutionId?: string | null;
}

§Properties

§
EndTime?: Date | number | null
[src]
§
StartTime?: Date | number | null
[src]
§
StatusDetails?: string | null
[src]
§
TaskIds?: string[] | null
[src]
§
WindowExecutionId?: string | null
[src]