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

TaskRun

import type { TaskRun } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface TaskRun {
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;
}

§Properties

§
CompletedOn?: Date | number | null
[src]
§
ErrorString?: string | null
[src]
§
ExecutionTime?: number | null
[src]
§
LastModifiedOn?: Date | number | null
[src]
§
LogGroupName?: string | null
[src]
§
Properties?: TaskRunProperties | null
[src]
§
StartedOn?: Date | number | null
[src]
§
Status?: TaskStatusType | null
[src]
§
TaskRunId?: string | null
[src]
§
TransformId?: string | null
[src]