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

MaintenanceWindowExecutionTaskIdentity

import type { MaintenanceWindowExecutionTaskIdentity } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface MaintenanceWindowExecutionTaskIdentity {
EndTime?: Date | number | null;
StartTime?: Date | number | null;
StatusDetails?: string | null;
TaskArn?: string | null;
TaskExecutionId?: string | null;
TaskType?: MaintenanceWindowTaskType | null;
WindowExecutionId?: string | null;
}

§Properties

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