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

GetMLTaskRunsResponse

import type { GetMLTaskRunsResponse } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface GetMLTaskRunsResponse {
NextToken?: string | null;
TaskRuns?: TaskRun[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A pagination token, if more results are available.

§
TaskRuns?: TaskRun[] | null
[src]

A list of task runs that are associated with the transform.