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

GetWorkUnitResultsResponse

import type { GetWorkUnitResultsResponse } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";

A structure for the output.

interface GetWorkUnitResultsResponse {
ResultStream?: Uint8Array | null;
}

§Properties

§
ResultStream?: Uint8Array | null
[src]

Rows returned from the GetWorkUnitResults operation as a stream of Apache Arrow v1.0 messages.