aws-sdk-fsx 1.74.0 → 1.75.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 +42 -18
- data/lib/aws-sdk-fsx/types.rb +64 -61
- 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: 46eb930b098fa3cb072d0a106e8c555b956f65c91bc6003d4a9ad4648224f499
|
4
|
+
data.tar.gz: 7ce45fde6f774cec2eeb6f6f24e48ec2252dc57f67189b65b6923a8898c39e3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65f12e7c17306a979d86e598e9e2960ca958e5357e4da5daa16fa99b541ec57e01b9f4992644a69d611b308413f2b10fd3a72ad51b4ab6dc454d27f9cc85efc5
|
7
|
+
data.tar.gz: 7364b7c65d53cde7692bec7a26897bd5c774bf59220600b9c37877205ac56af898651c350a18cc59c8f78e0f54ecda21aa531016695ef61daf19bdcb3df1d2bc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.75.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -1591,7 +1591,7 @@ module Aws::FSx
|
|
1591
1591
|
# data repository association is a link between a directory on the file
|
1592
1592
|
# system and an Amazon S3 bucket or prefix. You can have a maximum of 8
|
1593
1593
|
# data repository associations on a file system. Data repository
|
1594
|
-
# associations are supported on all FSx for Lustre 2.12 and
|
1594
|
+
# associations are supported on all FSx for Lustre 2.12 and 2.15 file
|
1595
1595
|
# systems, excluding `scratch_1` deployment type.
|
1596
1596
|
#
|
1597
1597
|
# Each data repository association must have a unique Amazon FSx file
|
@@ -1755,7 +1755,7 @@ module Aws::FSx
|
|
1755
1755
|
# to a linked data repository.
|
1756
1756
|
#
|
1757
1757
|
# You use release data repository tasks to release data from your file
|
1758
|
-
# system for files that are
|
1758
|
+
# system for files that are exported to S3. The metadata of released
|
1759
1759
|
# files remains on the file system so users or applications can still
|
1760
1760
|
# access released files by reading the files again, which will restore
|
1761
1761
|
# data from Amazon S3 to the FSx for Lustre file system.
|
@@ -1779,8 +1779,8 @@ module Aws::FSx
|
|
1779
1779
|
# a linked S3 bucket to your Amazon FSx for Lustre file system.
|
1780
1780
|
#
|
1781
1781
|
# * `RELEASE_DATA_FROM_FILESYSTEM` tasks release files in your Amazon
|
1782
|
-
# FSx for Lustre file system that
|
1783
|
-
# specified release criteria.
|
1782
|
+
# FSx for Lustre file system that have been exported to a linked S3
|
1783
|
+
# bucket and that meet your specified release criteria.
|
1784
1784
|
#
|
1785
1785
|
# * `AUTO_RELEASE_DATA` tasks automatically release files from an Amazon
|
1786
1786
|
# File Cache resource.
|
@@ -1790,7 +1790,7 @@ module Aws::FSx
|
|
1790
1790
|
# processed. If a path that you provide isn't valid, the task fails. If
|
1791
1791
|
# you don't provide paths, the default behavior is to export all files
|
1792
1792
|
# to S3 (for export tasks), import all files from S3 (for import tasks),
|
1793
|
-
# or release all
|
1793
|
+
# or release all exported files that meet the last accessed time
|
1794
1794
|
# criteria (for release tasks).
|
1795
1795
|
#
|
1796
1796
|
# * For export tasks, the list contains paths on the FSx for Lustre file
|
@@ -1807,10 +1807,10 @@ module Aws::FSx
|
|
1807
1807
|
# `s3://myBucket/myPrefix` (where `myPrefix` is optional).
|
1808
1808
|
#
|
1809
1809
|
# * For release tasks, the list contains directory or file paths on the
|
1810
|
-
# FSx for Lustre file system from which to release
|
1810
|
+
# FSx for Lustre file system from which to release exported files. If
|
1811
1811
|
# a directory is specified, files within the directory are released.
|
1812
1812
|
# If a file path is specified, only that file is released. To release
|
1813
|
-
# all
|
1813
|
+
# all exported files in the file system, specify a forward slash (/)
|
1814
1814
|
# as the path.
|
1815
1815
|
#
|
1816
1816
|
# <note markdown="1"> A file must also meet the last accessed time criteria specified in
|
@@ -2307,14 +2307,15 @@ module Aws::FSx
|
|
2307
2307
|
#
|
2308
2308
|
# @option params [String] :file_system_type_version
|
2309
2309
|
# (Optional) For FSx for Lustre file systems, sets the Lustre version
|
2310
|
-
# for the file system that you're creating. Valid values are `2.10
|
2311
|
-
# `2.12`:
|
2310
|
+
# for the file system that you're creating. Valid values are `2.10`,
|
2311
|
+
# `2.12`m and `2.15`:
|
2312
2312
|
#
|
2313
2313
|
# * 2\.10 is supported by the Scratch and Persistent\_1 Lustre deployment
|
2314
2314
|
# types.
|
2315
2315
|
#
|
2316
|
-
# * 2\.12
|
2317
|
-
# when setting FSx for Lustre `DeploymentType`
|
2316
|
+
# * 2\.12 and 2.15 are supported by all Lustre deployment types. `2.12`
|
2317
|
+
# or `2.15` is required when setting FSx for Lustre `DeploymentType`
|
2318
|
+
# to `PERSISTENT_2`.
|
2318
2319
|
#
|
2319
2320
|
# Default value = `2.10`, except when `DeploymentType` is set to
|
2320
2321
|
# `PERSISTENT_2`, then the default is `2.12`.
|
@@ -2861,7 +2862,8 @@ module Aws::FSx
|
|
2861
2862
|
#
|
2862
2863
|
# @option params [String] :file_system_type_version
|
2863
2864
|
# Sets the version for the Amazon FSx for Lustre file system that
|
2864
|
-
# you're creating from a backup. Valid values are `2.10
|
2865
|
+
# you're creating from a backup. Valid values are `2.10`, `2.12`, and
|
2866
|
+
# `2.15`.
|
2865
2867
|
#
|
2866
2868
|
# You don't need to specify `FileSystemTypeVersion` because it will be
|
2867
2869
|
# applied using the backup's `FileSystemTypeVersion` setting. If you
|
@@ -4254,7 +4256,7 @@ module Aws::FSx
|
|
4254
4256
|
# association, you have the option of deleting the data in the file
|
4255
4257
|
# system that corresponds to the data repository association. Data
|
4256
4258
|
# repository associations are supported on all FSx for Lustre 2.12 and
|
4257
|
-
#
|
4259
|
+
# 2.15 file systems, excluding `scratch_1` deployment type.
|
4258
4260
|
#
|
4259
4261
|
# @option params [required, String] :association_id
|
4260
4262
|
# The ID of the data repository association that you want to delete.
|
@@ -4368,9 +4370,24 @@ module Aws::FSx
|
|
4368
4370
|
# isn't subject to the file system's retention policy, and must be
|
4369
4371
|
# manually deleted.
|
4370
4372
|
#
|
4373
|
+
# To delete an Amazon FSx for Lustre file system, first [unmount][1] it
|
4374
|
+
# from every connected Amazon EC2 instance, then provide a
|
4375
|
+
# `FileSystemId` value to the `DeleFileSystem` operation. By default,
|
4376
|
+
# Amazon FSx will not take a final backup when the `DeleteFileSystem`
|
4377
|
+
# operation is invoked. On file systems not linked to an Amazon S3
|
4378
|
+
# bucket, set `SkipFinalBackup` to `false` to take a final backup of the
|
4379
|
+
# file system you are deleting. Backups cannot be enabled on S3-linked
|
4380
|
+
# file systems. To ensure all of your data is written back to S3 before
|
4381
|
+
# deleting your file system, you can either monitor for the
|
4382
|
+
# [AgeOfOldestQueuedMessage][2] metric to be zero (if using automatic
|
4383
|
+
# export) or you can run an [export data repository task][3]. If you
|
4384
|
+
# have automatic export enabled and want to use an export data
|
4385
|
+
# repository task, you have to disable automatic export before executing
|
4386
|
+
# the export data repository task.
|
4387
|
+
#
|
4371
4388
|
# The `DeleteFileSystem` operation returns while the file system has the
|
4372
4389
|
# `DELETING` status. You can check the file system deletion status by
|
4373
|
-
# calling the [DescribeFileSystems][
|
4390
|
+
# calling the [DescribeFileSystems][4] operation, which returns a list
|
4374
4391
|
# of file systems in your account. If you pass the file system ID for a
|
4375
4392
|
# deleted file system, the `DescribeFileSystems` operation returns a
|
4376
4393
|
# `FileSystemNotFound` error.
|
@@ -4386,7 +4403,10 @@ module Aws::FSx
|
|
4386
4403
|
#
|
4387
4404
|
#
|
4388
4405
|
#
|
4389
|
-
# [1]: https://docs.aws.amazon.com/fsx/latest/
|
4406
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/unmounting-fs.html
|
4407
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/monitoring-cloudwatch.html#auto-import-export-metrics
|
4408
|
+
# [3]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/export-data-repo-task-dra.html
|
4409
|
+
# [4]: https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeFileSystems.html
|
4390
4410
|
#
|
4391
4411
|
# @option params [required, String] :file_system_id
|
4392
4412
|
# The ID of the file system that you want to delete.
|
@@ -5146,7 +5166,7 @@ module Aws::FSx
|
|
5146
5166
|
# File Cache data repository associations, if one or more
|
5147
5167
|
# `AssociationIds` values are provided in the request, or if filters are
|
5148
5168
|
# used in the request. Data repository associations are supported on
|
5149
|
-
# Amazon File Cache resources and all FSx for Lustre 2.12 and
|
5169
|
+
# Amazon File Cache resources and all FSx for Lustre 2.12 and 2,15 file
|
5150
5170
|
# systems, excluding `scratch_1` deployment type.
|
5151
5171
|
#
|
5152
5172
|
# You can use filters to narrow the response to include just data
|
@@ -7054,7 +7074,7 @@ module Aws::FSx
|
|
7054
7074
|
|
7055
7075
|
# Updates the configuration of an existing data repository association
|
7056
7076
|
# on an Amazon FSx for Lustre file system. Data repository associations
|
7057
|
-
# are supported on all FSx for Lustre 2.12 and
|
7077
|
+
# are supported on all FSx for Lustre 2.12 and 2.15 file systems,
|
7058
7078
|
# excluding `scratch_1` deployment type.
|
7059
7079
|
#
|
7060
7080
|
# @option params [required, String] :association_id
|
@@ -7282,6 +7302,8 @@ module Aws::FSx
|
|
7282
7302
|
# For FSx for OpenZFS file systems, you can update the following
|
7283
7303
|
# properties:
|
7284
7304
|
#
|
7305
|
+
# * `AddRouteTableIds`
|
7306
|
+
#
|
7285
7307
|
# * `AutomaticBackupRetentionDays`
|
7286
7308
|
#
|
7287
7309
|
# * `CopyTagsToBackups`
|
@@ -7292,6 +7314,8 @@ module Aws::FSx
|
|
7292
7314
|
#
|
7293
7315
|
# * `DiskIopsConfiguration`
|
7294
7316
|
#
|
7317
|
+
# * `RemoveRouteTableIds`
|
7318
|
+
#
|
7295
7319
|
# * `StorageCapacity`
|
7296
7320
|
#
|
7297
7321
|
# * `ThroughputCapacity`
|
@@ -8298,7 +8322,7 @@ module Aws::FSx
|
|
8298
8322
|
params: params,
|
8299
8323
|
config: config)
|
8300
8324
|
context[:gem_name] = 'aws-sdk-fsx'
|
8301
|
-
context[:gem_version] = '1.
|
8325
|
+
context[:gem_version] = '1.75.0'
|
8302
8326
|
Seahorse::Client::Request.new(handlers, context)
|
8303
8327
|
end
|
8304
8328
|
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -1051,8 +1051,8 @@ module Aws::FSx
|
|
1051
1051
|
# from a linked S3 bucket to your Amazon FSx for Lustre file system.
|
1052
1052
|
#
|
1053
1053
|
# * `RELEASE_DATA_FROM_FILESYSTEM` tasks release files in your Amazon
|
1054
|
-
# FSx for Lustre file system that
|
1055
|
-
# specified release criteria.
|
1054
|
+
# FSx for Lustre file system that have been exported to a linked S3
|
1055
|
+
# bucket and that meet your specified release criteria.
|
1056
1056
|
#
|
1057
1057
|
# * `AUTO_RELEASE_DATA` tasks automatically release files from an
|
1058
1058
|
# Amazon File Cache resource.
|
@@ -1063,7 +1063,7 @@ module Aws::FSx
|
|
1063
1063
|
# processed. If a path that you provide isn't valid, the task fails.
|
1064
1064
|
# If you don't provide paths, the default behavior is to export all
|
1065
1065
|
# files to S3 (for export tasks), import all files from S3 (for import
|
1066
|
-
# tasks), or release all
|
1066
|
+
# tasks), or release all exported files that meet the last accessed
|
1067
1067
|
# time criteria (for release tasks).
|
1068
1068
|
#
|
1069
1069
|
# * For export tasks, the list contains paths on the FSx for Lustre
|
@@ -1080,10 +1080,10 @@ module Aws::FSx
|
|
1080
1080
|
# format `s3://myBucket/myPrefix` (where `myPrefix` is optional).
|
1081
1081
|
#
|
1082
1082
|
# * For release tasks, the list contains directory or file paths on
|
1083
|
-
# the FSx for Lustre file system from which to release
|
1083
|
+
# the FSx for Lustre file system from which to release exported
|
1084
1084
|
# files. If a directory is specified, files within the directory are
|
1085
1085
|
# released. If a file path is specified, only that file is released.
|
1086
|
-
# To release all
|
1086
|
+
# To release all exported files in the file system, specify a
|
1087
1087
|
# forward slash (/) as the path.
|
1088
1088
|
#
|
1089
1089
|
# <note markdown="1"> A file must also meet the last accessed time criteria specified in
|
@@ -1439,7 +1439,8 @@ module Aws::FSx
|
|
1439
1439
|
#
|
1440
1440
|
# @!attribute [rw] file_system_type_version
|
1441
1441
|
# Sets the version for the Amazon FSx for Lustre file system that
|
1442
|
-
# you're creating from a backup. Valid values are `2.10
|
1442
|
+
# you're creating from a backup. Valid values are `2.10`, `2.12`, and
|
1443
|
+
# `2.15`.
|
1443
1444
|
#
|
1444
1445
|
# You don't need to specify `FileSystemTypeVersion` because it will
|
1445
1446
|
# be applied using the backup's `FileSystemTypeVersion` setting. If
|
@@ -1838,11 +1839,11 @@ module Aws::FSx
|
|
1838
1839
|
# @return [String]
|
1839
1840
|
#
|
1840
1841
|
# @!attribute [rw] route_table_ids
|
1841
|
-
# (Multi-AZ only) Specifies the
|
1842
|
-
#
|
1843
|
-
# should specify all VPC route tables
|
1844
|
-
# which your clients are located. By
|
1845
|
-
# VPC's default route table.
|
1842
|
+
# (Multi-AZ only) Specifies the route tables in which Amazon FSx
|
1843
|
+
# creates the rules for routing traffic to the correct file server.
|
1844
|
+
# You should specify all virtual private cloud (VPC) route tables
|
1845
|
+
# associated with the subnets in which your clients are located. By
|
1846
|
+
# default, Amazon FSx selects your VPC's default route table.
|
1846
1847
|
# @return [Array<String>]
|
1847
1848
|
#
|
1848
1849
|
# @!attribute [rw] throughput_capacity
|
@@ -1929,19 +1930,21 @@ module Aws::FSx
|
|
1929
1930
|
# * `MULTI_AZ_1`- Creates file systems with high availability that are
|
1930
1931
|
# configured for Multi-AZ redundancy to tolerate temporary
|
1931
1932
|
# unavailability in Availability Zones (AZs). `Multi_AZ_1` is
|
1932
|
-
# available in the
|
1933
|
+
# available only in the US East (N. Virginia), US East (Ohio), US
|
1934
|
+
# West (Oregon), Asia Pacific (Singapore), Asia Pacific (Tokyo), and
|
1935
|
+
# Europe (Ireland) Amazon Web Services Regions.
|
1933
1936
|
#
|
1934
|
-
# * `SINGLE_AZ_1`-
|
1935
|
-
#
|
1936
|
-
#
|
1937
|
-
# available.
|
1937
|
+
# * `SINGLE_AZ_1`- Creates file systems with throughput capacities of
|
1938
|
+
# 64 - 4,096 MB/s. `Single_AZ_1` is available in all Amazon Web
|
1939
|
+
# Services Regions where Amazon FSx for OpenZFS is available.
|
1938
1940
|
#
|
1939
1941
|
# * `SINGLE_AZ_2`- Creates file systems with throughput capacities of
|
1940
1942
|
# 160 - 10,240 MB/s using an NVMe L2ARC cache. `Single_AZ_2` is
|
1941
1943
|
# available only in the US East (N. Virginia), US East (Ohio), US
|
1942
|
-
# West (Oregon),
|
1944
|
+
# West (Oregon), Asia Pacific (Singapore), Asia Pacific (Tokyo), and
|
1945
|
+
# Europe (Ireland) Amazon Web Services Regions.
|
1943
1946
|
#
|
1944
|
-
# For more information, see
|
1947
|
+
# For more information, see [Deployment type availability][1] and
|
1945
1948
|
# [File system performance][2] in the *Amazon FSx for OpenZFS User
|
1946
1949
|
# Guide*.
|
1947
1950
|
#
|
@@ -1956,12 +1959,12 @@ module Aws::FSx
|
|
1956
1959
|
# measured in megabytes per second (MBps). Valid values depend on the
|
1957
1960
|
# DeploymentType you choose, as follows:
|
1958
1961
|
#
|
1962
|
+
# * For `MULTI_AZ_1` and `SINGLE_AZ_2`, valid values are 160, 320,
|
1963
|
+
# 640, 1280, 2560, 3840, 5120, 7680, or 10240 MBps.
|
1964
|
+
#
|
1959
1965
|
# * For `SINGLE_AZ_1`, valid values are 64, 128, 256, 512, 1024, 2048,
|
1960
1966
|
# 3072, or 4096 MBps.
|
1961
1967
|
#
|
1962
|
-
# * For `SINGLE_AZ_2`, valid values are 160, 320, 640, 1280, 2560,
|
1963
|
-
# 3840, 5120, 7680, or 10240 MBps.
|
1964
|
-
#
|
1965
1968
|
# You pay for additional throughput capacity that you provision.
|
1966
1969
|
# @return [Integer]
|
1967
1970
|
#
|
@@ -2014,11 +2017,11 @@ module Aws::FSx
|
|
2014
2017
|
# @return [String]
|
2015
2018
|
#
|
2016
2019
|
# @!attribute [rw] route_table_ids
|
2017
|
-
# (Multi-AZ only) Specifies the
|
2018
|
-
#
|
2019
|
-
# should specify all VPC route tables
|
2020
|
-
# which your clients are located. By
|
2021
|
-
# VPC's default route table.
|
2020
|
+
# (Multi-AZ only) Specifies the route tables in which Amazon FSx
|
2021
|
+
# creates the rules for routing traffic to the correct file server.
|
2022
|
+
# You should specify all virtual private cloud (VPC) route tables
|
2023
|
+
# associated with the subnets in which your clients are located. By
|
2024
|
+
# default, Amazon FSx selects your VPC's default route table.
|
2022
2025
|
# @return [Array<String>]
|
2023
2026
|
#
|
2024
2027
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemOpenZFSConfiguration AWS API Documentation
|
@@ -2201,15 +2204,15 @@ module Aws::FSx
|
|
2201
2204
|
#
|
2202
2205
|
# @!attribute [rw] file_system_type_version
|
2203
2206
|
# (Optional) For FSx for Lustre file systems, sets the Lustre version
|
2204
|
-
# for the file system that you're creating. Valid values are `2.10
|
2205
|
-
# and `2.
|
2207
|
+
# for the file system that you're creating. Valid values are `2.10`,
|
2208
|
+
# `2.12`m and `2.15`:
|
2206
2209
|
#
|
2207
2210
|
# * 2\.10 is supported by the Scratch and Persistent\_1 Lustre
|
2208
2211
|
# deployment types.
|
2209
2212
|
#
|
2210
|
-
# * 2\.12
|
2211
|
-
# required when setting FSx for Lustre `DeploymentType`
|
2212
|
-
# `PERSISTENT_2`.
|
2213
|
+
# * 2\.12 and 2.15 are supported by all Lustre deployment types. `2.12`
|
2214
|
+
# or `2.15` is required when setting FSx for Lustre `DeploymentType`
|
2215
|
+
# to `PERSISTENT_2`.
|
2213
2216
|
#
|
2214
2217
|
# Default value = `2.10`, except when `DeploymentType` is set to
|
2215
2218
|
# `PERSISTENT_2`, then the default is `2.12`.
|
@@ -3114,8 +3117,8 @@ module Aws::FSx
|
|
3114
3117
|
# * `DescribeDataRepositoryAssociations`
|
3115
3118
|
#
|
3116
3119
|
# Data repository associations are supported on Amazon File Cache
|
3117
|
-
# resources and all FSx for Lustre 2.12 and
|
3118
|
-
#
|
3120
|
+
# resources and all FSx for Lustre 2.12 and 2.15 file systems, excluding
|
3121
|
+
# `scratch_1` deployment type.
|
3119
3122
|
#
|
3120
3123
|
# @!attribute [rw] association_id
|
3121
3124
|
# The system-generated, unique ID of the data repository association.
|
@@ -3462,8 +3465,9 @@ module Aws::FSx
|
|
3462
3465
|
# transfer operations between an Amazon FSx for Lustre file system and
|
3463
3466
|
# a linked data repository.
|
3464
3467
|
#
|
3465
|
-
# * You use release data repository tasks to release
|
3466
|
-
# your Amazon FSx for Lustre file
|
3468
|
+
# * You use release data repository tasks to release have been exported
|
3469
|
+
# to a linked S3 bucketed files from your Amazon FSx for Lustre file
|
3470
|
+
# system.
|
3467
3471
|
#
|
3468
3472
|
# * An Amazon File Cache resource uses a task to automatically release
|
3469
3473
|
# files from the cache.
|
@@ -3519,8 +3523,8 @@ module Aws::FSx
|
|
3519
3523
|
# from a linked S3 bucket to your Amazon FSx for Lustre file system.
|
3520
3524
|
#
|
3521
3525
|
# * `RELEASE_DATA_FROM_FILESYSTEM` tasks release files in your Amazon
|
3522
|
-
# FSx for Lustre file system that
|
3523
|
-
# specified release criteria.
|
3526
|
+
# FSx for Lustre file system that have been exported to a linked S3
|
3527
|
+
# bucket and that meet your specified release criteria.
|
3524
3528
|
#
|
3525
3529
|
# * `AUTO_RELEASE_DATA` tasks automatically release files from an
|
3526
3530
|
# Amazon File Cache resource.
|
@@ -4915,9 +4919,9 @@ module Aws::FSx
|
|
4915
4919
|
end
|
4916
4920
|
|
4917
4921
|
# Defines the minimum amount of time since last access for a file to be
|
4918
|
-
# eligible for release. Only
|
4919
|
-
# modified before this point-in-time are
|
4920
|
-
# the Amazon FSx for Lustre file system.
|
4922
|
+
# eligible for release. Only files that have been exported to S3 and
|
4923
|
+
# that were last accessed or modified before this point-in-time are
|
4924
|
+
# eligible to be released from the Amazon FSx for Lustre file system.
|
4921
4925
|
#
|
4922
4926
|
# @!attribute [rw] unit
|
4923
4927
|
# The unit of time used by the `Value` parameter to determine if a
|
@@ -4927,13 +4931,13 @@ module Aws::FSx
|
|
4927
4931
|
#
|
4928
4932
|
# @!attribute [rw] value
|
4929
4933
|
# An integer that represents the minimum amount of time (in days)
|
4930
|
-
# since a file was last accessed in the file system. Only
|
4934
|
+
# since a file was last accessed in the file system. Only exported
|
4931
4935
|
# files with a `MAX(atime, ctime, mtime)` timestamp that is more than
|
4932
4936
|
# this amount of time in the past (relative to the task create time)
|
4933
4937
|
# will be released. The default of `Value` is `0`. This is a required
|
4934
4938
|
# parameter.
|
4935
4939
|
#
|
4936
|
-
# <note markdown="1"> If an
|
4940
|
+
# <note markdown="1"> If an exported file meets the last accessed time criteria, its file
|
4937
4941
|
# or directory path must also be specified in the `Paths` parameter of
|
4938
4942
|
# the operation in order for the file to be released.
|
4939
4943
|
#
|
@@ -5584,8 +5588,8 @@ module Aws::FSx
|
|
5584
5588
|
# @return [Types::OntapFileSystemConfiguration]
|
5585
5589
|
#
|
5586
5590
|
# @!attribute [rw] file_system_type_version
|
5587
|
-
# The Lustre version of the Amazon FSx for Lustre file system,
|
5588
|
-
# `2.10` or `2.
|
5591
|
+
# The Lustre version of the Amazon FSx for Lustre file system, which
|
5592
|
+
# is `2.10`, `2.12`, or `2.15`.
|
5589
5593
|
# @return [String]
|
5590
5594
|
#
|
5591
5595
|
# @!attribute [rw] open_zfs_configuration
|
@@ -5995,11 +5999,10 @@ module Aws::FSx
|
|
5995
5999
|
#
|
5996
6000
|
# The `PERSISTENT_1` and `PERSISTENT_2` deployment type is used for
|
5997
6001
|
# longer-term storage and workloads and encryption of data in transit.
|
5998
|
-
# `PERSISTENT_2`
|
5999
|
-
#
|
6000
|
-
#
|
6001
|
-
# FSx for Lustre deployment
|
6002
|
-
# options][1].
|
6002
|
+
# `PERSISTENT_2` offers higher `PerUnitStorageThroughput` (up to 1000
|
6003
|
+
# MB/s/TiB) along with a lower minimum storage capacity requirement
|
6004
|
+
# (600 GiB). To learn more about FSx for Lustre deployment types, see
|
6005
|
+
# [ FSx for Lustre deployment options][1].
|
6003
6006
|
#
|
6004
6007
|
# The default is `SCRATCH_1`.
|
6005
6008
|
#
|
@@ -7036,19 +7039,19 @@ module Aws::FSx
|
|
7036
7039
|
end
|
7037
7040
|
|
7038
7041
|
# The configuration that specifies a minimum amount of time since last
|
7039
|
-
# access for an
|
7042
|
+
# access for an exported file to be eligible for release from an Amazon
|
7040
7043
|
# FSx for Lustre file system. Only files that were last accessed before
|
7041
7044
|
# this point-in-time can be released. For example, if you specify a last
|
7042
7045
|
# accessed time criteria of 9 days, only files that were last accessed
|
7043
7046
|
# 9.00001 or more days ago can be released.
|
7044
7047
|
#
|
7045
|
-
# Only file data that has been
|
7046
|
-
# not yet been
|
7047
|
-
# exported, are not eligible for release. When files
|
7048
|
-
# metadata stays on the file system, so they can
|
7049
|
-
# later. Users and applications can access a released
|
7050
|
-
# the file again, which restores data from Amazon S3 to
|
7051
|
-
# Lustre file system.
|
7048
|
+
# Only file data that has been exported to S3 can be released. Files
|
7049
|
+
# that have not yet been exported to S3, such as new or changed files
|
7050
|
+
# that have not been exported, are not eligible for release. When files
|
7051
|
+
# are released, their metadata stays on the file system, so they can
|
7052
|
+
# still be accessed later. Users and applications can access a released
|
7053
|
+
# file by reading the file again, which restores data from Amazon S3 to
|
7054
|
+
# the FSx for Lustre file system.
|
7052
7055
|
#
|
7053
7056
|
# <note markdown="1"> If a file meets the last accessed time criteria, its file or directory
|
7054
7057
|
# path must also be specified with the `Paths` parameter of the
|
@@ -7057,7 +7060,7 @@ module Aws::FSx
|
|
7057
7060
|
# </note>
|
7058
7061
|
#
|
7059
7062
|
# @!attribute [rw] duration_since_last_access
|
7060
|
-
# Defines the point-in-time since an
|
7063
|
+
# Defines the point-in-time since an exported file was last accessed,
|
7061
7064
|
# in order for that file to be eligible for release. Only files that
|
7062
7065
|
# were last accessed before this point-in-time are eligible to be
|
7063
7066
|
# released from the file system.
|
@@ -8481,11 +8484,11 @@ module Aws::FSx
|
|
8481
8484
|
# megabytes per second
(MB/s). Valid values depend on the
|
8482
8485
|
# DeploymentType you choose, as follows:
|
8483
8486
|
#
|
8487
|
+
# * For `MULTI_AZ_1` and `SINGLE_AZ_2`, valid values are 160, 320,
|
8488
|
+
# 640, 1280, 2560, 3840, 5120, 7680, or 10240 MBps.
|
8489
|
+
#
|
8484
8490
|
# * For `SINGLE_AZ_1`, valid values are 64, 128, 256, 512, 1024, 2048,
|
8485
8491
|
# 3072, or 4096 MB/s.
|
8486
|
-
#
|
8487
|
-
# * For `SINGLE_AZ_2`, valid values are 160, 320, 640, 1280, 2560,
|
8488
|
-
# 3840, 5120, 7680, or 10240 MB/s.
|
8489
8492
|
# @return [Integer]
|
8490
8493
|
#
|
8491
8494
|
# @!attribute [rw] weekly_maintenance_start_time
|
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.75.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: 2023-08-
|
11
|
+
date: 2023-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|