aws-sdk-fsx 1.102.0 → 1.104.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: 991c5785f26e014c8612a7afafebeba1cb52736a058aadbe7cc4ebd3cd343e16
4
- data.tar.gz: a3d2a3536797c56d02e10b8d08010120b7a3c64048f9c4a64412612b1cd198ee
3
+ metadata.gz: becbfc75becca2615559da5169f9439d19ac9468d93aa7a1f850784c9ec25023
4
+ data.tar.gz: c767738fa28581f459a4aec010e77f75b092bc6983142bc93927c3d35c10badd
5
5
  SHA512:
6
- metadata.gz: a738eac90bdf2a86bf0489959b392bc8dfd775ea8223c41645837ca12bc4e67deaf27fc56503e088dc6b22aa3ce5c3fcfd3f99142503d3213571727a236c3483
7
- data.tar.gz: 04b1a961c8a4e085b8e85f4adf3d7961e8dc1a493c078d80742c96bbe7697a4044f0ef339fd2207b988d3fc3b73ad8fc89779cf51e7412a1ca5c7863ea19c5d7
6
+ metadata.gz: 79e4e1392cfa4704db2a0b730d8bf1aa946c6cdce3e510a7653294dba0042a1367fb58546dab7d05faa524d398a49299e7f827504bf663902c01ef1c5de3c9b6
7
+ data.tar.gz: f5eb6d0d8cd58ccd617d06ffcbc26b07dcf244b7df66ef221d1f764a529d82a4dc0638bf9d3280156d2877f54547cec4fd6c29429c5ae816ca3cb4f02d1ad693
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.103.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.102.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.104.0
@@ -9331,7 +9331,7 @@ module Aws::FSx
9331
9331
  tracer: tracer
9332
9332
  )
9333
9333
  context[:gem_name] = 'aws-sdk-fsx'
9334
- context[:gem_version] = '1.102.0'
9334
+ context[:gem_version] = '1.104.0'
9335
9335
  Seahorse::Client::Request.new(handlers, context)
9336
9336
  end
9337
9337
 
@@ -99,7 +99,6 @@ module Aws::FSx
99
99
  #
100
100
  # * For Lustre, storage optimization consists of rebalancing the
101
101
  # data across the existing and newly added file servers.
102
- #
103
102
  # You can track the storage-optimization progress using the
104
103
  # `ProgressPercent` property. When `STORAGE_OPTIMIZATION` has been
105
104
  # completed successfully, the parent `FILE_SYSTEM_UPDATE` action
@@ -850,7 +849,7 @@ module Aws::FSx
850
849
  # `CompletionReport`. `REPORT_CSV_20191124` is the only format
851
850
  # currently supported. When `Format` is set to `REPORT_CSV_20191124`,
852
851
  # the `CompletionReport` is provided in CSV format, and is delivered
853
- # to `\{path\}/task-\{id\}/failures.csv`.
852
+ # to `{path}/task-{id}/failures.csv`.
854
853
  # @return [String]
855
854
  #
856
855
  # @!attribute [rw] scope
@@ -3632,7 +3631,6 @@ module Aws::FSx
3632
3631
  # `nfs://filer-domain-name`, which indicates the root of the
3633
3632
  # subdirectories specified with the `DataRepositorySubdirectories`
3634
3633
  # parameter.
3635
- #
3636
3634
  # * For Amazon File Cache, the path can be an S3 bucket or prefix in
3637
3635
  # the format `s3://bucket-name/prefix/` (where `prefix` is
3638
3636
  # optional).
@@ -5729,7 +5727,6 @@ module Aws::FSx
5729
5727
  # `nfs://filer-domain-name`, which indicates the root of the
5730
5728
  # subdirectories specified with the `DataRepositorySubdirectories`
5731
5729
  # parameter.
5732
- #
5733
5730
  # * The path can be an S3 bucket or prefix in the format
5734
5731
  # `s3://bucket-name/prefix/` (where `prefix` is optional).
5735
5732
  # @return [String]
data/lib/aws-sdk-fsx.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::FSx
54
54
  autoload :EndpointProvider, 'aws-sdk-fsx/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-fsx/endpoints'
56
56
 
57
- GEM_VERSION = '1.102.0'
57
+ GEM_VERSION = '1.104.0'
58
58
 
59
59
  end
60
60
 
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.102.0
4
+ version: 1.104.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core