aws-sdk-healthlake 1.38.0 → 1.39.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: 0e9392551aacb7eae11f0cf0ee56f9d26ead502c139ad83fb74c85f1632b6b41
4
- data.tar.gz: 9e8463dce278545ea4085bc2ffa003fd49de7410ae51c22445b22674bb587115
3
+ metadata.gz: e588f9ea75537f4a061461d14ea218c24066842140fcc50949dbf59ba750735d
4
+ data.tar.gz: 30e528cf8ffa43a2a358ce3388abe49ba62e52a348aa21853116c16bec691221
5
5
  SHA512:
6
- metadata.gz: 73c95fac99fefc1ab609f57a7373c4c9dda6d4cd6c2146ec91c5653e0af89956e0413e0c083ee69c0fcfd4ccfffb70d560c2c2a62dc548412fbf290553d779fc
7
- data.tar.gz: 2d6c171ae52f63a062965679d59b53518bacb36a1bf81a7eabb1b1cb5560cef591ef6864cc31597b53481792d82f26dd1f8c809c2fee4a97461f11d2f377260c
6
+ metadata.gz: ab5a6fe8144f6e3b3e68e9eb0c5477753fc8593d03486dbd19fb118e42b5634e528dee08b39df11c0eff6efd343acb260daf18d3b1086dd548a8e3c076984dcb
7
+ data.tar.gz: 1b4888729585bcffbbcca3070994d4e045211669bd6115c313d2741b354985850f4d4206fef27567a09cf62c1320446a25b6aaf6544cf90f7b2b3ca533f4f73d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2024-09-24)
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 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:healthlake)
40
-
41
39
  module Aws::HealthLake
42
40
  # An API client for HealthLake. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1164,7 +1162,7 @@ module Aws::HealthLake
1164
1162
  tracer: tracer
1165
1163
  )
1166
1164
  context[:gem_name] = 'aws-sdk-healthlake'
1167
- context[:gem_version] = '1.38.0'
1165
+ context[:gem_version] = '1.39.0'
1168
1166
  Seahorse::Client::Request.new(handlers, context)
1169
1167
  end
1170
1168
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:healthlake)
15
+
14
16
  # This module provides support for Amazon HealthLake. This module is available in the
15
17
  # `aws-sdk-healthlake` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::HealthLake
52
54
  autoload :EndpointProvider, 'aws-sdk-healthlake/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-healthlake/endpoints'
54
56
 
55
- GEM_VERSION = '1.38.0'
57
+ GEM_VERSION = '1.39.0'
56
58
 
57
59
  end
58
60
 
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.38.0
4
+ version: 1.39.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core