aws-sdk-fsx 1.111.0 → 1.112.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 634344bb3be950ec6939538c8cbcff2c8b34b00f093ba468f2e0a5393eb5ae56
4
- data.tar.gz: 99d181a654d2a1c1bb381e2e0f63160722f74e4e2a11899cdf70f92c4ee1f616
3
+ metadata.gz: e68d6b91a3f1be99ea2ce176f8536c6135122efe3fa1897c31e46ac140429d95
4
+ data.tar.gz: a274a5c9079a58fe888c7b7a73e8b15ce553f9331136682aa0bcf4c9eef794e9
5
5
  SHA512:
6
- metadata.gz: cd94ff8e08c644d019f86f074f1109917245cdd77beeade1c7a98ce268bf82fb9ae78d1f5fb4da03c725466660807996f3c6ea3a4f7909749eb90f3782d18023
7
- data.tar.gz: 962fe6707064dbff61855fb9f02c9ffaf9ce6b65bfcc30553b2b2bd05b063a08d91323615a7a26092f62fee342dfeca48e263953d324e8a7f790c98bfb8798d9
6
+ metadata.gz: de0e1820775a3018d2fc77e821ccb8b6ac17cafda059d4f86c77d0aff93996117295b32199493f1f413c707c42930fd88ef8d4f6a1b29388939b4cd901a4f9cb
7
+ data.tar.gz: 56fe4bc39420f464ab7daa8dcb41a030f22b0e26376ca1aac46ab67736cdc0bedaf8b9efdd6331a194b575e37c5fbed284a5c4db1a9c112bf557b8eb4901aa7b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.112.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.111.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.111.0
1
+ 1.112.0
@@ -200,8 +200,7 @@ module Aws::FSx
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -9450,7 +9449,7 @@ module Aws::FSx
9450
9449
  tracer: tracer
9451
9450
  )
9452
9451
  context[:gem_name] = 'aws-sdk-fsx'
9453
- context[:gem_version] = '1.111.0'
9452
+ context[:gem_version] = '1.112.0'
9454
9453
  Seahorse::Client::Request.new(handlers, context)
9455
9454
  end
9456
9455
 
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.111.0'
57
+ GEM_VERSION = '1.112.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.111.0
4
+ version: 1.112.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services