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

TaskRunFilterCriteria

import type { TaskRunFilterCriteria } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface TaskRunFilterCriteria {
StartedAfter?: Date | number | null;
StartedBefore?: Date | number | null;
Status?: TaskStatusType | null;
TaskRunType?: TaskType | null;
}

§Properties

§
StartedAfter?: Date | number | null
[src]
§
StartedBefore?: Date | number | null
[src]
§
Status?: TaskStatusType | null
[src]
§
TaskRunType?: TaskType | null
[src]