aws-sdk-fsx 1.53.0 → 1.56.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: 7ee19ce49c85fc8f3be5be8bcaddfb8eabe2cda172dfb0733f91908e4fe6904c
4
- data.tar.gz: cb31868c49e947cb30119e81c0d563e589176adda9241a97d3d0d53674384681
3
+ metadata.gz: f6547dcef290654ab59ec1d28a254fe45e85d36b08f3961e3f29125a8b3ed62e
4
+ data.tar.gz: d1dd12e60acc0a90e6236da1057cabe43b64a2b2ac13c42b66627b8d971d6496
5
5
  SHA512:
6
- metadata.gz: '0416258da46e7fc9a4a74e27b7708d9a1c5de34f727bc2bac85abd83c62a890209be0c4e9497def001b3c0b894db0b91fa06996d92599a7d7bbe99cf1a834a6c'
7
- data.tar.gz: ad53a54086cc89cc8422d3423060b50a708f2fd8b53e05a9ea477223415e8af2163c23f48ee675b0de8be0d18e99e55cb2a61e34f222ac82f6638cfb99e81141
6
+ metadata.gz: 8e0dc7caf5a8639cadca270942c1822139d28375571446235f586b58632332e89a018580994563a62ce78a486c961597585950b339ff76c67cabd1579631d475
7
+ data.tar.gz: e621eb1220452f31971729f8efcd14f41171a8daa26273429b98fb066e9e5284f3b8825d6ae6a398cd43ca8ca427f4b91c99631558230137235b374c18cb685a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2022-05-25)
5
+ ------------------
6
+
7
+ * Feature - This release adds root squash support to FSx for Lustre to restrict root level access from clients by mapping root users to a less-privileged user/group with limited permissions.
8
+
9
+ 1.55.0 (2022-04-13)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone.
13
+
14
+ 1.54.0 (2022-04-05)
15
+ ------------------
16
+
17
+ * Feature - Provide customers more visibility into file system status by adding new "Misconfigured Unavailable" status for Amazon FSx for Windows File Server.
18
+
4
19
  1.53.0 (2022-03-30)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.56.0
@@ -655,7 +655,7 @@ module Aws::FSx
655
655
  # resp.backup.file_system.creation_time #=> Time
656
656
  # resp.backup.file_system.file_system_id #=> String
657
657
  # resp.backup.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
658
- # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
658
+ # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
659
659
  # resp.backup.file_system.failure_details.message #=> String
660
660
  # resp.backup.file_system.storage_capacity #=> Integer
661
661
  # resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -711,6 +711,9 @@ module Aws::FSx
711
711
  # resp.backup.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
712
712
  # resp.backup.file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
713
713
  # resp.backup.file_system.lustre_configuration.log_configuration.destination #=> String
714
+ # resp.backup.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
715
+ # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
716
+ # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
714
717
  # resp.backup.file_system.administrative_actions #=> Array
715
718
  # 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"
716
719
  # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -773,7 +776,7 @@ module Aws::FSx
773
776
  # resp.backup.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
774
777
  # resp.backup.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
775
778
  # resp.backup.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
776
- # resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
779
+ # resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
777
780
  # resp.backup.file_system.ontap_configuration.endpoint_ip_address_range #=> String
778
781
  # resp.backup.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
779
782
  # resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -837,7 +840,7 @@ module Aws::FSx
837
840
  # resp.backup.volume.administrative_actions[0].target_file_system_values.creation_time #=> Time
838
841
  # resp.backup.volume.administrative_actions[0].target_file_system_values.file_system_id #=> String
839
842
  # resp.backup.volume.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
840
- # resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
843
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
841
844
  # resp.backup.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
842
845
  # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
843
846
  # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -893,10 +896,13 @@ module Aws::FSx
893
896
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
894
897
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
895
898
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
899
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
900
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
901
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
896
902
  # resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
897
903
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
898
904
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
899
- # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
905
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
900
906
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
901
907
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
902
908
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -1125,7 +1131,7 @@ module Aws::FSx
1125
1131
  # resp.backup.file_system.creation_time #=> Time
1126
1132
  # resp.backup.file_system.file_system_id #=> String
1127
1133
  # resp.backup.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
1128
- # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
1134
+ # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
1129
1135
  # resp.backup.file_system.failure_details.message #=> String
1130
1136
  # resp.backup.file_system.storage_capacity #=> Integer
1131
1137
  # resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -1181,6 +1187,9 @@ module Aws::FSx
1181
1187
  # resp.backup.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
1182
1188
  # resp.backup.file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
1183
1189
  # resp.backup.file_system.lustre_configuration.log_configuration.destination #=> String
1190
+ # resp.backup.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
1191
+ # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
1192
+ # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1184
1193
  # resp.backup.file_system.administrative_actions #=> Array
1185
1194
  # 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"
1186
1195
  # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1243,7 +1252,7 @@ module Aws::FSx
1243
1252
  # resp.backup.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
1244
1253
  # resp.backup.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
1245
1254
  # resp.backup.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
1246
- # resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
1255
+ # resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
1247
1256
  # resp.backup.file_system.ontap_configuration.endpoint_ip_address_range #=> String
1248
1257
  # resp.backup.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
1249
1258
  # resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -1307,7 +1316,7 @@ module Aws::FSx
1307
1316
  # resp.backup.volume.administrative_actions[0].target_file_system_values.creation_time #=> Time
1308
1317
  # resp.backup.volume.administrative_actions[0].target_file_system_values.file_system_id #=> String
1309
1318
  # resp.backup.volume.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
