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

GetWorkUnitsRequest

import type { GetWorkUnitsRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface GetWorkUnitsRequest {
NextToken?: string | null;
PageSize?: number | null;
QueryId: string;
}

§Properties

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation call.

§
PageSize?: number | null
[src]

The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.

§
QueryId: string
[src]

The ID of the plan query operation.