aws-sdk-fsx 1.51.0 → 1.52.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +9 -3
- data/lib/aws-sdk-fsx/types.rb +83 -31
- data/lib/aws-sdk-fsx.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 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
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.52.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -1459,6 +1459,13 @@ module Aws::FSx
|
|
1459
1459
|
# one Amazon S3 bucket, and no other S3 bucket can be linked to the
|
1460
1460
|
# directory.
|
1461
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
|
+
#
|
1462
1469
|
# @option params [required, String] :data_repository_path
|
1463
1470
|
# The path to the Amazon S3 data repository that will be linked to the
|
1464
1471
|
# file system. The path can be an S3 bucket or prefix in the format
|
@@ -3055,8 +3062,7 @@ module Aws::FSx
|
|
3055
3062
|
req.send_request(options)
|
3056
3063
|
end
|
3057
3064
|
|
3058
|
-
# Creates an
|
3059
|
-
# storage volume.
|
3065
|
+
# Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
|
3060
3066
|
#
|
3061
3067
|
# @option params [String] :client_request_token
|
3062
3068
|
# (Optional) An idempotency token for resource creation, in a string of
|
@@ -6880,7 +6886,7 @@ module Aws::FSx
|
|
6880
6886
|
params: params,
|
6881
6887
|
config: config)
|
6882
6888
|
context[:gem_name] = 'aws-sdk-fsx'
|
6883
|
-
context[:gem_version] = '1.
|
6889
|
+
context[:gem_version] = '1.52.0'
|
6884
6890
|
Seahorse::Client::Request.new(handlers, context)
|
6885
6891
|
end
|
6886
6892
|
|
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
|
@@ -1571,14 +1578,14 @@ module Aws::FSx
|
|
1571
1578
|
#
|
1572
1579
|
# <note markdown="1"> This parameter is not supported for file systems with the
|
1573
1580
|
# `Persistent_2` deployment type. Instead, use
|
1574
|
-
# `CreateDataRepositoryAssociation
|
1581
|
+
# `CreateDataRepositoryAssociation` to create a data repository
|
1575
1582
|
# association to link your Lustre file system to a data repository.
|
1576
1583
|
#
|
1577
1584
|
# </note>
|
1578
1585
|
#
|
1579
1586
|
#
|
1580
1587
|
#
|
1581
|
-
# [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
|
1582
1589
|
# @return [String]
|
1583
1590
|
#
|
1584
1591
|
# @!attribute [rw] per_unit_storage_throughput
|
@@ -1732,6 +1739,10 @@ module Aws::FSx
|
|
1732
1739
|
# Specifies the IP address range in which the endpoints to access your
|
1733
1740
|
# file system will be created. By default, Amazon FSx selects an
|
1734
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.
|
1735
1746
|
# @return [String]
|
1736
1747
|
#
|
1737
1748
|
# @!attribute [rw] fsx_admin_password
|
@@ -1875,8 +1886,8 @@ module Aws::FSx
|
|
1875
1886
|
#
|
1876
1887
|
# @!attribute [rw] deployment_type
|
1877
1888
|
# Specifies the file system deployment type. Amazon FSx for OpenZFS
|
1878
|
-
# supports `SINGLE_AZ_1`. `SINGLE_AZ_1`
|
1879
|
-
# 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.
|
1880
1891
|
# @return [String]
|
1881
1892
|
#
|
1882
1893
|
# @!attribute [rw] throughput_capacity
|
@@ -2624,36 +2635,56 @@ module Aws::FSx
|
|
2624
2635
|
# }
|
2625
2636
|
#
|
2626
2637
|
# @!attribute [rw] parent_volume_id
|
2627
|
-
# 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.
|
2628
2640
|
# @return [String]
|
2629
2641
|
#
|
2630
2642
|
# @!attribute [rw] storage_capacity_reservation_gi_b
|
2631
|
-
#
|
2632
|
-
#
|
2633
|
-
#
|
2634
|
-
#
|
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
|
2635
2655
|
# @return [Integer]
|
2636
2656
|
#
|
2637
2657
|
# @!attribute [rw] storage_capacity_quota_gi_b
|
2638
|
-
#
|
2639
|
-
#
|
2640
|
-
#
|
2641
|
-
#
|
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
|
2642
2672
|
# @return [Integer]
|
2643
2673
|
#
|
2644
2674
|
# @!attribute [rw] record_size_ki_b
|
2645
|
-
# Specifies the
|
2646
|
-
# Valid values are 4, 8, 16, 32, 64, 128, 256, 512,
|
2647
|
-
# default is 128 KiB.
|
2648
|
-
#
|
2649
|
-
#
|
2650
|
-
#
|
2651
|
-
#
|
2652
|
-
#
|
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*.
|
2653
2684
|
#
|
2654
2685
|
#
|
2655
2686
|
#
|
2656
|
-
# [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#
|
2687
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#record-size-performance
|
2657
2688
|
# @return [Integer]
|
2658
2689
|
#
|
2659
2690
|
# @!attribute [rw] data_compression_type
|
@@ -2664,13 +2695,23 @@ module Aws::FSx
|
|
2664
2695
|
# default.
|
2665
2696
|
#
|
2666
2697
|
# * `ZSTD` - Compresses the data in the volume using the Zstandard
|
2667
|
-
# (ZSTD) compression algorithm.
|
2668
|
-
#
|
2669
|
-
#
|
2698
|
+
# (ZSTD) compression algorithm. ZSTD compression provides a higher
|
2699
|
+
# level of data compression and higher read throughput performance
|
2700
|
+
# than LZ4 compression.
|
2670
2701
|
#
|
2671
2702
|
# * `LZ4` - Compresses the data in the volume using the LZ4
|
2672
|
-
# compression algorithm.
|
2673
|
-
#
|
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
|
2674
2715
|
# @return [String]
|
2675
2716
|
#
|
2676
2717
|
# @!attribute [rw] copy_tags_to_snapshots
|
@@ -3203,6 +3244,13 @@ module Aws::FSx
|
|
3203
3244
|
# from or imported to. This file system directory can be linked to
|
3204
3245
|
# only one Amazon S3 bucket, and no other S3 bucket can be linked to
|
3205
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>
|
3206
3254
|
# @return [String]
|
3207
3255
|
#
|
3208
3256
|
# @!attribute [rw] data_repository_path
|
@@ -5860,6 +5908,11 @@ module Aws::FSx
|
|
5860
5908
|
# @!attribute [rw] endpoint_ip_address_range
|
5861
5909
|
# The IP address range in which the endpoints to access your file
|
5862
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.
|
5863
5916
|
# @return [String]
|
5864
5917
|
#
|
5865
5918
|
# @!attribute [rw] endpoints
|
@@ -6260,8 +6313,8 @@ module Aws::FSx
|
|
6260
6313
|
include Aws::Structure
|
6261
6314
|
end
|
6262
6315
|
|
6263
|
-
# The Network File System NFS) configurations for mounting an Amazon
|
6264
|
-
# for OpenZFS file system.
|
6316
|
+
# The Network File System (NFS) configurations for mounting an Amazon
|
6317
|
+
# FSx for OpenZFS file system.
|
6265
6318
|
#
|
6266
6319
|
# @note When making an API call, you may pass OpenZFSNfsExport
|
6267
6320
|
# data as a hash:
|
@@ -7105,8 +7158,7 @@ module Aws::FSx
|
|
7105
7158
|
include Aws::Structure
|
7106
7159
|
end
|
7107
7160
|
|
7108
|
-
# No
|
7109
|
-
# parameters.
|
7161
|
+
# No FSx for ONTAP SVMs were found based upon the supplied parameters.
|
7110
7162
|
#
|
7111
7163
|
# @!attribute [rw] message
|
7112
7164
|
# 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
|