1310
- # resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
1319
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
1311
1320
  # resp.backup.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
1312
1321
  # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
1313
1322
  # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -1363,10 +1372,13 @@ module Aws::FSx
1363
1372
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
1364
1373
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
1365
1374
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
1375
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
1376
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
1377
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1366
1378
  # resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
1367
1379
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
1368
1380
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
1369
- # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
1381
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
1370
1382
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
1371
1383
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
1372
1384
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -2053,11 +2065,15 @@ module Aws::FSx
2053
2065
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
2054
2066
  # destination: "GeneralARN",
2055
2067
  # },
2068
+ # root_squash_configuration: {
2069
+ # root_squash: "LustreRootSquash",
2070
+ # no_squash_nids: ["LustreNoSquashNid"],
2071
+ # },
2056
2072
  # },
2057
2073
  # ontap_configuration: {
2058
2074
  # automatic_backup_retention_days: 1,
2059
2075
  # daily_automatic_backup_start_time: "DailyTime",
2060
- # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1
2076
+ # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1, SINGLE_AZ_1
2061
2077
  # endpoint_ip_address_range: "IpAddressRange",
2062
2078
  # fsx_admin_password: "AdminPassword",
2063
2079
  # disk_iops_configuration: {
@@ -2114,7 +2130,7 @@ module Aws::FSx
2114
2130
  # resp.file_system.creation_time #=> Time
2115
2131
  # resp.file_system.file_system_id #=> String
2116
2132
  # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
2117
- # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
2133
+ # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
2118
2134
  # resp.file_system.failure_details.message #=> String
2119
2135
  # resp.file_system.storage_capacity #=> Integer
2120
2136
  # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -2170,6 +2186,9 @@ module Aws::FSx
2170
2186
  # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
2171
2187
  # resp.file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
2172
2188
  # resp.file_system.lustre_configuration.log_configuration.destination #=> String
2189
+ # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
2190
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
2191
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
2173
2192
  # resp.file_system.administrative_actions #=> Array
2174
2193
  # 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"
2175
2194
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -2232,7 +2251,7 @@ module Aws::FSx
2232
2251
  # resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
2233
2252
  # resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
2234
2253
  # resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
2235
- # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
2254
+ # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
2236
2255
  # resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
2237
2256
  # resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
2238
2257
  # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -2540,6 +2559,10 @@ module Aws::FSx
2540
2559
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
2541
2560
  # destination: "GeneralARN",
2542
2561
  # },
2562
+ # root_squash_configuration: {
2563
+ # root_squash: "LustreRootSquash",
2564
+ # no_squash_nids: ["LustreNoSquashNid"],
2565
+ # },
2543
2566
  # },
2544
2567
  # storage_type: "SSD", # accepts SSD, HDD
2545
2568
  # kms_key_id: "KmsKeyId",
@@ -2588,7 +2611,7 @@ module Aws::FSx
2588
2611
  # resp.file_system.creation_time #=> Time
2589
2612
  # resp.file_system.file_system_id #=> String
2590
2613
  # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
2591
- # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
2614
+ # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
2592
2615
  # resp.file_system.failure_details.message #=> String
2593
2616
  # resp.file_system.storage_capacity #=> Integer
2594
2617
  # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -2644,6 +2667,9 @@ module Aws::FSx
2644
2667
  # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
2645
2668
  # resp.file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
2646
2669
  # resp.file_system.lustre_configuration.log_configuration.destination #=> String
2670
+ # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
2671
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
2672
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
2647
2673
  # resp.file_system.administrative_actions #=> Array
2648
2674
  # 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"
2649
2675
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -2706,7 +2732,7 @@ module Aws::FSx
2706
2732
  # resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
2707
2733
  # resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
2708
2734
  # resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
2709
- # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
2735
+ # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
2710
2736
  # resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
2711
2737
  # resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
2712
2738
  # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -2831,7 +2857,7 @@ module Aws::FSx
2831
2857
  # resp.snapshot.administrative_actions[0].target_file_system_values.creation_time #=> Time
2832
2858
  # resp.snapshot.administrative_actions[0].target_file_system_values.file_system_id #=> String
2833
2859
  # resp.snapshot.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
2834
- # resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
2860
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
2835
2861
  # resp.snapshot.administrative_actions[0].target_file_system_values.failure_details.message #=> String
2836
2862
  # resp.snapshot.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
2837
2863
  # resp.snapshot.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -2887,10 +2913,13 @@ module Aws::FSx
2887
2913
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
2888
2914
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
2889
2915
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
2916
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
2917
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
2918
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
2890
2919
  # resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
2891
2920
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
2892
2921
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
2893
- # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
2922
+ # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
2894
2923
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
2895
2924
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
2896
2925
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -3211,7 +3240,7 @@ module Aws::FSx
3211
3240
  # resp.volume.administrative_actions[0].target_file_system_values.creation_time #=> Time
3212
3241
  # resp.volume.administrative_actions[0].target_file_system_values.file_system_id #=> String
3213
3242
  # resp.volume.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
3214
- # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
3243
+ # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
3215
3244
  # resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
3216
3245
  # resp.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
3217
3246
  # resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -3267,10 +3296,13 @@ module Aws::FSx
3267
3296
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
3268
3297
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
3269
3298
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
3299
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
3300
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
3301
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
3270
3302
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
3271
3303
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
3272
3304
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
3273
- # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
3305
+ # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
3274
3306
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
3275
3307
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
3276
3308
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -3425,7 +3457,7 @@ module Aws::FSx
3425
3457
  # resp.volume.administrative_actions[0].target_file_system_values.creation_time #=> Time
