Returns the work units resulting from the query. Work units can be executed in any order and in parallel.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, GetWorkUnitResultsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, GetWorkUnitResultsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new GetWorkUnitResultsCommand(input); const response = await client.send(command);
GetWorkUnitResultsCommandInput for command's input shape.
input
GetWorkUnitResultsCommandOutput for command's response shape.
response
config for LakeFormationClient's config shape.
config
Returns the work units resulting from the query. Work units can be executed in any order and in parallel.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, GetWorkUnitResultsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, GetWorkUnitResultsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new GetWorkUnitResultsCommand(input); const response = await client.send(command);
GetWorkUnitResultsCommandInput for command's
input
shape.GetWorkUnitResultsCommandOutput for command's
response
shape.config for LakeFormationClient's
config
shape.