GetMLTaskRunResponse
import type { GetMLTaskRunResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";interface GetMLTaskRunResponse {
CompletedOn?: Date | number | null;
ErrorString?: string | null;
ExecutionTime?: number | null;
LastModifiedOn?: Date | number | null;
LogGroupName?: string | null;
Properties?: TaskRunProperties | null;
StartedOn?: Date | number | null;
Status?: TaskStatusType | null;
TaskRunId?: string | null;
TransformId?: string | null;
}