3426
3458
  # resp.volume.administrative_actions[0].target_file_system_values.file_system_id #=> String
3427
3459
  # resp.volume.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
3428
- # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
3460
+ # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
3429
3461
  # resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
3430
3462
  # resp.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
3431
3463
  # resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -3481,10 +3513,13 @@ module Aws::FSx
3481
3513
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
3482
3514
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
3483
3515
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
3516
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
3517
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
3518
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
3484
3519
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
3485
3520
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
3486
3521
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
3487
- # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
3522
+ # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
3488
3523
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
3489
3524
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
3490
3525
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -3784,7 +3819,7 @@ module Aws::FSx
3784
3819
  # @example Response structure
3785
3820
  #
3786
3821
  # resp.file_system_id #=> String
3787
- # resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
3822
+ # resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
3788
3823
  # resp.windows_response.final_backup_id #=> String
3789
3824
  # resp.windows_response.final_backup_tags #=> Array
3790
3825
  # resp.windows_response.final_backup_tags[0].key #=> String
@@ -4086,7 +4121,7 @@ module Aws::FSx
4086
4121
  # resp.backups[0].file_system.creation_time #=> Time
4087
4122
  # resp.backups[0].file_system.file_system_id #=> String
4088
4123
  # resp.backups[0].file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
4089
- # resp.backups[0].file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
4124
+ # resp.backups[0].file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
4090
4125
  # resp.backups[0].file_system.failure_details.message #=> String
4091
4126
  # resp.backups[0].file_system.storage_capacity #=> Integer
4092
4127
  # resp.backups[0].file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -4142,6 +4177,9 @@ module Aws::FSx
4142
4177
  # resp.backups[0].file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
4143
4178
  # resp.backups[0].file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
4144
4179
  # resp.backups[0].file_system.lustre_configuration.log_configuration.destination #=> String
4180
+ # resp.backups[0].file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
4181
+ # resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
4182
+ # resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
4145
4183
  # resp.backups[0].file_system.administrative_actions #=> Array
4146
4184
  # 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"
4147
4185
  # resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
@@ -4204,7 +4242,7 @@ module Aws::FSx
4204
4242
  # resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
4205
4243
  # resp.backups[0].file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
4206
4244
  # resp.backups[0].file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
4207
- # resp.backups[0].file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
4245
+ # resp.backups[0].file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
4208
4246
  # resp.backups[0].file_system.ontap_configuration.endpoint_ip_address_range #=> String
4209
4247
  # resp.backups[0].file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
4210
4248
  # resp.backups[0].file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -4268,7 +4306,7 @@ module Aws::FSx
4268
4306
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.creation_time #=> Time
4269
4307
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.file_system_id #=> String
4270
4308
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
4271
- # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
4309
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
4272
4310
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
4273
4311
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
4274
4312
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -4324,10 +4362,13 @@ module Aws::FSx
4324
4362
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
4325
4363
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
4326
4364
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
4365
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
4366
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
4367
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
4327
4368
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
4328
4369
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
4329
4370
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
4330
- # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
4371
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
4331
4372
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
4332
4373
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
4333
4374
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -4753,7 +4794,7 @@ module Aws::FSx
4753
4794
  # resp.file_systems[0].creation_time #=> Time
4754
4795
  # resp.file_systems[0].file_system_id #=> String
4755
4796
  # resp.file_systems[0].file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
4756
- # resp.file_systems[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
4797
+ # resp.file_systems[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
4757
4798
  # resp.file_systems[0].failure_details.message #=> String
4758
4799
  # resp.file_systems[0].storage_capacity #=> Integer
4759
4800
  # resp.file_systems[0].storage_type #=> String, one of "SSD", "HDD"
@@ -4809,6 +4850,9 @@ module Aws::FSx
4809
4850
  # resp.file_systems[0].lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
4810
4851
  # resp.file_systems[0].lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
4811
4852
  # resp.file_systems[0].lustre_configuration.log_configuration.destination #=> String
4853
+ # resp.file_systems[0].lustre_configuration.root_squash_configuration.root_squash #=> String
4854
+ # resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
4855
+ # resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
4812
4856
  # resp.file_systems[0].administrative_actions #=> Array
4813
4857
  # 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"
4814
4858
  # resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
@@ -4871,7 +4915,7 @@ module Aws::FSx
4871
4915
  # resp.file_systems[0].administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
4872
4916
  # resp.file_systems[0].ontap_configuration.automatic_backup_retention_days #=> Integer
4873
4917
  # resp.file_systems[0].ontap_configuration.daily_automatic_backup_start_time #=> String
4874
- # resp.file_systems[0].ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
4918
+ # resp.file_systems[0].ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
4875
4919
  # resp.file_systems[0].ontap_configuration.endpoint_ip_address_range #=> String
4876
4920
  # resp.file_systems[0].ontap_configuration.endpoints.intercluster.dns_name #=> String
4877
4921
  # resp.file_systems[0].ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -4997,7 +5041,7 @@ module Aws::FSx
4997
5041
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.creation_time #=> Time
4998
5042
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.file_system_id #=> String
4999
5043
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
5000
- # resp.snapshots[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
5044
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
5001
5045
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.failure_details.message #=> String
5002
5046
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
5003
5047
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -5053,10 +5097,13 @@ module Aws::FSx
5053
5097
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
5054
5098
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
5055
5099
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
5100
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
5101
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
5102
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
5056
5103
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
5057
5104
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
5058
5105
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
5059
- # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
5106
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
5060
5107
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
5061
5108
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
5062
5109
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -5298,7 +5345,7 @@ module Aws::FSx
5298
5345
  # resp.volumes[0].administrative_actions[0].target_file_system_values.creation_time #=> Time
