aws-sdk-fsx 1.88.0 → 1.90.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe2365904d098878e159dfd2f18a0d5cc2625d6f3f5584bf62acf9c6f44c5e5e
4
- data.tar.gz: f88efb093a10775f7f04242411e1f0558f46915f4345f2d34ee96dd0b912b40f
3
+ metadata.gz: e7495b3a3ecf47699edb123a4e28db49109f6122df0c57203371fa0717ff76ac
4
+ data.tar.gz: c3b1152c11669040c00e47eb116ef3caa4dfca0a76783f0a900a46f1d3496b8a
5
5
  SHA512:
6
- metadata.gz: 2d1f0d0cacb6b74dab483fac32bf7a1638c55f8f991f158ffdfa4eff87bd4dd63371a0bac00d2ca5fb3a86b6e73aab61e41eab9d0a6390fe4094e262ed29b83a
7
- data.tar.gz: cc1adc2b3cd5560de7db1f50b89cf2091076024dcc99d6ac8c1588dd93d3555b8414a5a651ca3aaa27632f825afd3168153030aef6d3c337cd9261f99f97f998
6
+ metadata.gz: a53f6f919a5d9294646195240c6a07a9f9ceea5f08c756507796ab358d12d1f1bad2feb849759b94fdcd77b7d5d872a06d0c2f4c4649510f834efb14ecfad55d
7
+ data.tar.gz: 7fb3d1b7d082c1b7cf246eb452b4e64f6266f241b47d2dbbbbe02d747c164939391d1bd78c6677069b682b138930894d65e74c3b10e4a2871322edc9eeaf96eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.89.0 (2024-06-06)
10
+ ------------------
11
+
12
+ * Feature - This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand.
13
+
4
14
  1.88.0 (2024-06-05)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.90.0
@@ -89,6 +89,11 @@ module Aws::FSx
89
89
 
90
90
  # @overload initialize(options)
91
91
  # @param [Hash] options
92
+ #
93
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
94
+ # A list of plugins to apply to the client. Each plugin is either a
95
+ # class name or an instance of a plugin class.
96
+ #
92
97
  # @option options [required, Aws::CredentialProvider] :credentials
93
98
  # Your AWS credentials. This can be an instance of any one of the
94
99
  # following classes:
@@ -209,7 +214,6 @@ module Aws::FSx
209
214
  # 'https://example.com'
210
215
  # 'http://example.com:123'
211
216
  #
212
- #
213
217
  # @option options [Integer] :endpoint_cache_max_entries (1000)
214
218
  # Used for the maximum size limit of the LRU cache storing endpoints data
215
219
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -298,7 +302,6 @@ module Aws::FSx
298
302
  # throttling. This is a provisional mode that may change behavior
299
303
  # in the future.
300
304
  #
301
- #
302
305
  # @option options [String] :sdk_ua_app_id
303
306
  # A unique and opaque application ID that is appended to the
304
307
  # User-Agent header as app/sdk_ua_app_id. It should have a
@@ -782,6 +785,8 @@ module Aws::FSx
782
785
  # resp.backup.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
783
786
  # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
784
787
  # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
788
+ # resp.backup.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
789
+ # resp.backup.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
785
790
  # resp.backup.file_system.administrative_actions #=> Array
786
791
  # resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
787
792
  # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1024,6 +1029,8 @@ module Aws::FSx
1024
1029
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
1025
1030
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
1026
1031
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1032
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
1033
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1027
1034
  # resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
1028
1035
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
1029
1036
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -1266,6 +1273,8 @@ module Aws::FSx
1266
1273
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
1267
1274
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
1268
1275
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1276
+ # resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
1277
+ # resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1269
1278
  # resp.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
1270
1279
  # resp.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
1271
1280
  # resp.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -1617,6 +1626,8 @@ module Aws::FSx
1617
1626
  # resp.backup.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
1618
1627
  # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
1619
1628
  # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1629
+ # resp.backup.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
1630
+ # resp.backup.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1620
1631
  # resp.backup.file_system.administrative_actions #=> Array
1621
1632
  # resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
1622
1633
  # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1859,6 +1870,8 @@ module Aws::FSx
1859
1870
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
1860
1871
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
1861
1872
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1873
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
1874
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1862
1875
  # resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
1863
1876
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
1864
1877
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -2540,7 +2553,7 @@ module Aws::FSx
2540
2553
  # you can configure depends on the value that you set for `StorageType`
2541
2554
  # and the Lustre `DeploymentType`, as follows:
2542
2555
  #
2543
- # * For `SCRATCH_2`, `PERSISTENT_2` and `PERSISTENT_1` deployment types
2556
+ # * For `SCRATCH_2`, `PERSISTENT_2`, and `PERSISTENT_1` deployment types
2544
2557
  # using SSD storage type, the valid values are 1200 GiB, 2400 GiB, and
2545
2558
  # increments of 2400 GiB.
2546
2559
  #
@@ -2671,24 +2684,26 @@ module Aws::FSx
2671
2684
  # that you are creating.
2672
2685
  #
2673
2686
  # @option params [String] :file_system_type_version
2674
- # (Optional) For FSx for Lustre file systems, sets the Lustre version
2675
- # for the file system that you're creating. Valid values are `2.10`,
2676
- # `2.12`, and `2.15`:
2687
+ # For FSx for Lustre file systems, sets the Lustre version for the file
2688
+ # system that you're creating. Valid values are `2.10`, `2.12`, and
2689
+ # `2.15`:
2677
2690
  #
2678
- # * 2\.10 is supported by the Scratch and Persistent\_1 Lustre deployment
2679
- # types.
2691
+ # * `2.10` is supported by the Scratch and Persistent\_1 Lustre
2692
+ # deployment types.
2680
2693
  #
2681
- # * 2\.12 and 2.15 are supported by all Lustre deployment types. `2.12`
2682
- # or `2.15` is required when setting FSx for Lustre `DeploymentType`
2683
- # to `PERSISTENT_2`.
2694
+ # * `2.12` is supported by all Lustre deployment types, except for
2695
+ # `PERSISTENT_2` with a metadata configuration mode.
2684
2696
  #
2685
- # Default value = `2.10`, except when `DeploymentType` is set to
2686
- # `PERSISTENT_2`, then the default is `2.12`.
2697
+ # * `2.15` is supported by all Lustre deployment types and is
2698
+ # recommended for all new file systems.
2687
2699
  #
