Batch operation to revoke permissions from the principal.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, BatchRevokePermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, BatchRevokePermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new BatchRevokePermissionsCommand(input); const response = await client.send(command);
BatchRevokePermissionsCommandInput for command's input shape.
input
BatchRevokePermissionsCommandOutput for command's response shape.
response
config for LakeFormationClient's config shape.
config
Batch operation to revoke permissions from the principal.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, BatchRevokePermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, BatchRevokePermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new BatchRevokePermissionsCommand(input); const response = await client.send(command);
BatchRevokePermissionsCommandInput for command's
input
shape.BatchRevokePermissionsCommandOutput for command's
response
shape.config for LakeFormationClient's
config
shape.