5299
5346
  # resp.volumes[0].administrative_actions[0].target_file_system_values.file_system_id #=> String
5300
5347
  # resp.volumes[0].administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
5301
- # resp.volumes[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
5348
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
5302
5349
  # resp.volumes[0].administrative_actions[0].target_file_system_values.failure_details.message #=> String
5303
5350
  # resp.volumes[0].administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
5304
5351
  # resp.volumes[0].administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -5354,10 +5401,13 @@ module Aws::FSx
5354
5401
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
5355
5402
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
5356
5403
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
5404
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
5405
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
5406
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
5357
5407
  # resp.volumes[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
5358
5408
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
5359
5409
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
5360
- # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
5410
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
5361
5411
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
5362
5412
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
5363
5413
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -5605,7 +5655,7 @@ module Aws::FSx
5605
5655
  # resp.file_system.creation_time #=> Time
5606
5656
  # resp.file_system.file_system_id #=> String
5607
5657
  # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
5608
- # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
5658
+ # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
5609
5659
  # resp.file_system.failure_details.message #=> String
5610
5660
  # resp.file_system.storage_capacity #=> Integer
5611
5661
  # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -5661,6 +5711,9 @@ module Aws::FSx
5661
5711
  # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
5662
5712
  # resp.file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
5663
5713
  # resp.file_system.lustre_configuration.log_configuration.destination #=> String
5714
+ # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
5715
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
5716
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
5664
5717
  # resp.file_system.administrative_actions #=> Array
5665
5718
  # 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"
5666
5719
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -5723,7 +5776,7 @@ module Aws::FSx
5723
5776
  # resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
5724
5777
  # resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
5725
5778
  # resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
5726
- # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
5779
+ # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
5727
5780
  # resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
5728
5781
  # resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
5729
5782
  # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -5786,8 +5839,9 @@ module Aws::FSx
5786
5839
  # snapshots and this option isn't used, `RestoreVolumeFromSnapshot`
5787
5840
  # fails.
5788
5841
  #
5789
- # * `DELETE_CLONED_VOLUMES` - Deletes any volumes cloned from this
5790
- # volume. If there are any cloned volumes and this option isn't used,
5842
+ # * `DELETE_CLONED_VOLUMES` - Deletes any dependent clone volumes
5843
+ # created from intermediate snapshots. If there are any dependent
5844
+ # clone volumes and this option isn't used,
5791
5845
  # `RestoreVolumeFromSnapshot` fails.
5792
5846
  #
5793
5847
  # @return [Types::RestoreVolumeFromSnapshotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -6021,6 +6075,8 @@ module Aws::FSx
6021
6075
  #
6022
6076
  # * `DataCompressionType`
6023
6077
  #
6078
+ # * `LustreRootSquashConfiguration`
6079
+ #
6024
6080
  # * `StorageCapacity`
6025
6081
  #
6026
6082
  # * `WeeklyMaintenanceStartTime`
@@ -6211,6 +6267,10 @@ module Aws::FSx
6211
6267
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
6212
6268
  # destination: "GeneralARN",
6213
6269
  # },
6270
+ # root_squash_configuration: {
6271
+ # root_squash: "LustreRootSquash",
6272
+ # no_squash_nids: ["LustreNoSquashNid"],
6273
+ # },
6214
6274
  # },
6215
6275
  # ontap_configuration: {
6216
6276
  # automatic_backup_retention_days: 1,
@@ -6243,7 +6303,7 @@ module Aws::FSx
6243
6303
  # resp.file_system.creation_time #=> Time
6244
6304
  # resp.file_system.file_system_id #=> String
6245
6305
  # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
6246
- # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
6306
+ # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
6247
6307
  # resp.file_system.failure_details.message #=> String
6248
6308
  # resp.file_system.storage_capacity #=> Integer
6249
6309
  # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -6299,6 +6359,9 @@ module Aws::FSx
6299
6359
  # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
6300
6360
  # resp.file_system.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
6301
6361
  # resp.file_system.lustre_configuration.log_configuration.destination #=> String
6362
+ # resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
6363
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
6364
+ # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6302
6365
  # resp.file_system.administrative_actions #=> Array
6303
6366
  # 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"
6304
6367
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -6361,7 +6424,7 @@ module Aws::FSx
6361
6424
  # resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
6362
6425
  # resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
6363
6426
  # resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
6364
- # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
6427
+ # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
6365
6428
  # resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
6366
6429
  # resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
6367
6430
  # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -6448,7 +6511,7 @@ module Aws::FSx
6448
6511
  # resp.snapshot.administrative_actions[0].target_file_system_values.creation_time #=> Time
6449
6512
  # resp.snapshot.administrative_actions[0].target_file_system_values.file_system_id #=> String
6450
6513
  # resp.snapshot.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
6451
- # resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
6514
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
6452
6515
  # resp.snapshot.administrative_actions[0].target_file_system_values.failure_details.message #=> String
6453
6516
  # resp.snapshot.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
6454
6517
  # resp.snapshot.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -6504,10 +6567,13 @@ module Aws::FSx
6504
6567
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
6505
6568
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
6506
6569
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
6570
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
6571
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
6572
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6507
6573
  # resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
6508
6574
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
6509
6575
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
6510
- # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
6576
+ # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
6511
6577
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
6512
6578
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
6513
6579
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -6779,7 +6845,7 @@ module Aws::FSx
6779
6845
  # resp.volume.administrative_actions[0].target_file_system_values.creation_time #=> Time
