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

ReportTaskProgressInput

import type { ReportTaskProgressInput } from "https://aws-api.deno.dev/v0.4/services/datapipeline.ts?docs=full";

Contains the parameters for ReportTaskProgress.

interface ReportTaskProgressInput {
fields?: Field[] | null;
taskId: string;
}

§Properties

§
fields?: Field[] | null
[src]

Key-value pairs that define the properties of the ReportTaskProgressInput object.

§
taskId: string
[src]

The ID of the task assigned to the task runner. This value is provided in the response for "PollForTask".