aws-sdk-fsx 1.75.0 → 1.76.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46eb930b098fa3cb072d0a106e8c555b956f65c91bc6003d4a9ad4648224f499
4
- data.tar.gz: 7ce45fde6f774cec2eeb6f6f24e48ec2252dc57f67189b65b6923a8898c39e3c
3
+ metadata.gz: cb63e56f3e8c730d0743022625bcfe7833d4698fdf8d3164b116e69ef9155c54
4
+ data.tar.gz: 013b0252f0aed27beb5decbaad6922782334893d4f4210317659319530cfc5b0
5
5
  SHA512:
6
- metadata.gz: 65f12e7c17306a979d86e598e9e2960ca958e5357e4da5daa16fa99b541ec57e01b9f4992644a69d611b308413f2b10fd3a72ad51b4ab6dc454d27f9cc85efc5
7
- data.tar.gz: 7364b7c65d53cde7692bec7a26897bd5c774bf59220600b9c37877205ac56af898651c350a18cc59c8f78e0f54ecda21aa531016695ef61daf19bdcb3df1d2bc
6
+ metadata.gz: dc1524df496eb88f293fb8d030a0faa41af12bc12e6f76e4721724cb182796a450647b8fc4fc8dfc4327491f11638c72f627b070288bf72c5e0f7e362cce7551
7
+ data.tar.gz: f1d2a5f5a207af2a5efd39841b98832ef4799c9c0b0c0f932e5f51845c4e31ffd3f0f8027ae906d714e1cd31b342cb7debafe9c02b7de7e569517497e760c4e8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2023-09-08)
5
+ ------------------
6
+
7
+ * Feature - Amazon FSx documentation fixes
8
+
4
9
  1.75.0 (2023-08-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -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`m and `2.15`:
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.75.0'
8325
+ context[:gem_version] = '1.76.0'
8326
8326
  Seahorse::Client::Request.new(handlers, context)
8327
8327
  end
8328
8328
 
@@ -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`m and `2.15`:
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 have been exported
3469
- # to a linked S3 bucketed files from your Amazon FSx for Lustre file
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
- # is `2.10`, `2.12`, or `2.15`.
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-fsx/customizations'
52
52
  # @!group service
53
53
  module Aws::FSx
54
54
 
55
- GEM_VERSION = '1.75.0'
55
+ GEM_VERSION = '1.76.0'
56
56
 
57
57
  end
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.75.0
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-29 00:00:00.000000000 Z
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