Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateFileSystemRequest

import type { UpdateFileSystemRequest } from "https://aws-api.deno.dev/v0.3/services/fsx.ts?docs=full";

The request object for the UpdateFileSystem operation.

interface UpdateFileSystemRequest {
ClientRequestToken?: string | null;
FileSystemId: string;
LustreConfiguration?: UpdateFileSystemLustreConfiguration | null;
OntapConfiguration?: UpdateFileSystemOntapConfiguration | null;
OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration | null;
StorageCapacity?: number | null;
WindowsConfiguration?: UpdateFileSystemWindowsConfiguration | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]

A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

§
FileSystemId: string
[src]

The ID of the file system that you are updating.

§
LustreConfiguration?: UpdateFileSystemLustreConfiguration | null
[src]
§
OntapConfiguration?: UpdateFileSystemOntapConfiguration | null
[src]
§
OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration | null
[src]

The configuration updates for an Amazon FSx for OpenZFS file system.

§
StorageCapacity?: number | null
[src]

Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server or Amazon FSx for Lustre file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating.

Note: You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress.

For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity.

For Lustre file systems, the storage capacity target value can be the following:

  • For SCRATCH_2 and PERSISTENT_1 SSD deployment types, valid values are in multiples of 2400 GiB. The value must be greater than the current storage capacity.
  • For PERSISTENT HDD file systems, valid values are multiples of 6000 GiB for 12-MBps throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must be greater than the current storage capacity.
  • For SCRATCH_1 file systems, you can't increase the storage capacity.

For OpenZFS file systems, the input/output operations per second (IOPS) automatically scale with increases to the storage capacity if IOPS is configured for automatic scaling. If the storage capacity increase would result in less than 3 IOPS per GiB of storage, this operation returns an error.

For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide, Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide, and Managing storage capacity in the Amazon FSx for OpenZFS User Guide.

§
WindowsConfiguration?: UpdateFileSystemWindowsConfiguration | null
[src]

The configuration updates for an Amazon FSx for Windows File Server file system.