aws-sdk-fsx 1.103.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: a492d0ca7f08f73c633cb5a1139454907fa3b035bd40806bc08d56c073522806
4
- data.tar.gz: 4653f128988095d72b2cad7d97dbd1b2dc8edcc9bad00fe3d4bdc6439c82e5f5
3
+ metadata.gz: becbfc75becca2615559da5169f9439d19ac9468d93aa7a1f850784c9ec25023
4
+ data.tar.gz: c767738fa28581f459a4aec010e77f75b092bc6983142bc93927c3d35c10badd
5
5
  SHA512:
6
- metadata.gz: c6147edd772dccc146894ae3ff515e2396edcabca6fcd71d66dc11ec7cb54f2fddaa0fe1989bac54d1cf9000a95376db3b91388ce17a6870632a0758f7302e88
7
- data.tar.gz: a2ccd1cfc4280eb094da1fee49df751c0c69535f6ac1e7b60fb0de4c86d877ad2514ad3589bd67090d9f9c0cd4f347daa2740c1798fa2148b38f95193d69143b
6
+ metadata.gz: 79e4e1392cfa4704db2a0b730d8bf1aa946c6cdce3e510a7653294dba0042a1367fb58546dab7d05faa524d398a49299e7f827504bf663902c01ef1c5de3c9b6
7
+ data.tar.gz: f5eb6d0d8cd58ccd617d06ffcbc26b07dcf244b7df66ef221d1f764a529d82a4dc0638bf9d3280156d2877f54547cec4fd6c29429c5ae816ca3cb4f02d1ad693
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.103.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.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.103.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
@@ -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.103.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.103.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-11-06 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