aws-sdk-fsx 1.104.0 → 1.106.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: becbfc75becca2615559da5169f9439d19ac9468d93aa7a1f850784c9ec25023
4
- data.tar.gz: c767738fa28581f459a4aec010e77f75b092bc6983142bc93927c3d35c10badd
3
+ metadata.gz: 62471a36d8b931b5fe5e5b6264975105211f4723561b104550094b4fff70dd10
4
+ data.tar.gz: 36494e703cdf84be3ae48a133aa28d9e45a33428631caeeaae4d8162dafa1495
5
5
  SHA512:
6
- metadata.gz: 79e4e1392cfa4704db2a0b730d8bf1aa946c6cdce3e510a7653294dba0042a1367fb58546dab7d05faa524d398a49299e7f827504bf663902c01ef1c5de3c9b6
7
- data.tar.gz: f5eb6d0d8cd58ccd617d06ffcbc26b07dcf244b7df66ef221d1f764a529d82a4dc0638bf9d3280156d2877f54547cec4fd6c29429c5ae816ca3cb4f02d1ad693
6
+ metadata.gz: b215d027d417b3784e30d915116dc14b28fde64e432d632b20d3f1327e2207b6a737aa3232c58c15be52dbd25207caadd4e54e41401321a04f9ab474c27c935a
7
+ data.tar.gz: 3dfab7655551f71a3ed3999543a29441fc094cfbdbec3ed3a6837b391db794bba6db37edc6052706c5caa4215a90819f6a3e50bd9dae1df8121de127258567ae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.0 (2024-12-02)
5
+ ------------------
6
+
7
+ * Feature - FSx API changes to support the public launch of the Amazon FSx Intelligent Tiering for OpenZFS storage class.
8
+
9
+ 1.105.0 (2024-11-27)
10
+ ------------------
11
+
12
+ * Feature - This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems.
13
+
4
14
  1.104.0 (2024-11-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.106.0
@@ -755,7 +755,7 @@ module Aws::FSx
755
755
  # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
756
756
  # resp.backup.file_system.failure_details.message #=> String
757
757
  # resp.backup.file_system.storage_capacity #=> Integer
758
- # resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD"
758
+ # resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
759
759
  # resp.backup.file_system.vpc_id #=> String
760
760
  # resp.backup.file_system.subnet_ids #=> Array
761
761
  # resp.backup.file_system.subnet_ids[0] #=> String
@@ -815,6 +815,7 @@ module Aws::FSx
815
815
  # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
816
816
  # resp.backup.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
817
817
  # resp.backup.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
818
+ # resp.backup.file_system.lustre_configuration.efa_enabled #=> Boolean
818
819
  # resp.backup.file_system.administrative_actions #=> Array
819
820
  # 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", "DOWNLOAD_DATA_FROM_BACKUP"
820
821
  # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -939,6 +940,8 @@ module Aws::FSx
939
940
  # resp.backup.file_system.open_zfs_configuration.route_table_ids #=> Array
940
941
  # resp.backup.file_system.open_zfs_configuration.route_table_ids[0] #=> String
941
942
  # resp.backup.file_system.open_zfs_configuration.endpoint_ip_address #=> String
943
+ # resp.backup.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
944
+ # resp.backup.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
942
945
  # resp.backup.directory_information.domain_name #=> String
943
946
  # resp.backup.directory_information.active_directory_id #=> String
944
947
  # resp.backup.directory_information.resource_arn #=> String
@@ -999,7 +1002,7 @@ module Aws::FSx
999
1002
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
1000
1003
  # resp.backup.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
1001
1004
  # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
1002
- # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
1005
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
1003
1006
  # resp.backup.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
1004
1007
  # resp.backup.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
1005
1008
  # resp.backup.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
@@ -1059,6 +1062,7 @@ module Aws::FSx
1059
1062
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1060
1063
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
1061
1064
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1065
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
1062
1066
  # resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
1063
1067
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
1064
1068
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -1096,6 +1100,8 @@ module Aws::FSx
1096
1100
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
1097
1101
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
1098
1102
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
1103
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
1104
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
1099
1105
  # resp.backup.volume.administrative_actions[0].failure_details.message #=> String
1100
1106
  # resp.backup.volume.administrative_actions[0].target_volume_values #=> Types::Volume
1101
1107
  # resp.backup.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -1137,6 +1143,7 @@ module Aws::FSx
1137
1143
  # resp.backup.volume.open_zfs_configuration.source_snapshot_arn #=> String
1138
1144
  # resp.backup.volume.open_zfs_configuration.destination_snapshot #=> String
1139
1145
  # resp.backup.volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
1146
+ # resp.backup.size_in_bytes #=> Integer
1140
1147
  #
1141
1148
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopyBackup AWS API Documentation
1142
1149
  #
@@ -1243,7 +1250,7 @@ module Aws::FSx
1243
1250
  # resp.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
1244
1251
  # resp.administrative_actions[0].target_file_system_values.failure_details.message #=> String
1245
1252
  # resp.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
1246
- # resp.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
1253
+ # resp.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
1247
1254
  # resp.administrative_actions[0].target_file_system_values.vpc_id #=> String
1248
1255
  # resp.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
1249
1256
  # resp.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
@@ -1303,6 +1310,7 @@ module Aws::FSx
1303
1310
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1304
1311
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
1305
1312
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1313
+ # resp.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
1306
1314
  # resp.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
1307
1315
  # resp.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
1308
1316
  # resp.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -1340,6 +1348,8 @@ module Aws::FSx
1340
1348
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
1341
1349
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
1342
1350
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
1351
+ # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
1352
+ # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
1343
1353
  # resp.administrative_actions[0].failure_details.message #=> String
1344
1354
  # resp.administrative_actions[0].target_volume_values.creation_time #=> Time
1345
1355
  # resp.administrative_actions[0].target_volume_values.file_system_id #=> String
@@ -1596,7 +1606,7 @@ module Aws::FSx
1596
1606
  # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
1597
1607
  # resp.backup.file_system.failure_details.message #=> String
1598
1608
  # resp.backup.file_system.storage_capacity #=> Integer
1599
- # resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD"
1609
+ # resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
1600
1610
  # resp.backup.file_system.vpc_id #=> String
1601
1611
  # resp.backup.file_system.subnet_ids #=> Array
1602
1612
  # resp.backup.file_system.subnet_ids[0] #=> String
@@ -1656,6 +1666,7 @@ module Aws::FSx
1656
1666
  # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1657
1667
  # resp.backup.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
1658
1668
  # resp.backup.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1669
+ # resp.backup.file_system.lustre_configuration.efa_enabled #=> Boolean
1659
1670
  # resp.backup.file_system.administrative_actions #=> Array
1660
1671
  # 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", "DOWNLOAD_DATA_FROM_BACKUP"
1661
1672
  # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1780,6 +1791,8 @@ module Aws::FSx
1780
1791
  # resp.backup.file_system.open_zfs_configuration.route_table_ids #=> Array
1781
1792
  # resp.backup.file_system.open_zfs_configuration.route_table_ids[0] #=> String
1782
1793
  # resp.backup.file_system.open_zfs_configuration.endpoint_ip_address #=> String
1794
+ # resp.backup.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
1795
+ # resp.backup.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
1783
1796
  # resp.backup.directory_information.domain_name #=> String
1784
1797
  # resp.backup.directory_information.active_directory_id #=> String
1785
1798
  # resp.backup.directory_information.resource_arn #=> String
@@ -1840,7 +1853,7 @@ module Aws::FSx
1840
1853
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
1841
1854
  # resp.backup.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
1842
1855
  # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
1843
- # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
1856
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
1844
1857
  # resp.backup.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
1845
1858
  # resp.backup.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
1846
1859
  # resp.backup.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
@@ -1900,6 +1913,7 @@ module Aws::FSx
1900
1913
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1901
1914
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
1902
1915
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1916
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
1903
1917
  # resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
1904
1918
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
1905
1919
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -1937,6 +1951,8 @@ module Aws::FSx
1937
1951
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
1938
1952
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
1939
1953
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
1954
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
1955
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
1940
1956
  # resp.backup.volume.administrative_actions[0].failure_details.message #=> String
1941
1957
  # resp.backup.volume.administrative_actions[0].target_volume_values #=> Types::Volume
1942
1958
  # resp.backup.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -1978,6 +1994,7 @@ module Aws::FSx
1978
1994
  # resp.backup.volume.open_zfs_configuration.source_snapshot_arn #=> String
1979
1995
  # resp.backup.volume.open_zfs_configuration.destination_snapshot #=> String
1980
1996
  # resp.backup.volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
1997
+ # resp.backup.size_in_bytes #=> Integer
1981
1998
  #
1982
1999
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup AWS API Documentation
1983
2000
  #
@@ -2574,7 +2591,7 @@ module Aws::FSx
2574
2591
  # The type of Amazon FSx file system to create. Valid values are
2575
2592
  # `WINDOWS`, `LUSTRE`, `ONTAP`, and `OPENZFS`.
2576
2593
  #
2577
- # @option params [required, Integer] :storage_capacity
2594
+ # @option params [Integer] :storage_capacity
2578
2595
  # Sets the storage capacity of the file system that you're creating, in
2579
2596
  # gibibytes (GiB).
2580
2597
  #
@@ -2610,8 +2627,8 @@ module Aws::FSx
2610
2627
  # * For HDD storage, valid values are 2000 GiB-65,536 GiB (64 TiB).
2611
2628
  #
2612
2629
  # @option params [String] :storage_type
2613
- # Sets the storage type for the file system that you're creating. Valid
2614
- # values are `SSD` and `HDD`.
2630
+ # Sets the storage class for the file system that you're creating.
2631
+ # Valid values are `SSD`, `HDD`, and `INTELLIGENT_TIERING`.
2615
2632
  #
2616
2633
  # * Set to `SSD` to use solid state drive storage. SSD is supported on
2617
2634
  # all Windows, Lustre, ONTAP, and OpenZFS deployment types.
@@ -2620,14 +2637,21 @@ module Aws::FSx
2620
2637
  # `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types,
2621
2638
  # and on `PERSISTENT_1` Lustre file system deployment types.
2622
2639
  #
2640
+ # * Set to `INTELLIGENT_TIERING` to use fully elastic,
2641
+ # intelligently-tiered storage. Intelligent-Tiering is only available
2642
+ # for OpenZFS file systems with the Multi-AZ deployment type.
2643
+ #
2623
2644
  # Default value is `SSD`. For more information, see [ Storage type
2624
- # options][1] in the *FSx for Windows File Server User Guide* and
2625
- # [Multiple storage options][2] in the *FSx for Lustre User Guide*.
2645
+ # options][1] in the *FSx for Windows File Server User Guide*, [Multiple
2646
+ # storage options][2] in the *FSx for Lustre User Guide*, and [Working
2647
+ # with Intelligent-Tiering][3] in the *Amazon FSx for OpenZFS User
2648
+ # Guide*.
2626
2649
  #
2627
2650
  #
2628
2651
  #
2629
2652
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options
2630
2653
  # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html#storage-options
2654
+ # [3]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance-intelligent-tiering
2631
2655
  #
2632
2656
  # @option params [required, Array<String>] :subnet_ids
2633
2657
  # Specifies the IDs of the subnets that the file system will be
@@ -2819,8 +2843,8 @@ module Aws::FSx
2819
2843
  # resp = client.create_file_system({
2820
2844
  # client_request_token: "ClientRequestToken",
2821
2845
  # file_system_type: "WINDOWS", # required, accepts WINDOWS, LUSTRE, ONTAP, OPENZFS
2822
- # storage_capacity: 1, # required
2823
- # storage_type: "SSD", # accepts SSD, HDD
2846
+ # storage_capacity: 1,
2847
+ # storage_type: "SSD", # accepts SSD, HDD, INTELLIGENT_TIERING
2824
2848
  # subnet_ids: ["SubnetId"], # required
2825
2849
  # security_group_ids: ["SecurityGroupId"],
2826
2850
  # tags: [
@@ -2871,6 +2895,7 @@ module Aws::FSx
2871
2895
  # copy_tags_to_backups: false,
2872
2896
  # drive_cache_type: "NONE", # accepts NONE, READ
2873
2897
  # data_compression_type: "NONE", # accepts NONE, LZ4
2898
+ # efa_enabled: false,
2874
2899
  # log_configuration: {
2875
2900
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
2876
2901
  # destination: "GeneralARN",
@@ -2940,6 +2965,10 @@ module Aws::FSx
2940
2965
  # preferred_subnet_id: "SubnetId",
2941
2966
  # endpoint_ip_address_range: "IpAddressRange",
2942
2967
  # route_table_ids: ["RouteTableId"],
2968
+ # read_cache_configuration: {
2969
+ # sizing_mode: "NO_CACHE", # accepts NO_CACHE, USER_PROVISIONED, PROPORTIONAL_TO_THROUGHPUT_CAPACITY
2970
+ # size_gi_b: 1,
2971
+ # },
2943
2972
  # },
2944
2973
  # })
2945
2974
  #
@@ -2952,7 +2981,7 @@ module Aws::FSx
2952
2981
  # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
2953
2982
  # resp.file_system.failure_details.message #=> String
2954
2983
  # resp.file_system.storage_capacity #=> Integer
2955
- # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
2984
+ # resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
2956
2985
  # resp.file_system.vpc_id #=> String
2957
2986
  # resp.file_system.subnet_ids #=> Array
2958
2987
  # resp.file_system.subnet_ids[0] #=> String
@@ -3012,6 +3041,7 @@ module Aws::FSx
3012
3041
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
3013
3042
  # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
3014
3043
  # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
3044
+ # resp.file_system.lustre_configuration.efa_enabled #=> Boolean
3015
3045
  # resp.file_system.administrative_actions #=> Array
3016
3046
  # 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", "DOWNLOAD_DATA_FROM_BACKUP"
3017
3047
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -3136,6 +3166,8 @@ module Aws::FSx
3136
3166
  # resp.file_system.open_zfs_configuration.route_table_ids #=> Array
3137
3167
  # resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
3138
3168
  # resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
3169
+ # resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
3170
+ # resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
3139
3171
  #
3140
3172
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystem AWS API Documentation
3141
3173
  #
@@ -3430,6 +3462,7 @@ module Aws::FSx
3430
3462
  # copy_tags_to_backups: false,
3431
3463
  # drive_cache_type: "NONE", # accepts NONE, READ
3432
3464
  # data_compression_type: "NONE", # accepts NONE, LZ4
3465
+ # efa_enabled: false,
3433
3466
  # log_configuration: {
3434
3467
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
3435
3468
  # destination: "GeneralARN",
@@ -3443,7 +3476,7 @@ module Aws::FSx
3443
3476
  # mode: "AUTOMATIC", # required, accepts AUTOMATIC, USER_PROVISIONED
3444
3477
  # },
3445
3478
  # },
3446
- # storage_type: "SSD", # accepts SSD, HDD
3479
+ # storage_type: "SSD", # accepts SSD, HDD, INTELLIGENT_TIERING
3447
3480
  # kms_key_id: "KmsKeyId",
3448
3481
  # file_system_type_version: "FileSystemTypeVersion",
3449
3482
  # open_zfs_configuration: {
@@ -3484,6 +3517,10 @@ module Aws::FSx
3484
3517
  # preferred_subnet_id: "SubnetId",
3485
3518
  # endpoint_ip_address_range: "IpAddressRange",
3486
3519
  # route_table_ids: ["RouteTableId"],
3520
+ # read_cache_configuration: {
3521
+ # sizing_mode: "NO_CACHE", # accepts NO_CACHE, USER_PROVISIONED, PROPORTIONAL_TO_THROUGHPUT_CAPACITY
3522
+ # size_gi_b: 1,
3523
+ # },
3487
3524
  # },
3488
3525
  # storage_capacity: 1,
3489
3526
  # })
@@ -3497,7 +3534,7 @@ module Aws::FSx
3497
3534
  # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
3498
3535
  # resp.file_system.failure_details.message #=> String
3499
3536
  # resp.file_system.storage_capacity #=> Integer
3500
- # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
3537
+ # resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
3501
3538
  # resp.file_system.vpc_id #=> String
3502
3539
  # resp.file_system.subnet_ids #=> Array
3503
3540
  # resp.file_system.subnet_ids[0] #=> String
@@ -3557,6 +3594,7 @@ module Aws::FSx
3557
3594
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
3558
3595
  # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
3559
3596
  # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
3597
+ # resp.file_system.lustre_configuration.efa_enabled #=> Boolean
3560
3598
  # resp.file_system.administrative_actions #=> Array
3561
3599
  # 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", "DOWNLOAD_DATA_FROM_BACKUP"
3562
3600
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -3681,6 +3719,8 @@ module Aws::FSx
3681
3719
  # resp.file_system.open_zfs_configuration.route_table_ids #=> Array
3682
3720
  # resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
3683
3721
  # resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
3722
+ # resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
3723
+ # resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
3684
3724
  #
3685
3725
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackup AWS API Documentation
3686
3726
  #
@@ -3783,7 +3823,7 @@ module Aws::FSx
3783
3823
  # resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
3784
3824
  # resp.snapshot.administrative_actions[0].target_file_system_values.failure_details.message #=> String
3785
3825
  # resp.snapshot.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
3786
- # resp.snapshot.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
3826
+ # resp.snapshot.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
3787
3827
  # resp.snapshot.administrative_actions[0].target_file_system_values.vpc_id #=> String
3788
3828
  # resp.snapshot.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
3789
3829
  # resp.snapshot.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
@@ -3843,6 +3883,7 @@ module Aws::FSx
3843
3883
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
3844
3884
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
3845
3885
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
3886
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
3846
3887
  # resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
3847
3888
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
3848
3889
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -3880,6 +3921,8 @@ module Aws::FSx
3880
3921
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
3881
3922
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
3882
3923
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
3924
+ # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
3925
+ # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
3883
3926
  # resp.snapshot.administrative_actions[0].failure_details.message #=> String
3884
3927
  # resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
3885
3928
  # resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
@@ -4266,7 +4309,7 @@ module Aws::FSx
4266
4309
  # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
4267
4310
  # resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
4268
4311
  # resp.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
4269
- # resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
4312
+ # resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
4270
4313
  # resp.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
4271
4314
  # resp.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
4272
4315
  # resp.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
@@ -4326,6 +4369,7 @@ module Aws::FSx
4326
4369
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
4327
4370
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
4328
4371
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
4372
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
4329
4373
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
4330
4374
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
4331
4375
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -4363,6 +4407,8 @@ module Aws::FSx
4363
4407
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
4364
4408
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
4365
4409
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
4410
+ # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
4411
+ # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
4366
4412
  # resp.volume.administrative_actions[0].failure_details.message #=> String
4367
4413
  # resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
4368
4414
  # resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -4556,7 +4602,7 @@ module Aws::FSx
4556
4602
  # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
4557
4603
  # resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
4558
4604
  # resp.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
4559
- # resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
4605
+ # resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
4560
4606
  # resp.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
4561
4607
  # resp.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
4562
4608
  # resp.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
@@ -4616,6 +4662,7 @@ module Aws::FSx
4616
4662
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
4617
4663
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
4618
4664
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
4665
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
4619
4666
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
4620
4667
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
4621
4668
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -4653,6 +4700,8 @@ module Aws::FSx
4653
4700
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
4654
4701
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
4655
4702
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
4703
+ # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
4704
+ # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
4656
4705
  # resp.volume.administrative_actions[0].failure_details.message #=> String
4657
4706
  # resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
4658
4707
  # resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -5315,7 +5364,7 @@ module Aws::FSx
5315
5364
  # resp.backups[0].file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
5316
5365
  # resp.backups[0].file_system.failure_details.message #=> String
5317
5366
  # resp.backups[0].file_system.storage_capacity #=> Integer
5318
- # resp.backups[0].file_system.storage_type #=> String, one of "SSD", "HDD"
5367
+ # resp.backups[0].file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
5319
5368
  # resp.backups[0].file_system.vpc_id #=> String
5320
5369
  # resp.backups[0].file_system.subnet_ids #=> Array
5321
5370
  # resp.backups[0].file_system.subnet_ids[0] #=> String
@@ -5375,6 +5424,7 @@ module Aws::FSx
5375
5424
  # resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
5376
5425
  # resp.backups[0].file_system.lustre_configuration.metadata_configuration.iops #=> Integer
5377
5426
  # resp.backups[0].file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
5427
+ # resp.backups[0].file_system.lustre_configuration.efa_enabled #=> Boolean
5378
5428
  # resp.backups[0].file_system.administrative_actions #=> Array
5379
5429
  # 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", "DOWNLOAD_DATA_FROM_BACKUP"
5380
5430
  # resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
@@ -5499,6 +5549,8 @@ module Aws::FSx
5499
5549
  # resp.backups[0].file_system.open_zfs_configuration.route_table_ids #=> Array
5500
5550
  # resp.backups[0].file_system.open_zfs_configuration.route_table_ids[0] #=> String
5501
5551
  # resp.backups[0].file_system.open_zfs_configuration.endpoint_ip_address #=> String
5552
+ # resp.backups[0].file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
5553
+ # resp.backups[0].file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
5502
5554
  # resp.backups[0].directory_information.domain_name #=> String
5503
5555
  # resp.backups[0].directory_information.active_directory_id #=> String
5504
5556
  # resp.backups[0].directory_information.resource_arn #=> String
@@ -5559,7 +5611,7 @@ module Aws::FSx
5559
5611
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
5560
5612
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
5561
5613
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
5562
- # resp.backups[0].volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
5614
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
5563
5615
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
5564
5616
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
5565
5617
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
@@ -5619,6 +5671,7 @@ module Aws::FSx
5619
5671
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
5620
5672
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
5621
5673
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
5674
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
5622
5675
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
5623
5676
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
5624
5677
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -5656,6 +5709,8 @@ module Aws::FSx
5656
5709
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
5657
5710
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
5658
5711
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
5712
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
5713
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
5659
5714
  # resp.backups[0].volume.administrative_actions[0].failure_details.message #=> String
5660
5715
  # resp.backups[0].volume.administrative_actions[0].target_volume_values #=> Types::Volume
5661
5716
  # resp.backups[0].volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -5697,6 +5752,7 @@ module Aws::FSx
5697
5752
  # resp.backups[0].volume.open_zfs_configuration.source_snapshot_arn #=> String
5698
5753
  # resp.backups[0].volume.open_zfs_configuration.destination_snapshot #=> String
5699
5754
  # resp.backups[0].volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
5755
+ # resp.backups[0].size_in_bytes #=> Integer
5700
5756
  # resp.next_token #=> String
5701
5757
  #
5702
5758
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups AWS API Documentation
@@ -6180,7 +6236,7 @@ module Aws::FSx
6180
6236
  # resp.file_systems[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
6181
6237
  # resp.file_systems[0].failure_details.message #=> String
6182
6238
  # resp.file_systems[0].storage_capacity #=> Integer
6183
- # resp.file_systems[0].storage_type #=> String, one of "SSD", "HDD"
6239
+ # resp.file_systems[0].storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
6184
6240
  # resp.file_systems[0].vpc_id #=> String
6185
6241
  # resp.file_systems[0].subnet_ids #=> Array
6186
6242
  # resp.file_systems[0].subnet_ids[0] #=> String
@@ -6240,6 +6296,7 @@ module Aws::FSx
6240
6296
  # resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6241
6297
  # resp.file_systems[0].lustre_configuration.metadata_configuration.iops #=> Integer
6242
6298
  # resp.file_systems[0].lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
6299
+ # resp.file_systems[0].lustre_configuration.efa_enabled #=> Boolean
6243
6300
  # resp.file_systems[0].administrative_actions #=> Array
6244
6301
  # 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", "DOWNLOAD_DATA_FROM_BACKUP"
6245
6302
  # resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
@@ -6364,6 +6421,8 @@ module Aws::FSx
6364
6421
  # resp.file_systems[0].open_zfs_configuration.route_table_ids #=> Array
6365
6422
  # resp.file_systems[0].open_zfs_configuration.route_table_ids[0] #=> String
6366
6423
  # resp.file_systems[0].open_zfs_configuration.endpoint_ip_address #=> String
6424
+ # resp.file_systems[0].open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
6425
+ # resp.file_systems[0].open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
6367
6426
  # resp.next_token #=> String
6368
6427
  #
6369
6428
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystems AWS API Documentation
@@ -6500,7 +6559,7 @@ module Aws::FSx
6500
6559
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
6501
6560
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.failure_details.message #=> String
6502
6561
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
6503
- # resp.snapshots[0].administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
6562
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
6504
6563
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.vpc_id #=> String
6505
6564
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.subnet_ids #=> Array
6506
6565
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
@@ -6560,6 +6619,7 @@ module Aws::FSx
6560
6619
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6561
6620
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
6562
6621
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
6622
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
6563
6623
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
6564
6624
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
6565
6625
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -6597,6 +6657,8 @@ module Aws::FSx
6597
6657
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
6598
6658
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
6599
6659
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
6660
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
6661
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
6600
6662
  # resp.snapshots[0].administrative_actions[0].failure_details.message #=> String
6601
6663
  # resp.snapshots[0].administrative_actions[0].target_volume_values.creation_time #=> Time
6602
6664
  # resp.snapshots[0].administrative_actions[0].target_volume_values.file_system_id #=> String
@@ -6863,7 +6925,7 @@ module Aws::FSx
6863
6925
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
6864
6926
  # resp.volumes[0].administrative_actions[0].target_file_system_values.failure_details.message #=> String
6865
6927
  # resp.volumes[0].administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
6866
- # resp.volumes[0].administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
6928
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
6867
6929
  # resp.volumes[0].administrative_actions[0].target_file_system_values.vpc_id #=> String
6868
6930
  # resp.volumes[0].administrative_actions[0].target_file_system_values.subnet_ids #=> Array
6869
6931
  # resp.volumes[0].administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
@@ -6923,6 +6985,7 @@ module Aws::FSx
6923
6985
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6924
6986
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
6925
6987
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
6988
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
6926
6989
  # resp.volumes[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
6927
6990
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
6928
6991
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -6960,6 +7023,8 @@ module Aws::FSx
6960
7023
  # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
6961
7024
  # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
6962
7025
  # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
7026
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
7027
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
6963
7028
  # resp.volumes[0].administrative_actions[0].failure_details.message #=> String
6964
7029
  # resp.volumes[0].administrative_actions[0].target_volume_values #=> Types::Volume
6965
7030
  # resp.volumes[0].administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -7194,7 +7259,7 @@ module Aws::FSx
7194
7259
  # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
7195
7260
  # resp.file_system.failure_details.message #=> String
7196
7261
  # resp.file_system.storage_capacity #=> Integer
7197
- # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
7262
+ # resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
7198
7263
  # resp.file_system.vpc_id #=> String
7199
7264
  # resp.file_system.subnet_ids #=> Array
7200
7265
  # resp.file_system.subnet_ids[0] #=> String
@@ -7254,6 +7319,7 @@ module Aws::FSx
7254
7319
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
7255
7320
  # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
7256
7321
  # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
7322
+ # resp.file_system.lustre_configuration.efa_enabled #=> Boolean
7257
7323
  # resp.file_system.administrative_actions #=> Array
7258
7324
  # 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", "DOWNLOAD_DATA_FROM_BACKUP"
7259
7325
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -7378,6 +7444,8 @@ module Aws::FSx
7378
7444
  # resp.file_system.open_zfs_configuration.route_table_ids #=> Array
7379
7445
  # resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
7380
7446
  # resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
7447
+ # resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
7448
+ # resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
7381
7449
  #
7382
7450
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ReleaseFileSystemNfsV3Locks AWS API Documentation
7383
7451
  #
@@ -7451,7 +7519,7 @@ module Aws::FSx
7451
7519
  # resp.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
7452
7520
  # resp.administrative_actions[0].target_file_system_values.failure_details.message #=> String
7453
7521
  # resp.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
7454
- # resp.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
7522
+ # resp.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
7455
7523
  # resp.administrative_actions[0].target_file_system_values.vpc_id #=> String
7456
7524
  # resp.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
7457
7525
  # resp.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
@@ -7511,6 +7579,7 @@ module Aws::FSx
7511
7579
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
7512
7580
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
7513
7581
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
7582
+ # resp.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
7514
7583
  # resp.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
7515
7584
  # resp.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
7516
7585
  # resp.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -7548,6 +7617,8 @@ module Aws::FSx
7548
7617
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
7549
7618
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
7550
7619
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
7620
+ # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
7621
+ # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
7551
7622
  # resp.administrative_actions[0].failure_details.message #=> String
7552
7623
  # resp.administrative_actions[0].target_volume_values.creation_time #=> Time
7553
7624
  # resp.administrative_actions[0].target_volume_values.file_system_id #=> String
@@ -7677,7 +7748,7 @@ module Aws::FSx
7677
7748
  # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
7678
7749
  # resp.file_system.failure_details.message #=> String
7679
7750
  # resp.file_system.storage_capacity #=> Integer
7680
- # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
7751
+ # resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
7681
7752
  # resp.file_system.vpc_id #=> String
7682
7753
  # resp.file_system.subnet_ids #=> Array
7683
7754
  # resp.file_system.subnet_ids[0] #=> String
@@ -7737,6 +7808,7 @@ module Aws::FSx
7737
7808
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
7738
7809
  # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
7739
7810
  # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
7811
+ # resp.file_system.lustre_configuration.efa_enabled #=> Boolean
7740
7812
  # resp.file_system.administrative_actions #=> Array
7741
7813
  # 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", "DOWNLOAD_DATA_FROM_BACKUP"
7742
7814
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -7861,6 +7933,8 @@ module Aws::FSx
7861
7933
  # resp.file_system.open_zfs_configuration.route_table_ids #=> Array
7862
7934
  # resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
7863
7935
  # resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
7936
+ # resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
7937
+ # resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
7864
7938
  #
7865
7939
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/StartMisconfiguredStateRecovery AWS API Documentation
7866
7940
  #
@@ -8208,6 +8282,8 @@ module Aws::FSx
8208
8282
  #
8209
8283
  # * `DiskIopsConfiguration`
8210
8284
  #
8285
+ # * `ReadCacheConfiguration`
8286
+ #
8211
8287
  # * `RemoveRouteTableIds`
8212
8288
  #
8213
8289
  # * `StorageCapacity`
@@ -8424,8 +8500,12 @@ module Aws::FSx
8424
8500
  # },
8425
8501
  # add_route_table_ids: ["RouteTableId"],
8426
8502
  # remove_route_table_ids: ["RouteTableId"],
8503
+ # read_cache_configuration: {
8504
+ # sizing_mode: "NO_CACHE", # accepts NO_CACHE, USER_PROVISIONED, PROPORTIONAL_TO_THROUGHPUT_CAPACITY
8505
+ # size_gi_b: 1,
8506
+ # },
8427
8507
  # },
8428
- # storage_type: "SSD", # accepts SSD, HDD
8508
+ # storage_type: "SSD", # accepts SSD, HDD, INTELLIGENT_TIERING
8429
8509
  # })
8430
8510
  #
8431
8511
  # @example Response structure
@@ -8437,7 +8517,7 @@ module Aws::FSx
8437
8517
  # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
8438
8518
  # resp.file_system.failure_details.message #=> String
8439
8519
  # resp.file_system.storage_capacity #=> Integer
8440
- # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
8520
+ # resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
8441
8521
  # resp.file_system.vpc_id #=> String
8442
8522
  # resp.file_system.subnet_ids #=> Array
8443
8523
  # resp.file_system.subnet_ids[0] #=> String
@@ -8497,6 +8577,7 @@ module Aws::FSx
8497
8577
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
8498
8578
  # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
8499
8579
  # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
8580
+ # resp.file_system.lustre_configuration.efa_enabled #=> Boolean
8500
8581
  # resp.file_system.administrative_actions #=> Array
8501
8582
  # 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", "DOWNLOAD_DATA_FROM_BACKUP"
8502
8583
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -8621,6 +8702,8 @@ module Aws::FSx
8621
8702
  # resp.file_system.open_zfs_configuration.route_table_ids #=> Array
8622
8703
  # resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
8623
8704
  # resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
8705
+ # resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
8706
+ # resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
8624
8707
  #
8625
8708
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystem AWS API Documentation
8626
8709
  #
@@ -8742,7 +8825,7 @@ module Aws::FSx
8742
8825
  # resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
8743
8826
  # resp.snapshot.administrative_actions[0].target_file_system_values.failure_details.message #=> String
8744
8827
  # resp.snapshot.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
8745
- # resp.snapshot.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
8828
+ # resp.snapshot.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
8746
8829
  # resp.snapshot.administrative_actions[0].target_file_system_values.vpc_id #=> String
8747
8830
  # resp.snapshot.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
8748
8831
  # resp.snapshot.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
@@ -8802,6 +8885,7 @@ module Aws::FSx
8802
8885
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
8803
8886
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
8804
8887
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
8888
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
8805
8889
  # resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
8806
8890
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
8807
8891
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -8839,6 +8923,8 @@ module Aws::FSx
8839
8923
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
8840
8924
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
8841
8925
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
8926
+ # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
8927
+ # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
8842
8928
  # resp.snapshot.administrative_actions[0].failure_details.message #=> String
8843
8929
  # resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
8844
8930
  # resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
@@ -9165,7 +9251,7 @@ module Aws::FSx
9165
9251
  # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
9166
9252
  # resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
9167
9253
  # resp.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
9168
- # resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
9254
+ # resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
9169
9255
  # resp.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
9170
9256
  # resp.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
9171
9257
  # resp.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
@@ -9225,6 +9311,7 @@ module Aws::FSx
9225
9311
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
9226
9312
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
9227
9313
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
9314
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
9228
9315
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
9229
9316
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
9230
9317
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -9262,6 +9349,8 @@ module Aws::FSx
9262
9349
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
9263
9350
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
9264
9351
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
9352
+ # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
9353
+ # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
9265
9354
  # resp.volume.administrative_actions[0].failure_details.message #=> String
9266
9355
  # resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
9267
9356
  # resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -9331,7 +9420,7 @@ module Aws::FSx
9331
9420
  tracer: tracer
9332
9421
  )
