aws-sdk-appfabric 1.25.0 → 1.27.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: 8003c11daff338cad98e8d325c4d630bdee1d7105a72244a724076721ec2d178
4
+ data.tar.gz: 2156cc7a1998caacffc45ccec579a3c32ec04f53ece5be33a3ff699f3cfb7ef1
5
5
  SHA512:
6
- metadata.gz: 53cac52f9307c88789bfb3456275d6e3774e8384bf034672f5a091d55893ef6f4fe25193180fbdda90a013c352a311c4461cc0043442fdde70a6042b248e3e1f
7
- data.tar.gz: ccf1397fef31b14a37ee0a54c99311f32784ae291f8dd459ba059545610c56c3ce79af6cccd54c5192048c2582634ebdddf6f4a006c2be3661705639ee14c4c1
6
+ metadata.gz: 95dcca3907569e86b6db6b71d4c77eeef9410148a8df4056ee087077107ee28ab5149ab47cfa47927f5fa8c9a5e99df1ab0f134cad0961107d1dea6660c8aabd
7
+ data.tar.gz: b4090eb9ce6cad004e88c11a13d33594313bcac826bcd88542a0ae33dfc62045ab91d3c16c77d1b64c9e220adc8aa8a871f5df221d940090ea49eef6a7a3aab7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.26.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.25.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.27.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.27.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.27.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.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="