Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured.
If your location uses SMB, the DescribeLocationFsxOntap operation doesn't actually return a Password.
DescribeLocationFsxOntap
Password
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, DescribeLocationFsxOntapCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, DescribeLocationFsxOntapCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new DescribeLocationFsxOntapCommand(input); const response = await client.send(command);
DescribeLocationFsxOntapCommandInput for command's input shape.
input
DescribeLocationFsxOntapCommandOutput 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 NetApp ONTAP file system is configured.
If your location uses SMB, the
DescribeLocationFsxOntap
operation doesn't actually return aPassword
.Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, DescribeLocationFsxOntapCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, DescribeLocationFsxOntapCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new DescribeLocationFsxOntapCommand(input); const response = await client.send(command);
DescribeLocationFsxOntapCommandInput for command's
input
shape.DescribeLocationFsxOntapCommandOutput for command's
response
shape.config for DataSyncClient's
config
shape.