9333
9422
  context[:gem_name] = 'aws-sdk-fsx'
9334
- context[:gem_version] = '1.104.0'
9423
+ context[:gem_version] = '1.106.0'
9335
9424
  Seahorse::Client::Request.new(handlers, context)
9336
9425
  end
9337
9426
 
@@ -301,6 +301,8 @@ module Aws::FSx
301
301
  OpenZFSNfsExports = Shapes::ListShape.new(name: 'OpenZFSNfsExports')
302
302
  OpenZFSOriginSnapshotConfiguration = Shapes::StructureShape.new(name: 'OpenZFSOriginSnapshotConfiguration')
303
303
  OpenZFSQuotaType = Shapes::StringShape.new(name: 'OpenZFSQuotaType')
304
+ OpenZFSReadCacheConfiguration = Shapes::StructureShape.new(name: 'OpenZFSReadCacheConfiguration')
305
+ OpenZFSReadCacheSizingMode = Shapes::StringShape.new(name: 'OpenZFSReadCacheSizingMode')
304
306
  OpenZFSUserAndGroupQuotas = Shapes::ListShape.new(name: 'OpenZFSUserAndGroupQuotas')
305
307
  OpenZFSUserOrGroupQuota = Shapes::StructureShape.new(name: 'OpenZFSUserOrGroupQuota')
