Updates the throughput mode or the amount of provisioned throughput of an existing file system.
Use a bare-bones client and the command you need to make an API call.
import { EFSClient, UpdateFileSystemCommand } from "@aws-sdk/client-efs"; // ES Modules import // const { EFSClient, UpdateFileSystemCommand } = require("@aws-sdk/client-efs"); // CommonJS import const client = new EFSClient(config); const command = new UpdateFileSystemCommand(input); const response = await client.send(command);
UpdateFileSystemCommandInput for command's input shape.
input
UpdateFileSystemCommandOutput for command's response shape.
response
config for EFSClient's config shape.
config
Updates the throughput mode or the amount of provisioned throughput of an existing file system.
Use a bare-bones client and the command you need to make an API call.
import { EFSClient, UpdateFileSystemCommand } from "@aws-sdk/client-efs"; // ES Modules import // const { EFSClient, UpdateFileSystemCommand } = require("@aws-sdk/client-efs"); // CommonJS import const client = new EFSClient(config); const command = new UpdateFileSystemCommand(input); const response = await client.send(command);
UpdateFileSystemCommandInput for command's
input
shape.UpdateFileSystemCommandOutput for command's
response
shape.config for EFSClient's
config
shape.