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.4/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, Amazon FSx for Lustre, or Amazon FSx for NetApp ONTAP 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 more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide.

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

  • For SCRATCH_2, PERSISTENT_1, and PERSISTENT_2 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 more information, see Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide.

For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.

§
WindowsConfiguration?: UpdateFileSystemWindowsConfiguration | null
[src]

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