aws-sdk-fsx 1.75.0 → 1.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +2 -2
- data/lib/aws-sdk-fsx/types.rb +5 -5
- 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: cb63e56f3e8c730d0743022625bcfe7833d4698fdf8d3164b116e69ef9155c54
|
|
4
|
+
data.tar.gz: 013b0252f0aed27beb5decbaad6922782334893d4f4210317659319530cfc5b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc1524df496eb88f293fb8d030a0faa41af12bc12e6f76e4721724cb182796a450647b8fc4fc8dfc4327491f11638c72f627b070288bf72c5e0f7e362cce7551
|
|
7
|
+
data.tar.gz: f1d2a5f5a207af2a5efd39841b98832ef4799c9c0b0c0f932e5f51845c4e31ffd3f0f8027ae906d714e1cd31b342cb7debafe9c02b7de7e569517497e760c4e8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.76.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
|
@@ -2308,7 +2308,7 @@ module Aws::FSx
|
|
|
2308
2308
|
# @option params [String] :file_system_type_version
|
|
2309
2309
|
# (Optional) For FSx for Lustre file systems, sets the Lustre version
|
|
2310
2310
|
# for the file system that you're creating. Valid values are `2.10`,
|
|
2311
|
-
# `2.12
|
|
2311
|
+
# `2.12`, and `2.15`:
|
|
2312
2312
|
#
|
|
2313
2313
|
# * 2\.10 is supported by the Scratch and Persistent\_1 Lustre deployment
|
|
2314
2314
|
# types.
|
|
@@ -8322,7 +8322,7 @@ module Aws::FSx
|
|
|
8322
8322
|
params: params,
|
|
8323
8323
|
config: config)
|
|
8324
8324
|
context[:gem_name] = 'aws-sdk-fsx'
|
|
8325
|
-
context[:gem_version] = '1.
|
|
8325
|
+
context[:gem_version] = '1.76.0'
|
|
8326
8326
|
Seahorse::Client::Request.new(handlers, context)
|
|
8327
8327
|
end
|
|
8328
8328
|
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
|
@@ -2205,7 +2205,7 @@ module Aws::FSx
|
|
|
2205
2205
|
# @!attribute [rw] file_system_type_version
|
|
2206
2206
|
# (Optional) For FSx for Lustre file systems, sets the Lustre version
|
|
2207
2207
|
# for the file system that you're creating. Valid values are `2.10`,
|
|
2208
|
-
# `2.12
|
|
2208
|
+
# `2.12`, and `2.15`:
|
|
2209
2209
|
#
|
|
2210
2210
|
# * 2\.10 is supported by the Scratch and Persistent\_1 Lustre
|
|
2211
2211
|
# deployment types.
|
|
@@ -3465,9 +3465,9 @@ module Aws::FSx
|
|
|
3465
3465
|
# transfer operations between an Amazon FSx for Lustre file system and
|
|
3466
3466
|
# a linked data repository.
|
|
3467
3467
|
#
|
|
3468
|
-
# * You use release data repository tasks to release
|
|
3469
|
-
# to a linked S3
|
|
3470
|
-
# system.
|
|
3468
|
+
# * You use release data repository tasks to release files that have
|
|
3469
|
+
# been exported to a linked S3 bucket from your Amazon FSx for Lustre
|
|
3470
|
+
# file system.
|
|
3471
3471
|
#
|
|
3472
3472
|
# * An Amazon File Cache resource uses a task to automatically release
|
|
3473
3473
|
# files from the cache.
|
|
@@ -5589,7 +5589,7 @@ module Aws::FSx
|
|
|
5589
5589
|
#
|
|
5590
5590
|
# @!attribute [rw] file_system_type_version
|
|
5591
5591
|
# The Lustre version of the Amazon FSx for Lustre file system, which
|
|
5592
|
-
#
|
|
5592
|
+
# can be `2.10`, `2.12`, or `2.15`.
|
|
5593
5593
|
# @return [String]
|
|
5594
5594
|
#
|
|
5595
5595
|
# @!attribute [rw] open_zfs_configuration
|
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.76.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-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|