306
308
  OpenZFSVolumeConfiguration = Shapes::StructureShape.new(name: 'OpenZFSVolumeConfiguration')
@@ -342,6 +344,7 @@ module Aws::FSx
342
344
  SelfManagedActiveDirectoryConfigurationUpdates = Shapes::StructureShape.new(name: 'SelfManagedActiveDirectoryConfigurationUpdates')
343
345
  ServiceLimit = Shapes::StringShape.new(name: 'ServiceLimit')
344
346
  ServiceLimitExceeded = Shapes::StructureShape.new(name: 'ServiceLimitExceeded')
347
+ SizeInBytes = Shapes::IntegerShape.new(name: 'SizeInBytes')
345
348
  SnaplockConfiguration = Shapes::StructureShape.new(name: 'SnaplockConfiguration')
346
349
  SnaplockRetentionPeriod = Shapes::StructureShape.new(name: 'SnaplockRetentionPeriod')
347
350
  SnaplockType = Shapes::StringShape.new(name: 'SnaplockType')
@@ -535,6 +538,7 @@ module Aws::FSx
535
538
  Backup.add_member(:source_backup_region, Shapes::ShapeRef.new(shape: Region, location_name: "SourceBackupRegion"))
536
539
  Backup.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
537
540
  Backup.add_member(:volume, Shapes::ShapeRef.new(shape: Volume, location_name: "Volume"))