2688
- # <note markdown="1"> If you set `FileSystemTypeVersion` to `2.10` for a `PERSISTENT_2`
2689
- # Lustre deployment type, the `CreateFileSystem` operation fails.
2700
+ # Default value is `2.10`, except for the following deployments:
2690
2701
  #
2691
- # </note>
2702
+ # * Default value is `2.12` when `DeploymentType` is set to
2703
+ # `PERSISTENT_2` without a metadata configuration mode.
2704
+ #
2705
+ # * Default value is `2.15` when `DeploymentType` is set to
2706
+ # `PERSISTENT_2` with a metadata configuration mode.
2692
2707
  #
2693
2708
  # @option params [Types::CreateFileSystemOpenZFSConfiguration] :open_zfs_configuration
2694
2709
  # The OpenZFS configuration for the file system that's being created.
@@ -2835,6 +2850,10 @@ module Aws::FSx
2835
2850
  # root_squash: "LustreRootSquash",
2836
2851
  # no_squash_nids: ["LustreNoSquashNid"],
2837
2852
  # },
2853
+ # metadata_configuration: {
2854
+ # iops: 1,
2855
+ # mode: "AUTOMATIC", # required, accepts AUTOMATIC, USER_PROVISIONED
2856
+ # },
2838
2857
  # },
2839
2858
  # ontap_configuration: {
2840
2859
  # automatic_backup_retention_days: 1,
@@ -2962,6 +2981,8 @@ module Aws::FSx
2962
2981
  # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
2963
2982
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
2964
2983
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
2984
+ # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
2985
+ # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
2965
2986
  # resp.file_system.administrative_actions #=> Array
2966
2987
  # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
2967
2988
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -3388,6 +3409,10 @@ module Aws::FSx
3388
3409
  # root_squash: "LustreRootSquash",
3389
3410
  # no_squash_nids: ["LustreNoSquashNid"],
3390
3411
  # },
3412
+ # metadata_configuration: {
3413
+ # iops: 1,
3414
+ # mode: "AUTOMATIC", # required, accepts AUTOMATIC, USER_PROVISIONED
3415
+ # },
3391
3416
  # },
3392
3417
  # storage_type: "SSD", # accepts SSD, HDD
3393
3418
  # kms_key_id: "KmsKeyId",
@@ -3501,6 +3526,8 @@ module Aws::FSx
3501
3526
  # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
3502
3527
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
3503
3528
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
3529
+ # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
3530
+ # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
3504
3531
  # resp.file_system.administrative_actions #=> Array
3505
3532
  # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
3506
3533
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -3785,6 +3812,8 @@ module Aws::FSx
3785
3812
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
3786
3813
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
3787
3814
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
3815
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
3816
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
3788
3817
  # resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
3789
3818
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
3790
3819
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -3950,9 +3979,14 @@ module Aws::FSx
3950
3979
  # service account.
3951
3980
  #
3952
3981
  # * `MIXED` This is an advanced setting. For more information, see
3953
- # [Volume security
3954
- # style](fsx/latest/ONTAPGuide/volume-security-style.html) in the
3955
- # Amazon FSx for NetApp ONTAP User Guide.
3982
+ # [Volume security style][1] in the Amazon FSx for NetApp ONTAP User
3983
+ # Guide.
3984
+ #
3985
+ #
3986
+ #
3987
+ #
3988
+ #
3989
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style.html
3956
3990
  #
3957
3991
  # @return [Types::CreateStorageVirtualMachineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3958
3992
  #
@@ -4261,6 +4295,8 @@ module Aws::FSx
4261
4295
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
4262
4296
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
4263
4297
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
4298
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
4299
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
4264
4300
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
4265
4301
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
4266
4302
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -4549,6 +4585,8 @@ module Aws::FSx
4549
4585
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
4550
4586
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
4551
4587
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
4588
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
4589
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
4552
4590
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
4553
4591
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
4554
4592
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -4811,7 +4849,8 @@ module Aws::FSx
4811
4849
  #
4812
4850
  # To delete an Amazon FSx for NetApp ONTAP file system, first delete all
4813
4851
  # the volumes and storage virtual machines (SVMs) on the file system.
4814
- # Then provide a `FileSystemId` value to the `DeleFileSystem` operation.
4852
+ # Then provide a `FileSystemId` value to the `DeleteFileSystem`
4853
+ # operation.
4815
4854
  #
4816
4855
  # By default, when you delete an Amazon FSx for Windows File Server file
4817
4856
  # system, a final backup is created upon deletion. This final backup
@@ -4820,7 +4859,7 @@ module Aws::FSx
4820
4859
  #
4821
4860
  # To delete an Amazon FSx for Lustre file system, first [unmount][1] it
4822
4861
  # from every connected Amazon EC2 instance, then provide a
4823
- # `FileSystemId` value to the `DeleFileSystem` operation. By default,
4862
+ # `FileSystemId` value to the `DeleteFileSystem` operation. By default,
4824
4863
  # Amazon FSx will not take a final backup when the `DeleteFileSystem`
4825
4864
  # operation is invoked. On file systems not linked to an Amazon S3
4826
4865
  # bucket, set `SkipFinalBackup` to `false` to take a final backup of the
@@ -5305,6 +5344,8 @@ module Aws::FSx
5305
5344
  # resp.backups[0].file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
5306
5345
  # resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
5307
5346
  # resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
5347
+ # resp.backups[0].file_system.lustre_configuration.metadata_configuration.iops #=> Integer
5348
+ # resp.backups[0].file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
5308
5349
  # resp.backups[0].file_system.administrative_actions #=> Array
5309
5350
  # resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
5310
5351
  # resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
@@ -5547,6 +5588,8 @@ module Aws::FSx
5547
5588
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
5548
5589
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
5549
5590
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
5591
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
5592
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
5550
5593
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
5551
5594
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
5552
5595
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -6166,6 +6209,8 @@ module Aws::FSx
6166
6209
  # resp.file_systems[0].lustre_configuration.root_squash_configuration.root_squash #=> String
6167
6210
  # resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
6168
6211
  # resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6212
+ # resp.file_systems[0].lustre_configuration.metadata_configuration.iops #=> Integer
6213
+ # resp.file_systems[0].lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
6169
6214
  # resp.file_systems[0].administrative_actions #=> Array
6170
6215
  # resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
6171
6216
  # resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
