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

GetWorkUnitResultsRequest

import type { GetWorkUnitResultsRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface GetWorkUnitResultsRequest {
QueryId: string;
WorkUnitId: number;
WorkUnitToken: string;
}

§Properties

§
QueryId: string
[src]

The ID of the plan query operation for which to get results.

§
WorkUnitId: number
[src]

The work unit ID for which to get results. Value generated by enumerating WorkUnitIdMin to WorkUnitIdMax (inclusive) from the WorkUnitRange in the output of GetWorkUnits.

§
WorkUnitToken: string
[src]

A work token used to query the execution service. Token output from GetWorkUnits.