6780
6846
  # resp.volume.administrative_actions[0].target_file_system_values.file_system_id #=> String
6781
6847
  # resp.volume.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
6782
- # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
6848
+ # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
6783
6849
  # resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
6784
6850
  # resp.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
6785
6851
  # resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -6835,10 +6901,13 @@ module Aws::FSx
6835
6901
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
6836
6902
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
6837
6903
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
6904
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
6905
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
6906
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6838
6907
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
6839
6908
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
6840
6909
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
6841
- # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
6910
+ # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
6842
6911
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
6843
6912
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
6844
6913
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
@@ -6919,7 +6988,7 @@ module Aws::FSx
6919
6988
  params: params,
6920
6989
  config: config)
6921
6990
  context[:gem_name] = 'aws-sdk-fsx'
6922
- context[:gem_version] = '1.53.0'
6991
+ context[:gem_version] = '1.56.0'
6923
6992
  Seahorse::Client::Request.new(handlers, context)
6924
6993
  end
6925
6994
 
@@ -217,6 +217,10 @@ module Aws::FSx
217
217
  LustreFileSystemMountName = Shapes::StringShape.new(name: 'LustreFileSystemMountName')
218
218
  LustreLogConfiguration = Shapes::StructureShape.new(name: 'LustreLogConfiguration')
219
219
  LustreLogCreateConfiguration = Shapes::StructureShape.new(name: 'LustreLogCreateConfiguration')
220
+ LustreNoSquashNid = Shapes::StringShape.new(name: 'LustreNoSquashNid')
221
+ LustreNoSquashNids = Shapes::ListShape.new(name: 'LustreNoSquashNids')
222
+ LustreRootSquash = Shapes::StringShape.new(name: 'LustreRootSquash')
223
+ LustreRootSquashConfiguration = Shapes::StructureShape.new(name: 'LustreRootSquashConfiguration')
220
224
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
221
225
  Megabytes = Shapes::IntegerShape.new(name: 'Megabytes')
222
226
  MegabytesPerSecond = Shapes::IntegerShape.new(name: 'MegabytesPerSecond')
@@ -549,6 +553,7 @@ module Aws::FSx
549
553
  CreateFileSystemLustreConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
550
554
  CreateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
551
555
  CreateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
556
+ CreateFileSystemLustreConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
552
557
  CreateFileSystemLustreConfiguration.struct_class = Types::CreateFileSystemLustreConfiguration
553
558
 
554
559
  CreateFileSystemOntapConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
@@ -1057,6 +1062,7 @@ module Aws::FSx
1057
1062
  LustreFileSystemConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
1058
1063
  LustreFileSystemConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
1059
1064
  LustreFileSystemConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogConfiguration, location_name: "LogConfiguration"))
1065
+ LustreFileSystemConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
1060
1066
  LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
1061
1067
 
1062
1068
  LustreLogConfiguration.add_member(:level, Shapes::ShapeRef.new(shape: LustreAccessAuditLogLevel, required: true, location_name: "Level"))
@@ -1067,6 +1073,12 @@ module Aws::FSx
1067
1073
  LustreLogCreateConfiguration.add_member(:destination, Shapes::ShapeRef.new(shape: GeneralARN, location_name: "Destination"))
1068
1074
  LustreLogCreateConfiguration.struct_class = Types::LustreLogCreateConfiguration
1069
1075
 
1076
+ LustreNoSquashNids.member = Shapes::ShapeRef.new(shape: LustreNoSquashNid)
1077
+
1078
+ LustreRootSquashConfiguration.add_member(:root_squash, Shapes::ShapeRef.new(shape: LustreRootSquash, location_name: "RootSquash"))
1079
+ LustreRootSquashConfiguration.add_member(:no_squash_nids, Shapes::ShapeRef.new(shape: LustreNoSquashNids, location_name: "NoSquashNids"))
1080
+ LustreRootSquashConfiguration.struct_class = Types::LustreRootSquashConfiguration
1081
+
1070
1082
  MissingFileSystemConfiguration.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
1071
1083
  MissingFileSystemConfiguration.struct_class = Types::MissingFileSystemConfiguration
1072
1084
 
@@ -1340,6 +1352,7 @@ module Aws::FSx
1340
1352
  UpdateFileSystemLustreConfiguration.add_member(:auto_import_policy, Shapes::ShapeRef.new(shape: AutoImportPolicyType, location_name: "AutoImportPolicy"))
1341
1353
  UpdateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
1342
1354
  UpdateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
1355
+ UpdateFileSystemLustreConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
1343
1356
  UpdateFileSystemLustreConfiguration.struct_class = Types::UpdateFileSystemLustreConfiguration
1344
1357
 
1345
1358
  UpdateFileSystemOntapConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
@@ -1208,6 +1208,10 @@ module Aws::FSx
1208
1208
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
1209
1209
  # destination: "GeneralARN",
1210
1210
  # },
1211
+ # root_squash_configuration: {
1212
+ # root_squash: "LustreRootSquash",
1213
+ # no_squash_nids: ["LustreNoSquashNid"],
1214
+ # },
1211
1215
  # },
1212
1216
  # storage_type: "SSD", # accepts SSD, HDD
1213
1217
  # kms_key_id: "KmsKeyId",
@@ -1447,6 +1451,10 @@ module Aws::FSx
1447
1451
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
1448
1452
  # destination: "GeneralARN",
1449
1453
  # },
1454
+ # root_squash_configuration: {
1455
+ # root_squash: "LustreRootSquash",
1456
+ # no_squash_nids: ["LustreNoSquashNid"],
1457
+ # },
1450
1458
  # }
