aws-sdk-healthlake 1.37.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: f0268daa8002137d148f3dc3859aa14607467778b9c5ef4e584630add8bb465e
4
- data.tar.gz: 6c143146274bb9380bc1ac009fb6224924d05f0933c3c57a7eddc7639ad2ca8b
3
+ metadata.gz: e588f9ea75537f4a061461d14ea218c24066842140fcc50949dbf59ba750735d
4
+ data.tar.gz: 30e528cf8ffa43a2a358ce3388abe49ba62e52a348aa21853116c16bec691221
5
5
  SHA512:
6
- metadata.gz: e78f3be1005995dcf2905be6f7722bb4a9c66b04147e3a890177241ea11a77fca4f4d8e30a7abf925888a5792c72fcd71025855c1c0f8faefa09f128c9bb56c0
7
- data.tar.gz: 6e9c67a2d1daca414ccab72afaad596b8e2dc7ced1fd6a412ed5d6582a302013640545b7d97a3449f800e497607858f93e41761334dbdc13e4129af8bc74d83f
6
+ metadata.gz: ab5a6fe8144f6e3b3e68e9eb0c5477753fc8593d03486dbd19fb118e42b5634e528dee08b39df11c0eff6efd343acb260daf18d3b1086dd548a8e3c076984dcb
7
+ data.tar.gz: 1b4888729585bcffbbcca3070994d4e045211669bd6115c313d2741b354985850f4d4206fef27567a09cf62c1320446a25b6aaf6544cf90f7b2b3ca533f4f73d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.38.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.37.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.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.37.0'
1165
+ context[:gem_version] = '1.39.0'
1168
1166
  Seahorse::Client::Request.new(handlers, context)
1169
1167
  end
1170
1168
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::HealthLake
11
12
  # @api private
12
13
  module ClientApi
@@ -1182,3 +1182,4 @@ module Aws::HealthLake
1182
1182
 
1183
1183
  end
1184
1184
  end
1185
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-healthlake/types'
15
- require_relative 'aws-sdk-healthlake/client_api'
16
- require_relative 'aws-sdk-healthlake/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-healthlake/client'
18
- require_relative 'aws-sdk-healthlake/errors'
19
- require_relative 'aws-sdk-healthlake/resource'
20
- require_relative 'aws-sdk-healthlake/endpoint_parameters'
21
- require_relative 'aws-sdk-healthlake/endpoint_provider'
22
- require_relative 'aws-sdk-healthlake/endpoints'
23
- require_relative 'aws-sdk-healthlake/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:healthlake)
24
15
 
25
16
  # This module provides support for Amazon HealthLake. This module is available in the
26
17
  # `aws-sdk-healthlake` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-healthlake/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::HealthLake
45
+ autoload :Types, 'aws-sdk-healthlake/types'
46
+ autoload :ClientApi, 'aws-sdk-healthlake/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-healthlake/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-healthlake/client'
51
+ autoload :Errors, 'aws-sdk-healthlake/errors'
52
+ autoload :Resource, 'aws-sdk-healthlake/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-healthlake/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-healthlake/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-healthlake/endpoints'
54
56
 
55
- GEM_VERSION = '1.37.0'
57
+ GEM_VERSION = '1.39.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-healthlake/customizations'
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.37.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-20 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