diff --git a/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts b/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts index dbb9c5e7d6dc..85b665ee3566 100644 --- a/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts @@ -128,6 +128,11 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse, * *
  • *

    + * PerUnitStorageThroughput + *

    + *
  • + *
  • + *

    * StorageCapacity *

    *
  • @@ -291,6 +296,7 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse, * "STRING_VALUE", * ], * }, + * PerUnitStorageThroughput: Number("int"), * }, * OntapConfiguration: { // UpdateFileSystemOntapConfiguration * AutomaticBackupRetentionDays: Number("int"), diff --git a/clients/client-fsx/src/models/models_0.ts b/clients/client-fsx/src/models/models_0.ts index 3c58037e4374..7ff8a48d77ae 100644 --- a/clients/client-fsx/src/models/models_0.ts +++ b/clients/client-fsx/src/models/models_0.ts @@ -9200,6 +9200,28 @@ export interface UpdateFileSystemLustreConfiguration { * try to access your file system as a root user.

    */ RootSquashConfiguration?: LustreRootSquashConfiguration; + + /** + * @public + *

    The throughput of an Amazon FSx for Lustre Persistent SSD-based file system, + * measured in megabytes per second per tebibyte (MB/s/TiB). You can increase or decrease + * your file system's throughput. Valid values depend on the deployment type of the file + * system, as follows:

    + * + *

    For more information, see + * + * Managing throughput capacity.

    + */ + PerUnitStorageThroughput?: number; } /** @@ -9332,7 +9354,7 @@ export interface UpdateFileSystemOpenZFSConfiguration { *