Updates some of the parameters of a previously created location for Network File System (NFS) access.
For information about creating an NFS location, see Creating a location for NFS.
example
Use a bare-bones client and the command you need to make an API call.
Updates some of the parameters of a previously created location for Network File System (NFS) access. For information about creating an NFS location, see Creating a location for NFS.
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, UpdateLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, UpdateLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new UpdateLocationNfsCommand(input); const response = await client.send(command);
UpdateLocationNfsCommandInput for command's
input
shape.UpdateLocationNfsCommandOutput for command's
response
shape.config for DataSyncClient's
config
shape.