aws-sdk-entityresolution 1.4.0 → 1.5.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: 76252f9a74f26736e4696782ebef55b3e6e0ad9952877500b4225fb5f930d3fb
4
- data.tar.gz: '091ce27fb44a7934f3fdea442151baa15bb429bd023c1293337b23a1d3787caa'
3
+ metadata.gz: '098da1f6657726654729f4ca544dd40c560606b402d4ad92ffdf20555e78defd'
4
+ data.tar.gz: 7dffbacdf1d860194074120b74f1aad2516934a488f8b24e64de39588ec48596
5
5
  SHA512:
6
- metadata.gz: b90bc747a24c5916f258bbb0fa82f405b122a4caa268d507e4353ef2e8da92daf1c2822d6e6ad5fd91a70a21c8c479775ff990ff9ae707f81e61507ef7620894
7
- data.tar.gz: 998ab1d0f2fe3591a15384672203e6320c3df50aa1a01782e77c84a1357949ed02ad9943e85e212fd79314ffe64400b8b7184c302457005f8ffe84f0452c0a25
6
+ metadata.gz: 3b47e41558dc7ca97f5b6ff30f213f720ee4b1c9b62bdb8d6aefe38f2cb8aaeffab7f5f33ff3cc1336ca72340bcf7e355c09b650a015e8f7c67982f0aabfd7e9
7
+ data.tar.gz: cb2e1f6046ee7206e153cc75b52fac9388b17fc3480a7d23d3f963ae397c6f64e88c3b7bd34e2103c1b14f911499fe800e8ceaa21b3b03e769dd987f78110118
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.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.4.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -1842,7 +1842,7 @@ module Aws::EntityResolution
1842
1842
  params: params,
1843
1843
  config: config)
1844
1844
  context[:gem_name] = 'aws-sdk-entityresolution'
1845
- context[:gem_version] = '1.4.0'
1845
+ context[:gem_version] = '1.5.0'
1846
1846
  Seahorse::Client::Request.new(handlers, context)
1847
1847
  end
1848
1848
 
@@ -25,16 +25,17 @@ module Aws::EntityResolution
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-entityresolution/customizations'
52
52
  # @!group service
53
53
  module Aws::EntityResolution
54
54
 
55
- GEM_VERSION = '1.4.0'
55
+ GEM_VERSION = '1.5.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-entityresolution
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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