@@ -6484,6 +6529,8 @@ module Aws::FSx
6484
6529
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
6485
6530
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
6486
6531
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6532
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
6533
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
6487
6534
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
6488
6535
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
6489
6536
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -6845,6 +6892,8 @@ module Aws::FSx
6845
6892
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
6846
6893
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
6847
6894
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6895
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
6896
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
6848
6897
  # resp.volumes[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
6849
6898
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
6850
6899
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -7174,6 +7223,8 @@ module Aws::FSx
7174
7223
  # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
7175
7224
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
7176
7225
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
7226
+ # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
7227
+ # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
7177
7228
  # resp.file_system.administrative_actions #=> Array
7178
7229
  # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
7179
7230
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -7429,6 +7480,8 @@ module Aws::FSx
7429
7480
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
7430
7481
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
7431
7482
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
7483
+ # resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
7484
+ # resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
7432
7485
  # resp.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
7433
7486
  # resp.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
7434
7487
  # resp.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -7653,6 +7706,8 @@ module Aws::FSx
7653
7706
  # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
7654
7707
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
7655
7708
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
7709
+ # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
7710
+ # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
7656
7711
  # resp.file_system.administrative_actions #=> Array
7657
7712
  # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
7658
7713
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -8076,6 +8131,8 @@ module Aws::FSx
8076
8131
  #
8077
8132
  # * `LustreRootSquashConfiguration`
8078
8133
  #
8134
+ # * `MetadataConfiguration`
8135
+ #
8079
8136
  # * `PerUnitStorageThroughput`
8080
8137
  #
8081
8138
  # * `StorageCapacity`
@@ -8305,6 +8362,10 @@ module Aws::FSx
8305
8362
  # no_squash_nids: ["LustreNoSquashNid"],
8306
8363
  # },
8307
8364
  # per_unit_storage_throughput: 1,
8365
+ # metadata_configuration: {
8366
+ # iops: 1,
8367
+ # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
8368
+ # },
8308
8369
  # },
8309
8370
  # ontap_configuration: {
8310
8371
  # automatic_backup_retention_days: 1,
@@ -8404,6 +8465,8 @@ module Aws::FSx
8404
8465
  # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
8405
8466
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
8406
8467
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
8468
+ # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
8469
+ # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
8407
8470
  # resp.file_system.administrative_actions #=> Array
8408
8471
  # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
8409
8472
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -8707,6 +8770,8 @@ module Aws::FSx
8707
8770
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
8708
8771
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
8709
8772
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
8773
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
8774
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
8710
8775
  # resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
8711
8776
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
8712
8777
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -9128,6 +9193,8 @@ module Aws::FSx
9128
9193
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
9129
9194
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
9130
9195
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
9196
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
9197
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
9131
9198
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
9132
9199
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
9133
9200
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -9229,7 +9296,7 @@ module Aws::FSx
9229
9296
  params: params,
9230
9297
  config: config)
9231
9298
  context[:gem_name] = 'aws-sdk-fsx'
9232
- context[:gem_version] = '1.88.0'
9299
+ context[:gem_version] = '1.90.0'
9233
9300
  Seahorse::Client::Request.new(handlers, context)
9234
9301
  end
9235
9302
 
@@ -80,6 +80,7 @@ module Aws::FSx
80
80
  CreateFileSystemFromBackupRequest = Shapes::StructureShape.new(name: 'CreateFileSystemFromBackupRequest')
81
81
  CreateFileSystemFromBackupResponse = Shapes::StructureShape.new(name: 'CreateFileSystemFromBackupResponse')
82
82
  CreateFileSystemLustreConfiguration = Shapes::StructureShape.new(name: 'CreateFileSystemLustreConfiguration')
83
+ CreateFileSystemLustreMetadataConfiguration = Shapes::StructureShape.new(name: 'CreateFileSystemLustreMetadataConfiguration')
83
84
  CreateFileSystemOntapConfiguration = Shapes::StructureShape.new(name: 'CreateFileSystemOntapConfiguration')
84
85
  CreateFileSystemOpenZFSConfiguration = Shapes::StructureShape.new(name: 'CreateFileSystemOpenZFSConfiguration')
85
86
  CreateFileSystemRequest = Shapes::StructureShape.new(name: 'CreateFileSystemRequest')
@@ -211,6 +212,7 @@ module Aws::FSx
211
212
  FileSystemId = Shapes::StringShape.new(name: 'FileSystemId')
212
213
  FileSystemIds = Shapes::ListShape.new(name: 'FileSystemIds')
213
214
  FileSystemLifecycle = Shapes::StringShape.new(name: 'FileSystemLifecycle')
215
+ FileSystemLustreMetadataConfiguration = Shapes::StructureShape.new(name: 'FileSystemLustreMetadataConfiguration')
214
216
  FileSystemMaintenanceOperation = Shapes::StringShape.new(name: 'FileSystemMaintenanceOperation')
215
217
  FileSystemMaintenanceOperations = Shapes::ListShape.new(name: 'FileSystemMaintenanceOperations')
216
218
  FileSystemNotFound = Shapes::StructureShape.new(name: 'FileSystemNotFound')
@@ -265,6 +267,8 @@ module Aws::FSx
265
267
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
266
268
  Megabytes = Shapes::IntegerShape.new(name: 'Megabytes')
267
269
  MegabytesPerSecond = Shapes::IntegerShape.new(name: 'MegabytesPerSecond')
270
+ MetadataConfigurationMode = Shapes::StringShape.new(name: 'MetadataConfigurationMode')
271
+ MetadataIops = Shapes::IntegerShape.new(name: 'MetadataIops')
268
272
  MetadataStorageCapacity = Shapes::IntegerShape.new(name: 'MetadataStorageCapacity')
269
273
  MissingFileCacheConfiguration = Shapes::StructureShape.new(name: 'MissingFileCacheConfiguration')
270
274
  MissingFileSystemConfiguration = Shapes::StructureShape.new(name: 'MissingFileSystemConfiguration')
@@ -408,6 +412,7 @@ module Aws::FSx
408
412
  UpdateFileCacheRequest = Shapes::StructureShape.new(name: 'UpdateFileCacheRequest')
409
413
  UpdateFileCacheResponse = Shapes::StructureShape.new(name: 'UpdateFileCacheResponse')
410
414
  UpdateFileSystemLustreConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemLustreConfiguration')
415
+ UpdateFileSystemLustreMetadataConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemLustreMetadataConfiguration')
411
416
  UpdateFileSystemOntapConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemOntapConfiguration')
