Defines a file system on a Network File System (NFS) server that can be read from or written to.
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, CreateLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, CreateLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new CreateLocationNfsCommand(input); const response = await client.send(command);
CreateLocationNfsCommandInput for command's input shape.
input
CreateLocationNfsCommandOutput for command's response shape.
response
config for DataSyncClient's config shape.
config
Defines a file system on a Network File System (NFS) server that can be read from or written to.
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, CreateLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, CreateLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new CreateLocationNfsCommand(input); const response = await client.send(command);
CreateLocationNfsCommandInput for command's
input
shape.CreateLocationNfsCommandOutput for command's
response
shape.config for DataSyncClient's
config
shape.