1451
1459
  #
1452
1460
  # @!attribute [rw] weekly_maintenance_start_time
@@ -1693,6 +1701,13 @@ module Aws::FSx
1693
1701
  # system to Amazon CloudWatch Logs.
1694
1702
  # @return [Types::LustreLogCreateConfiguration]
1695
1703
  #
1704
+ # @!attribute [rw] root_squash_configuration
1705
+ # The Lustre root squash configuration used when creating an Amazon
1706
+ # FSx for Lustre file system. When enabled, root squash restricts
1707
+ # root-level access from clients that try to access your file system
1708
+ # as a root user.
1709
+ # @return [Types::LustreRootSquashConfiguration]
1710
+ #
1696
1711
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemLustreConfiguration AWS API Documentation
1697
1712
  #
1698
1713
  class CreateFileSystemLustreConfiguration < Struct.new(
@@ -1708,7 +1723,8 @@ module Aws::FSx
1708
1723
  :copy_tags_to_backups,
1709
1724
  :drive_cache_type,
1710
1725
  :data_compression_type,
1711
- :log_configuration)
1726
+ :log_configuration,
1727
+ :root_squash_configuration)
1712
1728
  SENSITIVE = []
1713
1729
  include Aws::Structure
1714
1730
  end
@@ -1722,7 +1738,7 @@ module Aws::FSx
1722
1738
  # {
1723
1739
  # automatic_backup_retention_days: 1,
1724
1740
  # daily_automatic_backup_start_time: "DailyTime",
1725
- # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1
1741
+ # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1, SINGLE_AZ_1
1726
1742
  # endpoint_ip_address_range: "IpAddressRange",
1727
1743
  # fsx_admin_password: "AdminPassword",
1728
1744
  # disk_iops_configuration: {
@@ -1749,14 +1765,27 @@ module Aws::FSx
1749
1765
  #
1750
1766
  # @!attribute [rw] deployment_type
1751
1767
  # Specifies the FSx for ONTAP file system deployment type to use in
1752
- # creating the file system. `MULTI_AZ_1` is the supported ONTAP
1753
- # deployment type.
1768
+ # creating the file system.
1769
+ #
1770
+ # * `MULTI_AZ_1` - (Default) A high availability file system
1771
+ # configured for Multi-AZ redundancy to tolerate temporary
1772
+ # Availability Zone (AZ) unavailability.
1773
+ #
1774
+ # * `SINGLE_AZ_1` - A file system configured for Single-AZ redundancy.
1775
+ #
1776
+ # For information about the use cases for Multi-AZ and Single-AZ
1777
+ # deployments, refer to [Choosing a file system deployment type][1].
1778
+ #
1779
+ #
1780
+ #
1781
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-AZ.html
1754
1782
  # @return [String]
1755
1783
  #
1756
1784
  # @!attribute [rw] endpoint_ip_address_range
1757
- # Specifies the IP address range in which the endpoints to access your
1758
- # file system will be created. By default, Amazon FSx selects an
1759
- # unused IP address range for you from the 198.19.* range.
1785
+ # (Multi-AZ only) Specifies the IP address range in which the
1786
+ # endpoints to access your file system will be created. By default,
1787
+ # Amazon FSx selects an unused IP address range for you from the
1788
+ # 198.19.* range.
1760
1789
  #
1761
1790
  # The Endpoint IP address range you select for your file system must
1762
1791
  # exist outside the VPC's CIDR range and must be at least /30 or
@@ -1780,11 +1809,11 @@ module Aws::FSx
1780
1809
  # @return [String]
1781
1810
  #
1782
1811
  # @!attribute [rw] route_table_ids
1783
- # Specifies the virtual private cloud (VPC) route tables in which your
1784
- # file system's endpoints will be created. You should specify all VPC
1785
- # route tables associated with the subnets in which your clients are
1786
- # located. By default, Amazon FSx selects your VPC's default route
1787
- # table.
1812
+ # (Multi-AZ only) Specifies the virtual private cloud (VPC) route
1813
+ # tables in which your file system's endpoints will be created. You
1814
+ # should specify all VPC route tables associated with the subnets in
1815
+ # which your clients are located. By default, Amazon FSx selects your
1816
+ # VPC's default route table.
1788
1817
  # @return [Array<String>]
1789
1818
  #
1790
1819
  # @!attribute [rw] throughput_capacity
@@ -2023,11 +2052,15 @@ module Aws::FSx
2023
2052
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
2024
2053
  # destination: "GeneralARN",
2025
2054
  # },
2055
+ # root_squash_configuration: {
2056
+ # root_squash: "LustreRootSquash",
2057
+ # no_squash_nids: ["LustreNoSquashNid"],
2058
+ # },
2026
2059
  # },
2027
2060
  # ontap_configuration: {
2028
2061
  # automatic_backup_retention_days: 1,
2029
2062
  # daily_automatic_backup_start_time: "DailyTime",
2030
- # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1
2063
+ # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1, SINGLE_AZ_1
2031
2064
  # endpoint_ip_address_range: "IpAddressRange",
2032
2065
  # fsx_admin_password: "AdminPassword",
2033
2066
  # disk_iops_configuration: {
@@ -5105,6 +5138,10 @@ module Aws::FSx
5105
5138
  # * `MISCONFIGURED` - The file system is in a failed but recoverable
5106
5139
  # state.
5107
5140
  #
