Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured.
Response elements related to SMB aren't supported with the DescribeLocationFsxOpenZfs operation.
SMB
DescribeLocationFsxOpenZfs
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, DescribeLocationFsxOpenZfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, DescribeLocationFsxOpenZfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new DescribeLocationFsxOpenZfsCommand(input); const response = await client.send(command);
DescribeLocationFsxOpenZfsCommandInput for command's input shape.
input
DescribeLocationFsxOpenZfsCommandOutput 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 OpenZFS file system is configured.
Response elements related to
SMB
aren't supported with theDescribeLocationFsxOpenZfs
operation.Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, DescribeLocationFsxOpenZfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, DescribeLocationFsxOpenZfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new DescribeLocationFsxOpenZfsCommand(input); const response = await client.send(command);
DescribeLocationFsxOpenZfsCommandInput for command's
input
shape.DescribeLocationFsxOpenZfsCommandOutput for command's
response
shape.config for DataSyncClient's
config
shape.