aws-sdk-appfabric 1.25.0 → 1.26.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: 2f84293d68661ca6fbd514c646d39064edc0c724333c9daabcab3151068f8810
4
- data.tar.gz: 8faf1d9b5bf55e051680387d85479cae311f4bcf9e9bac344139c15b95b5801b
3
+ metadata.gz: b8fd7a18032cdefc442863199d9c01fee3bcf3634a5ccad15bb37b111ec60850
4
+ data.tar.gz: bcc8905a65033a94d4503159af0480844e7a2eb56cb57798e3893c5ed9ec985d
5
5
  SHA512:
6
- metadata.gz: 53cac52f9307c88789bfb3456275d6e3774e8384bf034672f5a091d55893ef6f4fe25193180fbdda90a013c352a311c4461cc0043442fdde70a6042b248e3e1f
7
- data.tar.gz: ccf1397fef31b14a37ee0a54c99311f32784ae291f8dd459ba059545610c56c3ce79af6cccd54c5192048c2582634ebdddf6f4a006c2be3661705639ee14c4c1
6
+ metadata.gz: 0665b6bc67a97d075d89436316c44aa2f0dd02abab5a3deae87121af85bb9ce801e9e38d614bcf418e86c53de6ef5ad43bc4f63eea5cc68672937a01fbd3d49a
7
+ data.tar.gz: 9bdf43608d6962e198134036fb591fa2d6b5ed8e0de048d702383e383ce8ee8e303f3ec608add438d97f9e294f4bb7207d8cd7e7eb12475ccbb50dd86d667210
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.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.25.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -200,8 +200,7 @@ module Aws::AppFabric
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
@@ -1830,7 +1829,7 @@ module Aws::AppFabric
1830
1829
  tracer: tracer
1831
1830
  )
1832
1831
  context[:gem_name] = 'aws-sdk-appfabric'
1833
- context[:gem_version] = '1.25.0'
1832
+ context[:gem_version] = '1.26.0'
1834
1833
  Seahorse::Client::Request.new(handlers, context)
1835
1834
  end
1836
1835
 
@@ -55,7 +55,7 @@ module Aws::AppFabric
55
55
  autoload :EndpointProvider, 'aws-sdk-appfabric/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-appfabric/endpoints'
57
57
 
58
- GEM_VERSION = '1.25.0'
58
+ GEM_VERSION = '1.26.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appfabric
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services