5141
+ # * `MISCONFIGURED_UNAVAILABLE` - (Amazon FSx for Windows File Server
5142
+ # only) The file system is currently unavailable due to a change in
5143
+ # your Active Directory configuration.
5144
+ #
5108
5145
  # * `UPDATING` - The file system is undergoing a customer-initiated
5109
5146
  # update.
5110
5147
  # @return [String]
@@ -5621,8 +5658,8 @@ module Aws::FSx
5621
5658
  #
5622
5659
  # @!attribute [rw] weekly_maintenance_start_time
5623
5660
  # The preferred start time to perform weekly maintenance, formatted
5624
- # d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1
5625
- # through 7, beginning with Monday and ending with Sunday.
5661
+ # d:HH:MM in the UTC time zone. Here, `d` is the weekday number, from
5662
+ # 1 through 7, beginning with Monday and ending with Sunday.
5626
5663
  # @return [String]
5627
5664
  #
5628
5665
  # @!attribute [rw] data_repository_configuration
@@ -5737,6 +5774,12 @@ module Aws::FSx
5737
5774
  # log events for your file system to Amazon CloudWatch Logs.
5738
5775
  # @return [Types::LustreLogConfiguration]
5739
5776
  #
5777
+ # @!attribute [rw] root_squash_configuration
5778
+ # The Lustre root squash configuration for an Amazon FSx for Lustre
5779
+ # file system. When enabled, root squash restricts root-level access
5780
+ # from clients that try to access your file system as a root user.
5781
+ # @return [Types::LustreRootSquashConfiguration]
5782
+ #
5740
5783
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreFileSystemConfiguration AWS API Documentation
5741
5784
  #
5742
5785
  class LustreFileSystemConfiguration < Struct.new(
@@ -5750,7 +5793,8 @@ module Aws::FSx
5750
5793
  :copy_tags_to_backups,
5751
5794
  :drive_cache_type,
5752
5795
  :data_compression_type,
5753
- :log_configuration)
5796
+ :log_configuration,
5797
+ :root_squash_configuration)
5754
5798
  SENSITIVE = []
5755
5799
  include Aws::Structure
5756
5800
  end
@@ -5868,6 +5912,68 @@ module Aws::FSx
5868
5912
  include Aws::Structure
5869
5913
  end
5870
5914
 
5915
+ # The configuration for Lustre root squash used to restrict root-level
5916
+ # access from clients that try to access your FSx for Lustre file system
5917
+ # as root. Use the `RootSquash` parameter to enable root squash. To
5918
+ # learn more about Lustre root squash, see [Lustre root squash][1].
5919
+ #
5920
+ # You can also use the `NoSquashNids` parameter to provide an array of
5921
+ # clients who are not affected by the root squash setting. These clients
5922
+ # will access the file system as root, with unrestricted privileges.
5923
+ #
5924
+ #
5925
+ #
5926
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/root-squash.html
5927
+ #
5928
+ # @note When making an API call, you may pass LustreRootSquashConfiguration
5929
+ # data as a hash:
5930
+ #
5931
+ # {
5932
+ # root_squash: "LustreRootSquash",
5933
+ # no_squash_nids: ["LustreNoSquashNid"],
5934
+ # }
5935
+ #
5936
+ # @!attribute [rw] root_squash
5937
+ # You enable root squash by setting a user ID (UID) and group ID (GID)
5938
+ # for the file system in the format `UID:GID` (for example,
5939
+ # `365534:65534`). The UID and GID values can range from `0` to
5940
+ # `4294967294`\:
5941
+ #
5942
+ # * A non-zero value for UID and GID enables root squash. The UID and
5943
+ # GID values can be different, but each must be a non-zero value.
5944
+ #
5945
+ # * A value of `0` (zero) for UID and GID indicates root, and
5946
+ # therefore disables root squash.
5947
+ #
5948
+ # When root squash is enabled, the user ID and group ID of a root user
5949
+ # accessing the file system are re-mapped to the UID and GID you
5950
+ # provide.
5951
+ # @return [String]
5952
+ #
5953
+ # @!attribute [rw] no_squash_nids
5954
+ # When root squash is enabled, you can optionally specify an array of
5955
+ # NIDs of clients for which root squash does not apply. A client NID
5956
+ # is a Lustre Network Identifier used to uniquely identify a client.
5957
+ # You can specify the NID as either a single address or a range of
5958
+ # addresses:
5959
+ #
5960
+ # * A single address is described in standard Lustre NID format by
5961
+ # specifying the client’s IP address followed by the Lustre network
5962
+ # ID (for example, `10.0.1.6@tcp`).
5963
+ #
5964
+ # * An address range is described using a dash to separate the range
5965
+ # (for example, `10.0.[2-10].[1-255]@tcp`).
5966
+ # @return [Array<String>]
5967
+ #
5968
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreRootSquashConfiguration AWS API Documentation
5969
+ #
5970
+ class LustreRootSquashConfiguration < Struct.new(
5971
+ :root_squash,
5972
+ :no_squash_nids)
5973
+ SENSITIVE = []
5974
+ include Aws::Structure
5975
+ end
5976
+
5871
5977
  # A file system configuration is required for this operation.
5872
5978
  #
5873
5979
  # @!attribute [rw] message
@@ -5932,12 +6038,27 @@ module Aws::FSx
5932
6038
  # @return [String]
5933
6039
  #
5934
6040
  # @!attribute [rw] deployment_type