412
417
  UpdateFileSystemOpenZFSConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemOpenZFSConfiguration')
413
418
  UpdateFileSystemRequest = Shapes::StructureShape.new(name: 'UpdateFileSystemRequest')
@@ -685,8 +690,13 @@ module Aws::FSx
685
690
  CreateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
686
691
  CreateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
687
692
  CreateFileSystemLustreConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
693
+ CreateFileSystemLustreConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemLustreMetadataConfiguration, location_name: "MetadataConfiguration"))
688
694
  CreateFileSystemLustreConfiguration.struct_class = Types::CreateFileSystemLustreConfiguration
689
695
 
696
+ CreateFileSystemLustreMetadataConfiguration.add_member(:iops, Shapes::ShapeRef.new(shape: MetadataIops, location_name: "Iops"))
697
+ CreateFileSystemLustreMetadataConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: MetadataConfigurationMode, required: true, location_name: "Mode"))
698
+ CreateFileSystemLustreMetadataConfiguration.struct_class = Types::CreateFileSystemLustreMetadataConfiguration
699
+
690
700
  CreateFileSystemOntapConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
691
701
  CreateFileSystemOntapConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
692
702
  CreateFileSystemOntapConfiguration.add_member(:deployment_type, Shapes::ShapeRef.new(shape: OntapDeploymentType, required: true, location_name: "DeploymentType"))
@@ -1244,6 +1254,10 @@ module Aws::FSx
1244
1254
 
1245
1255
  FileSystemIds.member = Shapes::ShapeRef.new(shape: FileSystemId)
1246
1256
 
1257
+ FileSystemLustreMetadataConfiguration.add_member(:iops, Shapes::ShapeRef.new(shape: MetadataIops, location_name: "Iops"))
1258
+ FileSystemLustreMetadataConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: MetadataConfigurationMode, required: true, location_name: "Mode"))
1259
+ FileSystemLustreMetadataConfiguration.struct_class = Types::FileSystemLustreMetadataConfiguration
1260
+
1247
1261
  FileSystemMaintenanceOperations.member = Shapes::ShapeRef.new(shape: FileSystemMaintenanceOperation)
1248
1262
 
1249
1263
  FileSystemNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -1320,6 +1334,7 @@ module Aws::FSx
1320
1334
  LustreFileSystemConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
1321
1335
  LustreFileSystemConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogConfiguration, location_name: "LogConfiguration"))
1322
1336
  LustreFileSystemConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
1337
+ LustreFileSystemConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: FileSystemLustreMetadataConfiguration, location_name: "MetadataConfiguration"))
1323
1338
  LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
1324
1339
 
1325
1340
  LustreLogConfiguration.add_member(:level, Shapes::ShapeRef.new(shape: LustreAccessAuditLogLevel, required: true, location_name: "Level"))
@@ -1685,8 +1700,13 @@ module Aws::FSx
1685
1700
  UpdateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
1686
1701
  UpdateFileSystemLustreConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
1687
1702
  UpdateFileSystemLustreConfiguration.add_member(:per_unit_storage_throughput, Shapes::ShapeRef.new(shape: PerUnitStorageThroughput, location_name: "PerUnitStorageThroughput"))
1703
+ UpdateFileSystemLustreConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemLustreMetadataConfiguration, location_name: "MetadataConfiguration"))
1688
1704
  UpdateFileSystemLustreConfiguration.struct_class = Types::UpdateFileSystemLustreConfiguration
1689
1705
 
1706
+ UpdateFileSystemLustreMetadataConfiguration.add_member(:iops, Shapes::ShapeRef.new(shape: MetadataIops, location_name: "Iops"))
1707
+ UpdateFileSystemLustreMetadataConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: MetadataConfigurationMode, location_name: "Mode"))
1708
+ UpdateFileSystemLustreMetadataConfiguration.struct_class = Types::UpdateFileSystemLustreMetadataConfiguration
1709
+
1690
1710
  UpdateFileSystemOntapConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
1691
1711
  UpdateFileSystemOntapConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
1692
1712
  UpdateFileSystemOntapConfiguration.add_member(:fsx_admin_password, Shapes::ShapeRef.new(shape: AdminPassword, location_name: "FsxAdminPassword"))
@@ -1865,6 +1885,7 @@ module Aws::FSx
1865
1885
  "endpointPrefix" => "fsx",
1866
1886
  "jsonVersion" => "1.1",
1867
1887
  "protocol" => "json",
1888
+ "protocols" => ["json"],
1868
1889
  "serviceFullName" => "Amazon FSx",
1869
1890
  "serviceId" => "FSx",
1870
1891
  "signatureVersion" => "v4",
@@ -1776,12 +1776,14 @@ module Aws::FSx
1776
1776
  # Choose `PERSISTENT_2` for longer-term storage and for
1777
1777
  # latency-sensitive workloads that require the highest levels of
1778
1778
  # IOPS/throughput. `PERSISTENT_2` supports SSD storage, and offers
1779
- # higher `PerUnitStorageThroughput` (up to 1000 MB/s/TiB).
1780
- # `PERSISTENT_2` is available in a limited number of Amazon Web
1781
- # Services Regions. For more information, and an up-to-date list of
1782
- # Amazon Web Services Regions in which `PERSISTENT_2` is available,
1783
- # see [File system deployment options for FSx for Lustre][1] in the
1784
- # *Amazon FSx for Lustre User Guide*.
1779
+ # higher `PerUnitStorageThroughput` (up to 1000 MB/s/TiB). You can
1780
+ # optionally specify a metadata configuration mode for `PERSISTENT_2`
1781
+ # which supports increasing metadata performance. `PERSISTENT_2` is
1782
+ # available in a limited number of Amazon Web Services Regions. For
1783
+ # more information, and an up-to-date list of Amazon Web Services
1784
+ # Regions in which `PERSISTENT_2` is available, see [File system
1785
+ # deployment options for FSx for Lustre][1] in the *Amazon FSx for
1786
+ # Lustre User Guide*.
1785
1787
  #
1786
1788
  # <note markdown="1"> If you choose `PERSISTENT_2`, and you set `FileSystemTypeVersion` to
1787
1789
  # `2.10`, the `CreateFileSystem` operation fails.
@@ -1789,7 +1791,7 @@ module Aws::FSx
1789
1791
  # </note>
1790
1792
  #
1791
1793
  # Encryption of data in transit is automatically turned on when you