541
+ Backup.add_member(:size_in_bytes, Shapes::ShapeRef.new(shape: SizeInBytes, location_name: "SizeInBytes"))
538
542
  Backup.struct_class = Types::Backup
539
543
 
540
544
  BackupBeingCopied.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -689,6 +693,7 @@ module Aws::FSx
689
693
  CreateFileSystemLustreConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
690
694
  CreateFileSystemLustreConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
691
695
  CreateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
696
+ CreateFileSystemLustreConfiguration.add_member(:efa_enabled, Shapes::ShapeRef.new(shape: Flag, location_name: "EfaEnabled"))
692
697
  CreateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
693
698
  CreateFileSystemLustreConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
694
699
  CreateFileSystemLustreConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemLustreMetadataConfiguration, location_name: "MetadataConfiguration"))
@@ -724,11 +729,12 @@ module Aws::FSx
724
729
  CreateFileSystemOpenZFSConfiguration.add_member(:preferred_subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "PreferredSubnetId"))
725
730
  CreateFileSystemOpenZFSConfiguration.add_member(:endpoint_ip_address_range, Shapes::ShapeRef.new(shape: IpAddressRange, location_name: "EndpointIpAddressRange"))
726
731
  CreateFileSystemOpenZFSConfiguration.add_member(:route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "RouteTableIds"))
