Returns the set of Amazon S3 objects that make up the specified governed table. A transaction ID or timestamp can be specified for time-travel queries.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, GetTableObjectsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, GetTableObjectsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new GetTableObjectsCommand(input); const response = await client.send(command);
GetTableObjectsCommandInput for command's input shape.
input
GetTableObjectsCommandOutput for command's response shape.
response
config for LakeFormationClient's config shape.
config
Returns the set of Amazon S3 objects that make up the specified governed table. A transaction ID or timestamp can be specified for time-travel queries.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, GetTableObjectsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, GetTableObjectsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new GetTableObjectsCommand(input); const response = await client.send(command);
GetTableObjectsCommandInput for command's
input
shape.GetTableObjectsCommandOutput for command's
response
shape.config for LakeFormationClient's
config
shape.