1792
- # access `SCRATCH_2`, `PERSISTENT_1` and `PERSISTENT_2` file systems
1794
+ # access `SCRATCH_2`, `PERSISTENT_1`, and `PERSISTENT_2` file systems
1793
1795
  # from Amazon EC2 instances that support automatic encryption in the
1794
1796
  # Amazon Web Services Regions where they are available. For more
1795
1797
  # information about encryption in transit for FSx for Lustre file
@@ -1937,6 +1939,11 @@ module Aws::FSx
1937
1939
  # as a root user.
1938
1940
  # @return [Types::LustreRootSquashConfiguration]
1939
1941
  #
1942
+ # @!attribute [rw] metadata_configuration
1943
+ # The Lustre metadata performance configuration for the creation of an
1944
+ # FSx for Lustre file system using a `PERSISTENT_2` deployment type.
1945
+ # @return [Types::CreateFileSystemLustreMetadataConfiguration]
1946
+ #
1940
1947
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemLustreConfiguration AWS API Documentation
1941
1948
  #
1942
1949
  class CreateFileSystemLustreConfiguration < Struct.new(
@@ -1953,7 +1960,60 @@ module Aws::FSx
1953
1960
  :drive_cache_type,
1954
1961
  :data_compression_type,
1955
1962
  :log_configuration,
1956
- :root_squash_configuration)
1963
+ :root_squash_configuration,
1964
+ :metadata_configuration)
1965
+ SENSITIVE = []
1966
+ include Aws::Structure
1967
+ end
1968
+
1969
+ # The Lustre metadata performance configuration for the creation of an
1970
+ # Amazon FSx for Lustre file system using a `PERSISTENT_2` deployment
1971
+ # type. The configuration uses a Metadata IOPS value to set the maximum
1972
+ # rate of metadata disk IOPS supported by the file system.
1973
+ #
1974
+ # After creation, the file system supports increasing metadata
1975
+ # performance. For more information on Metadata IOPS, see [Lustre
1976
+ # metadata performance configuration][1] in the *Amazon FSx for Lustre
1977
+ # User Guide*.
1978
+ #
1979
+ #
1980
+ #
1981
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-metadata-performance.html#metadata-configuration
1982
+ #
1983
+ # @!attribute [rw] iops
1984
+ # (USER\_PROVISIONED mode only) Specifies the number of Metadata IOPS
1985
+ # to provision for the file system. This parameter sets the maximum
1986
+ # rate of metadata disk IOPS supported by the file system. Valid
1987
+ # values are `1500`, `3000`, `6000`, `12000`, and multiples of `12000`
1988
+ # up to a maximum of `192000`.
1989
+ #
1990
+ # <note markdown="1"> Iops doesn’t have a default value. If you're using
1991
+ # USER\_PROVISIONED mode, you can choose to specify a valid value. If
1992
+ # you're using AUTOMATIC mode, you cannot specify a value because FSx
1993
+ # for Lustre automatically sets the value based on your file system
1994
+ # storage capacity.
1995
+ #
1996
+ # </note>
1997
+ # @return [Integer]
1998
+ #
1999
+ # @!attribute [rw] mode
2000
+ # The metadata configuration mode for provisioning Metadata IOPS for
2001
+ # an FSx for Lustre file system using a `PERSISTENT_2` deployment
2002
+ # type.
2003
+ #
2004
+ # * In AUTOMATIC mode, FSx for Lustre automatically provisions and
2005
+ # scales the number of Metadata IOPS for your file system based on
2006
+ # your file system storage capacity.
2007
+ #
2008
+ # * In USER\_PROVISIONED mode, you specify the number of Metadata IOPS
2009
+ # to provision for your file system.
2010
+ # @return [String]
2011
+ #
2012
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemLustreMetadataConfiguration AWS API Documentation
2013
+ #
2014
+ class CreateFileSystemLustreMetadataConfiguration < Struct.new(
2015
+ :iops,
2016
+ :mode)
1957
2017
  SENSITIVE = []
1958
2018
  include Aws::Structure
1959
2019
  end
@@ -2094,7 +2154,7 @@ module Aws::FSx
2094
2154
  #
2095
2155
  #
2096
2156
  #
2097
- # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/HA-pairs.html
2157
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/administering-file-systems.html#HA-pairs
2098
2158
  # @return [Integer]
2099
2159
  #
2100
2160
  # @!attribute [rw] throughput_capacity_per_ha_pair
@@ -2329,7 +2389,7 @@ module Aws::FSx
2329
2389
  # that you can configure depends on the value that you set for
2330
2390
  # `StorageType` and the Lustre `DeploymentType`, as follows:
2331
2391
  #
2332
- # * For `SCRATCH_2`, `PERSISTENT_2` and `PERSISTENT_1` deployment
2392
+ # * For `SCRATCH_2`, `PERSISTENT_2`, and `PERSISTENT_1` deployment
2333
2393
  # types using SSD storage type, the valid values are 1200 GiB, 2400
2334
2394
  # GiB, and increments of 2400 GiB.
2335
2395
  #
@@ -2469,24 +2529,26 @@ module Aws::FSx
2469
2529
  # @return [Types::CreateFileSystemOntapConfiguration]
2470
2530
  #
2471
2531
  # @!attribute [rw] file_system_type_version
2472
- # (Optional) For FSx for Lustre file systems, sets the Lustre version
2473
- # for the file system that you're creating. Valid values are `2.10`,
2474
- # `2.12`, and `2.15`:
2532
+ # For FSx for Lustre file systems, sets the Lustre version for the
2533
+ # file system that you're creating. Valid values are `2.10`, `2.12`,
2534
+ # and `2.15`:
2475
2535
  #
2476
- # * 2\.10 is supported by the Scratch and Persistent\_1 Lustre
2536
+ # * `2.10` is supported by the Scratch and Persistent\_1 Lustre
2477
2537
  # deployment types.
2478
2538
  #
2479
- # * 2\.12 and 2.15 are supported by all Lustre deployment types. `2.12`
2480
- # or `2.15` is required when setting FSx for Lustre `DeploymentType`
2481
- # to `PERSISTENT_2`.
2539
+ # * `2.12` is supported by all Lustre deployment types, except for
2540
+ # `PERSISTENT_2` with a metadata configuration mode.
2482
2541
  #