732
+ CreateFileSystemOpenZFSConfiguration.add_member(:read_cache_configuration, Shapes::ShapeRef.new(shape: OpenZFSReadCacheConfiguration, location_name: "ReadCacheConfiguration"))
727
733
  CreateFileSystemOpenZFSConfiguration.struct_class = Types::CreateFileSystemOpenZFSConfiguration
728
734
 
729
735
  CreateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
730
736
  CreateFileSystemRequest.add_member(:file_system_type, Shapes::ShapeRef.new(shape: FileSystemType, required: true, location_name: "FileSystemType"))
731
- CreateFileSystemRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StorageCapacity, required: true, location_name: "StorageCapacity"))
737
+ CreateFileSystemRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StorageCapacity, location_name: "StorageCapacity"))
732
738
  CreateFileSystemRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
733
739
  CreateFileSystemRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, required: true, location_name: "SubnetIds"))
734
740
  CreateFileSystemRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
@@ -1336,6 +1342,7 @@ module Aws::FSx
1336
1342
  LustreFileSystemConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogConfiguration, location_name: "LogConfiguration"))
1337
1343
  LustreFileSystemConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
1338
1344
  LustreFileSystemConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: FileSystemLustreMetadataConfiguration, location_name: "MetadataConfiguration"))
1345
+ LustreFileSystemConfiguration.add_member(:efa_enabled, Shapes::ShapeRef.new(shape: Flag, location_name: "EfaEnabled"))
1339
1346
  LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
1340
1347
 
1341
1348
  LustreLogConfiguration.add_member(:level, Shapes::ShapeRef.new(shape: LustreAccessAuditLogLevel, required: true, location_name: "Level"))
@@ -1434,6 +1441,7 @@ module Aws::FSx
1434
1441
  OpenZFSFileSystemConfiguration.add_member(:endpoint_ip_address_range, Shapes::ShapeRef.new(shape: IpAddressRange, location_name: "EndpointIpAddressRange"))
1435
1442
  OpenZFSFileSystemConfiguration.add_member(:route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "RouteTableIds"))
