aws-sdk-fsx 1.75.0 → 1.77.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 +10 -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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d42714f048f44412eaf262a50074f362ee96259ba5c29006aa9c945658b3e75
|
4
|
+
data.tar.gz: c58b38bd914dd102fe8a9acf92c541043540a81461552945a3a3c904141ee5a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1753c1cd72158bfe81e07e0365b0f9dfe26068549fb6b146d8b00ab19d56941f20a72835b13ba1c37e968ea025734af170d1e5c15eb8bf959eb296c8f4722250
|
7
|
+
data.tar.gz: 61be39ea30059b26388610c756016bf861346c3e7aa3b805b481f6a73470e38a1e23a9298aedb828d638b3923f98094b69b8dc39fef3a362c3f3936faba3dfe9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.77.0 (2023-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.76.0 (2023-09-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon FSx documentation fixes
|
13
|
+
|
4
14
|
1.75.0 (2023-08-29)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.77.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.77.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.77.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-
|
11
|
+
date: 2023-09-27 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.184.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.184.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|