aws-sdk-fsx 1.105.0 → 1.107.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +120 -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 +21 -7
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +14 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b04762e8d70426527dc5cb0713aae127a9baa10f80f778ef41cd10cb42e0f5f7
|
4
|
+
data.tar.gz: 6b3001affbd7c5516026c8b0b406f50a77181e7ce3139064df767b26bded4985
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb71866fdf7f50857544402f60b1f6a34fd94565b52b28fd09dc1af332f1aba92f97882d90f79fdad8b469b6f7bab4b588e180972bc10f29b109614e3047c8ad
|
7
|
+
data.tar.gz: 1084a10140fa1655d71e241232685f57b30a534e8567c65c8e254457b1f9332691583820dce5f00ba37acdbfa661a6f759490e544687799c04311116d3398410
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.107.0 (2025-01-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.106.0 (2024-12-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - FSx API changes to support the public launch of the Amazon FSx Intelligent Tiering for OpenZFS storage class.
|
13
|
+
|
4
14
|
1.105.0 (2024-11-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.107.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -257,11 +257,34 @@ module Aws::FSx
|
|
257
257
|
# Used when loading credentials from the shared credentials file
|
258
258
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
259
259
|
#
|
260
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
261
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
262
|
+
#
|
263
|
+
# * `when_supported` - (default) When set, a checksum will be
|
264
|
+
# calculated for all request payloads of operations modeled with the
|
265
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
266
|
+
# `requestAlgorithmMember` is modeled.
|
267
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
268
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
269
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
270
|
+
# is modeled and supplied.
|
271
|
+
#
|
260
272
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
261
273
|
# The minimum size in bytes that triggers compression for request
|
262
274
|
# bodies. The value must be non-negative integer value between 0
|
263
275
|
# and 10485780 bytes inclusive.
|
264
276
|
#
|
277
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
278
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
279
|
+
#
|
280
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
281
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
282
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
283
|
+
# are supported.
|
284
|
+
# * `when_required` - When set, checksum validation is not performed on
|
285
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
286
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
287
|
+
#
|
265
288
|
# @option options [Proc] :retry_backoff
|
266
289
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
267
290
|
# This option is only used in the `legacy` retry mode.
|
@@ -755,7 +778,7 @@ module Aws::FSx
|
|
755
778
|
# resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
756
779
|
# resp.backup.file_system.failure_details.message #=> String
|
757
780
|
# resp.backup.file_system.storage_capacity #=> Integer
|
758
|
-
# resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD"
|
781
|
+
# resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
759
782
|
# resp.backup.file_system.vpc_id #=> String
|
760
783
|
# resp.backup.file_system.subnet_ids #=> Array
|
761
784
|
# resp.backup.file_system.subnet_ids[0] #=> String
|
@@ -940,6 +963,8 @@ module Aws::FSx
|
|
940
963
|
# resp.backup.file_system.open_zfs_configuration.route_table_ids #=> Array
|
941
964
|
# resp.backup.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
942
965
|
# resp.backup.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
966
|
+
# resp.backup.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
|
967
|
+
# resp.backup.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
943
968
|
# resp.backup.directory_information.domain_name #=> String
|
944
969
|
# resp.backup.directory_information.active_directory_id #=> String
|
945
970
|
# resp.backup.directory_information.resource_arn #=> String
|
@@ -1000,7 +1025,7 @@ module Aws::FSx
|
|
1000
1025
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
1001
1026
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
1002
1027
|
# 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"
|
1028
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
1004
1029
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
1005
1030
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
1006
1031
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -1098,6 +1123,8 @@ module Aws::FSx
|
|
1098
1123
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
1099
1124
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
1100
1125
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
1126
|
+
# 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"
|
1127
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
1101
1128
|
# resp.backup.volume.administrative_actions[0].failure_details.message #=> String
|
1102
1129
|
# resp.backup.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
1103
1130
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -1139,6 +1166,7 @@ module Aws::FSx
|
|
1139
1166
|
# resp.backup.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
1140
1167
|
# resp.backup.volume.open_zfs_configuration.destination_snapshot #=> String
|
1141
1168
|
# resp.backup.volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
1169
|
+
# resp.backup.size_in_bytes #=> Integer
|
1142
1170
|
#
|
1143
1171
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopyBackup AWS API Documentation
|
1144
1172
|
#
|
@@ -1245,7 +1273,7 @@ module Aws::FSx
|
|
1245
1273
|
# resp.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
1246
1274
|
# resp.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
1247
1275
|
# 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"
|
1276
|
+
# resp.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
1249
1277
|
# resp.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
1250
1278
|
# resp.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
1251
1279
|
# resp.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -1343,6 +1371,8 @@ module Aws::FSx
|
|
1343
1371
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
1344
1372
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
1345
1373
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
1374
|
+
# 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"
|
1375
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
1346
1376
|
# resp.administrative_actions[0].failure_details.message #=> String
|
1347
1377
|
# resp.administrative_actions[0].target_volume_values.creation_time #=> Time
|
1348
1378
|
# resp.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -1599,7 +1629,7 @@ module Aws::FSx
|
|
1599
1629
|
# resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
1600
1630
|
# resp.backup.file_system.failure_details.message #=> String
|
1601
1631
|
# resp.backup.file_system.storage_capacity #=> Integer
|
1602
|
-
# resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD"
|
1632
|
+
# resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
1603
1633
|
# resp.backup.file_system.vpc_id #=> String
|
1604
1634
|
# resp.backup.file_system.subnet_ids #=> Array
|
1605
1635
|
# resp.backup.file_system.subnet_ids[0] #=> String
|
@@ -1784,6 +1814,8 @@ module Aws::FSx
|
|
1784
1814
|
# resp.backup.file_system.open_zfs_configuration.route_table_ids #=> Array
|
1785
1815
|
# resp.backup.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
1786
1816
|
# resp.backup.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
1817
|
+
# resp.backup.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
|
1818
|
+
# resp.backup.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
1787
1819
|
# resp.backup.directory_information.domain_name #=> String
|
1788
1820
|
# resp.backup.directory_information.active_directory_id #=> String
|
1789
1821
|
# resp.backup.directory_information.resource_arn #=> String
|
@@ -1844,7 +1876,7 @@ module Aws::FSx
|
|
1844
1876
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
1845
1877
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
1846
1878
|
# 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"
|
1879
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
1848
1880
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
1849
1881
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
1850
1882
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -1942,6 +1974,8 @@ module Aws::FSx
|
|
1942
1974
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
1943
1975
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
1944
1976
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
1977
|
+
# 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"
|
1978
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
1945
1979
|
# resp.backup.volume.administrative_actions[0].failure_details.message #=> String
|
1946
1980
|
# resp.backup.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
1947
1981
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -1983,6 +2017,7 @@ module Aws::FSx
|
|
1983
2017
|
# resp.backup.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
1984
2018
|
# resp.backup.volume.open_zfs_configuration.destination_snapshot #=> String
|
1985
2019
|
# resp.backup.volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
2020
|
+
# resp.backup.size_in_bytes #=> Integer
|
1986
2021
|
#
|
1987
2022
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup AWS API Documentation
|
1988
2023
|
#
|
@@ -2579,7 +2614,7 @@ module Aws::FSx
|
|
2579
2614
|
# The type of Amazon FSx file system to create. Valid values are
|
2580
2615
|
# `WINDOWS`, `LUSTRE`, `ONTAP`, and `OPENZFS`.
|
2581
2616
|
#
|
2582
|
-
# @option params [
|
2617
|
+
# @option params [Integer] :storage_capacity
|
2583
2618
|
# Sets the storage capacity of the file system that you're creating, in
|
2584
2619
|
# gibibytes (GiB).
|
2585
2620
|
#
|
@@ -2615,8 +2650,8 @@ module Aws::FSx
|
|
2615
2650
|
# * For HDD storage, valid values are 2000 GiB-65,536 GiB (64 TiB).
|
2616
2651
|
#
|
2617
2652
|
# @option params [String] :storage_type
|
2618
|
-
# Sets the storage
|
2619
|
-
# values are `SSD` and `
|
2653
|
+
# Sets the storage class for the file system that you're creating.
|
2654
|
+
# Valid values are `SSD`, `HDD`, and `INTELLIGENT_TIERING`.
|
2620
2655
|
#
|
2621
2656
|
# * Set to `SSD` to use solid state drive storage. SSD is supported on
|
2622
2657
|
# all Windows, Lustre, ONTAP, and OpenZFS deployment types.
|
@@ -2625,14 +2660,21 @@ module Aws::FSx
|
|
2625
2660
|
# `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types,
|
2626
2661
|
# and on `PERSISTENT_1` Lustre file system deployment types.
|
2627
2662
|
#
|
2663
|
+
# * Set to `INTELLIGENT_TIERING` to use fully elastic,
|
2664
|
+
# intelligently-tiered storage. Intelligent-Tiering is only available
|
2665
|
+
# for OpenZFS file systems with the Multi-AZ deployment type.
|
2666
|
+
#
|
2628
2667
|
# Default value is `SSD`. For more information, see [ Storage type
|
2629
|
-
# options][1] in the *FSx for Windows File Server User Guide
|
2630
|
-
#
|
2668
|
+
# options][1] in the *FSx for Windows File Server User Guide*, [Multiple
|
2669
|
+
# storage options][2] in the *FSx for Lustre User Guide*, and [Working
|
2670
|
+
# with Intelligent-Tiering][3] in the *Amazon FSx for OpenZFS User
|
2671
|
+
# Guide*.
|
2631
2672
|
#
|
2632
2673
|
#
|
2633
2674
|
#
|
2634
2675
|
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options
|
2635
2676
|
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html#storage-options
|
2677
|
+
# [3]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance-intelligent-tiering
|
2636
2678
|
#
|
2637
2679
|
# @option params [required, Array<String>] :subnet_ids
|
2638
2680
|
# Specifies the IDs of the subnets that the file system will be
|
@@ -2824,8 +2866,8 @@ module Aws::FSx
|
|
2824
2866
|
# resp = client.create_file_system({
|
2825
2867
|
# client_request_token: "ClientRequestToken",
|
2826
2868
|
# file_system_type: "WINDOWS", # required, accepts WINDOWS, LUSTRE, ONTAP, OPENZFS
|
2827
|
-
# storage_capacity: 1,
|
2828
|
-
# storage_type: "SSD", # accepts SSD, HDD
|
2869
|
+
# storage_capacity: 1,
|
2870
|
+
# storage_type: "SSD", # accepts SSD, HDD, INTELLIGENT_TIERING
|
2829
2871
|
# subnet_ids: ["SubnetId"], # required
|
2830
2872
|
# security_group_ids: ["SecurityGroupId"],
|
2831
2873
|
# tags: [
|
@@ -2946,6 +2988,10 @@ module Aws::FSx
|
|
2946
2988
|
# preferred_subnet_id: "SubnetId",
|
2947
2989
|
# endpoint_ip_address_range: "IpAddressRange",
|
2948
2990
|
# route_table_ids: ["RouteTableId"],
|
2991
|
+
# read_cache_configuration: {
|
2992
|
+
# sizing_mode: "NO_CACHE", # accepts NO_CACHE, USER_PROVISIONED, PROPORTIONAL_TO_THROUGHPUT_CAPACITY
|
2993
|
+
# size_gi_b: 1,
|
2994
|
+
# },
|
2949
2995
|
# },
|
2950
2996
|
# })
|
2951
2997
|
#
|
@@ -2958,7 +3004,7 @@ module Aws::FSx
|
|
2958
3004
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
2959
3005
|
# resp.file_system.failure_details.message #=> String
|
2960
3006
|
# resp.file_system.storage_capacity #=> Integer
|
2961
|
-
# resp.file_system.storage_type #=> String, one of "SSD", "HDD"
|
3007
|
+
# resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
2962
3008
|
# resp.file_system.vpc_id #=> String
|
2963
3009
|
# resp.file_system.subnet_ids #=> Array
|
2964
3010
|
# resp.file_system.subnet_ids[0] #=> String
|
@@ -3143,6 +3189,8 @@ module Aws::FSx
|
|
3143
3189
|
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
3144
3190
|
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
3145
3191
|
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
3192
|
+
# resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
|
3193
|
+
# resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
3146
3194
|
#
|
3147
3195
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystem AWS API Documentation
|
3148
3196
|
#
|
@@ -3451,7 +3499,7 @@ module Aws::FSx
|
|
3451
3499
|
# mode: "AUTOMATIC", # required, accepts AUTOMATIC, USER_PROVISIONED
|
3452
3500
|
# },
|
3453
3501
|
# },
|
3454
|
-
# storage_type: "SSD", # accepts SSD, HDD
|
3502
|
+
# storage_type: "SSD", # accepts SSD, HDD, INTELLIGENT_TIERING
|
3455
3503
|
# kms_key_id: "KmsKeyId",
|
3456
3504
|
# file_system_type_version: "FileSystemTypeVersion",
|
3457
3505
|
# open_zfs_configuration: {
|
@@ -3492,6 +3540,10 @@ module Aws::FSx
|
|
3492
3540
|
# preferred_subnet_id: "SubnetId",
|
3493
3541
|
# endpoint_ip_address_range: "IpAddressRange",
|
3494
3542
|
# route_table_ids: ["RouteTableId"],
|
3543
|
+
# read_cache_configuration: {
|
3544
|
+
# sizing_mode: "NO_CACHE", # accepts NO_CACHE, USER_PROVISIONED, PROPORTIONAL_TO_THROUGHPUT_CAPACITY
|
3545
|
+
# size_gi_b: 1,
|
3546
|
+
# },
|
3495
3547
|
# },
|
3496
3548
|
# storage_capacity: 1,
|
3497
3549
|
# })
|
@@ -3505,7 +3557,7 @@ module Aws::FSx
|
|
3505
3557
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
3506
3558
|
# resp.file_system.failure_details.message #=> String
|
3507
3559
|
# resp.file_system.storage_capacity #=> Integer
|
3508
|
-
# resp.file_system.storage_type #=> String, one of "SSD", "HDD"
|
3560
|
+
# resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
3509
3561
|
# resp.file_system.vpc_id #=> String
|
3510
3562
|
# resp.file_system.subnet_ids #=> Array
|
3511
3563
|
# resp.file_system.subnet_ids[0] #=> String
|
@@ -3690,6 +3742,8 @@ module Aws::FSx
|
|
3690
3742
|
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
3691
3743
|
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
3692
3744
|
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
3745
|
+
# resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
|
3746
|
+
# resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
3693
3747
|
#
|
3694
3748
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackup AWS API Documentation
|
3695
3749
|
#
|
@@ -3792,7 +3846,7 @@ module Aws::FSx
|
|
3792
3846
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
3793
3847
|
# resp.snapshot.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
3794
3848
|
# 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"
|
3849
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
3796
3850
|
# resp.snapshot.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
3797
3851
|
# resp.snapshot.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
3798
3852
|
# resp.snapshot.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -3890,6 +3944,8 @@ module Aws::FSx
|
|
3890
3944
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
3891
3945
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
3892
3946
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
3947
|
+
# 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"
|
3948
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
3893
3949
|
# resp.snapshot.administrative_actions[0].failure_details.message #=> String
|
3894
3950
|
# resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
|
3895
3951
|
# resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -4276,7 +4332,7 @@ module Aws::FSx
|
|
4276
4332
|
# resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
4277
4333
|
# resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
4278
4334
|
# 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"
|
4335
|
+
# resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
4280
4336
|
# resp.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
4281
4337
|
# resp.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
4282
4338
|
# resp.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -4374,6 +4430,8 @@ module Aws::FSx
|
|
4374
4430
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
4375
4431
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
4376
4432
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
4433
|
+
# 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"
|
4434
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
4377
4435
|
# resp.volume.administrative_actions[0].failure_details.message #=> String
|
4378
4436
|
# resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
4379
4437
|
# resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -4567,7 +4625,7 @@ module Aws::FSx
|
|
4567
4625
|
# resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
4568
4626
|
# resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
4569
4627
|
# 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"
|
4628
|
+
# resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
4571
4629
|
# resp.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
4572
4630
|
# resp.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
4573
4631
|
# resp.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -4665,6 +4723,8 @@ module Aws::FSx
|
|
4665
4723
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
4666
4724
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
4667
4725
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
4726
|
+
# 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"
|
4727
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
4668
4728
|
# resp.volume.administrative_actions[0].failure_details.message #=> String
|
4669
4729
|
# resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
4670
4730
|
# resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -5327,7 +5387,7 @@ module Aws::FSx
|
|
5327
5387
|
# resp.backups[0].file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
5328
5388
|
# resp.backups[0].file_system.failure_details.message #=> String
|
5329
5389
|
# resp.backups[0].file_system.storage_capacity #=> Integer
|
5330
|
-
# resp.backups[0].file_system.storage_type #=> String, one of "SSD", "HDD"
|
5390
|
+
# resp.backups[0].file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
5331
5391
|
# resp.backups[0].file_system.vpc_id #=> String
|
5332
5392
|
# resp.backups[0].file_system.subnet_ids #=> Array
|
5333
5393
|
# resp.backups[0].file_system.subnet_ids[0] #=> String
|
@@ -5512,6 +5572,8 @@ module Aws::FSx
|
|
5512
5572
|
# resp.backups[0].file_system.open_zfs_configuration.route_table_ids #=> Array
|
5513
5573
|
# resp.backups[0].file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
5514
5574
|
# resp.backups[0].file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
5575
|
+
# resp.backups[0].file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
|
5576
|
+
# resp.backups[0].file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
5515
5577
|
# resp.backups[0].directory_information.domain_name #=> String
|
5516
5578
|
# resp.backups[0].directory_information.active_directory_id #=> String
|
5517
5579
|
# resp.backups[0].directory_information.resource_arn #=> String
|
@@ -5572,7 +5634,7 @@ module Aws::FSx
|
|
5572
5634
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
5573
5635
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
5574
5636
|
# 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"
|
5637
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
5576
5638
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
5577
5639
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
5578
5640
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -5670,6 +5732,8 @@ module Aws::FSx
|
|
5670
5732
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
5671
5733
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
5672
5734
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
5735
|
+
# 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"
|
5736
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
5673
5737
|
# resp.backups[0].volume.administrative_actions[0].failure_details.message #=> String
|
5674
5738
|
# resp.backups[0].volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
5675
5739
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -5711,6 +5775,7 @@ module Aws::FSx
|
|
5711
5775
|
# resp.backups[0].volume.open_zfs_configuration.source_snapshot_arn #=> String
|
5712
5776
|
# resp.backups[0].volume.open_zfs_configuration.destination_snapshot #=> String
|
5713
5777
|
# resp.backups[0].volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
5778
|
+
# resp.backups[0].size_in_bytes #=> Integer
|
5714
5779
|
# resp.next_token #=> String
|
5715
5780
|
#
|
5716
5781
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups AWS API Documentation
|
@@ -6194,7 +6259,7 @@ module Aws::FSx
|
|
6194
6259
|
# resp.file_systems[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
6195
6260
|
# resp.file_systems[0].failure_details.message #=> String
|
6196
6261
|
# resp.file_systems[0].storage_capacity #=> Integer
|
6197
|
-
# resp.file_systems[0].storage_type #=> String, one of "SSD", "HDD"
|
6262
|
+
# resp.file_systems[0].storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
6198
6263
|
# resp.file_systems[0].vpc_id #=> String
|
6199
6264
|
# resp.file_systems[0].subnet_ids #=> Array
|
6200
6265
|
# resp.file_systems[0].subnet_ids[0] #=> String
|
@@ -6379,6 +6444,8 @@ module Aws::FSx
|
|
6379
6444
|
# resp.file_systems[0].open_zfs_configuration.route_table_ids #=> Array
|
6380
6445
|
# resp.file_systems[0].open_zfs_configuration.route_table_ids[0] #=> String
|
6381
6446
|
# resp.file_systems[0].open_zfs_configuration.endpoint_ip_address #=> String
|
6447
|
+
# resp.file_systems[0].open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
|
6448
|
+
# resp.file_systems[0].open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
6382
6449
|
# resp.next_token #=> String
|
6383
6450
|
#
|
6384
6451
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystems AWS API Documentation
|
@@ -6515,7 +6582,7 @@ module Aws::FSx
|
|
6515
6582
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
6516
6583
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
6517
6584
|
# 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"
|
6585
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
6519
6586
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.vpc_id #=> String
|
6520
6587
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
6521
6588
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -6613,6 +6680,8 @@ module Aws::FSx
|
|
6613
6680
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
6614
6681
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
6615
6682
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
6683
|
+
# 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"
|
6684
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
6616
6685
|
# resp.snapshots[0].administrative_actions[0].failure_details.message #=> String
|
6617
6686
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.creation_time #=> Time
|
6618
6687
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -6879,7 +6948,7 @@ module Aws::FSx
|
|
6879
6948
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
6880
6949
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
6881
6950
|
# 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"
|
6951
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
6883
6952
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.vpc_id #=> String
|
6884
6953
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
6885
6954
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -6977,6 +7046,8 @@ module Aws::FSx
|
|
6977
7046
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
6978
7047
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
6979
7048
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
7049
|
+
# 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"
|
7050
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
6980
7051
|
# resp.volumes[0].administrative_actions[0].failure_details.message #=> String
|
6981
7052
|
# resp.volumes[0].administrative_actions[0].target_volume_values #=> Types::Volume
|
6982
7053
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -7211,7 +7282,7 @@ module Aws::FSx
|
|
7211
7282
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
7212
7283
|
# resp.file_system.failure_details.message #=> String
|
7213
7284
|
# resp.file_system.storage_capacity #=> Integer
|
7214
|
-
# resp.file_system.storage_type #=> String, one of "SSD", "HDD"
|
7285
|
+
# resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
7215
7286
|
# resp.file_system.vpc_id #=> String
|
7216
7287
|
# resp.file_system.subnet_ids #=> Array
|
7217
7288
|
# resp.file_system.subnet_ids[0] #=> String
|
@@ -7396,6 +7467,8 @@ module Aws::FSx
|
|
7396
7467
|
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
7397
7468
|
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
7398
7469
|
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
7470
|
+
# resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
|
7471
|
+
# resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
7399
7472
|
#
|
7400
7473
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ReleaseFileSystemNfsV3Locks AWS API Documentation
|
7401
7474
|
#
|
@@ -7469,7 +7542,7 @@ module Aws::FSx
|
|
7469
7542
|
# resp.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
7470
7543
|
# resp.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
7471
7544
|
# 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"
|
7545
|
+
# resp.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
7473
7546
|
# resp.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
7474
7547
|
# resp.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
7475
7548
|
# resp.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -7567,6 +7640,8 @@ module Aws::FSx
|
|
7567
7640
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
7568
7641
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
7569
7642
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
7643
|
+
# 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"
|
7644
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
7570
7645
|
# resp.administrative_actions[0].failure_details.message #=> String
|
7571
7646
|
# resp.administrative_actions[0].target_volume_values.creation_time #=> Time
|
7572
7647
|
# resp.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -7696,7 +7771,7 @@ module Aws::FSx
|
|
7696
7771
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
7697
7772
|
# resp.file_system.failure_details.message #=> String
|
7698
7773
|
# resp.file_system.storage_capacity #=> Integer
|
7699
|
-
# resp.file_system.storage_type #=> String, one of "SSD", "HDD"
|
7774
|
+
# resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
7700
7775
|
# resp.file_system.vpc_id #=> String
|
7701
7776
|
# resp.file_system.subnet_ids #=> Array
|
7702
7777
|
# resp.file_system.subnet_ids[0] #=> String
|
@@ -7881,6 +7956,8 @@ module Aws::FSx
|
|
7881
7956
|
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
7882
7957
|
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
7883
7958
|
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
7959
|
+
# resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
|
7960
|
+
# resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
7884
7961
|
#
|
7885
7962
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/StartMisconfiguredStateRecovery AWS API Documentation
|
7886
7963
|
#
|
@@ -8228,6 +8305,8 @@ module Aws::FSx
|
|
8228
8305
|
#
|
8229
8306
|
# * `DiskIopsConfiguration`
|
8230
8307
|
#
|
8308
|
+
# * `ReadCacheConfiguration`
|
8309
|
+
#
|
8231
8310
|
# * `RemoveRouteTableIds`
|
8232
8311
|
#
|
8233
8312
|
# * `StorageCapacity`
|
@@ -8444,8 +8523,12 @@ module Aws::FSx
|
|
8444
8523
|
# },
|
8445
8524
|
# add_route_table_ids: ["RouteTableId"],
|
8446
8525
|
# remove_route_table_ids: ["RouteTableId"],
|
8526
|
+
# read_cache_configuration: {
|
8527
|
+
# sizing_mode: "NO_CACHE", # accepts NO_CACHE, USER_PROVISIONED, PROPORTIONAL_TO_THROUGHPUT_CAPACITY
|
8528
|
+
# size_gi_b: 1,
|
8529
|
+
# },
|
8447
8530
|
# },
|
8448
|
-
# storage_type: "SSD", # accepts SSD, HDD
|
8531
|
+
# storage_type: "SSD", # accepts SSD, HDD, INTELLIGENT_TIERING
|
8449
8532
|
# })
|
8450
8533
|
#
|
8451
8534
|
# @example Response structure
|
@@ -8457,7 +8540,7 @@ module Aws::FSx
|
|
8457
8540
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
8458
8541
|
# resp.file_system.failure_details.message #=> String
|
8459
8542
|
# resp.file_system.storage_capacity #=> Integer
|
8460
|
-
# resp.file_system.storage_type #=> String, one of "SSD", "HDD"
|
8543
|
+
# resp.file_system.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
8461
8544
|
# resp.file_system.vpc_id #=> String
|
8462
8545
|
# resp.file_system.subnet_ids #=> Array
|
8463
8546
|
# resp.file_system.subnet_ids[0] #=> String
|
@@ -8642,6 +8725,8 @@ module Aws::FSx
|
|
8642
8725
|
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
8643
8726
|
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
8644
8727
|
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
8728
|
+
# resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
|
8729
|
+
# resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
8645
8730
|
#
|
8646
8731
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystem AWS API Documentation
|
8647
8732
|
#
|
@@ -8763,7 +8848,7 @@ module Aws::FSx
|
|
8763
8848
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
8764
8849
|
# resp.snapshot.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
8765
8850
|
# 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"
|
8851
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
8767
8852
|
# resp.snapshot.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
8768
8853
|
# resp.snapshot.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
8769
8854
|
# resp.snapshot.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -8861,6 +8946,8 @@ module Aws::FSx
|
|
8861
8946
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
8862
8947
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
8863
8948
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
8949
|
+
# 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"
|
8950
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
8864
8951
|
# resp.snapshot.administrative_actions[0].failure_details.message #=> String
|
8865
8952
|
# resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
|
8866
8953
|
# resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -9187,7 +9274,7 @@ module Aws::FSx
|
|
9187
9274
|
# resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
9188
9275
|
# resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
9189
9276
|
# 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"
|
9277
|
+
# resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD", "INTELLIGENT_TIERING"
|
9191
9278
|
# resp.volume.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
9192
9279
|
# resp.volume.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
9193
9280
|
# resp.volume.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
@@ -9285,6 +9372,8 @@ module Aws::FSx
|
|
9285
9372
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
9286
9373
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
9287
9374
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
9375
|
+
# 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"
|
9376
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
|
9288
9377
|
# resp.volume.administrative_actions[0].failure_details.message #=> String
|
9289
9378
|
# resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
9290
9379
|
# resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -9354,7 +9443,7 @@ module Aws::FSx
|
|
9354
9443
|
tracer: tracer
|
9355
9444
|
)
|
9356
9445
|
context[:gem_name] = 'aws-sdk-fsx'
|
9357
|
-
context[:gem_version] = '1.
|
9446
|
+
context[:gem_version] = '1.107.0'
|
9358
9447
|
Seahorse::Client::Request.new(handlers, context)
|
9359
9448
|
end
|
9360
9449
|
|
@@ -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
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
@@ -264,8 +266,8 @@ module Aws
|
|
264
266
|
def create_file_system: (
|
265
267
|
?client_request_token: ::String,
|
266
268
|
file_system_type: ("WINDOWS" | "LUSTRE" | "ONTAP" | "OPENZFS"),
|
267
|
-
storage_capacity: ::Integer,
|
268
|
-
?storage_type: ("SSD" | "HDD"),
|
269
|
+
?storage_capacity: ::Integer,
|
270
|
+
?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING"),
|
269
271
|
subnet_ids: Array[::String],
|
270
272
|
?security_group_ids: Array[::String],
|
271
273
|
?tags: Array[
|
@@ -385,7 +387,11 @@ module Aws
|
|
385
387
|
}?,
|
386
388
|
preferred_subnet_id: ::String?,
|
387
389
|
endpoint_ip_address_range: ::String?,
|
388
|
-
route_table_ids: Array[::String]
|
390
|
+
route_table_ids: Array[::String]?,
|
391
|
+
read_cache_configuration: {
|
392
|
+
sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
|
393
|
+
size_gi_b: ::Integer?
|
394
|
+
}?
|
389
395
|
}
|
390
396
|
) -> _CreateFileSystemResponseSuccess
|
391
397
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFileSystemResponseSuccess
|
@@ -461,7 +467,7 @@ module Aws
|
|
461
467
|
mode: ("AUTOMATIC" | "USER_PROVISIONED")
|
462
468
|
}?
|
463
469
|
},
|
464
|
-
?storage_type: ("SSD" | "HDD"),
|
470
|
+
?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING"),
|
465
471
|
?kms_key_id: ::String,
|
466
472
|
?file_system_type_version: ::String,
|
467
473
|
?open_zfs_configuration: {
|
@@ -501,7 +507,11 @@ module Aws
|
|
501
507
|
}?,
|
502
508
|
preferred_subnet_id: ::String?,
|
503
509
|
endpoint_ip_address_range: ::String?,
|
504
|
-
route_table_ids: Array[::String]
|
510
|
+
route_table_ids: Array[::String]?,
|
511
|
+
read_cache_configuration: {
|
512
|
+
sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
|
513
|
+
size_gi_b: ::Integer?
|
514
|
+
}?
|
505
515
|
},
|
506
516
|
?storage_capacity: ::Integer
|
507
517
|
) -> _CreateFileSystemFromBackupResponseSuccess
|
@@ -1205,9 +1215,13 @@ module Aws
|
|
1205
1215
|
iops: ::Integer?
|
1206
1216
|
}?,
|
1207
1217
|
add_route_table_ids: Array[::String]?,
|
1208
|
-
remove_route_table_ids: Array[::String]
|
1218
|
+
remove_route_table_ids: Array[::String]?,
|
1219
|
+
read_cache_configuration: {
|
1220
|
+
sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
|
1221
|
+
size_gi_b: ::Integer?
|
1222
|
+
}?
|
1209
1223
|
},
|
1210
|
-
?storage_type: ("SSD" | "HDD")
|
1224
|
+
?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
|
1211
1225
|
) -> _UpdateFileSystemResponseSuccess
|
1212
1226
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFileSystemResponseSuccess
|
1213
1227
|
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
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.107.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:
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.216.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|