1436
1443
  OpenZFSFileSystemConfiguration.add_member(:endpoint_ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "EndpointIpAddress"))
1444
+ OpenZFSFileSystemConfiguration.add_member(:read_cache_configuration, Shapes::ShapeRef.new(shape: OpenZFSReadCacheConfiguration, location_name: "ReadCacheConfiguration"))
1437
1445
  OpenZFSFileSystemConfiguration.struct_class = Types::OpenZFSFileSystemConfiguration
1438
1446
 
1439
1447
  OpenZFSNfsExport.add_member(:client_configurations, Shapes::ShapeRef.new(shape: OpenZFSClientConfigurations, required: true, location_name: "ClientConfigurations"))
@@ -1447,6 +1455,10 @@ module Aws::FSx
1447
1455
  OpenZFSOriginSnapshotConfiguration.add_member(:copy_strategy, Shapes::ShapeRef.new(shape: OpenZFSCopyStrategy, location_name: "CopyStrategy"))
1448
1456
  OpenZFSOriginSnapshotConfiguration.struct_class = Types::OpenZFSOriginSnapshotConfiguration
1449
1457
 
1458
+ OpenZFSReadCacheConfiguration.add_member(:sizing_mode, Shapes::ShapeRef.new(shape: OpenZFSReadCacheSizingMode, location_name: "SizingMode"))
1459
+ OpenZFSReadCacheConfiguration.add_member(:size_gi_b, Shapes::ShapeRef.new(shape: StorageCapacity, location_name: "SizeGiB"))
1460
+ OpenZFSReadCacheConfiguration.struct_class = Types::OpenZFSReadCacheConfiguration
1461
+
1450
1462
  OpenZFSUserAndGroupQuotas.member = Shapes::ShapeRef.new(shape: OpenZFSUserOrGroupQuota)
1451
1463
 
1452
1464
  OpenZFSUserOrGroupQuota.add_member(:type, Shapes::ShapeRef.new(shape: OpenZFSQuotaType, required: true, location_name: "Type"))
@@ -1729,6 +1741,7 @@ module Aws::FSx
1729
1741
  UpdateFileSystemOpenZFSConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
1730
1742
  UpdateFileSystemOpenZFSConfiguration.add_member(:add_route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "AddRouteTableIds"))
1731
1743
  UpdateFileSystemOpenZFSConfiguration.add_member(:remove_route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "RemoveRouteTableIds"))
1744
+ UpdateFileSystemOpenZFSConfiguration.add_member(:read_cache_configuration, Shapes::ShapeRef.new(shape: OpenZFSReadCacheConfiguration, location_name: "ReadCacheConfiguration"))
1732
1745
  UpdateFileSystemOpenZFSConfiguration.struct_class = Types::UpdateFileSystemOpenZFSConfiguration
1733
1746
 
1734
1747
  UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
@@ -652,6 +652,11 @@ module Aws::FSx
652
652
  # Describes an Amazon FSx volume.
653
653
  # @return [Types::Volume]
654
654
  #
655
+ # @!attribute [rw] size_in_bytes
656
+ # The size of the backup in bytes. This represents the amount of data
657
+ # that the file system would contain if you restore this backup.
658
+ # @return [Integer]
659
+ #
655
660
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/Backup AWS API Documentation
656
661
  #
657
662
  class Backup < Struct.new(
@@ -670,7 +675,8 @@ module Aws::FSx
670
675
  :source_backup_id,
671
676
  :source_backup_region,
672
677
  :resource_type,
673
- :volume)
678
+ :volume,
679
+ :size_in_bytes)
674
680
  SENSITIVE = []
675
681
  include Aws::Structure
676
682
  end
@@ -1946,6 +1952,14 @@ module Aws::FSx
1946
1952
  # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-compression.html
1947
1953
  # @return [String]
1948
1954
  #
1955
+ # @!attribute [rw] efa_enabled
1956
+ # (Optional) Specifies whether Elastic Fabric Adapter (EFA) and
1957
+ # GPUDirect Storage (GDS) support is enabled for the Amazon FSx for
1958
+ # Lustre file system.
1959
+ #
1960
+ # (Default = `false`)
1961
+ # @return [Boolean]
1962
+ #
1949
1963
  # @!attribute [rw] log_configuration
1950
1964
  # The Lustre logging configuration used when creating an Amazon FSx
1951
1965
  # for Lustre file system. When logging is enabled, Lustre logs error
@@ -1980,6 +1994,7 @@ module Aws::FSx
1980
1994
  :copy_tags_to_backups,
1981
1995
  :drive_cache_type,
1982
1996
  :data_compression_type,
1997
+ :efa_enabled,
1983
1998
  :log_configuration,
1984
1999
  :root_squash_configuration,
1985
2000
  :metadata_configuration)
@@ -2385,6 +2400,11 @@ module Aws::FSx
2385
2400
  # default, Amazon FSx selects your VPC's default route table.
2386
2401
  # @return [Array<String>]
2387
2402
  #
2403
+ # @!attribute [rw] read_cache_configuration
2404
+ # Specifies the optional provisioned SSD read cache on file systems
2405
+ # that use the Intelligent-Tiering storage class.
2406
+ # @return [Types::OpenZFSReadCacheConfiguration]
2407
+ #
2388
2408
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemOpenZFSConfiguration AWS API Documentation
2389
2409
  #
2390
2410
  class CreateFileSystemOpenZFSConfiguration < Struct.new(
@@ -2399,7 +2419,8 @@ module Aws::FSx
2399
2419
  :root_volume_configuration,
2400
2420
  :preferred_subnet_id,
2401
2421
  :endpoint_ip_address_range,
2402
- :route_table_ids)
2422
+ :route_table_ids,
2423
+ :read_cache_configuration)
2403
2424
  SENSITIVE = []
2404
2425
  include Aws::Structure
2405
2426
  end
@@ -2458,8 +2479,8 @@ module Aws::FSx
2458
2479
  # @return [Integer]
2459
2480
  #
2460
2481
  # @!attribute [rw] storage_type
2461
- # Sets the storage type for the file system that you're creating.
2462
- # Valid values are `SSD` and `HDD`.
2482
+ # Sets the storage class for the file system that you're creating.
2483
+ # Valid values are `SSD`, `HDD`, and `INTELLIGENT_TIERING`.
2463
2484
  #
2464
2485
  # * Set to `SSD` to use solid state drive storage. SSD is supported on
2465
2486
  # all Windows, Lustre, ONTAP, and OpenZFS deployment types.
@@ -2468,14 +2489,22 @@ module Aws::FSx
2468
2489
  # `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment
2469
2490
  # types, and on `PERSISTENT_1` Lustre file system deployment types.
2470
2491
  #
2492
+ # * Set to `INTELLIGENT_TIERING` to use fully elastic,
2493
+ # intelligently-tiered storage. Intelligent-Tiering is only
2494
+ # available for OpenZFS file systems with the Multi-AZ deployment
2495
+ # type.
2496
+ #
2471
2497
  # Default value is `SSD`. For more information, see [ Storage type
2472
- # options][1] in the *FSx for Windows File Server User Guide* and
2473
- # [Multiple storage options][2] in the *FSx for Lustre User Guide*.
2498
+ # options][1] in the *FSx for Windows File Server User Guide*,
2499
+ # [Multiple storage options][2] in the *FSx for Lustre User Guide*,
2500
+ # and [Working with Intelligent-Tiering][3] in the *Amazon FSx for
2501
+ # OpenZFS User Guide*.
2474
2502
  #
2475
2503
  #
2476
2504
  #
2477
2505
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options
2478
2506
  # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html#storage-options
2507
+ # [3]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance-intelligent-tiering
2479
2508
  # @return [String]
2480
2509
  #
2481
2510
  # @!attribute [rw] subnet_ids
@@ -3072,14 +3101,17 @@ module Aws::FSx
3072
3101
  #
3073
3102
  # @!attribute [rw] record_size_ki_b
3074
3103
  # Specifies the suggested block size for a volume in a ZFS dataset, in
