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.deno.dev/v0.3/services/ssm.ts?docs=full";
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]

The time the maintenance window finished running.

§
StartTime?: Date | number | null
[src]

The time the maintenance window started running.

§

The status of the maintenance window execution.

§
StatusDetails?: string | null
[src]

The details explaining the status. Not available for all status values.

§
TaskIds?: string[] | null
[src]

The ID of the task executions from the maintenance window execution.

§
WindowExecutionId?: string | null
[src]

The ID of the maintenance window execution.