aws-sdk-kafkaconnect 1.38.0 → 1.39.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: 81d73c78df26b2d69f6b4e073be6f442c17d4816a326d994492851280143064f
4
- data.tar.gz: '08a0700bb3dad480576811ef78f2146df2f2e9c584f10349562dcbd4e7f39235'
3
+ metadata.gz: 4f12ba182cc0ef0a622cb614ff21d5be78ddf3c421419795037b3b89873806ea
4
+ data.tar.gz: 206cad66b8325156b4939e38dffb8cc2786575f0df1a04c069a8a198affa87c6
5
5
  SHA512:
6
- metadata.gz: 16dd04a9d8003c9d931fcfdde221ed57a6eeab0c65de9d0740e56bb284f1c9d5f2df27143967650639570cfb067ac2af89e64623eedc5befd75ae9d3ee17bf06
7
- data.tar.gz: 95ba755c232989139779e98fae12b5e3721a81dd0247bd69342409c6b2d2f3604303c02f7e0bc97fe252dc618ed5e07edb633b138fbb5dca8095b8649e30fcf1
6
+ metadata.gz: 11b5c96f913bb07385ff6e97af3b7ab6218fd90b8ed854676007ac297a4c6fe9b128526d457e29294933a0b6ccf0d3aacb9256d9580df1f8053201671e626ae0
7
+ data.tar.gz: 8e5931edb5c04e4157dd868765f0dbb5b29ee3be5fde435c847038fe01d050bcb91874fad7016b5ea755004d7fabbe7255e22d92e94461ce0398c1c4a36d68f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.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.38.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -200,8 +200,7 @@ module Aws::KafkaConnect
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
@@ -1474,7 +1473,7 @@ module Aws::KafkaConnect
1474
1473
  tracer: tracer
1475
1474
  )
1476
1475
  context[:gem_name] = 'aws-sdk-kafkaconnect'
1477
- context[:gem_version] = '1.38.0'
1476
+ context[:gem_version] = '1.39.0'
1478
1477
  Seahorse::Client::Request.new(handlers, context)
1479
1478
  end
1480
1479
 
@@ -55,7 +55,7 @@ module Aws::KafkaConnect
55
55
  autoload :EndpointProvider, 'aws-sdk-kafkaconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-kafkaconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.38.0'
58
+ GEM_VERSION = '1.39.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-kafkaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services