3075
- # kibibytes (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512,
3076
- # or 1024 KiB. The default is 128 KiB. We recommend using the default
3077
- # setting for the majority of use cases. Generally, workloads that
3078
- # write in fixed small or large record sizes may benefit from setting
3079
- # a custom record size, like database workloads (small record size) or
3080
- # media streaming workloads (large record size). For additional
3081
- # guidance on when to set a custom record size, see [ ZFS Record
3082
- # size][1] in the *Amazon FSx for OpenZFS User Guide*.
3104
+ # kibibytes (KiB). For file systems using the Intelligent-Tiering
3105
+ # storage class, valid values are 128, 256, 512, 1024, 2048, or 4096
3106
+ # KiB, with a default of 2048 KiB. For all other file systems, valid
3107
+ # values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB, with a
3108
+ # default of 128 KiB. We recommend using the default setting for the
3109
+ # majority of use cases. Generally, workloads that write in fixed
3110
+ # small or large record sizes may benefit from setting a custom record
3111
+ # size, like database workloads (small record size) or media streaming
3112
+ # workloads (large record size). For additional guidance on when to
3113
+ # set a custom record size, see [ ZFS Record size][1] in the *Amazon
3114
+ # FSx for OpenZFS User Guide*.
3083
3115
  #
3084
3116
  #
3085
3117
  #
@@ -6592,6 +6624,11 @@ module Aws::FSx
6592
6624
  # Lustre file system using a `PERSISTENT_2` deployment type.
6593
6625
  # @return [Types::FileSystemLustreMetadataConfiguration]
6594
6626
  #
6627
+ # @!attribute [rw] efa_enabled
6628
+ # Specifies whether Elastic Fabric Adapter (EFA) and GPUDirect Storage
6629
+ # (GDS) support is enabled for the Amazon FSx for Lustre file system.
6630
+ # @return [Boolean]
6631
+ #
6595
6632
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreFileSystemConfiguration AWS API Documentation
6596
6633
  #
6597
6634
  class LustreFileSystemConfiguration < Struct.new(
@@ -6607,7 +6644,8 @@ module Aws::FSx
6607
6644
  :data_compression_type,
6608
6645
  :log_configuration,
6609
6646
  :root_squash_configuration,
6610
- :metadata_configuration)
6647
+ :metadata_configuration,
6648
+ :efa_enabled)
6611
6649
  SENSITIVE = []
6612
6650
  include Aws::Structure
6613
6651
  end
@@ -7409,6 +7447,11 @@ module Aws::FSx
7409
7447
  # manage the file system.
7410
7448
  # @return [String]
7411
7449
  #
7450
+ # @!attribute [rw] read_cache_configuration
7451
+ # Required when `StorageType` is set to `INTELLIGENT_TIERING`.
7452
+ # Specifies the optional provisioned SSD read cache.
7453
+ # @return [Types::OpenZFSReadCacheConfiguration]
7454
+ #
7412
7455
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/OpenZFSFileSystemConfiguration AWS API Documentation
7413
7456
  #
7414
7457
  class OpenZFSFileSystemConfiguration < Struct.new(
@@ -7424,7 +7467,8 @@ module Aws::FSx
7424
7467
  :preferred_subnet_id,
7425
7468
  :endpoint_ip_address_range,
7426
7469
  :route_table_ids,
7427
- :endpoint_ip_address)
7470
+ :endpoint_ip_address,
7471
+ :read_cache_configuration)
7428
7472
  SENSITIVE = []
7429
7473
  include Aws::Structure
7430
7474
  end
@@ -7492,6 +7536,36 @@ module Aws::FSx
7492
7536
  include Aws::Structure
7493
7537
  end
7494
7538
 
7539
+ # The configuration for the optional provisioned SSD read cache on file
7540
+ # systems that use the Intelligent-Tiering storage class.
7541
+ #
7542
+ # @!attribute [rw] sizing_mode
7543
+ # Specifies how the provisioned SSD read cache is sized, as follows:
7544
+ #
7545
+ # * Set to `NO_CACHE` if you do not want to use an SSD read cache with
7546
+ # your Intelligent-Tiering file system.
7547
+ #
7548
+ # * Set to `USER_PROVISIONED` to specify the exact size of your SSD
7549
+ # read cache.
7550
+ #
7551
+ # * Set to `PROPORTIONAL_TO_THROUGHPUT_CAPACITY` to have your SSD read
7552
+ # cache automatically sized based on your throughput capacity.
7553
+ # @return [String]
7554
+ #
7555
+ # @!attribute [rw] size_gi_b
7556
+ # Required if `SizingMode` is set to `USER_PROVISIONED`. Specifies the
7557
+ # size of the file system's SSD read cache, in gibibytes (GiB).
7558
+ # @return [Integer]
7559
+ #
7560
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/OpenZFSReadCacheConfiguration AWS API Documentation
7561
+ #
7562
+ class OpenZFSReadCacheConfiguration < Struct.new(
7563
+ :sizing_mode,
7564
+ :size_gi_b)
7565
+ SENSITIVE = []
7566
+ include Aws::Structure
7567
+ end
7568
+
7495
7569
  # Used to configure quotas that define how much storage a user or group
7496
7570
  # can use on an FSx for OpenZFS volume. For more information, see
7497
7571
  # [Volume properties][1] in the FSx for OpenZFS User Guide.
@@ -9355,6 +9429,11 @@ module Aws::FSx
9355
9429
  # list of VPC route table IDs for a file system.
9356
9430
  # @return [Array<String>]
9357
9431
  #
9432
+ # @!attribute [rw] read_cache_configuration
9433
+ # The configuration for the optional provisioned SSD read cache on
9434
+ # file systems that use the Intelligent-Tiering storage class.
9435
+ # @return [Types::OpenZFSReadCacheConfiguration]
9436
+ #
9358
9437
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemOpenZFSConfiguration AWS API Documentation
9359
9438
  #
9360
9439
  class UpdateFileSystemOpenZFSConfiguration < Struct.new(
@@ -9366,7 +9445,8 @@ module Aws::FSx
9366
9445
  :weekly_maintenance_start_time,
9367
9446
  :disk_iops_configuration,
9368
9447
  :add_route_table_ids,
9369
- :remove_route_table_ids)
9448
+ :remove_route_table_ids,
9449
+ :read_cache_configuration)
9370
9450
  SENSITIVE = []
9371
9451
  include Aws::Structure
9372
9452
  end
data/lib/aws-sdk-fsx.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::FSx
54
54
  autoload :EndpointProvider, 'aws-sdk-fsx/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-fsx/endpoints'
56
56
 
57
- GEM_VERSION = '1.104.0'
57
+ GEM_VERSION = '1.106.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -264,8 +264,8 @@ module Aws
264
264
  def create_file_system: (
265
265
  ?client_request_token: ::String,
266
266
  file_system_type: ("WINDOWS" | "LUSTRE" | "ONTAP" | "OPENZFS"),
267
- storage_capacity: ::Integer,
268
- ?storage_type: ("SSD" | "HDD"),
267
+ ?storage_capacity: ::Integer,
268
+ ?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING"),
269
269
  subnet_ids: Array[::String],
270
270
  ?security_group_ids: Array[::String],
271
271
  ?tags: Array[
@@ -316,6 +316,7 @@ module Aws
316
316
  copy_tags_to_backups: bool?,
317
317
  drive_cache_type: ("NONE" | "READ")?,
318
318
  data_compression_type: ("NONE" | "LZ4")?,
319
+ efa_enabled: bool?,
319
320
  log_configuration: {
320
321
  level: ("DISABLED" | "WARN_ONLY" | "ERROR_ONLY" | "WARN_ERROR"),
321
322
  destination: ::String?
@@ -384,7 +385,11 @@ module Aws
384
385
  }?,
385
386
  preferred_subnet_id: ::String?,
386
387
  endpoint_ip_address_range: ::String?,
387
- route_table_ids: Array[::String]?
388
+ route_table_ids: Array[::String]?,
389
+ read_cache_configuration: {
390
+ sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
391
+ size_gi_b: ::Integer?
392
+ }?
388
393
  }
389
394
  ) -> _CreateFileSystemResponseSuccess
390
395
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFileSystemResponseSuccess
@@ -446,6 +451,7 @@ module Aws
446
451
  copy_tags_to_backups: bool?,
