aws-sdk-kafkaconnect 1.17.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a0d13084362adc58f23a2845b93f5150190142c7af6c5040e823882c5581f34
4
- data.tar.gz: 0e818bfcf0c749dfa845695b498148bae228eb74e36940ddb0a4784670d47255
3
+ metadata.gz: d76d88b391a972e5ac556d659e414ead2700461bc74279576b1d3d68eecb08a5
4
+ data.tar.gz: f1f582cccde780a85001cf5889b08fa57da72c6c420e84c06ec87f1edf9ec3b8
5
5
  SHA512:
6
- metadata.gz: b9be40aa4ea4ecef8bc137d31e9d2d6246fd88a7d184d2c784db62bf80133d1e6f1d30ccb315a35203a5dc70c5246d31a5ad3923d99e475acf41c1c70ab5729d
7
- data.tar.gz: 8339b8c6ca7405b75a5f10449dd24f6594e13afcf020d4ee0393736a7233d4e1e304f1e1de259c69b6ae570629f10053d1a39a361e17230fe48a4f162b260aff
6
+ metadata.gz: 7e2d040c5fd99c1c4bb762ac7f027e83a25084503c3c50aa9e620b27c434528b1685dd811959894492304e270056ed9ae3c09b9b82a6b86a825ad70ae6ecf17b
7
+ data.tar.gz: 5ce7e79e79ad3f81a139e87ae8c0d4c2b2130465016da4f738f45f2c3859877e57bc1546de354f3e68c95bcfd6184356fb0b8c4d32f26008be7340007518f4d4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.17.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -1108,7 +1108,7 @@ module Aws::KafkaConnect
1108
1108
  params: params,
1109
1109
  config: config)
1110
1110
  context[:gem_name] = 'aws-sdk-kafkaconnect'
1111
- context[:gem_version] = '1.17.0'
1111
+ context[:gem_version] = '1.18.0'
1112
1112
  Seahorse::Client::Request.new(handlers, context)
1113
1113
  end
1114
1114
 
@@ -25,16 +25,17 @@ module Aws::KafkaConnect
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-kafkaconnect/customizations'
52
52
  # @!group service
53
53
  module Aws::KafkaConnect
54
54
 
55
- GEM_VERSION = '1.17.0'
55
+ GEM_VERSION = '1.18.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kafkaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core