2483
- # Default value = `2.10`, except when `DeploymentType` is set to
2484
- # `PERSISTENT_2`, then the default is `2.12`.
2542
+ # * `2.15` is supported by all Lustre deployment types and is
2543
+ # recommended for all new file systems.
2485
2544
  #
2486
- # <note markdown="1"> If you set `FileSystemTypeVersion` to `2.10` for a `PERSISTENT_2`
2487
- # Lustre deployment type, the `CreateFileSystem` operation fails.
2545
+ # Default value is `2.10`, except for the following deployments:
2488
2546
  #
2489
- # </note>
2547
+ # * Default value is `2.12` when `DeploymentType` is set to
2548
+ # `PERSISTENT_2` without a metadata configuration mode.
2549
+ #
2550
+ # * Default value is `2.15` when `DeploymentType` is set to
2551
+ # `PERSISTENT_2` with a metadata configuration mode.
2490
2552
  # @return [String]
2491
2553
  #
2492
2554
  # @!attribute [rw] open_zfs_configuration
@@ -2703,9 +2765,8 @@ module Aws::FSx
2703
2765
  # Specifies the security style for the volume. If a volume's security
2704
2766
  # style is not specified, it is automatically set to the root
2705
2767
  # volume's security style. The security style determines the type of
2706
- # permissions that FSx for ONTAP uses to control data access. For more
2707
- # information, see [Volume security style][1] in the *Amazon FSx for
2708
- # NetApp ONTAP User Guide*. Specify one of the following values:
2768
+ # permissions that FSx for ONTAP uses to control data access. Specify
2769
+ # one of the following values:
2709
2770
  #
2710
2771
  # * `UNIX` if the file system is managed by a UNIX administrator, the
2711
2772
  # majority of users are NFS clients, and an application accessing
@@ -2716,17 +2777,16 @@ module Aws::FSx
2716
2777
  # accessing the data uses a Windows user as the service account.
2717
2778
  #
2718
2779
  # * `MIXED` This is an advanced setting. For more information, see the
2719
- # topic [What the security styles and their effects are][2] in the
2780
+ # topic [What the security styles and their effects are][1] in the
2720
2781
  # NetApp Documentation Center.
2721
2782
  #
2722
- # For more information, see [Volume security style][3] in the FSx for
2783
+ # For more information, see [Volume security style][2] in the FSx for
2723
2784
  # ONTAP User Guide.
2724
2785
  #
2725
2786
  #
2726
2787
  #
2727
- # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style
2728
- # [2]: https://docs.netapp.com/us-en/ontap/nfs-admin/security-styles-their-effects-concept.html
2729
- # [3]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style.html
2788
+ # [1]: https://docs.netapp.com/us-en/ontap/nfs-admin/security-styles-their-effects-concept.html
2789
+ # [2]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html#volume-security-style
2730
2790
  # @return [String]
2731
2791
  #
2732
2792
  # @!attribute [rw] size_in_megabytes
@@ -2794,7 +2854,7 @@ module Aws::FSx
2794
2854
  #
2795
2855
  #
2796
2856
  #
2797
- # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-types
2857
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html#volume-types
2798
2858
  # @return [String]
2799
2859
  #
2800
2860
  # @!attribute [rw] snapshot_policy
@@ -2848,7 +2908,7 @@ module Aws::FSx
2848
2908
  #
2849
2909
  #
2850
2910
  #
2851
- # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-styles.html
2911
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html#volume-styles
2852
2912
  # @return [String]
2853
2913
  #
2854
2914
  # @!attribute [rw] aggregate_configuration
@@ -3243,9 +3303,14 @@ module Aws::FSx
3243
3303
  # the service account.
3244
3304
  #
3245
3305
  # * `MIXED` This is an advanced setting. For more information, see
3246
- # [Volume security
3247
- # style](fsx/latest/ONTAPGuide/volume-security-style.html) in the
3248
- # Amazon FSx for NetApp ONTAP User Guide.
3306
+ # [Volume security style][1] in the Amazon FSx for NetApp ONTAP User
3307
+ # Guide.
3308
+ #
3309
+ #
3310
+ #
3311
+ #
3312
+ #
3313
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style.html
3249
3314
  # @return [String]
3250
3315
  #
3251
3316
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateStorageVirtualMachineRequest AWS API Documentation
@@ -5612,7 +5677,7 @@ module Aws::FSx
5612
5677
  # * If you are not using the `DataRepositorySubdirectories`
5613
5678
  # parameter, the path is to an NFS Export directory (or one of its
5614
5679
  # subdirectories) in the format
5615
- # `nsf://nfs-domain-name/exportpath`. You can therefore link a
5680
+ # `nfs://nfs-domain-name/exportpath`. You can therefore link a
5616
5681
  # single NFS Export to a single data repository association.
5617
5682
  #
5618
5683
  # * If you are using the `DataRepositorySubdirectories` parameter,
@@ -6037,6 +6102,38 @@ module Aws::FSx
6037
6102
  include Aws::Structure
6038
6103
  end
6039
6104
 
6105
+ # The Lustre metadata performance configuration of an Amazon FSx for
6106
+ # Lustre file system using a `PERSISTENT_2` deployment type. The
6107
+ # configuration enables the file system to support increasing metadata
6108
+ # performance.
6109
+ #
6110
+ # @!attribute [rw] iops
6111
+ # The number of Metadata IOPS provisioned for the file system. Valid
6112
+ # values are `1500`, `3000`, `6000`, `12000`, and multiples of `12000`
6113
+ # up to a maximum of `192000`.
6114
+ # @return [Integer]
6115
+ #
6116
+ # @!attribute [rw] mode
6117
+ # The metadata configuration mode for provisioning Metadata IOPS for
6118
+ # the file system.
6119
+ #
6120
+ # * In AUTOMATIC mode, FSx for Lustre automatically provisions and
6121
+ # scales the number of Metadata IOPS on your file system based on
6122
+ # your file system storage capacity.
6123
+ #
6124
+ # * In USER\_PROVISIONED mode, you can choose to specify the number of
6125
+ # Metadata IOPS to provision for your file system.
6126
+ # @return [String]
6127
+ #
6128
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/FileSystemLustreMetadataConfiguration AWS API Documentation
6129
+ #
6130
+ class FileSystemLustreMetadataConfiguration < Struct.new(
6131
+ :iops,
6132
+ :mode)
6133
+ SENSITIVE = []
6134
+ include Aws::Structure
6135
+ end
6136
+
6040
6137
  # No Amazon FSx file systems were found based upon supplied parameters.
