Updates some parameters of a previously created location for a Hadoop Distributed File System cluster.
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, UpdateLocationHdfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, UpdateLocationHdfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new UpdateLocationHdfsCommand(input); const response = await client.send(command);
UpdateLocationHdfsCommandInput for command's input shape.
input
UpdateLocationHdfsCommandOutput for command's response shape.
response
config for DataSyncClient's config shape.
config
Updates some parameters of a previously created location for a Hadoop Distributed File System cluster.
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, UpdateLocationHdfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, UpdateLocationHdfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new UpdateLocationHdfsCommand(input); const response = await client.send(command);
UpdateLocationHdfsCommandInput for command's
input
shape.UpdateLocationHdfsCommandOutput for command's
response
shape.config for DataSyncClient's
config
shape.