aws-sdk-codeconnections 1.19.0 → 1.20.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: 75af789e2457f12f94faba60b247aaa82a7e60b22eb4dbba244bf60aee9b63da
4
- data.tar.gz: a9d333f54bab675f007bd1092b3782039d0f631bfba458f98d35d8a77f13a788
3
+ metadata.gz: 91ab69dc076b100d51e71af59414e9ec92f8cf1847741af323088045d62497c4
4
+ data.tar.gz: 559c93744b9cd73113840a6ea7fe982fd7ff6235c38e5b0cb4e6e143ea2b39cb
5
5
  SHA512:
6
- metadata.gz: 53a4911b33b73b158751cce06376883bc0af66ee31e310e53da4232b460ba46441280c51e445d7682f9cb421e1ffc0fdbc05980766d7b16443acc93757d160a0
7
- data.tar.gz: 618725c41f6088ee26ee3e68d589695ca201ecf3f0c9a8387dfbbb8d28fd816f063f173f9f0c11a73644e5573ee8b58c6a9772c41dce33106edaf1de32d24928
6
+ metadata.gz: 2dd389382ce920066292cf12ad4d37a8e2788be262eca95eb1ac34f4836eabe4b1043901fef559f347b9ac87dbcd8d4f932c3bc49a1a9e089b0d71b3722bcc3f
7
+ data.tar.gz: d7ad1c12a4d080b9d471835cc6885f79b741f023d504f98ee8c41251f64a7f62cb0f1aebf1bf571576188069297e5cd932a11f8b8df30bec5f7193eaaac787eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.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.19.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -200,8 +200,7 @@ module Aws::CodeConnections
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
@@ -1760,7 +1759,7 @@ module Aws::CodeConnections
1760
1759
  tracer: tracer
1761
1760
  )
1762
1761
  context[:gem_name] = 'aws-sdk-codeconnections'
1763
- context[:gem_version] = '1.19.0'
1762
+ context[:gem_version] = '1.20.0'
1764
1763
  Seahorse::Client::Request.new(handlers, context)
1765
1764
  end
1766
1765
 
@@ -54,7 +54,7 @@ module Aws::CodeConnections
54
54
  autoload :EndpointProvider, 'aws-sdk-codeconnections/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codeconnections/endpoints'
56
56
 
57
- GEM_VERSION = '1.19.0'
57
+ GEM_VERSION = '1.20.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-codeconnections
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services