6041
6138
  #
6042
6139
  # @!attribute [rw] message
@@ -6449,6 +6546,11 @@ module Aws::FSx
6449
6546
  # from clients that try to access your file system as a root user.
6450
6547
  # @return [Types::LustreRootSquashConfiguration]
6451
6548
  #
6549
+ # @!attribute [rw] metadata_configuration
6550
+ # The Lustre metadata performance configuration for an Amazon FSx for
6551
+ # Lustre file system using a `PERSISTENT_2` deployment type.
6552
+ # @return [Types::FileSystemLustreMetadataConfiguration]
6553
+ #
6452
6554
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreFileSystemConfiguration AWS API Documentation
6453
6555
  #
6454
6556
  class LustreFileSystemConfiguration < Struct.new(
@@ -6463,7 +6565,8 @@ module Aws::FSx
6463
6565
  :drive_cache_type,
6464
6566
  :data_compression_type,
6465
6567
  :log_configuration,
6466
- :root_squash_configuration)
6568
+ :root_squash_configuration,
6569
+ :metadata_configuration)
6467
6570
  SENSITIVE = []
6468
6571
  include Aws::Structure
6469
6572
  end
@@ -7913,13 +8016,13 @@ module Aws::FSx
7913
8016
  end
7914
8017
 
7915
8018
  # Specifies changes you are making to the self-managed Microsoft Active
7916
- # Directory (AD) configuration to which an FSx for Windows File Server
7917
- # file system or an FSx for ONTAP SVM is joined.
8019
+ # Directory configuration to which an FSx for Windows File Server file
8020
+ # system or an FSx for ONTAP SVM is joined.
7918
8021
  #
7919
8022
  # @!attribute [rw] user_name
7920
8023
  # Specifies the updated user name for the service account on your
7921
- # self-managed AD domain. Amazon FSx uses this account to join to your
7922
- # self-managed AD domain.
8024
+ # self-managed Active Directory domain. Amazon FSx uses this account
8025
+ # to join to your self-managed Active Directory domain.
7923
8026
  #
7924
8027
  # This account must have the permissions required to join computers to
7925
8028
  # the domain in the organizational unit provided in
@@ -7928,29 +8031,29 @@ module Aws::FSx
7928
8031
  #
7929
8032
  # @!attribute [rw] password
7930
8033
  # Specifies the updated password for the service account on your
7931
- # self-managed AD domain. Amazon FSx uses this account to join to your
7932
- # self-managed AD domain.
8034
+ # self-managed Active Directory domain. Amazon FSx uses this account
8035
+ # to join to your self-managed Active Directory domain.
7933
8036
  # @return [String]
7934
8037
  #
7935
8038
  # @!attribute [rw] dns_ips
7936
8039
  # A list of up to three DNS server or domain controller IP addresses
7937
- # in your self-managed AD domain.
8040
+ # in your self-managed Active Directory domain.
7938
8041
  # @return [Array<String>]
7939
8042
  #
7940
8043
  # @!attribute [rw] domain_name
7941
8044
  # Specifies an updated fully qualified domain name of your
7942
- # self-managed AD configuration.
8045
+ # self-managed Active Directory configuration.
7943
8046
  # @return [String]
7944
8047
  #
7945
8048
  # @!attribute [rw] organizational_unit_distinguished_name
7946
8049
  # Specifies an updated fully qualified distinguished name of the
7947
- # organization unit within your self-managed AD.
8050
+ # organization unit within your self-managed Active Directory.
7948
8051
  # @return [String]
7949
8052
  #
7950
8053
  # @!attribute [rw] file_system_administrators_group
7951
- # Specifies the updated name of the self-managed AD domain group whose
7952
- # members are granted administrative privileges for the Amazon FSx
7953
- # resource.
8054
+ # For FSx for ONTAP file systems only - Specifies the updated name of
8055
+ # the self-managed Active Directory domain group whose members are
8056
+ # granted administrative privileges for the Amazon FSx resource.
7954
8057
  # @return [String]
7955
8058
  #
7956
8059
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/SelfManagedActiveDirectoryConfigurationUpdates AWS API Documentation
@@ -8882,6 +8985,13 @@ module Aws::FSx
8882
8985
  # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-throughput-capacity.html
8883
8986
  # @return [Integer]
8884
8987
  #
8988
+ # @!attribute [rw] metadata_configuration
8989
+ # The Lustre metadata performance configuration for an Amazon FSx for
8990
+ # Lustre file system using a `PERSISTENT_2` deployment type. When this
8991
+ # configuration is enabled, the file system supports increasing
8992
+ # metadata performance.
8993
+ # @return [Types::UpdateFileSystemLustreMetadataConfiguration]
8994
+ #
8885
8995
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
8886
8996
  #
8887
8997
  class UpdateFileSystemLustreConfiguration < Struct.new(
@@ -8892,7 +9002,60 @@ module Aws::FSx
8892
9002
  :data_compression_type,
8893
9003
  :log_configuration,
8894
9004
  :root_squash_configuration,
8895
- :per_unit_storage_throughput)
9005
+ :per_unit_storage_throughput,
9006
+ :metadata_configuration)
9007
+ SENSITIVE = []
9008
+ include Aws::Structure
9009
+ end
9010
+
9011
+ # The Lustre metadata performance configuration update for an Amazon FSx
9012
+ # for Lustre file system using a `PERSISTENT_2` deployment type. You can
9013
+ # request an increase in your file system's Metadata IOPS and/or switch
9014
+ # your file system's metadata configuration mode. For more information,
9015
+ # see [Managing metadata performance][1] in the *Amazon FSx for Lustre
9016
+ # User Guide*.
9017
+ #
9018
+ #
9019
+ #
9020
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-metadata-performance.html
9021
+ #
9022
+ # @!attribute [rw] iops
9023
+ # (USER\_PROVISIONED mode only) Specifies the number of Metadata IOPS
9024
+ # to provision for your file system. Valid values are `1500`, `3000`,
9025
+ # `6000`, `12000`, and multiples of `12000` up to a maximum of
9026
+ # `192000`.
9027
+ #
9028
+ # The value you provide must be greater than or equal to the current
9029
+ # number of Metadata IOPS provisioned for the file system.
9030
+ # @return [Integer]
9031
+ #
9032
+ # @!attribute [rw] mode
9033
+ # The metadata configuration mode for provisioning Metadata IOPS for
9034
+ # an FSx for Lustre file system using a `PERSISTENT_2` deployment
9035
+ # type.
9036
+ #
9037
+ # * To increase the Metadata IOPS or to switch from AUTOMATIC mode,
9038
+ # specify `USER_PROVISIONED` as the value for this parameter. Then
9039
+ # use the Iops parameter to provide a Metadata IOPS value that is
9040
+ # greater than or equal to the current number of Metadata IOPS
9041
+ # provisioned for the file system.
9042
+ #
9043
+ # * To switch from USER\_PROVISIONED mode, specify `AUTOMATIC` as the
9044
+ # value for this parameter, but do not input a value for Iops.
9045
+ #
9046
+ # <note markdown="1"> If you request to switch from USER\_PROVISIONED to AUTOMATIC mode
9047
+ # and the current Metadata IOPS value is greater than the automated
9048
+ # default, FSx for Lustre rejects the request because downscaling
9049
+ # Metadata IOPS is not supported.
9050
+ #
9051
+ # </note>
9052
+ # @return [String]
9053
+ #
9054
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreMetadataConfiguration AWS API Documentation
9055
+ #
9056
+ class UpdateFileSystemLustreMetadataConfiguration < Struct.new(
9057
+ :iops,
9058
+ :mode)
8896
9059
  SENSITIVE = []
