Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.
Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, ExtendTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, ExtendTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new ExtendTransactionCommand(input); const response = await client.send(command);
ExtendTransactionCommandInput for command's input shape.
input
ExtendTransactionCommandOutput for command's response shape.
response
config for LakeFormationClient's config shape.
config
Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.
Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, ExtendTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, ExtendTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new ExtendTransactionCommand(input); const response = await client.send(command);
ExtendTransactionCommandInput for command's
input
shape.ExtendTransactionCommandOutput for command's
response
shape.config for LakeFormationClient's
config
shape.