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;
Status?: MaintenanceWindowExecutionStatus | null;
StatusDetails?: string | null;
TaskArn?: string | null;
TaskExecutionId?: string | null;
TaskParameters?: ({})[] | null;
[key: string]: MaintenanceWindowTaskParameterValueExpression | null | undefined;
Type?: MaintenanceWindowTaskType | null;
WindowExecutionId?: string | null;
}§Properties
§
Status?: MaintenanceWindowExecutionStatus | null
[src]§
TaskParameters?: ({})[] | null
[src][key: string]: MaintenanceWindowTaskParameterValueExpression | null | undefined;
§
Type?: MaintenanceWindowTaskType | null
[src]