aws-sdk-healthlake 1.23.0 → 1.24.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: 35d723acbc0cfb5f7c09cd8e2ab2895e3172534ff828473ae5218ebd229b39b9
4
- data.tar.gz: 7225e0b8f558486caa687c5732fdd088ba4b7305cb3ee1796b706ceb37b694f2
3
+ metadata.gz: d9d1a3b97d7d56bd0abe6d36c691838c2567aacfce9797a02b2ff33d971f8d8c
4
+ data.tar.gz: e181e7a36652dddb2b2f280bb33b2e7df4a8821028eec5bf7e87a48412e29173
5
5
  SHA512:
6
- metadata.gz: 9842659ce3de7edae69fba6daaca40333c11792f0d1235b1e38bb993547446d7d919c93e5003fad11e2115d238c3cabef7fd0782eebcc3836ced3e56aadbe1c5
7
- data.tar.gz: d1d3669bbbfbb11eb2c33e8e5ab596b493985fcec3d39b6d363b8e47602550b046f992f3b6e1e8347485daad8f57cf9f182f6989f298bfd0bb3793c2a5303ef0
6
+ metadata.gz: 58cfb271e95dc05c2ee7cdce5176bc8e34c259fcdc6db61af35847a196fbf93fdf2afcc7777872f2de955d100e343edd56ca922da744ceb3c37af99275ddf4b0
7
+ data.tar.gz: d0c3566066d0fbd1ba58a8c34d85e9a65349094e4b14e227febc9903695969a8c3cc75b3bef80e0775b74c7727ecb550fc0185ca81fc064a150f8b1fa8dd1d04
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.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.23.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -1081,7 +1081,7 @@ module Aws::HealthLake
1081
1081
  params: params,
1082
1082
  config: config)
1083
1083
  context[:gem_name] = 'aws-sdk-healthlake'
1084
- context[:gem_version] = '1.23.0'
1084
+ context[:gem_version] = '1.24.0'
1085
1085
  Seahorse::Client::Request.new(handlers, context)
1086
1086
  end
1087
1087
 
@@ -25,16 +25,17 @@ module Aws::HealthLake
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-healthlake/customizations'
52
52
  # @!group service
53
53
  module Aws::HealthLake
54
54
 
55
- GEM_VERSION = '1.23.0'
55
+ GEM_VERSION = '1.24.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-healthlake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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