8897
9060
  include Aws::Structure
8898
9061
  end
@@ -9703,7 +9866,7 @@ module Aws::FSx
9703
9866
  #
9704
9867
  # @!attribute [rw] self_managed_active_directory_configuration
9705
9868
  # Specifies changes you are making to the self-managed Microsoft
9706
- # Active Directory (AD) configuration to which an FSx for Windows File
9869
+ # Active Directory configuration to which an FSx for Windows File
9707
9870
  # Server file system or an FSx for ONTAP SVM is joined.
9708
9871
  # @return [Types::SelfManagedActiveDirectoryConfigurationUpdates]
9709
9872
  #
data/lib/aws-sdk-fsx.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-fsx/customizations'
52
52
  # @!group service
53
53
  module Aws::FSx
54
54
 
55
- GEM_VERSION = '1.88.0'
55
+ GEM_VERSION = '1.90.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -320,6 +320,10 @@ module Aws
320
320
  root_squash_configuration: {
321
321
  root_squash: ::String?,
322
322
  no_squash_nids: Array[::String]?
323
+ }?,
324
+ metadata_configuration: {
325
+ iops: ::Integer?,
326
+ mode: ("AUTOMATIC" | "USER_PROVISIONED")
323
327
  }?
324
328
  },
325
329
  ?ontap_configuration: {
@@ -446,6 +450,10 @@ module Aws
446
450
  root_squash_configuration: {
447
451
  root_squash: ::String?,
448
452
  no_squash_nids: Array[::String]?
453
+ }?,
454
+ metadata_configuration: {
455
+ iops: ::Integer?,
456
+ mode: ("AUTOMATIC" | "USER_PROVISIONED")
449
457
  }?
450
458
  },
451
459
  ?storage_type: ("SSD" | "HDD"),
@@ -1159,7 +1167,11 @@ module Aws
1159
1167
  root_squash: ::String?,
1160
1168
  no_squash_nids: Array[::String]?
1161
1169
  }?,
1162
- per_unit_storage_throughput: ::Integer?
1170
+ per_unit_storage_throughput: ::Integer?,
1171
+ metadata_configuration: {
1172
+ iops: ::Integer?,
1173
+ mode: ("AUTOMATIC" | "USER_PROVISIONED")?
1174
+ }?
1163
1175
  },
1164
1176
  ?ontap_configuration: {
1165
1177
  automatic_backup_retention_days: ::Integer?,
data/sig/types.rbs CHANGED
@@ -300,6 +300,13 @@ module Aws::FSx
300
300
  attr_accessor data_compression_type: ("NONE" | "LZ4")
301
301
  attr_accessor log_configuration: Types::LustreLogCreateConfiguration
302
302
  attr_accessor root_squash_configuration: Types::LustreRootSquashConfiguration
303
+ attr_accessor metadata_configuration: Types::CreateFileSystemLustreMetadataConfiguration
304
+ SENSITIVE: []
305
+ end
306
+
307
+ class CreateFileSystemLustreMetadataConfiguration
308
+ attr_accessor iops: ::Integer
309
+ attr_accessor mode: ("AUTOMATIC" | "USER_PROVISIONED")
303
310
  SENSITIVE: []
304
311
  end
305
312
 
@@ -1009,6 +1016,12 @@ module Aws::FSx
1009
1016
  SENSITIVE: []
1010
1017
  end
1011
1018
 
1019
+ class FileSystemLustreMetadataConfiguration
1020
+ attr_accessor iops: ::Integer
1021
+ attr_accessor mode: ("AUTOMATIC" | "USER_PROVISIONED")
1022
+ SENSITIVE: []
1023
+ end
1024
+
1012
1025
  class FileSystemNotFound
1013
1026
  attr_accessor message: ::String
1014
1027
  SENSITIVE: []
@@ -1110,6 +1123,7 @@ module Aws::FSx
1110
1123
  attr_accessor data_compression_type: ("NONE" | "LZ4")
1111
1124
  attr_accessor log_configuration: Types::LustreLogConfiguration
1112
1125
  attr_accessor root_squash_configuration: Types::LustreRootSquashConfiguration
1126
+ attr_accessor metadata_configuration: Types::FileSystemLustreMetadataConfiguration
1113
1127
  SENSITIVE: []
1114
1128
  end
1115
1129
 
@@ -1539,6 +1553,13 @@ module Aws::FSx
1539
1553
  attr_accessor log_configuration: Types::LustreLogCreateConfiguration
1540
1554
  attr_accessor root_squash_configuration: Types::LustreRootSquashConfiguration
1541
1555
  attr_accessor per_unit_storage_throughput: ::Integer
1556
+ attr_accessor metadata_configuration: Types::UpdateFileSystemLustreMetadataConfiguration
1557
+ SENSITIVE: []
1558
+ end
1559
+
1560
+ class UpdateFileSystemLustreMetadataConfiguration
1561
+ attr_accessor iops: ::Integer
1562
+ attr_accessor mode: ("AUTOMATIC" | "USER_PROVISIONED")
1542
1563
  SENSITIVE: []
1543
1564
  end
1544
1565
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.197.0
22
+ version: 3.198.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.197.0
32
+ version: 3.198.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement