aws-sdk-fsx 1.105.0 → 1.106.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +97 -31
- data/lib/aws-sdk-fsx/client_api.rb +12 -1
- data/lib/aws-sdk-fsx/types.rb +81 -16
- data/lib/aws-sdk-fsx.rb +1 -1
- data/sig/client.rbs +19 -7
- data/sig/types.rbs +14 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62471a36d8b931b5fe5e5b6264975105211f4723561b104550094b4fff70dd10
|
4
|
+
data.tar.gz: 36494e703cdf84be3ae48a133aa28d9e45a33428631caeeaae4d8162dafa1495
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b215d027d417b3784e30d915116dc14b28fde64e432d632b20d3f1327e2207b6a737aa3232c58c15be52dbd25207caadd4e54e41401321a04f9ab474c27c935a
|
7
|
+
data.tar.gz: 3dfab7655551f71a3ed3999543a29441fc094cfbdbec3ed3a6837b391db794bba6db37edc6052706c5caa4215a90819f6a3e50bd9dae1df8121de127258567ae
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
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
|
+
|
4
9
|
1.105.0 (2024-11-27)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.106.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -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
|
@@ -940,6 +940,8 @@ module Aws::FSx
|
|
940
940
|
# resp.backup.file_system.open_zfs_configuration.route_table_ids #=> Array
|
941
941
|
# resp.backup.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
942
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
|
943
945
|
# resp.backup.directory_information.domain_name #=> String
|
944
946
|
# resp.backup.directory_information.active_directory_id #=> String
|
945
947
|
# resp.backup.directory_information.resource_arn #=> String
|
@@ -1000,7 +1002,7 @@ module Aws::FSx
|
|
1000
1002
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
1001
1003
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
1002
1004
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
1003
|
-
# 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"
|
1004
1006
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
1005
1007
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
1006
1008
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -1098,6 +1100,8 @@ module Aws::FSx
|
|
1098
1100
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
1099
1101
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
1100
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
|
1101
1105
|
# resp.backup.volume.administrative_actions[0].failure_details.message #=> String
|
1102
1106
|
# resp.backup.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
1103
1107
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -1139,6 +1143,7 @@ module Aws::FSx
|
|
1139
1143
|
# resp.backup.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
1140
1144
|
# resp.backup.volume.open_zfs_configuration.destination_snapshot #=> String
|
1141
1145
|
# resp.backup.volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
1146
|
+
# resp.backup.size_in_bytes #=> Integer
|
1142
1147
|
#
|
1143
1148
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopyBackup AWS API Documentation
|
1144
1149
|
#
|
@@ -1245,7 +1250,7 @@ module Aws::FSx
|
|
1245
1250
|
# resp.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
1246
1251
|
# resp.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
1247
1252
|
# resp.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
1248
|
-
# 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"
|
1249
1254
|
# resp.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
1250
1255
|
# resp.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
1251
1256
|
# resp.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -1343,6 +1348,8 @@ module Aws::FSx
|
|
1343
1348
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
1344
1349
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
1345
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
|
1346
1353
|
# resp.administrative_actions[0].failure_details.message #=> String
|
1347
1354
|
# resp.administrative_actions[0].target_volume_values.creation_time #=> Time
|
1348
1355
|
# resp.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -1599,7 +1606,7 @@ module Aws::FSx
|
|
1599
1606
|
# resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
1600
1607
|
# resp.backup.file_system.failure_details.message #=> String
|
1601
1608
|
# resp.backup.file_system.storage_capacity #=> Integer
|
1602
|
-
# 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"
|
1603
1610
|
# resp.backup.file_system.vpc_id #=> String
|
1604
1611
|
# resp.backup.file_system.subnet_ids #=> Array
|
1605
1612
|
# resp.backup.file_system.subnet_ids[0] #=> String
|
@@ -1784,6 +1791,8 @@ module Aws::FSx
|
|
1784
1791
|
# resp.backup.file_system.open_zfs_configuration.route_table_ids #=> Array
|
1785
1792
|
# resp.backup.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
1786
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
|
1787
1796
|
# resp.backup.directory_information.domain_name #=> String
|
1788
1797
|
# resp.backup.directory_information.active_directory_id #=> String
|
1789
1798
|
# resp.backup.directory_information.resource_arn #=> String
|
@@ -1844,7 +1853,7 @@ module Aws::FSx
|
|
1844
1853
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
1845
1854
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
1846
1855
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
1847
|
-
# 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"
|
1848
1857
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
1849
1858
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
1850
1859
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -1942,6 +1951,8 @@ module Aws::FSx
|
|
1942
1951
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
1943
1952
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
1944
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
|
1945
1956
|
# resp.backup.volume.administrative_actions[0].failure_details.message #=> String
|
1946
1957
|
# resp.backup.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
1947
1958
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -1983,6 +1994,7 @@ module Aws::FSx
|
|
1983
1994
|
# resp.backup.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
1984
1995
|
# resp.backup.volume.open_zfs_configuration.destination_snapshot #=> String
|
1985
1996
|
# resp.backup.volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
1997
|
+
# resp.backup.size_in_bytes #=> Integer
|
1986
1998
|
#
|
1987
1999
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup AWS API Documentation
|
1988
2000
|
#
|
@@ -2579,7 +2591,7 @@ module Aws::FSx
|
|
2579
2591
|
# The type of Amazon FSx file system to create. Valid values are
|
2580
2592
|
# `WINDOWS`, `LUSTRE`, `ONTAP`, and `OPENZFS`.
|
2581
2593
|
#
|
2582
|
-
# @option params [
|
2594
|
+
# @option params [Integer] :storage_capacity
|
2583
2595
|
# Sets the storage capacity of the file system that you're creating, in
|
2584
2596
|
# gibibytes (GiB).
|
2585
2597
|
#
|
@@ -2615,8 +2627,8 @@ module Aws::FSx
|
|
2615
2627
|
# * For HDD storage, valid values are 2000 GiB-65,536 GiB (64 TiB).
|
2616
2628
|
#
|
2617
2629
|
# @option params [String] :storage_type
|
2618
|
-
# Sets the storage
|
2619
|
-
# values are `SSD` and `
|
2630
|
+
# Sets the storage class for the file system that you're creating.
|
2631
|
+
# Valid values are `SSD`, `HDD`, and `INTELLIGENT_TIERING`.
|
2620
2632
|
#
|
2621
2633
|
# * Set to `SSD` to use solid state drive storage. SSD is supported on
|
2622
2634
|
# all Windows, Lustre, ONTAP, and OpenZFS deployment types.
|
@@ -2625,14 +2637,21 @@ module Aws::FSx
|
|
2625
2637
|
# `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types,
|
2626
2638
|
# and on `PERSISTENT_1` Lustre file system deployment types.
|
2627
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
|
+
#
|
2628
2644
|
# Default value is `SSD`. For more information, see [ Storage type
|
2629
|
-
# options][1] in the *FSx for Windows File Server User Guide
|
2630
|
-
#
|
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*.
|
2631
2649
|
#
|
2632
2650
|
#
|
2633
2651
|
#
|
2634
2652
|
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options
|
2635
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
|
2636
2655
|
#
|
2637
2656
|
# @option params [required, Array<String>] :subnet_ids
|
2638
2657
|
# Specifies the IDs of the subnets that the file system will be
|
@@ -2824,8 +2843,8 @@ module Aws::FSx
|
|
2824
2843
|
# resp = client.create_file_system({
|
2825
2844
|
# client_request_token: "ClientRequestToken",
|
2826
2845
|
# file_system_type: "WINDOWS", # required, accepts WINDOWS, LUSTRE, ONTAP, OPENZFS
|
2827
|
-
# storage_capacity: 1,
|
2828
|
-
# storage_type: "SSD", # accepts SSD, HDD
|
2846
|
+
# storage_capacity: 1,
|
2847
|
+
# storage_type: "SSD", # accepts SSD, HDD, INTELLIGENT_TIERING
|
2829
2848
|
# subnet_ids: ["SubnetId"], # required
|
2830
2849
|
# security_group_ids: ["SecurityGroupId"],
|
2831
2850
|
# tags: [
|
@@ -2946,6 +2965,10 @@ module Aws::FSx
|
|
2946
2965
|
# preferred_subnet_id: "SubnetId",
|
2947
2966
|
# endpoint_ip_address_range: "IpAddressRange",
|
2948
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
|
+
# },
|
2949
2972
|
# },
|
2950
2973
|
# })
|
2951
2974
|
#
|
@@ -2958,7 +2981,7 @@ module Aws::FSx
|
|
2958
2981
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
2959
2982
|
# resp.file_system.failure_details.message #=> String
|
2960
2983
|
# resp.file_system.storage_capacity #=> Integer
|
2961
|
-
# resp.file_system.storage_type #=> String, one of "SSD", "HDD"
|
2984
|
+
# resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
2962
2985
|
# resp.file_system.vpc_id #=> String
|
2963
2986
|
# resp.file_system.subnet_ids #=> Array
|
2964
2987
|
# resp.file_system.subnet_ids[0] #=> String
|
@@ -3143,6 +3166,8 @@ module Aws::FSx
|
|
3143
3166
|
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
3144
3167
|
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
3145
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
|
3146
3171
|
#
|
3147
3172
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystem AWS API Documentation
|
3148
3173
|
#
|
@@ -3451,7 +3476,7 @@ module Aws::FSx
|
|
3451
3476
|
# mode: "AUTOMATIC", # required, accepts AUTOMATIC, USER_PROVISIONED
|
3452
3477
|
# },
|
3453
3478
|
# },
|
3454
|
-
# storage_type: "SSD", # accepts SSD, HDD
|
3479
|
+
# storage_type: "SSD", # accepts SSD, HDD, INTELLIGENT_TIERING
|
3455
3480
|
# kms_key_id: "KmsKeyId",
|
3456
3481
|
# file_system_type_version: "FileSystemTypeVersion",
|
3457
3482
|
# open_zfs_configuration: {
|
@@ -3492,6 +3517,10 @@ module Aws::FSx
|
|
3492
3517
|
# preferred_subnet_id: "SubnetId",
|
3493
3518
|
# endpoint_ip_address_range: "IpAddressRange",
|
3494
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
|
+
# },
|
3495
3524
|
# },
|
3496
3525
|
# storage_capacity: 1,
|
3497
3526
|
# })
|
@@ -3505,7 +3534,7 @@ module Aws::FSx
|
|
3505
3534
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
3506
3535
|
# resp.file_system.failure_details.message #=> String
|
3507
3536
|
# resp.file_system.storage_capacity #=> Integer
|
3508
|
-
# resp.file_system.storage_type #=> String, one of "SSD", "HDD"
|
3537
|
+
# resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
3509
3538
|
# resp.file_system.vpc_id #=> String
|
3510
3539
|
# resp.file_system.subnet_ids #=> Array
|
3511
3540
|
# resp.file_system.subnet_ids[0] #=> String
|
@@ -3690,6 +3719,8 @@ module Aws::FSx
|
|
3690
3719
|
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
3691
3720
|
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
3692
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
|
3693
3724
|
#
|
3694
3725
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackup AWS API Documentation
|
3695
3726
|
#
|
@@ -3792,7 +3823,7 @@ module Aws::FSx
|
|
3792
3823
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
3793
3824
|
# resp.snapshot.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
3794
3825
|
# resp.snapshot.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
3795
|
-
# 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"
|
3796
3827
|
# resp.snapshot.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
3797
3828
|
# resp.snapshot.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
3798
3829
|
# resp.snapshot.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -3890,6 +3921,8 @@ module Aws::FSx
|
|
3890
3921
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
3891
3922
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
3892
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
|
3893
3926
|
# resp.snapshot.administrative_actions[0].failure_details.message #=> String
|
3894
3927
|
# resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
|
3895
3928
|
# resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -4276,7 +4309,7 @@ module Aws::FSx
|
|
4276
4309
|
# resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
4277
4310
|
# resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
4278
4311
|
# resp.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
4279
|
-
# 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"
|
4280
4313
|
# resp.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
4281
4314
|
# resp.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
4282
4315
|
# resp.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -4374,6 +4407,8 @@ module Aws::FSx
|
|
4374
4407
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
4375
4408
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
4376
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
|
4377
4412
|
# resp.volume.administrative_actions[0].failure_details.message #=> String
|
4378
4413
|
# resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
4379
4414
|
# resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -4567,7 +4602,7 @@ module Aws::FSx
|
|
4567
4602
|
# resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
4568
4603
|
# resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
4569
4604
|
# resp.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
4570
|
-
# 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"
|
4571
4606
|
# resp.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
4572
4607
|
# resp.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
4573
4608
|
# resp.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -4665,6 +4700,8 @@ module Aws::FSx
|
|
4665
4700
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
4666
4701
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
4667
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
|
4668
4705
|
# resp.volume.administrative_actions[0].failure_details.message #=> String
|
4669
4706
|
# resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
4670
4707
|
# resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -5327,7 +5364,7 @@ module Aws::FSx
|
|
5327
5364
|
# resp.backups[0].file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
5328
5365
|
# resp.backups[0].file_system.failure_details.message #=> String
|
5329
5366
|
# resp.backups[0].file_system.storage_capacity #=> Integer
|
5330
|
-
# 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"
|
5331
5368
|
# resp.backups[0].file_system.vpc_id #=> String
|
5332
5369
|
# resp.backups[0].file_system.subnet_ids #=> Array
|
5333
5370
|
# resp.backups[0].file_system.subnet_ids[0] #=> String
|
@@ -5512,6 +5549,8 @@ module Aws::FSx
|
|
5512
5549
|
# resp.backups[0].file_system.open_zfs_configuration.route_table_ids #=> Array
|
5513
5550
|
# resp.backups[0].file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
5514
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
|
5515
5554
|
# resp.backups[0].directory_information.domain_name #=> String
|
5516
5555
|
# resp.backups[0].directory_information.active_directory_id #=> String
|
5517
5556
|
# resp.backups[0].directory_information.resource_arn #=> String
|
@@ -5572,7 +5611,7 @@ module Aws::FSx
|
|
5572
5611
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
5573
5612
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
5574
5613
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
5575
|
-
# 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"
|
5576
5615
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
5577
5616
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
5578
5617
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -5670,6 +5709,8 @@ module Aws::FSx
|
|
5670
5709
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
5671
5710
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
5672
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
|
5673
5714
|
# resp.backups[0].volume.administrative_actions[0].failure_details.message #=> String
|
5674
5715
|
# resp.backups[0].volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
5675
5716
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -5711,6 +5752,7 @@ module Aws::FSx
|
|
5711
5752
|
# resp.backups[0].volume.open_zfs_configuration.source_snapshot_arn #=> String
|
5712
5753
|
# resp.backups[0].volume.open_zfs_configuration.destination_snapshot #=> String
|
5713
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
|
5714
5756
|
# resp.next_token #=> String
|
5715
5757
|
#
|
5716
5758
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups AWS API Documentation
|
@@ -6194,7 +6236,7 @@ module Aws::FSx
|
|
6194
6236
|
# resp.file_systems[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
6195
6237
|
# resp.file_systems[0].failure_details.message #=> String
|
6196
6238
|
# resp.file_systems[0].storage_capacity #=> Integer
|
6197
|
-
# 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"
|
6198
6240
|
# resp.file_systems[0].vpc_id #=> String
|
6199
6241
|
# resp.file_systems[0].subnet_ids #=> Array
|
6200
6242
|
# resp.file_systems[0].subnet_ids[0] #=> String
|
@@ -6379,6 +6421,8 @@ module Aws::FSx
|
|
6379
6421
|
# resp.file_systems[0].open_zfs_configuration.route_table_ids #=> Array
|
6380
6422
|
# resp.file_systems[0].open_zfs_configuration.route_table_ids[0] #=> String
|
6381
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
|
6382
6426
|
# resp.next_token #=> String
|
6383
6427
|
#
|
6384
6428
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystems AWS API Documentation
|
@@ -6515,7 +6559,7 @@ module Aws::FSx
|
|
6515
6559
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
6516
6560
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
6517
6561
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
6518
|
-
# 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"
|
6519
6563
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.vpc_id #=> String
|
6520
6564
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
6521
6565
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -6613,6 +6657,8 @@ module Aws::FSx
|
|
6613
6657
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
6614
6658
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
6615
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
|
6616
6662
|
# resp.snapshots[0].administrative_actions[0].failure_details.message #=> String
|
6617
6663
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.creation_time #=> Time
|
6618
6664
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -6879,7 +6925,7 @@ module Aws::FSx
|
|
6879
6925
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
6880
6926
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
6881
6927
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
6882
|
-
# 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"
|
6883
6929
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.vpc_id #=> String
|
6884
6930
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
6885
6931
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -6977,6 +7023,8 @@ module Aws::FSx
|
|
6977
7023
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
6978
7024
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
6979
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
|
6980
7028
|
# resp.volumes[0].administrative_actions[0].failure_details.message #=> String
|
6981
7029
|
# resp.volumes[0].administrative_actions[0].target_volume_values #=> Types::Volume
|
6982
7030
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -7211,7 +7259,7 @@ module Aws::FSx
|
|
7211
7259
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
7212
7260
|
# resp.file_system.failure_details.message #=> String
|
7213
7261
|
# resp.file_system.storage_capacity #=> Integer
|
7214
|
-
# resp.file_system.storage_type #=> String, one of "SSD", "HDD"
|
7262
|
+
# resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
7215
7263
|
# resp.file_system.vpc_id #=> String
|
7216
7264
|
# resp.file_system.subnet_ids #=> Array
|
7217
7265
|
# resp.file_system.subnet_ids[0] #=> String
|
@@ -7396,6 +7444,8 @@ module Aws::FSx
|
|
7396
7444
|
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
7397
7445
|
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
7398
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
|
7399
7449
|
#
|
7400
7450
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ReleaseFileSystemNfsV3Locks AWS API Documentation
|
7401
7451
|
#
|
@@ -7469,7 +7519,7 @@ module Aws::FSx
|
|
7469
7519
|
# resp.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
7470
7520
|
# resp.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
7471
7521
|
# resp.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
7472
|
-
# 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"
|
7473
7523
|
# resp.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
7474
7524
|
# resp.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
7475
7525
|
# resp.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -7567,6 +7617,8 @@ module Aws::FSx
|
|
7567
7617
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
7568
7618
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
7569
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
|
7570
7622
|
# resp.administrative_actions[0].failure_details.message #=> String
|
7571
7623
|
# resp.administrative_actions[0].target_volume_values.creation_time #=> Time
|
7572
7624
|
# resp.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -7696,7 +7748,7 @@ module Aws::FSx
|
|
7696
7748
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
7697
7749
|
# resp.file_system.failure_details.message #=> String
|
7698
7750
|
# resp.file_system.storage_capacity #=> Integer
|
7699
|
-
# resp.file_system.storage_type #=> String, one of "SSD", "HDD"
|
7751
|
+
# resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
7700
7752
|
# resp.file_system.vpc_id #=> String
|
7701
7753
|
# resp.file_system.subnet_ids #=> Array
|
7702
7754
|
# resp.file_system.subnet_ids[0] #=> String
|
@@ -7881,6 +7933,8 @@ module Aws::FSx
|
|
7881
7933
|
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
7882
7934
|
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
7883
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
|
7884
7938
|
#
|
7885
7939
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/StartMisconfiguredStateRecovery AWS API Documentation
|
7886
7940
|
#
|
@@ -8228,6 +8282,8 @@ module Aws::FSx
|
|
8228
8282
|
#
|
8229
8283
|
# * `DiskIopsConfiguration`
|
8230
8284
|
#
|
8285
|
+
# * `ReadCacheConfiguration`
|
8286
|
+
#
|
8231
8287
|
# * `RemoveRouteTableIds`
|
8232
8288
|
#
|
8233
8289
|
# * `StorageCapacity`
|
@@ -8444,8 +8500,12 @@ module Aws::FSx
|
|
8444
8500
|
# },
|
8445
8501
|
# add_route_table_ids: ["RouteTableId"],
|
8446
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
|
+
# },
|
8447
8507
|
# },
|
8448
|
-
# storage_type: "SSD", # accepts SSD, HDD
|
8508
|
+
# storage_type: "SSD", # accepts SSD, HDD, INTELLIGENT_TIERING
|
8449
8509
|
# })
|
8450
8510
|
#
|
8451
8511
|
# @example Response structure
|
@@ -8457,7 +8517,7 @@ module Aws::FSx
|
|
8457
8517
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
8458
8518
|
# resp.file_system.failure_details.message #=> String
|
8459
8519
|
# resp.file_system.storage_capacity #=> Integer
|
8460
|
-
# resp.file_system.storage_type #=> String, one of "SSD", "HDD"
|
8520
|
+
# resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
8461
8521
|
# resp.file_system.vpc_id #=> String
|
8462
8522
|
# resp.file_system.subnet_ids #=> Array
|
8463
8523
|
# resp.file_system.subnet_ids[0] #=> String
|
@@ -8642,6 +8702,8 @@ module Aws::FSx
|
|
8642
8702
|
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
8643
8703
|
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
8644
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
|
8645
8707
|
#
|
8646
8708
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystem AWS API Documentation
|
8647
8709
|
#
|
@@ -8763,7 +8825,7 @@ module Aws::FSx
|
|
8763
8825
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
8764
8826
|
# resp.snapshot.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
8765
8827
|
# resp.snapshot.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
8766
|
-
# 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"
|
8767
8829
|
# resp.snapshot.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
8768
8830
|
# resp.snapshot.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
8769
8831
|
# resp.snapshot.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -8861,6 +8923,8 @@ module Aws::FSx
|
|
8861
8923
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
8862
8924
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
8863
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
|
8864
8928
|
# resp.snapshot.administrative_actions[0].failure_details.message #=> String
|
8865
8929
|
# resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
|
8866
8930
|
# resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -9187,7 +9251,7 @@ module Aws::FSx
|
|
9187
9251
|
# resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
9188
9252
|
# resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
9189
9253
|
# resp.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
9190
|
-
# 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"
|
9191
9255
|
# resp.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
9192
9256
|
# resp.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
9193
9257
|
# resp.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -9285,6 +9349,8 @@ module Aws::FSx
|
|
9285
9349
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
9286
9350
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
9287
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
|
9288
9354
|
# resp.volume.administrative_actions[0].failure_details.message #=> String
|
9289
9355
|
# resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
9290
9356
|
# resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -9354,7 +9420,7 @@ module Aws::FSx
|
|
9354
9420
|
tracer: tracer
|
9355
9421
|
)
|
9356
9422
|
context[:gem_name] = 'aws-sdk-fsx'
|
9357
|
-
context[:gem_version] = '1.
|
9423
|
+
context[:gem_version] = '1.106.0'
|
9358
9424
|
Seahorse::Client::Request.new(handlers, context)
|
9359
9425
|
end
|
9360
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"))
|
@@ -725,11 +729,12 @@ module Aws::FSx
|
|
725
729
|
CreateFileSystemOpenZFSConfiguration.add_member(:preferred_subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "PreferredSubnetId"))
|
726
730
|
CreateFileSystemOpenZFSConfiguration.add_member(:endpoint_ip_address_range, Shapes::ShapeRef.new(shape: IpAddressRange, location_name: "EndpointIpAddressRange"))
|
727
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"))
|
728
733
|
CreateFileSystemOpenZFSConfiguration.struct_class = Types::CreateFileSystemOpenZFSConfiguration
|
729
734
|
|
730
735
|
CreateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
731
736
|
CreateFileSystemRequest.add_member(:file_system_type, Shapes::ShapeRef.new(shape: FileSystemType, required: true, location_name: "FileSystemType"))
|
732
|
-
CreateFileSystemRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StorageCapacity,
|
737
|
+
CreateFileSystemRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StorageCapacity, location_name: "StorageCapacity"))
|
733
738
|
CreateFileSystemRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
|
734
739
|
CreateFileSystemRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, required: true, location_name: "SubnetIds"))
|
735
740
|
CreateFileSystemRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
|
@@ -1436,6 +1441,7 @@ module Aws::FSx
|
|
1436
1441
|
OpenZFSFileSystemConfiguration.add_member(:endpoint_ip_address_range, Shapes::ShapeRef.new(shape: IpAddressRange, location_name: "EndpointIpAddressRange"))
|
1437
1442
|
OpenZFSFileSystemConfiguration.add_member(:route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "RouteTableIds"))
|
1438
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"))
|
1439
1445
|
OpenZFSFileSystemConfiguration.struct_class = Types::OpenZFSFileSystemConfiguration
|
1440
1446
|
|
1441
1447
|
OpenZFSNfsExport.add_member(:client_configurations, Shapes::ShapeRef.new(shape: OpenZFSClientConfigurations, required: true, location_name: "ClientConfigurations"))
|
@@ -1449,6 +1455,10 @@ module Aws::FSx
|
|
1449
1455
|
OpenZFSOriginSnapshotConfiguration.add_member(:copy_strategy, Shapes::ShapeRef.new(shape: OpenZFSCopyStrategy, location_name: "CopyStrategy"))
|
1450
1456
|
OpenZFSOriginSnapshotConfiguration.struct_class = Types::OpenZFSOriginSnapshotConfiguration
|
1451
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
|
+
|
1452
1462
|
OpenZFSUserAndGroupQuotas.member = Shapes::ShapeRef.new(shape: OpenZFSUserOrGroupQuota)
|
1453
1463
|
|
1454
1464
|
OpenZFSUserOrGroupQuota.add_member(:type, Shapes::ShapeRef.new(shape: OpenZFSQuotaType, required: true, location_name: "Type"))
|
@@ -1731,6 +1741,7 @@ module Aws::FSx
|
|
1731
1741
|
UpdateFileSystemOpenZFSConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
|
1732
1742
|
UpdateFileSystemOpenZFSConfiguration.add_member(:add_route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "AddRouteTableIds"))
|
1733
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"))
|
1734
1745
|
UpdateFileSystemOpenZFSConfiguration.struct_class = Types::UpdateFileSystemOpenZFSConfiguration
|
1735
1746
|
|
1736
1747
|
UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -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
|
@@ -2394,6 +2400,11 @@ module Aws::FSx
|
|
2394
2400
|
# default, Amazon FSx selects your VPC's default route table.
|
2395
2401
|
# @return [Array<String>]
|
2396
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
|
+
#
|
2397
2408
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemOpenZFSConfiguration AWS API Documentation
|
2398
2409
|
#
|
2399
2410
|
class CreateFileSystemOpenZFSConfiguration < Struct.new(
|
@@ -2408,7 +2419,8 @@ module Aws::FSx
|
|
2408
2419
|
:root_volume_configuration,
|
2409
2420
|
:preferred_subnet_id,
|
2410
2421
|
:endpoint_ip_address_range,
|
2411
|
-
:route_table_ids
|
2422
|
+
:route_table_ids,
|
2423
|
+
:read_cache_configuration)
|
2412
2424
|
SENSITIVE = []
|
2413
2425
|
include Aws::Structure
|
2414
2426
|
end
|
@@ -2467,8 +2479,8 @@ module Aws::FSx
|
|
2467
2479
|
# @return [Integer]
|
2468
2480
|
#
|
2469
2481
|
# @!attribute [rw] storage_type
|
2470
|
-
# Sets the storage
|
2471
|
-
# Valid values are `SSD` and `
|
2482
|
+
# Sets the storage class for the file system that you're creating.
|
2483
|
+
# Valid values are `SSD`, `HDD`, and `INTELLIGENT_TIERING`.
|
2472
2484
|
#
|
2473
2485
|
# * Set to `SSD` to use solid state drive storage. SSD is supported on
|
2474
2486
|
# all Windows, Lustre, ONTAP, and OpenZFS deployment types.
|
@@ -2477,14 +2489,22 @@ module Aws::FSx
|
|
2477
2489
|
# `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment
|
2478
2490
|
# types, and on `PERSISTENT_1` Lustre file system deployment types.
|
2479
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
|
+
#
|
2480
2497
|
# Default value is `SSD`. For more information, see [ Storage type
|
2481
|
-
# options][1] in the *FSx for Windows File Server User Guide
|
2482
|
-
# [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*.
|
2483
2502
|
#
|
2484
2503
|
#
|
2485
2504
|
#
|
2486
2505
|
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options
|
2487
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
|
2488
2508
|
# @return [String]
|
2489
2509
|
#
|
2490
2510
|
# @!attribute [rw] subnet_ids
|
@@ -3081,14 +3101,17 @@ module Aws::FSx
|
|
3081
3101
|
#
|
3082
3102
|
# @!attribute [rw] record_size_ki_b
|
3083
3103
|
# Specifies the suggested block size for a volume in a ZFS dataset, in
|
3084
|
-
# kibibytes (KiB).
|
3085
|
-
#
|
3086
|
-
#
|
3087
|
-
#
|
3088
|
-
#
|
3089
|
-
#
|
3090
|
-
#
|
3091
|
-
# size
|
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*.
|
3092
3115
|
#
|
3093
3116
|
#
|
3094
3117
|
#
|
@@ -7424,6 +7447,11 @@ module Aws::FSx
|
|
7424
7447
|
# manage the file system.
|
7425
7448
|
# @return [String]
|
7426
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
|
+
#
|
7427
7455
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/OpenZFSFileSystemConfiguration AWS API Documentation
|
7428
7456
|
#
|
7429
7457
|
class OpenZFSFileSystemConfiguration < Struct.new(
|
@@ -7439,7 +7467,8 @@ module Aws::FSx
|
|
7439
7467
|
:preferred_subnet_id,
|
7440
7468
|
:endpoint_ip_address_range,
|
7441
7469
|
:route_table_ids,
|
7442
|
-
:endpoint_ip_address
|
7470
|
+
:endpoint_ip_address,
|
7471
|
+
:read_cache_configuration)
|
7443
7472
|
SENSITIVE = []
|
7444
7473
|
include Aws::Structure
|
7445
7474
|
end
|
@@ -7507,6 +7536,36 @@ module Aws::FSx
|
|
7507
7536
|
include Aws::Structure
|
7508
7537
|
end
|
7509
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
|
+
|
7510
7569
|
# Used to configure quotas that define how much storage a user or group
|
7511
7570
|
# can use on an FSx for OpenZFS volume. For more information, see
|
7512
7571
|
# [Volume properties][1] in the FSx for OpenZFS User Guide.
|
@@ -9370,6 +9429,11 @@ module Aws::FSx
|
|
9370
9429
|
# list of VPC route table IDs for a file system.
|
9371
9430
|
# @return [Array<String>]
|
9372
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
|
+
#
|
9373
9437
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemOpenZFSConfiguration AWS API Documentation
|
9374
9438
|
#
|
9375
9439
|
class UpdateFileSystemOpenZFSConfiguration < Struct.new(
|
@@ -9381,7 +9445,8 @@ module Aws::FSx
|
|
9381
9445
|
:weekly_maintenance_start_time,
|
9382
9446
|
:disk_iops_configuration,
|
9383
9447
|
:add_route_table_ids,
|
9384
|
-
:remove_route_table_ids
|
9448
|
+
:remove_route_table_ids,
|
9449
|
+
:read_cache_configuration)
|
9385
9450
|
SENSITIVE = []
|
9386
9451
|
include Aws::Structure
|
9387
9452
|
end
|
data/lib/aws-sdk-fsx.rb
CHANGED
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[
|
@@ -385,7 +385,11 @@ module Aws
|
|
385
385
|
}?,
|
386
386
|
preferred_subnet_id: ::String?,
|
387
387
|
endpoint_ip_address_range: ::String?,
|
388
|
-
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
|
+
}?
|
389
393
|
}
|
390
394
|
) -> _CreateFileSystemResponseSuccess
|
391
395
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFileSystemResponseSuccess
|
@@ -461,7 +465,7 @@ module Aws
|
|
461
465
|
mode: ("AUTOMATIC" | "USER_PROVISIONED")
|
462
466
|
}?
|
463
467
|
},
|
464
|
-
?storage_type: ("SSD" | "HDD"),
|
468
|
+
?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING"),
|
465
469
|
?kms_key_id: ::String,
|
466
470
|
?file_system_type_version: ::String,
|
467
471
|
?open_zfs_configuration: {
|
@@ -501,7 +505,11 @@ module Aws
|
|
501
505
|
}?,
|
502
506
|
preferred_subnet_id: ::String?,
|
503
507
|
endpoint_ip_address_range: ::String?,
|
504
|
-
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
|
+
}?
|
505
513
|
},
|
506
514
|
?storage_capacity: ::Integer
|
507
515
|
) -> _CreateFileSystemFromBackupResponseSuccess
|
@@ -1205,9 +1213,13 @@ module Aws
|
|
1205
1213
|
iops: ::Integer?
|
1206
1214
|
}?,
|
1207
1215
|
add_route_table_ids: Array[::String]?,
|
1208
|
-
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
|
+
}?
|
1209
1221
|
},
|
1210
|
-
?storage_type: ("SSD" | "HDD")
|
1222
|
+
?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
|
1211
1223
|
) -> _UpdateFileSystemResponseSuccess
|
1212
1224
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFileSystemResponseSuccess
|
1213
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
|
@@ -340,6 +341,7 @@ module Aws::FSx
|
|
340
341
|
attr_accessor preferred_subnet_id: ::String
|
341
342
|
attr_accessor endpoint_ip_address_range: ::String
|
342
343
|
attr_accessor route_table_ids: ::Array[::String]
|
344
|
+
attr_accessor read_cache_configuration: Types::OpenZFSReadCacheConfiguration
|
343
345
|
SENSITIVE: []
|
344
346
|
end
|
345
347
|
|
@@ -347,7 +349,7 @@ module Aws::FSx
|
|
347
349
|
attr_accessor client_request_token: ::String
|
348
350
|
attr_accessor file_system_type: ("WINDOWS" | "LUSTRE" | "ONTAP" | "OPENZFS")
|
349
351
|
attr_accessor storage_capacity: ::Integer
|
350
|
-
attr_accessor storage_type: ("SSD" | "HDD")
|
352
|
+
attr_accessor storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
|
351
353
|
attr_accessor subnet_ids: ::Array[::String]
|
352
354
|
attr_accessor security_group_ids: ::Array[::String]
|
353
355
|
attr_accessor tags: ::Array[Types::Tag]
|
@@ -983,7 +985,7 @@ module Aws::FSx
|
|
983
985
|
attr_accessor lifecycle: ("AVAILABLE" | "CREATING" | "FAILED" | "DELETING" | "MISCONFIGURED" | "UPDATING" | "MISCONFIGURED_UNAVAILABLE")
|
984
986
|
attr_accessor failure_details: Types::FileSystemFailureDetails
|
985
987
|
attr_accessor storage_capacity: ::Integer
|
986
|
-
attr_accessor storage_type: ("SSD" | "HDD")
|
988
|
+
attr_accessor storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
|
987
989
|
attr_accessor vpc_id: ::String
|
988
990
|
attr_accessor subnet_ids: ::Array[::String]
|
989
991
|
attr_accessor network_interface_ids: ::Array[::String]
|
@@ -1242,6 +1244,7 @@ module Aws::FSx
|
|
1242
1244
|
attr_accessor endpoint_ip_address_range: ::String
|
1243
1245
|
attr_accessor route_table_ids: ::Array[::String]
|
1244
1246
|
attr_accessor endpoint_ip_address: ::String
|
1247
|
+
attr_accessor read_cache_configuration: Types::OpenZFSReadCacheConfiguration
|
1245
1248
|
SENSITIVE: []
|
1246
1249
|
end
|
1247
1250
|
|
@@ -1256,6 +1259,12 @@ module Aws::FSx
|
|
1256
1259
|
SENSITIVE: []
|
1257
1260
|
end
|
1258
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
|
+
|
1259
1268
|
class OpenZFSUserOrGroupQuota
|
1260
1269
|
attr_accessor type: ("USER" | "GROUP")
|
1261
1270
|
attr_accessor id: ::Integer
|
@@ -1589,6 +1598,7 @@ module Aws::FSx
|
|
1589
1598
|
attr_accessor disk_iops_configuration: Types::DiskIopsConfiguration
|
1590
1599
|
attr_accessor add_route_table_ids: ::Array[::String]
|
1591
1600
|
attr_accessor remove_route_table_ids: ::Array[::String]
|
1601
|
+
attr_accessor read_cache_configuration: Types::OpenZFSReadCacheConfiguration
|
1592
1602
|
SENSITIVE: []
|
1593
1603
|
end
|
1594
1604
|
|
@@ -1600,7 +1610,7 @@ module Aws::FSx
|
|
1600
1610
|
attr_accessor lustre_configuration: Types::UpdateFileSystemLustreConfiguration
|
1601
1611
|
attr_accessor ontap_configuration: Types::UpdateFileSystemOntapConfiguration
|
1602
1612
|
attr_accessor open_zfs_configuration: Types::UpdateFileSystemOpenZFSConfiguration
|
1603
|
-
attr_accessor storage_type: ("SSD" | "HDD")
|
1613
|
+
attr_accessor storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
|
1604
1614
|
SENSITIVE: []
|
1605
1615
|
end
|
1606
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.
|
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
|
+
date: 2024-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|