Updates some of the parameters of a previously created location for Server Message Block
(SMB) file system access. For information about creating an SMB location, see
Creating a location for SMB.
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 Server Message Block (SMB) file system access. For information about creating an SMB location, see Creating a location for SMB.
Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, UpdateLocationSmbCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, UpdateLocationSmbCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new UpdateLocationSmbCommand(input); const response = await client.send(command);
UpdateLocationSmbCommandInput for command's
input
shape.UpdateLocationSmbCommandOutput for command's
response
shape.config for DataSyncClient's
config
shape.