Updates the manifest of Amazon S3 objects that make up the specified governed table.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, UpdateTableObjectsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, UpdateTableObjectsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new UpdateTableObjectsCommand(input); const response = await client.send(command);
UpdateTableObjectsCommandInput for command's input shape.
input
UpdateTableObjectsCommandOutput for command's response shape.
response
config for LakeFormationClient's config shape.
config
Updates the manifest of Amazon S3 objects that make up the specified governed table.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, UpdateTableObjectsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, UpdateTableObjectsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new UpdateTableObjectsCommand(input); const response = await client.send(command);
UpdateTableObjectsCommandInput for command's
input
shape.UpdateTableObjectsCommandOutput for command's
response
shape.config for LakeFormationClient's
config
shape.