@@ -2469,7 +2469,7 @@ export interface OpenZFSVolumeConfiguration {
2469
2469
StorageCapacityReservationGiB ?: number | undefined ;
2470
2470
2471
2471
/**
2472
- * <p>The maximum amount of storage in gibibtyes (GiB) that the volume can use from its
2472
+ * <p>The maximum amount of storage in gibibytes (GiB) that the volume can use from its
2473
2473
* parent. You can specify a quota larger than the storage on the parent volume.</p>
2474
2474
* @public
2475
2475
*/
@@ -6819,10 +6819,9 @@ export interface CreateFileSystemFromBackupRequest {
6819
6819
* <p>Sets the version for the Amazon FSx for Lustre file system that you're
6820
6820
* creating from a backup. Valid values are <code>2.10</code>, <code>2.12</code>,
6821
6821
* and <code>2.15</code>.</p>
6822
- * <p>You don't need to specify <code>FileSystemTypeVersion</code> because it will
6823
- * be applied using the backup's <code>FileSystemTypeVersion</code> setting.
6824
- * If you choose to specify <code>FileSystemTypeVersion</code> when creating from backup, the
6825
- * value must match the backup's <code>FileSystemTypeVersion</code> setting.</p>
6822
+ * <p>You can enter a Lustre version that is newer than the backup's
6823
+ * <code>FileSystemTypeVersion</code> setting. If you don't enter a newer Lustre version,
6824
+ * it defaults to the backup's setting.</p>
6826
6825
* @public
6827
6826
*/
6828
6827
FileSystemTypeVersion ?: string | undefined ;
@@ -6841,7 +6840,7 @@ export interface CreateFileSystemFromBackupRequest {
6841
6840
* parameter, the default is the backup's <code>StorageCapacity</code> value.</p>
6842
6841
* <p>If used to create a file system other than OpenZFS, you must provide a value
6843
6842
* that matches the backup's <code>StorageCapacity</code> value. If you provide any
6844
- * other value, Amazon FSx responds with with an HTTP status code 400 Bad Request. </p>
6843
+ * other value, Amazon FSx responds with an HTTP status code 400 Bad Request. </p>
6845
6844
* @public
6846
6845
*/
6847
6846
StorageCapacity ?: number | undefined ;
@@ -7601,7 +7600,7 @@ export interface CreateOpenZFSVolumeConfiguration {
7601
7600
7602
7601
/**
7603
7602
* <p>Specifies the suggested block size for a volume in a ZFS dataset, in kibibytes (KiB).
7604
- * For file systems using the Intelligent-Tiering storage class, valid values are 128, 256, 512, 1024, 2048, or 4096 KiB, with a default of 2048 KiB.
7603
+ * For file systems using the Intelligent-Tiering storage class, valid values are 128, 256, 512, 1024, 2048, or 4096 KiB, with a default of 1024 KiB.
7605
7604
* For all other file systems, valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB, with a default of 128 KiB.
7606
7605
* We recommend using the default setting for the majority of use cases. Generally, workloads that write in fixed small or large record sizes may benefit from setting a custom record size, like database workloads (small record size) or media streaming workloads (large record size).
7607
7606
* For additional guidance on when to set a custom record size, see
@@ -8696,7 +8695,7 @@ export type DataRepositoryTaskFilterName =
8696
8695
( typeof DataRepositoryTaskFilterName ) [ keyof typeof DataRepositoryTaskFilterName ] ;
8697
8696
8698
8697
/**
8699
- * <p>(Optional) An array of filter objects you can use to filter the response of data repository tasks you will see in the the response.
8698
+ * <p>(Optional) An array of filter objects you can use to filter the response of data repository tasks you will see in the response.
8700
8699
* You can filter the tasks returned in the response by one or more file system IDs, task lifecycles, and by task type.
8701
8700
* A filter object consists of a filter <code>Name</code>, and one or more <code>Values</code> for the filter.</p>
8702
8701
* @public
@@ -9950,7 +9949,7 @@ export interface UpdateFileSystemOntapConfiguration {
9950
9949
* <p>Update the password for the <code>fsxadmin</code> user by entering a new password.
9951
9950
* You use the <code>fsxadmin</code> user to access the NetApp ONTAP CLI and REST API to manage your file system resources.
9952
9951
* For more information, see
9953
- * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-resources-ontap-apps.html">Managing resources using NetApp Applicaton </a>.</p>
9952
+ * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-resources-ontap-apps.html">Managing resources using NetApp Application </a>.</p>
9954
9953
* @public
9955
9954
*/
9956
9955
FsxAdminPassword ?: string | undefined ;
@@ -10364,6 +10363,14 @@ export interface UpdateFileSystemRequest {
10364
10363
* @public
10365
10364
*/
10366
10365
StorageType ?: StorageType | undefined ;
10366
+
10367
+ /**
10368
+ * <p>The Lustre version you are updating an FSx for Lustre file system to.
10369
+ * Valid values are <code>2.12</code> and <code>2.15</code>. The value you choose must be
10370
+ * newer than the file system's current Lustre version.</p>
10371
+ * @public
10372
+ */
10373
+ FileSystemTypeVersion ?: string | undefined ;
10367
10374
}
10368
10375
10369
10376
/**
0 commit comments