Creates an endpoint for an Amazon FSx for Lustre file system.
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, CreateLocationFsxLustreCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, CreateLocationFsxLustreCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new CreateLocationFsxLustreCommand(input); const response = await client.send(command);
CreateLocationFsxLustreCommandInput for command's input shape.
input
CreateLocationFsxLustreCommandOutput for command's response shape.
response
config for DataSyncClient's config shape.
config
Creates an endpoint for an Amazon FSx for Lustre file system.
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, CreateLocationFsxLustreCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, CreateLocationFsxLustreCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new CreateLocationFsxLustreCommand(input); const response = await client.send(command);
CreateLocationFsxLustreCommandInput for command's
input
shape.CreateLocationFsxLustreCommandOutput for command's
response
shape.config for DataSyncClient's
config
shape.