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

GetMaintenanceWindowExecutionTaskResult

import type { GetMaintenanceWindowExecutionTaskResult } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface GetMaintenanceWindowExecutionTaskResult {
EndTime?: Date | number | null;
MaxConcurrency?: string | null;
MaxErrors?: string | null;
Priority?: number | null;
ServiceRole?: string | null;
StartTime?: Date | number | null;
StatusDetails?: string | null;
TaskArn?: string | null;
TaskExecutionId?: string | null;
TaskParameters?: ({
[key: string]: MaintenanceWindowTaskParameterValueExpression | null | undefined;
}
)
[]
| null;
WindowExecutionId?: string | null;
}

§Properties

§
EndTime?: Date | number | null
[src]
§
MaxConcurrency?: string | null
[src]
§
MaxErrors?: string | null
[src]
§
Priority?: number | null
[src]
§
ServiceRole?: string | null
[src]
§
StartTime?: Date | number | null
[src]
§
StatusDetails?: string | null
[src]
§
TaskArn?: string | null
[src]
§
TaskExecutionId?: string | null
[src]
§
TaskParameters?: ({
[key: string]: MaintenanceWindowTaskParameterValueExpression | null | undefined;
}
)
[]
| null
[src]
§
WindowExecutionId?: string | null
[src]