Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, DescribeLocationFsxLustreCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, DescribeLocationFsxLustreCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new DescribeLocationFsxLustreCommand(input); const response = await client.send(command);
DescribeLocationFsxLustreCommandInput for command's input shape.
input
DescribeLocationFsxLustreCommandOutput for command's response shape.
response
config for DataSyncClient's config shape.
config
Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, DescribeLocationFsxLustreCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, DescribeLocationFsxLustreCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new DescribeLocationFsxLustreCommand(input); const response = await client.send(command);
DescribeLocationFsxLustreCommandInput for command's
input
shape.DescribeLocationFsxLustreCommandOutput for command's
response
shape.config for DataSyncClient's
config
shape.