5935
- # The ONTAP file system deployment type.
6041
+ # Specifies the FSx for ONTAP file system deployment type in use in
6042
+ # the file system.
6043
+ #
6044
+ # * `MULTI_AZ_1` - (Default) A high availability file system
6045
+ # configured for Multi-AZ redundancy to tolerate temporary
6046
+ # Availability Zone (AZ) unavailability.
6047
+ #
6048
+ # * `SINGLE_AZ_1` - A file system configured for Single-AZ redundancy.
6049
+ #
6050
+ # For information about the use cases for Multi-AZ and Single-AZ
6051
+ # deployments, refer to [Choosing Multi-AZ or Single-AZ file system
6052
+ # deployment][1].
6053
+ #
6054
+ #
6055
+ #
6056
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-multiAZ.html
5936
6057
  # @return [String]
5937
6058
  #
5938
6059
  # @!attribute [rw] endpoint_ip_address_range
5939
- # The IP address range in which the endpoints to access your file
5940
- # system are created.
6060
+ # (Multi-AZ only) The IP address range in which the endpoints to
6061
+ # access your file system are created.
5941
6062
  #
5942
6063
  # The Endpoint IP address range you select for your file system must
5943
6064
  # exist outside the VPC's CIDR range and must be at least /30 or
@@ -5967,8 +6088,8 @@ module Aws::FSx
5967
6088
  # @return [String]
5968
6089
  #
5969
6090
  # @!attribute [rw] route_table_ids
5970
- # The VPC route tables in which your file system's endpoints are
5971
- # created.
6091
+ # (Multi-AZ only) The VPC route tables in which your file system's
6092
+ # endpoints are created.
5972
6093
  # @return [Array<String>]
5973
6094
  #
5974
6095
  # @!attribute [rw] throughput_capacity
@@ -6659,9 +6780,10 @@ module Aws::FSx
6659
6780
  # intermediate snapshots and this option isn't used,
6660
6781
  # `RestoreVolumeFromSnapshot` fails.
6661
6782
  #
6662
- # * `DELETE_CLONED_VOLUMES` - Deletes any volumes cloned from this
6663
- # volume. If there are any cloned volumes and this option isn't
6664
- # used, `RestoreVolumeFromSnapshot` fails.
6783
+ # * `DELETE_CLONED_VOLUMES` - Deletes any dependent clone volumes
6784
+ # created from intermediate snapshots. If there are any dependent
6785
+ # clone volumes and this option isn't used,
6786
+ # `RestoreVolumeFromSnapshot` fails.
6665
6787
  # @return [Array<String>]
6666
6788
  #
6667
6789
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/RestoreVolumeFromSnapshotRequest AWS API Documentation
@@ -7570,6 +7692,10 @@ module Aws::FSx
7570
7692
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
7571
7693
  # destination: "GeneralARN",
7572
7694
  # },
7695
+ # root_squash_configuration: {
7696
+ # root_squash: "LustreRootSquash",
7697
+ # no_squash_nids: ["LustreNoSquashNid"],
7698
+ # },
7573
7699
  # }
7574
7700
  #
7575
7701
  # @!attribute [rw] weekly_maintenance_start_time
@@ -7647,6 +7773,13 @@ module Aws::FSx
7647
7773
  # system to Amazon CloudWatch Logs.
7648
7774
  # @return [Types::LustreLogCreateConfiguration]
7649
7775
  #
7776
+ # @!attribute [rw] root_squash_configuration
7777
+ # The Lustre root squash configuration used when updating an Amazon
7778
+ # FSx for Lustre file system. When enabled, root squash restricts
7779
+ # root-level access from clients that try to access your file system
7780
+ # as a root user.
7781
+ # @return [Types::LustreRootSquashConfiguration]
7782
+ #
7650
7783
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
7651
7784
  #
7652
7785
  class UpdateFileSystemLustreConfiguration < Struct.new(
@@ -7655,7 +7788,8 @@ module Aws::FSx
7655
7788
  :automatic_backup_retention_days,
7656
7789
  :auto_import_policy,
7657
7790
  :data_compression_type,
7658
- :log_configuration)
7791
+ :log_configuration,
7792
+ :root_squash_configuration)
7659
7793
  SENSITIVE = []
7660
7794
  include Aws::Structure
7661
7795
  end
@@ -7722,8 +7856,8 @@ module Aws::FSx
7722
7856
  #
7723
7857
  # @!attribute [rw] throughput_capacity
7724
7858
  # Specifies the throughput of an FSx for NetApp ONTAP file system,
7725
- # measured in megabytes per second (MBps). Valid values are 64, 128,
7726
- # 256, 512, 1024, 2048, 3072, or 4096 MB/s.
7859
+ # measured in megabytes per second (MBps). Valid values are 128, 256,
7860
+ # 512, 1024, or 2048 MB/s.
7727
7861
  # @return [Integer]
7728
7862
  #
7729
7863
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemOntapConfiguration AWS API Documentation
@@ -7871,6 +8005,10 @@ module Aws::FSx
7871
8005
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
7872
8006
  # destination: "GeneralARN",
7873
8007
  # },
8008
+ # root_squash_configuration: {
8009
+ # root_squash: "LustreRootSquash",
8010
+ # no_squash_nids: ["LustreNoSquashNid"],
8011
+ # },
7874
8012
  # },
7875
8013
  # ontap_configuration: {
7876
8014
  # automatic_backup_retention_days: 1,
data/lib/aws-sdk-fsx.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-fsx/customizations'
48
48
  # @!group service
49
49
  module Aws::FSx
50
50
 
51
- GEM_VERSION = '1.53.0'
51
+ GEM_VERSION = '1.56.0'
52
52
 
53
53
  end
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.53.0
4
+ version: 1.56.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: 2022-03-30 00:00:00.000000000 Z
11
+ date: 2022-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core