Creates an endpoint for a Hadoop Distributed File System (HDFS).
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, CreateLocationHdfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, CreateLocationHdfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new CreateLocationHdfsCommand(input); const response = await client.send(command);
CreateLocationHdfsCommandInput for command's input shape.
input
CreateLocationHdfsCommandOutput for command's response shape.
response
config for DataSyncClient's config shape.
config
Creates an endpoint for a Hadoop Distributed File System (HDFS).
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, CreateLocationHdfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, CreateLocationHdfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new CreateLocationHdfsCommand(input); const response = await client.send(command);
CreateLocationHdfsCommandInput for command's
input
shape.CreateLocationHdfsCommandOutput for command's
response
shape.config for DataSyncClient's
config
shape.