aws-sdk-fsx 1.49.0 → 1.52.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +87 -38
- data/lib/aws-sdk-fsx/client_api.rb +16 -4
- data/lib/aws-sdk-fsx/types.rb +232 -81
- data/lib/aws-sdk-fsx.rb +1 -1
- 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: 3270a91ffedb38f3f35c9cf0603436d4d77943696c7d134ac7a45bd3adf36500
|
|
4
|
+
data.tar.gz: 7e96d48cee557be81ed6cfd44688b8e3cd6f828f0a861c72bad63379bda32c44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23c61373ae98104373f96a433ddc1de33ab934beccb37a37c54cfb6309db510532a560ee0b1af5297d20f6d9feae0a6b2a77471dcfd501e7a0a5c2357d8351f6
|
|
7
|
+
data.tar.gz: 570f7a62596e480f26751fc6c903e8ffba468b62cce01d483b4af00b3b9e9c41b3b10d7ddd5e08ef391e5d49fcd5ed261c22439d304a1254d3810d26a72b68f8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.52.0 (2022-03-03)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds support for data repository associations to use root ("/") as the file system path
|
|
8
|
+
|
|
9
|
+
1.51.0 (2022-02-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release adds support for the following FSx for OpenZFS features: snapshot lifecycle transition messages, force flag for deleting file systems with child resources, LZ4 data compression, custom record sizes, and unsetting volume quotas and reservations.
|
|
13
|
+
|
|
14
|
+
1.50.0 (2022-02-24)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
4
19
|
1.49.0 (2022-02-03)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.52.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
|
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
|
30
|
+
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
|
30
31
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
|
31
32
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
|
32
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
|
@@ -75,6 +76,7 @@ module Aws::FSx
|
|
|
75
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
|
76
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
|
77
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
|
78
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
|
79
81
|
add_plugin(Aws::Plugins::RecursionDetection)
|
|
80
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
|
@@ -733,7 +735,8 @@ module Aws::FSx
|
|
|
733
735
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
|
734
736
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
735
737
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
736
|
-
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.
|
|
738
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
739
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
737
740
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
738
741
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
739
742
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -753,6 +756,7 @@ module Aws::FSx
|
|
|
753
756
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
754
757
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
755
758
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
759
|
+
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
756
760
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
757
761
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
758
762
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -916,6 +920,7 @@ module Aws::FSx
|
|
|
916
920
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
917
921
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
918
922
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
923
|
+
# resp.backup.volume.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
919
924
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
920
925
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
921
926
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -924,7 +929,8 @@ module Aws::FSx
|
|
|
924
929
|
# resp.backup.volume.open_zfs_configuration.volume_path #=> String
|
|
925
930
|
# resp.backup.volume.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
926
931
|
# resp.backup.volume.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
927
|
-
# resp.backup.volume.open_zfs_configuration.
|
|
932
|
+
# resp.backup.volume.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
933
|
+
# resp.backup.volume.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
928
934
|
# resp.backup.volume.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
929
935
|
# resp.backup.volume.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
930
936
|
# resp.backup.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -1199,7 +1205,8 @@ module Aws::FSx
|
|
|
1199
1205
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
|
1200
1206
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
1201
1207
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
1202
|
-
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.
|
|
1208
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
1209
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
1203
1210
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
1204
1211
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
1205
1212
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -1219,6 +1226,7 @@ module Aws::FSx
|
|
|
1219
1226
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
1220
1227
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
1221
1228
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
1229
|
+
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
1222
1230
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
1223
1231
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
1224
1232
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -1382,6 +1390,7 @@ module Aws::FSx
|
|
|
1382
1390
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
1383
1391
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
1384
1392
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
1393
|
+
# resp.backup.volume.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
1385
1394
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
1386
1395
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
1387
1396
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -1390,7 +1399,8 @@ module Aws::FSx
|
|
|
1390
1399
|
# resp.backup.volume.open_zfs_configuration.volume_path #=> String
|
|
1391
1400
|
# resp.backup.volume.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
1392
1401
|
# resp.backup.volume.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
1393
|
-
# resp.backup.volume.open_zfs_configuration.
|
|
1402
|
+
# resp.backup.volume.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
1403
|
+
# resp.backup.volume.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
1394
1404
|
# resp.backup.volume.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
1395
1405
|
# resp.backup.volume.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
1396
1406
|
# resp.backup.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -1449,6 +1459,13 @@ module Aws::FSx
|
|
|
1449
1459
|
# one Amazon S3 bucket, and no other S3 bucket can be linked to the
|
|
1450
1460
|
# directory.
|
|
1451
1461
|
#
|
|
1462
|
+
# <note markdown="1"> If you specify only a forward slash (`/`) as the file system path, you
|
|
1463
|
+
# can link only 1 data repository to the file system. You can only
|
|
1464
|
+
# specify "/" as the file system path for the first data repository
|
|
1465
|
+
# associated with a file system.
|
|
1466
|
+
#
|
|
1467
|
+
# </note>
|
|
1468
|
+
#
|
|
1452
1469
|
# @option params [required, String] :data_repository_path
|
|
1453
1470
|
# The path to the Amazon S3 data repository that will be linked to the
|
|
1454
1471
|
# file system. The path can be an S3 bucket or prefix in the format
|
|
@@ -2046,7 +2063,8 @@ module Aws::FSx
|
|
|
2046
2063
|
# iops: 1,
|
|
2047
2064
|
# },
|
|
2048
2065
|
# root_volume_configuration: {
|
|
2049
|
-
#
|
|
2066
|
+
# record_size_ki_b: 1,
|
|
2067
|
+
# data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
|
|
2050
2068
|
# nfs_exports: [
|
|
2051
2069
|
# {
|
|
2052
2070
|
# client_configurations: [ # required
|
|
@@ -2166,7 +2184,8 @@ module Aws::FSx
|
|
|
2166
2184
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
|
2167
2185
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
2168
2186
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
2169
|
-
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.
|
|
2187
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
2188
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
2170
2189
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
2171
2190
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
2172
2191
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -2186,6 +2205,7 @@ module Aws::FSx
|
|
|
2186
2205
|
# resp.file_system.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
2187
2206
|
# resp.file_system.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
2188
2207
|
# resp.file_system.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
2208
|
+
# resp.file_system.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
2189
2209
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
2190
2210
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
2191
2211
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -2234,8 +2254,8 @@ module Aws::FSx
|
|
|
2234
2254
|
#
|
|
2235
2255
|
# If a file system with the specified client request token exists and
|
|
2236
2256
|
# the parameters match, this operation returns the description of the
|
|
2237
|
-
# file system. If a
|
|
2238
|
-
#
|
|
2257
|
+
# file system. If a file system with the specified client request token
|
|
2258
|
+
# exists but the parameters don't match, this call returns
|
|
2239
2259
|
# `IncompatibleParameterError`. If a file system with the specified
|
|
2240
2260
|
# client request token doesn't exist, this operation does the
|
|
2241
2261
|
# following:
|
|
@@ -2507,7 +2527,8 @@ module Aws::FSx
|
|
|
2507
2527
|
# iops: 1,
|
|
2508
2528
|
# },
|
|
2509
2529
|
# root_volume_configuration: {
|
|
2510
|
-
#
|
|
2530
|
+
# record_size_ki_b: 1,
|
|
2531
|
+
# data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
|
|
2511
2532
|
# nfs_exports: [
|
|
2512
2533
|
# {
|
|
2513
2534
|
# client_configurations: [ # required
|
|
@@ -2627,7 +2648,8 @@ module Aws::FSx
|
|
|
2627
2648
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
|
2628
2649
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
2629
2650
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
2630
|
-
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.
|
|
2651
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
2652
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
2631
2653
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
2632
2654
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
2633
2655
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -2647,6 +2669,7 @@ module Aws::FSx
|
|
|
2647
2669
|
# resp.file_system.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
2648
2670
|
# resp.file_system.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
2649
2671
|
# resp.file_system.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
2672
|
+
# resp.file_system.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
2650
2673
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
2651
2674
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
2652
2675
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -2689,9 +2712,9 @@ module Aws::FSx
|
|
|
2689
2712
|
req.send_request(options)
|
|
2690
2713
|
end
|
|
2691
2714
|
|
|
2692
|
-
# Creates a snapshot of an existing Amazon FSx for OpenZFS
|
|
2693
|
-
#
|
|
2694
|
-
#
|
|
2715
|
+
# Creates a snapshot of an existing Amazon FSx for OpenZFS volume. With
|
|
2716
|
+
# snapshots, you can easily undo file changes and compare file versions
|
|
2717
|
+
# by restoring the volume to a previous version.
|
|
2695
2718
|
#
|
|
2696
2719
|
# If a snapshot with the specified client request token exists, and the
|
|
2697
2720
|
# parameters match, this operation returns the description of the
|
|
@@ -2765,6 +2788,7 @@ module Aws::FSx
|
|
|
2765
2788
|
# resp.snapshot.volume_id #=> String
|
|
2766
2789
|
# resp.snapshot.creation_time #=> Time
|
|
2767
2790
|
# resp.snapshot.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
2791
|
+
# resp.snapshot.lifecycle_transition_reason.message #=> String
|
|
2768
2792
|
# resp.snapshot.tags #=> Array
|
|
2769
2793
|
# resp.snapshot.tags[0].key #=> String
|
|
2770
2794
|
# resp.snapshot.tags[0].value #=> String
|
|
@@ -2890,7 +2914,8 @@ module Aws::FSx
|
|
|
2890
2914
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
|
2891
2915
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
2892
2916
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
2893
|
-
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.
|
|
2917
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
2918
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
2894
2919
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
2895
2920
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
2896
2921
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -3037,8 +3062,7 @@ module Aws::FSx
|
|
|
3037
3062
|
req.send_request(options)
|
|
3038
3063
|
end
|
|
3039
3064
|
|
|
3040
|
-
# Creates an
|
|
3041
|
-
# storage volume.
|
|
3065
|
+
# Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
|
|
3042
3066
|
#
|
|
3043
3067
|
# @option params [String] :client_request_token
|
|
3044
3068
|
# (Optional) An idempotency token for resource creation, in a string of
|
|
@@ -3096,7 +3120,8 @@ module Aws::FSx
|
|
|
3096
3120
|
# parent_volume_id: "VolumeId", # required
|
|
3097
3121
|
# storage_capacity_reservation_gi_b: 1,
|
|
3098
3122
|
# storage_capacity_quota_gi_b: 1,
|
|
3099
|
-
#
|
|
3123
|
+
# record_size_ki_b: 1,
|
|
3124
|
+
# data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
|
|
3100
3125
|
# copy_tags_to_snapshots: false,
|
|
3101
3126
|
# origin_snapshot: {
|
|
3102
3127
|
# snapshot_arn: "ResourceARN", # required
|
|
@@ -3249,6 +3274,7 @@ module Aws::FSx
|
|
|
3249
3274
|
# resp.volume.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
3250
3275
|
# resp.volume.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
3251
3276
|
# resp.volume.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
3277
|
+
# resp.volume.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
3252
3278
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
3253
3279
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
3254
3280
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -3257,7 +3283,8 @@ module Aws::FSx
|
|
|
3257
3283
|
# resp.volume.open_zfs_configuration.volume_path #=> String
|
|
3258
3284
|
# resp.volume.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
3259
3285
|
# resp.volume.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
3260
|
-
# resp.volume.open_zfs_configuration.
|
|
3286
|
+
# resp.volume.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
3287
|
+
# resp.volume.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
3261
3288
|
# resp.volume.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
3262
3289
|
# resp.volume.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
3263
3290
|
# resp.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -3461,6 +3488,7 @@ module Aws::FSx
|
|
|
3461
3488
|
# resp.volume.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
3462
3489
|
# resp.volume.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
3463
3490
|
# resp.volume.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
3491
|
+
# resp.volume.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
3464
3492
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
3465
3493
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
3466
3494
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -3469,7 +3497,8 @@ module Aws::FSx
|
|
|
3469
3497
|
# resp.volume.open_zfs_configuration.volume_path #=> String
|
|
3470
3498
|
# resp.volume.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
3471
3499
|
# resp.volume.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
3472
|
-
# resp.volume.open_zfs_configuration.
|
|
3500
|
+
# resp.volume.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
3501
|
+
# resp.volume.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
3473
3502
|
# resp.volume.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
3474
3503
|
# resp.volume.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
3475
3504
|
# resp.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -3718,6 +3747,7 @@ module Aws::FSx
|
|
|
3718
3747
|
# value: "TagValue", # required
|
|
3719
3748
|
# },
|
|
3720
3749
|
# ],
|
|
3750
|
+
# options: ["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"], # accepts DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
|
|
3721
3751
|
# },
|
|
3722
3752
|
# })
|
|
3723
3753
|
#
|
|
@@ -3747,9 +3777,9 @@ module Aws::FSx
|
|
|
3747
3777
|
req.send_request(options)
|
|
3748
3778
|
end
|
|
3749
3779
|
|
|
3750
|
-
# Deletes
|
|
3751
|
-
# longer exists, and its data is gone. Deleting a snapshot
|
|
3752
|
-
# affect snapshots stored in a file system backup.
|
|
3780
|
+
# Deletes an Amazon FSx for OpenZFS snapshot. After deletion, the
|
|
3781
|
+
# snapshot no longer exists, and its data is gone. Deleting a snapshot
|
|
3782
|
+
# doesn't affect snapshots stored in a file system backup.
|
|
3753
3783
|
#
|
|
3754
3784
|
# The `DeleteSnapshot` operation returns instantly. The snapshot appears
|
|
3755
3785
|
# with the lifecycle status of `DELETING` until the deletion is
|
|
@@ -4116,7 +4146,8 @@ module Aws::FSx
|
|
|
4116
4146
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
|
4117
4147
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
4118
4148
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
4119
|
-
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.
|
|
4149
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
4150
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
4120
4151
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
4121
4152
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
4122
4153
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -4136,6 +4167,7 @@ module Aws::FSx
|
|
|
4136
4167
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
4137
4168
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
4138
4169
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
4170
|
+
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
4139
4171
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
4140
4172
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
4141
4173
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -4299,6 +4331,7 @@ module Aws::FSx
|
|
|
4299
4331
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
4300
4332
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
4301
4333
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
4334
|
+
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
4302
4335
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
4303
4336
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
4304
4337
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -4307,7 +4340,8 @@ module Aws::FSx
|
|
|
4307
4340
|
# resp.backups[0].volume.open_zfs_configuration.volume_path #=> String
|
|
4308
4341
|
# resp.backups[0].volume.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
4309
4342
|
# resp.backups[0].volume.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
4310
|
-
# resp.backups[0].volume.open_zfs_configuration.
|
|
4343
|
+
# resp.backups[0].volume.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
4344
|
+
# resp.backups[0].volume.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
4311
4345
|
# resp.backups[0].volume.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
4312
4346
|
# resp.backups[0].volume.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
4313
4347
|
# resp.backups[0].volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -4779,7 +4813,8 @@ module Aws::FSx
|
|
|
4779
4813
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
|
4780
4814
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
4781
4815
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
4782
|
-
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.
|
|
4816
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
4817
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
4783
4818
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
4784
4819
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
4785
4820
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -4799,6 +4834,7 @@ module Aws::FSx
|
|
|
4799
4834
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
4800
4835
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
4801
4836
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
4837
|
+
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
4802
4838
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
4803
4839
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
4804
4840
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -4842,10 +4878,10 @@ module Aws::FSx
|
|
|
4842
4878
|
req.send_request(options)
|
|
4843
4879
|
end
|
|
4844
4880
|
|
|
4845
|
-
# Returns the description of specific Amazon FSx snapshots,
|
|
4846
|
-
# `SnapshotIds` value is provided. Otherwise, this operation
|
|
4847
|
-
# snapshots owned by your Amazon Web Services account in the
|
|
4848
|
-
# Services Region of the endpoint that you're calling.
|
|
4881
|
+
# Returns the description of specific Amazon FSx for OpenZFS snapshots,
|
|
4882
|
+
# if a `SnapshotIds` value is provided. Otherwise, this operation
|
|
4883
|
+
# returns all snapshots owned by your Amazon Web Services account in the
|
|
4884
|
+
# Amazon Web Services Region of the endpoint that you're calling.
|
|
4849
4885
|
#
|
|
4850
4886
|
# When retrieving all snapshots, you can optionally specify the
|
|
4851
4887
|
# `MaxResults` parameter to limit the number of snapshots in a response.
|
|
@@ -4918,6 +4954,7 @@ module Aws::FSx
|
|
|
4918
4954
|
# resp.snapshots[0].volume_id #=> String
|
|
4919
4955
|
# resp.snapshots[0].creation_time #=> Time
|
|
4920
4956
|
# resp.snapshots[0].lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
4957
|
+
# resp.snapshots[0].lifecycle_transition_reason.message #=> String
|
|
4921
4958
|
# resp.snapshots[0].tags #=> Array
|
|
4922
4959
|
# resp.snapshots[0].tags[0].key #=> String
|
|
4923
4960
|
# resp.snapshots[0].tags[0].value #=> String
|
|
@@ -5043,7 +5080,8 @@ module Aws::FSx
|
|
|
5043
5080
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
|
5044
5081
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
5045
5082
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
5046
|
-
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.
|
|
5083
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
5084
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
5047
5085
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
5048
5086
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
5049
5087
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -5323,6 +5361,7 @@ module Aws::FSx
|
|
|
5323
5361
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
5324
5362
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
5325
5363
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
5364
|
+
# resp.volumes[0].administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
5326
5365
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
5327
5366
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
5328
5367
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -5331,7 +5370,8 @@ module Aws::FSx
|
|
|
5331
5370
|
# resp.volumes[0].open_zfs_configuration.volume_path #=> String
|
|
5332
5371
|
# resp.volumes[0].open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
5333
5372
|
# resp.volumes[0].open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
5334
|
-
# resp.volumes[0].open_zfs_configuration.
|
|
5373
|
+
# resp.volumes[0].open_zfs_configuration.record_size_ki_b #=> Integer
|
|
5374
|
+
# resp.volumes[0].open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
5335
5375
|
# resp.volumes[0].open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
5336
5376
|
# resp.volumes[0].open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
5337
5377
|
# resp.volumes[0].open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -5625,7 +5665,8 @@ module Aws::FSx
|
|
|
5625
5665
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
|
5626
5666
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
5627
5667
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
5628
|
-
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.
|
|
5668
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
5669
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
5629
5670
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
5630
5671
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
5631
5672
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -5645,6 +5686,7 @@ module Aws::FSx
|
|
|
5645
5686
|
# resp.file_system.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
5646
5687
|
# resp.file_system.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
5647
5688
|
# resp.file_system.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
5689
|
+
# resp.file_system.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
5648
5690
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
5649
5691
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
5650
5692
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -6258,7 +6300,8 @@ module Aws::FSx
|
|
|
6258
6300
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
|
6259
6301
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
6260
6302
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
6261
|
-
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.
|
|
6303
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
6304
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
6262
6305
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
6263
6306
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
6264
6307
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -6278,6 +6321,7 @@ module Aws::FSx
|
|
|
6278
6321
|
# resp.file_system.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
6279
6322
|
# resp.file_system.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
6280
6323
|
# resp.file_system.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
6324
|
+
# resp.file_system.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
6281
6325
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
6282
6326
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
6283
6327
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -6320,7 +6364,7 @@ module Aws::FSx
|
|
|
6320
6364
|
req.send_request(options)
|
|
6321
6365
|
end
|
|
6322
6366
|
|
|
6323
|
-
# Updates the name of
|
|
6367
|
+
# Updates the name of an Amazon FSx for OpenZFS snapshot.
|
|
6324
6368
|
#
|
|
6325
6369
|
# @option params [String] :client_request_token
|
|
6326
6370
|
# (Optional) An idempotency token for resource creation, in a string of
|
|
@@ -6358,6 +6402,7 @@ module Aws::FSx
|
|
|
6358
6402
|
# resp.snapshot.volume_id #=> String
|
|
6359
6403
|
# resp.snapshot.creation_time #=> Time
|
|
6360
6404
|
# resp.snapshot.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
6405
|
+
# resp.snapshot.lifecycle_transition_reason.message #=> String
|
|
6361
6406
|
# resp.snapshot.tags #=> Array
|
|
6362
6407
|
# resp.snapshot.tags[0].key #=> String
|
|
6363
6408
|
# resp.snapshot.tags[0].value #=> String
|
|
@@ -6483,7 +6528,8 @@ module Aws::FSx
|
|
|
6483
6528
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
|
6484
6529
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
6485
6530
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
6486
|
-
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.
|
|
6531
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
6532
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
6487
6533
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
6488
6534
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
6489
6535
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -6644,7 +6690,8 @@ module Aws::FSx
|
|
|
6644
6690
|
# open_zfs_configuration: {
|
|
6645
6691
|
# storage_capacity_reservation_gi_b: 1,
|
|
6646
6692
|
# storage_capacity_quota_gi_b: 1,
|
|
6647
|
-
#
|
|
6693
|
+
# record_size_ki_b: 1,
|
|
6694
|
+
# data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
|
|
6648
6695
|
# nfs_exports: [
|
|
6649
6696
|
# {
|
|
6650
6697
|
# client_configurations: [ # required
|
|
@@ -6792,6 +6839,7 @@ module Aws::FSx
|
|
|
6792
6839
|
# resp.volume.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
|
6793
6840
|
# resp.volume.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
|
6794
6841
|
# resp.volume.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
|
6842
|
+
# resp.volume.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
|
6795
6843
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags #=> Array
|
|
6796
6844
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
|
6797
6845
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
|
@@ -6800,7 +6848,8 @@ module Aws::FSx
|
|
|
6800
6848
|
# resp.volume.open_zfs_configuration.volume_path #=> String
|
|
6801
6849
|
# resp.volume.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
|
6802
6850
|
# resp.volume.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
|
6803
|
-
# resp.volume.open_zfs_configuration.
|
|
6851
|
+
# resp.volume.open_zfs_configuration.record_size_ki_b #=> Integer
|
|
6852
|
+
# resp.volume.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
|
6804
6853
|
# resp.volume.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
|
6805
6854
|
# resp.volume.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
|
6806
6855
|
# resp.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
|
@@ -6837,7 +6886,7 @@ module Aws::FSx
|
|
|
6837
6886
|
params: params,
|
|
6838
6887
|
config: config)
|
|
6839
6888
|
context[:gem_name] = 'aws-sdk-fsx'
|
|
6840
|
-
context[:gem_version] = '1.
|
|
6889
|
+
context[:gem_version] = '1.52.0'
|
|
6841
6890
|
Seahorse::Client::Request.new(handlers, context)
|
|
6842
6891
|
end
|
|
6843
6892
|
|
|
@@ -117,6 +117,8 @@ module Aws::FSx
|
|
|
117
117
|
DeleteFileSystemLustreConfiguration = Shapes::StructureShape.new(name: 'DeleteFileSystemLustreConfiguration')
|
|
118
118
|
DeleteFileSystemLustreResponse = Shapes::StructureShape.new(name: 'DeleteFileSystemLustreResponse')
|
|
119
119
|
DeleteFileSystemOpenZFSConfiguration = Shapes::StructureShape.new(name: 'DeleteFileSystemOpenZFSConfiguration')
|
|
120
|
+
DeleteFileSystemOpenZFSOption = Shapes::StringShape.new(name: 'DeleteFileSystemOpenZFSOption')
|
|
121
|
+
DeleteFileSystemOpenZFSOptions = Shapes::ListShape.new(name: 'DeleteFileSystemOpenZFSOptions')
|
|
120
122
|
DeleteFileSystemOpenZFSResponse = Shapes::StructureShape.new(name: 'DeleteFileSystemOpenZFSResponse')
|
|
121
123
|
DeleteFileSystemRequest = Shapes::StructureShape.new(name: 'DeleteFileSystemRequest')
|
|
122
124
|
DeleteFileSystemResponse = Shapes::StructureShape.new(name: 'DeleteFileSystemResponse')
|
|
@@ -188,6 +190,8 @@ module Aws::FSx
|
|
|
188
190
|
IncompatibleParameterError = Shapes::StructureShape.new(name: 'IncompatibleParameterError')
|
|
189
191
|
IncompatibleRegionForMultiAZ = Shapes::StructureShape.new(name: 'IncompatibleRegionForMultiAZ')
|
|
190
192
|
IntegerNoMax = Shapes::IntegerShape.new(name: 'IntegerNoMax')
|
|
193
|
+
IntegerNoMaxFromNegativeOne = Shapes::IntegerShape.new(name: 'IntegerNoMaxFromNegativeOne')
|
|
194
|
+
IntegerRecordSizeKiB = Shapes::IntegerShape.new(name: 'IntegerRecordSizeKiB')
|
|
191
195
|
InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
|
|
192
196
|
InvalidDataRepositoryType = Shapes::StructureShape.new(name: 'InvalidDataRepositoryType')
|
|
193
197
|
InvalidDestinationKmsKey = Shapes::StructureShape.new(name: 'InvalidDestinationKmsKey')
|
|
@@ -614,8 +618,9 @@ module Aws::FSx
|
|
|
614
618
|
CreateOpenZFSOriginSnapshotConfiguration.struct_class = Types::CreateOpenZFSOriginSnapshotConfiguration
|
|
615
619
|
|
|
616
620
|
CreateOpenZFSVolumeConfiguration.add_member(:parent_volume_id, Shapes::ShapeRef.new(shape: VolumeId, required: true, location_name: "ParentVolumeId"))
|
|
617
|
-
CreateOpenZFSVolumeConfiguration.add_member(:storage_capacity_reservation_gi_b, Shapes::ShapeRef.new(shape:
|
|
618
|
-
CreateOpenZFSVolumeConfiguration.add_member(:storage_capacity_quota_gi_b, Shapes::ShapeRef.new(shape:
|
|
621
|
+
CreateOpenZFSVolumeConfiguration.add_member(:storage_capacity_reservation_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMaxFromNegativeOne, location_name: "StorageCapacityReservationGiB"))
|
|
622
|
+
CreateOpenZFSVolumeConfiguration.add_member(:storage_capacity_quota_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMaxFromNegativeOne, location_name: "StorageCapacityQuotaGiB"))
|
|
623
|
+
CreateOpenZFSVolumeConfiguration.add_member(:record_size_ki_b, Shapes::ShapeRef.new(shape: IntegerRecordSizeKiB, location_name: "RecordSizeKiB"))
|
|
619
624
|
CreateOpenZFSVolumeConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: OpenZFSDataCompressionType, location_name: "DataCompressionType"))
|
|
620
625
|
CreateOpenZFSVolumeConfiguration.add_member(:copy_tags_to_snapshots, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToSnapshots"))
|
|
621
626
|
CreateOpenZFSVolumeConfiguration.add_member(:origin_snapshot, Shapes::ShapeRef.new(shape: CreateOpenZFSOriginSnapshotConfiguration, location_name: "OriginSnapshot"))
|
|
@@ -775,8 +780,11 @@ module Aws::FSx
|
|
|
775
780
|
|
|
776
781
|
DeleteFileSystemOpenZFSConfiguration.add_member(:skip_final_backup, Shapes::ShapeRef.new(shape: Flag, location_name: "SkipFinalBackup"))
|
|
777
782
|
DeleteFileSystemOpenZFSConfiguration.add_member(:final_backup_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "FinalBackupTags"))
|
|
783
|
+
DeleteFileSystemOpenZFSConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: DeleteFileSystemOpenZFSOptions, location_name: "Options"))
|
|
778
784
|
DeleteFileSystemOpenZFSConfiguration.struct_class = Types::DeleteFileSystemOpenZFSConfiguration
|
|
779
785
|
|
|
786
|
+
DeleteFileSystemOpenZFSOptions.member = Shapes::ShapeRef.new(shape: DeleteFileSystemOpenZFSOption)
|
|
787
|
+
|
|
780
788
|
DeleteFileSystemOpenZFSResponse.add_member(:final_backup_id, Shapes::ShapeRef.new(shape: BackupId, location_name: "FinalBackupId"))
|
|
781
789
|
DeleteFileSystemOpenZFSResponse.add_member(:final_backup_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "FinalBackupTags"))
|
|
782
790
|
DeleteFileSystemOpenZFSResponse.struct_class = Types::DeleteFileSystemOpenZFSResponse
|
|
@@ -1103,6 +1111,7 @@ module Aws::FSx
|
|
|
1103
1111
|
|
|
1104
1112
|
OpenZFSClientConfigurations.member = Shapes::ShapeRef.new(shape: OpenZFSClientConfiguration)
|
|
1105
1113
|
|
|
1114
|
+
OpenZFSCreateRootVolumeConfiguration.add_member(:record_size_ki_b, Shapes::ShapeRef.new(shape: IntegerRecordSizeKiB, location_name: "RecordSizeKiB"))
|
|
1106
1115
|
OpenZFSCreateRootVolumeConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: OpenZFSDataCompressionType, location_name: "DataCompressionType"))
|
|
1107
1116
|
OpenZFSCreateRootVolumeConfiguration.add_member(:nfs_exports, Shapes::ShapeRef.new(shape: OpenZFSNfsExports, location_name: "NfsExports"))
|
|
1108
1117
|
OpenZFSCreateRootVolumeConfiguration.add_member(:user_and_group_quotas, Shapes::ShapeRef.new(shape: OpenZFSUserAndGroupQuotas, location_name: "UserAndGroupQuotas"))
|
|
@@ -1143,6 +1152,7 @@ module Aws::FSx
|
|
|
1143
1152
|
OpenZFSVolumeConfiguration.add_member(:volume_path, Shapes::ShapeRef.new(shape: VolumePath, location_name: "VolumePath"))
|
|
1144
1153
|
OpenZFSVolumeConfiguration.add_member(:storage_capacity_reservation_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMax, location_name: "StorageCapacityReservationGiB"))
|
|
1145
1154
|
OpenZFSVolumeConfiguration.add_member(:storage_capacity_quota_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMax, location_name: "StorageCapacityQuotaGiB"))
|
|
1155
|
+
OpenZFSVolumeConfiguration.add_member(:record_size_ki_b, Shapes::ShapeRef.new(shape: IntegerRecordSizeKiB, location_name: "RecordSizeKiB"))
|
|
1146
1156
|
OpenZFSVolumeConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: OpenZFSDataCompressionType, location_name: "DataCompressionType"))
|
|
1147
1157
|
OpenZFSVolumeConfiguration.add_member(:copy_tags_to_snapshots, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToSnapshots"))
|
|
1148
1158
|
OpenZFSVolumeConfiguration.add_member(:origin_snapshot, Shapes::ShapeRef.new(shape: OpenZFSOriginSnapshotConfiguration, location_name: "OriginSnapshot"))
|
|
@@ -1216,6 +1226,7 @@ module Aws::FSx
|
|
|
1216
1226
|
Snapshot.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "VolumeId"))
|
|
1217
1227
|
Snapshot.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
|
1218
1228
|
Snapshot.add_member(:lifecycle, Shapes::ShapeRef.new(shape: SnapshotLifecycle, location_name: "Lifecycle"))
|
|
1229
|
+
Snapshot.add_member(:lifecycle_transition_reason, Shapes::ShapeRef.new(shape: LifecycleTransitionReason, location_name: "LifecycleTransitionReason"))
|
|
1219
1230
|
Snapshot.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
1220
1231
|
Snapshot.add_member(:administrative_actions, Shapes::ShapeRef.new(shape: AdministrativeActions, location_name: "AdministrativeActions"))
|
|
1221
1232
|
Snapshot.struct_class = Types::Snapshot
|
|
@@ -1374,8 +1385,9 @@ module Aws::FSx
|
|
|
1374
1385
|
UpdateOntapVolumeConfiguration.add_member(:tiering_policy, Shapes::ShapeRef.new(shape: TieringPolicy, location_name: "TieringPolicy"))
|
|
1375
1386
|
UpdateOntapVolumeConfiguration.struct_class = Types::UpdateOntapVolumeConfiguration
|
|
1376
1387
|
|
|
1377
|
-
UpdateOpenZFSVolumeConfiguration.add_member(:storage_capacity_reservation_gi_b, Shapes::ShapeRef.new(shape:
|
|
1378
|
-
UpdateOpenZFSVolumeConfiguration.add_member(:storage_capacity_quota_gi_b, Shapes::ShapeRef.new(shape:
|
|
1388
|
+
UpdateOpenZFSVolumeConfiguration.add_member(:storage_capacity_reservation_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMaxFromNegativeOne, location_name: "StorageCapacityReservationGiB"))
|
|
1389
|
+
UpdateOpenZFSVolumeConfiguration.add_member(:storage_capacity_quota_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMaxFromNegativeOne, location_name: "StorageCapacityQuotaGiB"))
|
|
1390
|
+
UpdateOpenZFSVolumeConfiguration.add_member(:record_size_ki_b, Shapes::ShapeRef.new(shape: IntegerRecordSizeKiB, location_name: "RecordSizeKiB"))
|
|
1379
1391
|
UpdateOpenZFSVolumeConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: OpenZFSDataCompressionType, location_name: "DataCompressionType"))
|
|
1380
1392
|
UpdateOpenZFSVolumeConfiguration.add_member(:nfs_exports, Shapes::ShapeRef.new(shape: OpenZFSNfsExports, location_name: "NfsExports"))
|
|
1381
1393
|
UpdateOpenZFSVolumeConfiguration.add_member(:user_and_group_quotas, Shapes::ShapeRef.new(shape: OpenZFSUserAndGroupQuotas, location_name: "UserAndGroupQuotas"))
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
|
@@ -966,6 +966,13 @@ module Aws::FSx
|
|
|
966
966
|
# from or imported to. This file system directory can be linked to
|
|
967
967
|
# only one Amazon S3 bucket, and no other S3 bucket can be linked to
|
|
968
968
|
# the directory.
|
|
969
|
+
#
|
|
970
|
+
# <note markdown="1"> If you specify only a forward slash (`/`) as the file system path,
|
|
971
|
+
# you can link only 1 data repository to the file system. You can only
|
|
972
|
+
# specify "/" as the file system path for the first data repository
|
|
973
|
+
# associated with a file system.
|
|
974
|
+
#
|
|
975
|
+
# </note>
|
|
969
976
|
# @return [String]
|
|
970
977
|
#
|
|
971
978
|
# @!attribute [rw] data_repository_path
|
|
@@ -1209,7 +1216,8 @@ module Aws::FSx
|
|
|
1209
1216
|
# iops: 1,
|
|
1210
1217
|
# },
|
|
1211
1218
|
# root_volume_configuration: {
|
|
1212
|
-
#
|
|
1219
|
+
# record_size_ki_b: 1,
|
|
1220
|
+
# data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
|
|
1213
1221
|
# nfs_exports: [
|
|
1214
1222
|
# {
|
|
1215
1223
|
# client_configurations: [ # required
|
|
@@ -1570,14 +1578,14 @@ module Aws::FSx
|
|
|
1570
1578
|
#
|
|
1571
1579
|
# <note markdown="1"> This parameter is not supported for file systems with the
|
|
1572
1580
|
# `Persistent_2` deployment type. Instead, use
|
|
1573
|
-
# `CreateDataRepositoryAssociation
|
|
1581
|
+
# `CreateDataRepositoryAssociation` to create a data repository
|
|
1574
1582
|
# association to link your Lustre file system to a data repository.
|
|
1575
1583
|
#
|
|
1576
1584
|
# </note>
|
|
1577
1585
|
#
|
|
1578
1586
|
#
|
|
1579
1587
|
#
|
|
1580
|
-
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/
|
|
1588
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/older-deployment-types.html#legacy-auto-import-from-s3
|
|
1581
1589
|
# @return [String]
|
|
1582
1590
|
#
|
|
1583
1591
|
# @!attribute [rw] per_unit_storage_throughput
|
|
@@ -1731,6 +1739,10 @@ module Aws::FSx
|
|
|
1731
1739
|
# Specifies the IP address range in which the endpoints to access your
|
|
1732
1740
|
# file system will be created. By default, Amazon FSx selects an
|
|
1733
1741
|
# unused IP address range for you from the 198.19.* range.
|
|
1742
|
+
#
|
|
1743
|
+
# The Endpoint IP address range you select for your file system must
|
|
1744
|
+
# exist outside the VPC's CIDR range and must be at least /30 or
|
|
1745
|
+
# larger.
|
|
1734
1746
|
# @return [String]
|
|
1735
1747
|
#
|
|
1736
1748
|
# @!attribute [rw] fsx_admin_password
|
|
@@ -1796,8 +1808,8 @@ module Aws::FSx
|
|
|
1796
1808
|
include Aws::Structure
|
|
1797
1809
|
end
|
|
1798
1810
|
|
|
1799
|
-
# The OpenZFS configuration properties for the file
|
|
1800
|
-
# creating.
|
|
1811
|
+
# The Amazon FSx for OpenZFS configuration properties for the file
|
|
1812
|
+
# system that you are creating.
|
|
1801
1813
|
#
|
|
1802
1814
|
# @note When making an API call, you may pass CreateFileSystemOpenZFSConfiguration
|
|
1803
1815
|
# data as a hash:
|
|
@@ -1815,7 +1827,8 @@ module Aws::FSx
|
|
|
1815
1827
|
# iops: 1,
|
|
1816
1828
|
# },
|
|
1817
1829
|
# root_volume_configuration: {
|
|
1818
|
-
#
|
|
1830
|
+
# record_size_ki_b: 1,
|
|
1831
|
+
# data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
|
|
1819
1832
|
# nfs_exports: [
|
|
1820
1833
|
# {
|
|
1821
1834
|
# client_configurations: [ # required
|
|
@@ -1873,8 +1886,8 @@ module Aws::FSx
|
|
|
1873
1886
|
#
|
|
1874
1887
|
# @!attribute [rw] deployment_type
|
|
1875
1888
|
# Specifies the file system deployment type. Amazon FSx for OpenZFS
|
|
1876
|
-
# supports `SINGLE_AZ_1`. `SINGLE_AZ_1`
|
|
1877
|
-
# for a single Availability Zone
|
|
1889
|
+
# supports `SINGLE_AZ_1`. `SINGLE_AZ_1` deployment type is configured
|
|
1890
|
+
# for redundancy within a single Availability Zone.
|
|
1878
1891
|
# @return [String]
|
|
1879
1892
|
#
|
|
1880
1893
|
# @!attribute [rw] throughput_capacity
|
|
@@ -2022,7 +2035,8 @@ module Aws::FSx
|
|
|
2022
2035
|
# iops: 1,
|
|
2023
2036
|
# },
|
|
2024
2037
|
# root_volume_configuration: {
|
|
2025
|
-
#
|
|
2038
|
+
# record_size_ki_b: 1,
|
|
2039
|
+
# data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
|
|
2026
2040
|
# nfs_exports: [
|
|
2027
2041
|
# {
|
|
2028
2042
|
# client_configurations: [ # required
|
|
@@ -2583,8 +2597,8 @@ module Aws::FSx
|
|
|
2583
2597
|
include Aws::Structure
|
|
2584
2598
|
end
|
|
2585
2599
|
|
|
2586
|
-
# Specifies the configuration of the OpenZFS volume that
|
|
2587
|
-
# creating.
|
|
2600
|
+
# Specifies the configuration of the Amazon FSx for OpenZFS volume that
|
|
2601
|
+
# you are creating.
|
|
2588
2602
|
#
|
|
2589
2603
|
# @note When making an API call, you may pass CreateOpenZFSVolumeConfiguration
|
|
2590
2604
|
# data as a hash:
|
|
@@ -2593,7 +2607,8 @@ module Aws::FSx
|
|
|
2593
2607
|
# parent_volume_id: "VolumeId", # required
|
|
2594
2608
|
# storage_capacity_reservation_gi_b: 1,
|
|
2595
2609
|
# storage_capacity_quota_gi_b: 1,
|
|
2596
|
-
#
|
|
2610
|
+
# record_size_ki_b: 1,
|
|
2611
|
+
# data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
|
|
2597
2612
|
# copy_tags_to_snapshots: false,
|
|
2598
2613
|
# origin_snapshot: {
|
|
2599
2614
|
# snapshot_arn: "ResourceARN", # required
|
|
@@ -2620,32 +2635,83 @@ module Aws::FSx
|
|
|
2620
2635
|
# }
|
|
2621
2636
|
#
|
|
2622
2637
|
# @!attribute [rw] parent_volume_id
|
|
2623
|
-
# The ID of the volume to use as the parent volume
|
|
2638
|
+
# The ID of the volume to use as the parent volume of the volume that
|
|
2639
|
+
# you are creating.
|
|
2624
2640
|
# @return [String]
|
|
2625
2641
|
#
|
|
2626
2642
|
# @!attribute [rw] storage_capacity_reservation_gi_b
|
|
2627
|
-
#
|
|
2628
|
-
#
|
|
2629
|
-
#
|
|
2643
|
+
# Specifies the amount of storage in gibibytes (GiB) to reserve from
|
|
2644
|
+
# the parent volume. Setting `StorageCapacityReservationGiB`
|
|
2645
|
+
# guarantees that the specified amount of storage space on the parent
|
|
2646
|
+
# volume will always be available for the volume. You can't reserve
|
|
2647
|
+
# more storage than the parent volume has. To *not* specify a storage
|
|
2648
|
+
# capacity reservation, set this to `0` or `-1`. For more information,
|
|
2649
|
+
# see [Volume properties][1] in the *Amazon FSx for OpenZFS User
|
|
2650
|
+
# Guide*.
|
|
2651
|
+
#
|
|
2652
|
+
#
|
|
2653
|
+
#
|
|
2654
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-volumes.html#volume-properties
|
|
2630
2655
|
# @return [Integer]
|
|
2631
2656
|
#
|
|
2632
2657
|
# @!attribute [rw] storage_capacity_quota_gi_b
|
|
2633
|
-
#
|
|
2634
|
-
#
|
|
2635
|
-
#
|
|
2658
|
+
# Sets the maximum storage size in gibibytes (GiB) for the volume. You
|
|
2659
|
+
# can specify a quota that is larger than the storage on the parent
|
|
2660
|
+
# volume. A volume quota limits the amount of storage that the volume
|
|
2661
|
+
# can consume to the configured amount, but does not guarantee the
|
|
2662
|
+
# space will be available on the parent volume. To guarantee quota
|
|
2663
|
+
# space, you must also set `StorageCapacityReservationGiB`. To *not*
|
|
2664
|
+
# specify a storage capacity quota, set this to `-1`.
|
|
2665
|
+
#
|
|
2666
|
+
# For more information, see [Volume properties][1] in the *Amazon FSx
|
|
2667
|
+
# for OpenZFS User Guide*.
|
|
2668
|
+
#
|
|
2669
|
+
#
|
|
2670
|
+
#
|
|
2671
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-volumes.html#volume-properties
|
|
2672
|
+
# @return [Integer]
|
|
2673
|
+
#
|
|
2674
|
+
# @!attribute [rw] record_size_ki_b
|
|
2675
|
+
# Specifies the suggested block size for a volume in a ZFS dataset, in
|
|
2676
|
+
# kibibytes (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512,
|
|
2677
|
+
# or 1024 KiB. The default is 128 KiB. We recommend using the default
|
|
2678
|
+
# setting for the majority of use cases. Generally, workloads that
|
|
2679
|
+
# write in fixed small or large record sizes may benefit from setting
|
|
2680
|
+
# a custom record size, like database workloads (small record size) or
|
|
2681
|
+
# media streaming workloads (large record size). For additional
|
|
2682
|
+
# guidance on when to set a custom record size, see [ ZFS Record
|
|
2683
|
+
# size][1] in the *Amazon FSx for OpenZFS User Guide*.
|
|
2684
|
+
#
|
|
2685
|
+
#
|
|
2686
|
+
#
|
|
2687
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#record-size-performance
|
|
2636
2688
|
# @return [Integer]
|
|
2637
2689
|
#
|
|
2638
2690
|
# @!attribute [rw] data_compression_type
|
|
2639
|
-
# Specifies the method used to compress the data on the volume.
|
|
2640
|
-
#
|
|
2641
|
-
# `DataCompressionType` value of their parent volume.
|
|
2691
|
+
# Specifies the method used to compress the data on the volume. The
|
|
2692
|
+
# compression type is `NONE` by default.
|
|
2642
2693
|
#
|
|
2643
|
-
# * `NONE` - Doesn't compress the data on the volume.
|
|
2694
|
+
# * `NONE` - Doesn't compress the data on the volume. `NONE` is the
|
|
2695
|
+
# default.
|
|
2644
2696
|
#
|
|
2645
2697
|
# * `ZSTD` - Compresses the data in the volume using the Zstandard
|
|
2646
|
-
# (ZSTD) compression algorithm.
|
|
2647
|
-
#
|
|
2648
|
-
#
|
|
2698
|
+
# (ZSTD) compression algorithm. ZSTD compression provides a higher
|
|
2699
|
+
# level of data compression and higher read throughput performance
|
|
2700
|
+
# than LZ4 compression.
|
|
2701
|
+
#
|
|
2702
|
+
# * `LZ4` - Compresses the data in the volume using the LZ4
|
|
2703
|
+
# compression algorithm. LZ4 compression provides a lower level of
|
|
2704
|
+
# compression and higher write throughput performance than ZSTD
|
|
2705
|
+
# compression.
|
|
2706
|
+
#
|
|
2707
|
+
# For more information about volume compression types and the
|
|
2708
|
+
# performance of your Amazon FSx for OpenZFS file system, see [ Tips
|
|
2709
|
+
# for maximizing performance][1] File system and volume settings in
|
|
2710
|
+
# the *Amazon FSx for OpenZFS User Guide*.
|
|
2711
|
+
#
|
|
2712
|
+
#
|
|
2713
|
+
#
|
|
2714
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#performance-tips-zfs
|
|
2649
2715
|
# @return [String]
|
|
2650
2716
|
#
|
|
2651
2717
|
# @!attribute [rw] copy_tags_to_snapshots
|
|
@@ -2683,6 +2749,7 @@ module Aws::FSx
|
|
|
2683
2749
|
:parent_volume_id,
|
|
2684
2750
|
:storage_capacity_reservation_gi_b,
|
|
2685
2751
|
:storage_capacity_quota_gi_b,
|
|
2752
|
+
:record_size_ki_b,
|
|
2686
2753
|
:data_compression_type,
|
|
2687
2754
|
:copy_tags_to_snapshots,
|
|
2688
2755
|
:origin_snapshot,
|
|
@@ -3013,7 +3080,8 @@ module Aws::FSx
|
|
|
3013
3080
|
# parent_volume_id: "VolumeId", # required
|
|
3014
3081
|
# storage_capacity_reservation_gi_b: 1,
|
|
3015
3082
|
# storage_capacity_quota_gi_b: 1,
|
|
3016
|
-
#
|
|
3083
|
+
# record_size_ki_b: 1,
|
|
3084
|
+
# data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
|
|
3017
3085
|
# copy_tags_to_snapshots: false,
|
|
3018
3086
|
# origin_snapshot: {
|
|
3019
3087
|
# snapshot_arn: "ResourceARN", # required
|
|
@@ -3176,6 +3244,13 @@ module Aws::FSx
|
|
|
3176
3244
|
# from or imported to. This file system directory can be linked to
|
|
3177
3245
|
# only one Amazon S3 bucket, and no other S3 bucket can be linked to
|
|
3178
3246
|
# the directory.
|
|
3247
|
+
#
|
|
3248
|
+
# <note markdown="1"> If you specify only a forward slash (`/`) as the file system path,
|
|
3249
|
+
# you can link only 1 data repository to the file system. You can only
|
|
3250
|
+
# specify "/" as the file system path for the first data repository
|
|
3251
|
+
# associated with a file system.
|
|
3252
|
+
#
|
|
3253
|
+
# </note>
|
|
3179
3254
|
# @return [String]
|
|
3180
3255
|
#
|
|
3181
3256
|
# @!attribute [rw] data_repository_path
|
|
@@ -3821,8 +3896,8 @@ module Aws::FSx
|
|
|
3821
3896
|
include Aws::Structure
|
|
3822
3897
|
end
|
|
3823
3898
|
|
|
3824
|
-
# The configuration object for the OpenZFS file system
|
|
3825
|
-
# `DeleteFileSystem` operation.
|
|
3899
|
+
# The configuration object for the Amazon FSx for OpenZFS file system
|
|
3900
|
+
# used in the `DeleteFileSystem` operation.
|
|
3826
3901
|
#
|
|
3827
3902
|
# @note When making an API call, you may pass DeleteFileSystemOpenZFSConfiguration
|
|
3828
3903
|
# data as a hash:
|
|
@@ -3835,25 +3910,34 @@ module Aws::FSx
|
|
|
3835
3910
|
# value: "TagValue", # required
|
|
3836
3911
|
# },
|
|
3837
3912
|
# ],
|
|
3913
|
+
# options: ["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"], # accepts DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
|
|
3838
3914
|
# }
|
|
3839
3915
|
#
|
|
3840
3916
|
# @!attribute [rw] skip_final_backup
|
|
3841
3917
|
# By default, Amazon FSx for OpenZFS takes a final backup on your
|
|
3842
3918
|
# behalf when the `DeleteFileSystem` operation is invoked. Doing this
|
|
3843
3919
|
# helps protect you from data loss, and we highly recommend taking the
|
|
3844
|
-
# final backup. If you want to skip
|
|
3845
|
-
#
|
|
3920
|
+
# final backup. If you want to skip taking a final backup, set this
|
|
3921
|
+
# value to `true`.
|
|
3846
3922
|
# @return [Boolean]
|
|
3847
3923
|
#
|
|
3848
3924
|
# @!attribute [rw] final_backup_tags
|
|
3849
|
-
# A list of
|
|
3925
|
+
# A list of tags to apply to the file system's final backup.
|
|
3850
3926
|
# @return [Array<Types::Tag>]
|
|
3851
3927
|
#
|
|
3928
|
+
# @!attribute [rw] options
|
|
3929
|
+
# To delete a file system if there are child volumes present below the
|
|
3930
|
+
# root volume, use the string `DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`. If
|
|
3931
|
+
# your file system has child volumes and you don't use this option,
|
|
3932
|
+
# the delete request will fail.
|
|
3933
|
+
# @return [Array<String>]
|
|
3934
|
+
#
|
|
3852
3935
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteFileSystemOpenZFSConfiguration AWS API Documentation
|
|
3853
3936
|
#
|
|
3854
3937
|
class DeleteFileSystemOpenZFSConfiguration < Struct.new(
|
|
3855
3938
|
:skip_final_backup,
|
|
3856
|
-
:final_backup_tags
|
|
3939
|
+
:final_backup_tags,
|
|
3940
|
+
:options)
|
|
3857
3941
|
SENSITIVE = []
|
|
3858
3942
|
include Aws::Structure
|
|
3859
3943
|
end
|
|
@@ -3913,6 +3997,7 @@ module Aws::FSx
|
|
|
3913
3997
|
# value: "TagValue", # required
|
|
3914
3998
|
# },
|
|
3915
3999
|
# ],
|
|
4000
|
+
# options: ["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"], # accepts DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
|
|
3916
4001
|
# },
|
|
3917
4002
|
# }
|
|
3918
4003
|
#
|
|
@@ -5823,6 +5908,11 @@ module Aws::FSx
|
|
|
5823
5908
|
# @!attribute [rw] endpoint_ip_address_range
|
|
5824
5909
|
# The IP address range in which the endpoints to access your file
|
|
5825
5910
|
# system are created.
|
|
5911
|
+
#
|
|
5912
|
+
# The Endpoint IP address range you select for your file system must
|
|
5913
|
+
# exist outside the VPC's CIDR range and must be at least /30 or
|
|
5914
|
+
# larger. If you do not specify this optional parameter, Amazon FSx
|
|
5915
|
+
# will automatically select a CIDR block for you.
|
|
5826
5916
|
# @return [String]
|
|
5827
5917
|
#
|
|
5828
5918
|
# @!attribute [rw] endpoints
|
|
@@ -5997,7 +6087,7 @@ module Aws::FSx
|
|
|
5997
6087
|
# @!attribute [rw] clients
|
|
5998
6088
|
# A value that specifies who can mount the file system. You can
|
|
5999
6089
|
# provide a wildcard character (`*`), an IP address (`0.0.0.0`), or a
|
|
6000
|
-
# CIDR address (`192.0.2.0/24
|
|
6090
|
+
# CIDR address (`192.0.2.0/24`). By default, Amazon FSx uses the
|
|
6001
6091
|
# wildcard character when specifying the client.
|
|
6002
6092
|
# @return [String]
|
|
6003
6093
|
#
|
|
@@ -6007,10 +6097,9 @@ module Aws::FSx
|
|
|
6007
6097
|
# [exports(5) - Linux man page][1]. When choosing your options,
|
|
6008
6098
|
# consider the following:
|
|
6009
6099
|
#
|
|
6010
|
-
# * `
|
|
6011
|
-
#
|
|
6012
|
-
#
|
|
6013
|
-
# directory.
|
|
6100
|
+
# * `crossmnt` is used by default. If you don't specify `crossmnt`
|
|
6101
|
+
# when changing the client configuration, you won't be able to see
|
|
6102
|
+
# or access snapshots in your file system's snapshot directory.
|
|
6014
6103
|
#
|
|
6015
6104
|
# * `sync` is used by default. If you instead specify `async`, the
|
|
6016
6105
|
# system acknowledges writes before writing to disk. If the system
|
|
@@ -6037,7 +6126,8 @@ module Aws::FSx
|
|
|
6037
6126
|
# data as a hash:
|
|
6038
6127
|
#
|
|
6039
6128
|
# {
|
|
6040
|
-
#
|
|
6129
|
+
# record_size_ki_b: 1,
|
|
6130
|
+
# data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
|
|
6041
6131
|
# nfs_exports: [
|
|
6042
6132
|
# {
|
|
6043
6133
|
# client_configurations: [ # required
|
|
@@ -6059,17 +6149,36 @@ module Aws::FSx
|
|
|
6059
6149
|
# read_only: false,
|
|
6060
6150
|
# }
|
|
6061
6151
|
#
|
|
6152
|
+
# @!attribute [rw] record_size_ki_b
|
|
6153
|
+
# Specifies the record size of an OpenZFS root volume, in kibibytes
|
|
6154
|
+
# (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024
|
|
6155
|
+
# KiB. The default is 128 KiB. Most workloads should use the default
|
|
6156
|
+
# record size. Database workflows can benefit from a smaller record
|
|
6157
|
+
# size, while streaming workflows can benefit from a larger record
|
|
6158
|
+
# size. For additional guidance on setting a custom record size, see [
|
|
6159
|
+
# Tips for maximizing performance][1] in the *Amazon FSx for OpenZFS
|
|
6160
|
+
# User Guide*.
|
|
6161
|
+
#
|
|
6162
|
+
#
|
|
6163
|
+
#
|
|
6164
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#performance-tips-zfs
|
|
6165
|
+
# @return [Integer]
|
|
6166
|
+
#
|
|
6062
6167
|
# @!attribute [rw] data_compression_type
|
|
6063
|
-
# Specifies the method used to compress the data on the volume.
|
|
6064
|
-
#
|
|
6065
|
-
# `DataCompressionType` value of their parent volume.
|
|
6168
|
+
# Specifies the method used to compress the data on the volume. The
|
|
6169
|
+
# compression type is `NONE` by default.
|
|
6066
6170
|
#
|
|
6067
|
-
# * `NONE` - Doesn't compress the data on the volume.
|
|
6171
|
+
# * `NONE` - Doesn't compress the data on the volume. `NONE` is the
|
|
6172
|
+
# default.
|
|
6173
|
+
#
|
|
6174
|
+
# * `ZSTD` - Compresses the data in the volume using the Zstandard
|
|
6175
|
+
# (ZSTD) compression algorithm. Compared to LZ4, Z-Standard provides
|
|
6176
|
+
# a better compression ratio to minimize on-disk storage
|
|
6177
|
+
# utilization.
|
|
6068
6178
|
#
|
|
6069
|
-
# * `
|
|
6070
|
-
#
|
|
6071
|
-
#
|
|
6072
|
-
# resources.
|
|
6179
|
+
# * `LZ4` - Compresses the data in the volume using the LZ4
|
|
6180
|
+
# compression algorithm. Compared to Z-Standard, LZ4 is less
|
|
6181
|
+
# compute-intensive and delivers higher write throughput speeds.
|
|
6073
6182
|
# @return [String]
|
|
6074
6183
|
#
|
|
6075
6184
|
# @!attribute [rw] nfs_exports
|
|
@@ -6083,12 +6192,13 @@ module Aws::FSx
|
|
|
6083
6192
|
#
|
|
6084
6193
|
# @!attribute [rw] copy_tags_to_snapshots
|
|
6085
6194
|
# A Boolean value indicating whether tags for the volume should be
|
|
6086
|
-
# copied to snapshots. This value defaults to `false`.
|
|
6087
|
-
# `true`, all tags for the volume are copied to
|
|
6088
|
-
# user doesn't specify tags. If this value is
|
|
6089
|
-
# one or more tags, only the specified tags are
|
|
6090
|
-
# If you specify one or more tags when creating
|
|
6091
|
-
# are copied from the volume, regardless of this
|
|
6195
|
+
# copied to snapshots of the volume. This value defaults to `false`.
|
|
6196
|
+
# If it's set to `true`, all tags for the volume are copied to
|
|
6197
|
+
# snapshots where the user doesn't specify tags. If this value is
|
|
6198
|
+
# `true` and you specify one or more tags, only the specified tags are
|
|
6199
|
+
# copied to snapshots. If you specify one or more tags when creating
|
|
6200
|
+
# the snapshot, no tags are copied from the volume, regardless of this
|
|
6201
|
+
# value.
|
|
6092
6202
|
# @return [Boolean]
|
|
6093
6203
|
#
|
|
6094
6204
|
# @!attribute [rw] read_only
|
|
@@ -6100,6 +6210,7 @@ module Aws::FSx
|
|
|
6100
6210
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/OpenZFSCreateRootVolumeConfiguration AWS API Documentation
|
|
6101
6211
|
#
|
|
6102
6212
|
class OpenZFSCreateRootVolumeConfiguration < Struct.new(
|
|
6213
|
+
:record_size_ki_b,
|
|
6103
6214
|
:data_compression_type,
|
|
6104
6215
|
:nfs_exports,
|
|
6105
6216
|
:user_and_group_quotas,
|
|
@@ -6152,8 +6263,8 @@ module Aws::FSx
|
|
|
6152
6263
|
#
|
|
6153
6264
|
# @!attribute [rw] throughput_capacity
|
|
6154
6265
|
# The throughput of an Amazon FSx file system, measured in megabytes
|
|
6155
|
-
# per second (MBps)
|
|
6156
|
-
#
|
|
6266
|
+
# per second (MBps). Valid values are 64, 128, 256, 512, 1024, 2048,
|
|
6267
|
+
# 3072, or 4096 MB/s.
|
|
6157
6268
|
# @return [Integer]
|
|
6158
6269
|
#
|
|
6159
6270
|
# @!attribute [rw] weekly_maintenance_start_time
|
|
@@ -6202,8 +6313,8 @@ module Aws::FSx
|
|
|
6202
6313
|
include Aws::Structure
|
|
6203
6314
|
end
|
|
6204
6315
|
|
|
6205
|
-
# The Network File System NFS) configurations for mounting an Amazon
|
|
6206
|
-
# for OpenZFS file system.
|
|
6316
|
+
# The Network File System (NFS) configurations for mounting an Amazon
|
|
6317
|
+
# FSx for OpenZFS file system.
|
|
6207
6318
|
#
|
|
6208
6319
|
# @note When making an API call, you may pass OpenZFSNfsExport
|
|
6209
6320
|
# data as a hash:
|
|
@@ -6325,17 +6436,29 @@ module Aws::FSx
|
|
|
6325
6436
|
# on the parent volume.
|
|
6326
6437
|
# @return [Integer]
|
|
6327
6438
|
#
|
|
6439
|
+
# @!attribute [rw] record_size_ki_b
|
|
6440
|
+
# The record size of an OpenZFS volume, in kibibytes (KiB). Valid
|
|
6441
|
+
# values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB. The default
|
|
6442
|
+
# is 128 KiB. Most workloads should use the default record size. For
|
|
6443
|
+
# guidance on when to set a custom record size, see the *Amazon FSx
|
|
6444
|
+
# for OpenZFS User Guide*.
|
|
6445
|
+
# @return [Integer]
|
|
6446
|
+
#
|
|
6328
6447
|
# @!attribute [rw] data_compression_type
|
|
6329
|
-
#
|
|
6330
|
-
# compression type is
|
|
6331
|
-
# `DataCompressionType` value of their parent volume.
|
|
6448
|
+
# Specifies the method used to compress the data on the volume. The
|
|
6449
|
+
# compression type is `NONE` by default.
|
|
6332
6450
|
#
|
|
6333
|
-
# * `NONE` - Doesn't compress the data on the volume.
|
|
6451
|
+
# * `NONE` - Doesn't compress the data on the volume. `NONE` is the
|
|
6452
|
+
# default.
|
|
6334
6453
|
#
|
|
6335
6454
|
# * `ZSTD` - Compresses the data in the volume using the Zstandard
|
|
6336
|
-
# (ZSTD) compression algorithm.
|
|
6337
|
-
#
|
|
6338
|
-
#
|
|
6455
|
+
# (ZSTD) compression algorithm. Compared to LZ4, Z-Standard provides
|
|
6456
|
+
# a better compression ratio to minimize on-disk storage
|
|
6457
|
+
# utilization.
|
|
6458
|
+
#
|
|
6459
|
+
# * `LZ4` - Compresses the data in the volume using the LZ4
|
|
6460
|
+
# compression algorithm. Compared to Z-Standard, LZ4 is less
|
|
6461
|
+
# compute-intensive and delivers higher write throughput speeds.
|
|
6339
6462
|
# @return [String]
|
|
6340
6463
|
#
|
|
6341
6464
|
# @!attribute [rw] copy_tags_to_snapshots
|
|
@@ -6374,6 +6497,7 @@ module Aws::FSx
|
|
|
6374
6497
|
:volume_path,
|
|
6375
6498
|
:storage_capacity_reservation_gi_b,
|
|
6376
6499
|
:storage_capacity_quota_gi_b,
|
|
6500
|
+
:record_size_ki_b,
|
|
6377
6501
|
:data_compression_type,
|
|
6378
6502
|
:copy_tags_to_snapshots,
|
|
6379
6503
|
:origin_snapshot,
|
|
@@ -6810,6 +6934,10 @@ module Aws::FSx
|
|
|
6810
6934
|
# * `AVAILABLE` - The snapshot is fully available.
|
|
6811
6935
|
# @return [String]
|
|
6812
6936
|
#
|
|
6937
|
+
# @!attribute [rw] lifecycle_transition_reason
|
|
6938
|
+
# Describes why a resource lifecycle state changed.
|
|
6939
|
+
# @return [Types::LifecycleTransitionReason]
|
|
6940
|
+
#
|
|
6813
6941
|
# @!attribute [rw] tags
|
|
6814
6942
|
# A list of `Tag` values, with a maximum of 50 elements.
|
|
6815
6943
|
# @return [Array<Types::Tag>]
|
|
@@ -6829,6 +6957,7 @@ module Aws::FSx
|
|
|
6829
6957
|
:volume_id,
|
|
6830
6958
|
:creation_time,
|
|
6831
6959
|
:lifecycle,
|
|
6960
|
+
:lifecycle_transition_reason,
|
|
6832
6961
|
:tags,
|
|
6833
6962
|
:administrative_actions)
|
|
6834
6963
|
SENSITIVE = []
|
|
@@ -7029,8 +7158,7 @@ module Aws::FSx
|
|
|
7029
7158
|
include Aws::Structure
|
|
7030
7159
|
end
|
|
7031
7160
|
|
|
7032
|
-
# No
|
|
7033
|
-
# parameters.
|
|
7161
|
+
# No FSx for ONTAP SVMs were found based upon the supplied parameters.
|
|
7034
7162
|
#
|
|
7035
7163
|
# @!attribute [rw] message
|
|
7036
7164
|
# A detailed error message.
|
|
@@ -7625,8 +7753,8 @@ module Aws::FSx
|
|
|
7625
7753
|
#
|
|
7626
7754
|
# @!attribute [rw] throughput_capacity
|
|
7627
7755
|
# The throughput of an Amazon FSx file system, measured in megabytes
|
|
7628
|
-
# per second (MBps)
|
|
7629
|
-
#
|
|
7756
|
+
# per second (MBps). Valid values are 64, 128, 256, 512, 1024, 2048,
|
|
7757
|
+
# 3072, or 4096 MB/s.
|
|
7630
7758
|
# @return [Integer]
|
|
7631
7759
|
#
|
|
7632
7760
|
# @!attribute [rw] weekly_maintenance_start_time
|
|
@@ -7987,7 +8115,8 @@ module Aws::FSx
|
|
|
7987
8115
|
# {
|
|
7988
8116
|
# storage_capacity_reservation_gi_b: 1,
|
|
7989
8117
|
# storage_capacity_quota_gi_b: 1,
|
|
7990
|
-
#
|
|
8118
|
+
# record_size_ki_b: 1,
|
|
8119
|
+
# data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
|
|
7991
8120
|
# nfs_exports: [
|
|
7992
8121
|
# {
|
|
7993
8122
|
# client_configurations: [ # required
|
|
@@ -8011,26 +8140,47 @@ module Aws::FSx
|
|
|
8011
8140
|
# @!attribute [rw] storage_capacity_reservation_gi_b
|
|
8012
8141
|
# The amount of storage in gibibytes (GiB) to reserve from the parent
|
|
8013
8142
|
# volume. You can't reserve more storage than the parent volume has
|
|
8014
|
-
# reserved.
|
|
8143
|
+
# reserved. You can specify a value of `-1` to unset a volume's
|
|
8144
|
+
# storage capacity reservation.
|
|
8015
8145
|
# @return [Integer]
|
|
8016
8146
|
#
|
|
8017
8147
|
# @!attribute [rw] storage_capacity_quota_gi_b
|
|
8018
8148
|
# The maximum amount of storage in gibibytes (GiB) that the volume can
|
|
8019
8149
|
# use from its parent. You can specify a quota larger than the storage
|
|
8020
|
-
# on the parent volume.
|
|
8150
|
+
# on the parent volume. You can specify a value of `-1` to unset a
|
|
8151
|
+
# volume's storage capacity quota.
|
|
8152
|
+
# @return [Integer]
|
|
8153
|
+
#
|
|
8154
|
+
# @!attribute [rw] record_size_ki_b
|
|
8155
|
+
# Specifies the record size of an OpenZFS volume, in kibibytes (KiB).
|
|
8156
|
+
# Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB. The
|
|
8157
|
+
# default is 128 KiB. Most workloads should use the default record
|
|
8158
|
+
# size. Database workflows can benefit from a smaller record size,
|
|
8159
|
+
# while streaming workflows can benefit from a larger record size. For
|
|
8160
|
+
# additional guidance on when to set a custom record size, see [ Tips
|
|
8161
|
+
# for maximizing performance][1] in the *Amazon FSx for OpenZFS User
|
|
8162
|
+
# Guide*.
|
|
8163
|
+
#
|
|
8164
|
+
#
|
|
8165
|
+
#
|
|
8166
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#performance-tips-zfs
|
|
8021
8167
|
# @return [Integer]
|
|
8022
8168
|
#
|
|
8023
8169
|
# @!attribute [rw] data_compression_type
|
|
8024
|
-
# Specifies the method used to compress the data on the volume.
|
|
8025
|
-
#
|
|
8026
|
-
# `DataCompressionType` value of their parent volume.
|
|
8170
|
+
# Specifies the method used to compress the data on the volume. The
|
|
8171
|
+
# compression type is `NONE` by default.
|
|
8027
8172
|
#
|
|
8028
|
-
# * `NONE` - Doesn't compress the data on the volume.
|
|
8173
|
+
# * `NONE` - Doesn't compress the data on the volume. `NONE` is the
|
|
8174
|
+
# default.
|
|
8029
8175
|
#
|
|
8030
8176
|
# * `ZSTD` - Compresses the data in the volume using the Zstandard
|
|
8031
|
-
# (ZSTD) compression algorithm.
|
|
8032
|
-
#
|
|
8033
|
-
#
|
|
8177
|
+
# (ZSTD) compression algorithm. Compared to LZ4, Z-Standard provides
|
|
8178
|
+
# a better compression ratio to minimize on-disk storage
|
|
8179
|
+
# utilization.
|
|
8180
|
+
#
|
|
8181
|
+
# * `LZ4` - Compresses the data in the volume using the LZ4
|
|
8182
|
+
# compression algorithm. Compared to Z-Standard, LZ4 is less
|
|
8183
|
+
# compute-intensive and delivers higher write throughput speeds.
|
|
8034
8184
|
# @return [String]
|
|
8035
8185
|
#
|
|
8036
8186
|
# @!attribute [rw] nfs_exports
|
|
@@ -8052,6 +8202,7 @@ module Aws::FSx
|
|
|
8052
8202
|
class UpdateOpenZFSVolumeConfiguration < Struct.new(
|
|
8053
8203
|
:storage_capacity_reservation_gi_b,
|
|
8054
8204
|
:storage_capacity_quota_gi_b,
|
|
8205
|
+
:record_size_ki_b,
|
|
8055
8206
|
:data_compression_type,
|
|
8056
8207
|
:nfs_exports,
|
|
8057
8208
|
:user_and_group_quotas,
|
|
@@ -8224,7 +8375,8 @@ module Aws::FSx
|
|
|
8224
8375
|
# open_zfs_configuration: {
|
|
8225
8376
|
# storage_capacity_reservation_gi_b: 1,
|
|
8226
8377
|
# storage_capacity_quota_gi_b: 1,
|
|
8227
|
-
#
|
|
8378
|
+
# record_size_ki_b: 1,
|
|
8379
|
+
# data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
|
|
8228
8380
|
# nfs_exports: [
|
|
8229
8381
|
# {
|
|
8230
8382
|
# client_configurations: [ # required
|
|
@@ -8427,8 +8579,7 @@ module Aws::FSx
|
|
|
8427
8579
|
include Aws::Structure
|
|
8428
8580
|
end
|
|
8429
8581
|
|
|
8430
|
-
# No Amazon FSx
|
|
8431
|
-
# supplied parameters.
|
|
8582
|
+
# No Amazon FSx volumes were found based upon the supplied parameters.
|
|
8432
8583
|
#
|
|
8433
8584
|
# @!attribute [rw] message
|
|
8434
8585
|
# A detailed error message.
|
data/lib/aws-sdk-fsx.rb
CHANGED
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.52.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-03-03 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.127.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.127.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|