447
452
  drive_cache_type: ("NONE" | "READ")?,
448
453
  data_compression_type: ("NONE" | "LZ4")?,
454
+ efa_enabled: bool?,
449
455
  log_configuration: {
450
456
  level: ("DISABLED" | "WARN_ONLY" | "ERROR_ONLY" | "WARN_ERROR"),
451
457
  destination: ::String?
@@ -459,7 +465,7 @@ module Aws
459
465
  mode: ("AUTOMATIC" | "USER_PROVISIONED")
460
466
  }?
461
467
  },
462
- ?storage_type: ("SSD" | "HDD"),
468
+ ?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING"),
463
469
  ?kms_key_id: ::String,
464
470
  ?file_system_type_version: ::String,
465
471
  ?open_zfs_configuration: {
@@ -499,7 +505,11 @@ module Aws
499
505
  }?,
500
506
  preferred_subnet_id: ::String?,
501
507
  endpoint_ip_address_range: ::String?,
502
- route_table_ids: Array[::String]?
508
+ route_table_ids: Array[::String]?,
509
+ read_cache_configuration: {
510
+ sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
511
+ size_gi_b: ::Integer?
512
+ }?
503
513
  },
504
514
  ?storage_capacity: ::Integer
505
515
  ) -> _CreateFileSystemFromBackupResponseSuccess
@@ -1203,9 +1213,13 @@ module Aws
1203
1213
  iops: ::Integer?
1204
1214
  }?,
1205
1215
  add_route_table_ids: Array[::String]?,
1206
- remove_route_table_ids: Array[::String]?
1216
+ remove_route_table_ids: Array[::String]?,
1217
+ read_cache_configuration: {
1218
+ sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
1219
+ size_gi_b: ::Integer?
1220
+ }?
1207
1221
  },
1208
- ?storage_type: ("SSD" | "HDD")
1222
+ ?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
1209
1223
  ) -> _UpdateFileSystemResponseSuccess
1210
1224
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFileSystemResponseSuccess
1211
1225
 
data/sig/types.rbs CHANGED
@@ -98,6 +98,7 @@ module Aws::FSx
98
98
  attr_accessor source_backup_region: ::String
99
99
  attr_accessor resource_type: ("FILE_SYSTEM" | "VOLUME")
100
100
  attr_accessor volume: Types::Volume
101
+ attr_accessor size_in_bytes: ::Integer
101
102
  SENSITIVE: []
102
103
  end
103
104
 
@@ -272,7 +273,7 @@ module Aws::FSx
272
273
  attr_accessor tags: ::Array[Types::Tag]
273
274
  attr_accessor windows_configuration: Types::CreateFileSystemWindowsConfiguration
274
275
  attr_accessor lustre_configuration: Types::CreateFileSystemLustreConfiguration
275
- attr_accessor storage_type: ("SSD" | "HDD")
276
+ attr_accessor storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
276
277
  attr_accessor kms_key_id: ::String
277
278
  attr_accessor file_system_type_version: ::String
278
279
  attr_accessor open_zfs_configuration: Types::CreateFileSystemOpenZFSConfiguration
@@ -298,6 +299,7 @@ module Aws::FSx
298
299
  attr_accessor copy_tags_to_backups: bool
299
300
  attr_accessor drive_cache_type: ("NONE" | "READ")
300
301
  attr_accessor data_compression_type: ("NONE" | "LZ4")
302
+ attr_accessor efa_enabled: bool
301
303
  attr_accessor log_configuration: Types::LustreLogCreateConfiguration
302
304
  attr_accessor root_squash_configuration: Types::LustreRootSquashConfiguration
303
305
  attr_accessor metadata_configuration: Types::CreateFileSystemLustreMetadataConfiguration
@@ -339,6 +341,7 @@ module Aws::FSx
339
341
  attr_accessor preferred_subnet_id: ::String
340
342
  attr_accessor endpoint_ip_address_range: ::String
341
343
  attr_accessor route_table_ids: ::Array[::String]
344
+ attr_accessor read_cache_configuration: Types::OpenZFSReadCacheConfiguration
342
345
  SENSITIVE: []
343
346
  end
344
347
 
@@ -346,7 +349,7 @@ module Aws::FSx
346
349
  attr_accessor client_request_token: ::String
347
350
  attr_accessor file_system_type: ("WINDOWS" | "LUSTRE" | "ONTAP" | "OPENZFS")
348
351
  attr_accessor storage_capacity: ::Integer
349
- attr_accessor storage_type: ("SSD" | "HDD")
352
+ attr_accessor storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
350
353
  attr_accessor subnet_ids: ::Array[::String]
351
354
  attr_accessor security_group_ids: ::Array[::String]
352
355
  attr_accessor tags: ::Array[Types::Tag]
@@ -982,7 +985,7 @@ module Aws::FSx
982
985
  attr_accessor lifecycle: ("AVAILABLE" | "CREATING" | "FAILED" | "DELETING" | "MISCONFIGURED" | "UPDATING" | "MISCONFIGURED_UNAVAILABLE")
983
986
  attr_accessor failure_details: Types::FileSystemFailureDetails
984
987
  attr_accessor storage_capacity: ::Integer
985
- attr_accessor storage_type: ("SSD" | "HDD")
988
+ attr_accessor storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
986
989
  attr_accessor vpc_id: ::String
987
990
  attr_accessor subnet_ids: ::Array[::String]
988
991
  attr_accessor network_interface_ids: ::Array[::String]
@@ -1124,6 +1127,7 @@ module Aws::FSx
1124
1127
  attr_accessor log_configuration: Types::LustreLogConfiguration
1125
1128
  attr_accessor root_squash_configuration: Types::LustreRootSquashConfiguration
1126
1129
  attr_accessor metadata_configuration: Types::FileSystemLustreMetadataConfiguration
1130
+ attr_accessor efa_enabled: bool
1127
1131
  SENSITIVE: []
1128
1132
  end
1129
1133
 
@@ -1240,6 +1244,7 @@ module Aws::FSx
1240
1244
  attr_accessor endpoint_ip_address_range: ::String
1241
1245
  attr_accessor route_table_ids: ::Array[::String]
1242
1246
  attr_accessor endpoint_ip_address: ::String
1247
+ attr_accessor read_cache_configuration: Types::OpenZFSReadCacheConfiguration
1243
1248
  SENSITIVE: []
1244
1249
  end
1245
1250
 
@@ -1254,6 +1259,12 @@ module Aws::FSx
1254
1259
  SENSITIVE: []
1255
1260
  end
1256
1261
 
1262
+ class OpenZFSReadCacheConfiguration
1263
+ attr_accessor sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")
1264
+ attr_accessor size_gi_b: ::Integer
1265
+ SENSITIVE: []
1266
+ end
1267
+
1257
1268
  class OpenZFSUserOrGroupQuota
1258
1269
  attr_accessor type: ("USER" | "GROUP")
1259
1270
  attr_accessor id: ::Integer
@@ -1587,6 +1598,7 @@ module Aws::FSx
1587
1598
  attr_accessor disk_iops_configuration: Types::DiskIopsConfiguration
1588
1599
  attr_accessor add_route_table_ids: ::Array[::String]
1589
1600
  attr_accessor remove_route_table_ids: ::Array[::String]
1601
+ attr_accessor read_cache_configuration: Types::OpenZFSReadCacheConfiguration
1590
1602
  SENSITIVE: []
1591
1603
  end
1592
1604
 
@@ -1598,7 +1610,7 @@ module Aws::FSx
1598
1610
  attr_accessor lustre_configuration: Types::UpdateFileSystemLustreConfiguration
1599
1611
  attr_accessor ontap_configuration: Types::UpdateFileSystemOntapConfiguration
1600
1612
  attr_accessor open_zfs_configuration: Types::UpdateFileSystemOpenZFSConfiguration
1601
- attr_accessor storage_type: ("SSD" | "HDD")
1613
+ attr_accessor storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
1602
1614
  SENSITIVE: []
1603
1615
  end
1604
1616
 
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.104.0
4
+ version: 1.106.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-11-18 00:00:00.000000000 Z
11
+ date: 2024-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core