Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, RevokePermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, RevokePermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new RevokePermissionsCommand(input); const response = await client.send(command);
RevokePermissionsCommandInput for command's input shape.
input
RevokePermissionsCommandOutput for command's response shape.
response
config for LakeFormationClient's config shape.
config
Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, RevokePermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, RevokePermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new RevokePermissionsCommand(input); const response = await client.send(command);
RevokePermissionsCommandInput for command's
input
shape.RevokePermissionsCommandOutput for command's
response
shape.config for LakeFormationClient's
config
shape.