aws-sdk-healthlake 1.37.0 → 1.38.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: 0e9392551aacb7eae11f0cf0ee56f9d26ead502c139ad83fb74c85f1632b6b41
4
+ data.tar.gz: 9e8463dce278545ea4085bc2ffa003fd49de7410ae51c22445b22674bb587115
5
5
  SHA512:
6
- metadata.gz: e78f3be1005995dcf2905be6f7722bb4a9c66b04147e3a890177241ea11a77fca4f4d8e30a7abf925888a5792c72fcd71025855c1c0f8faefa09f128c9bb56c0
7
- data.tar.gz: 6e9c67a2d1daca414ccab72afaad596b8e2dc7ced1fd6a412ed5d6582a302013640545b7d97a3449f800e497607858f93e41761334dbdc13e4129af8bc74d83f
6
+ metadata.gz: 73c95fac99fefc1ab609f57a7373c4c9dda6d4cd6c2146ec91c5653e0af89956e0413e0c083ee69c0fcfd4ccfffb70d560c2c2a62dc548412fbf290553d779fc
7
+ data.tar.gz: 2d6c171ae52f63a062965679d59b53518bacb36a1bf81a7eabb1b1cb5560cef591ef6864cc31597b53481792d82f26dd1f8c809c2fee4a97461f11d2f377260c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.37.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -1164,7 +1164,7 @@ module Aws::HealthLake
1164
1164
  tracer: tracer
1165
1165
  )
1166
1166
  context[:gem_name] = 'aws-sdk-healthlake'
1167
- context[:gem_version] = '1.37.0'
1167
+ context[:gem_version] = '1.38.0'
1168
1168
  Seahorse::Client::Request.new(handlers, context)
1169
1169
  end
1170
1170
 
@@ -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,17 +11,6 @@
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'
24
-
25
14
  # This module provides support for Amazon HealthLake. This module is available in the
26
15
  # `aws-sdk-healthlake` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-healthlake/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::HealthLake
43
+ autoload :Types, 'aws-sdk-healthlake/types'
44
+ autoload :ClientApi, 'aws-sdk-healthlake/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-healthlake/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-healthlake/client'
49
+ autoload :Errors, 'aws-sdk-healthlake/errors'
50
+ autoload :Resource, 'aws-sdk-healthlake/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-healthlake/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-healthlake/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-healthlake/endpoints'
54
54
 
55
- GEM_VERSION = '1.37.0'
55
+ GEM_VERSION = '1.38.0'
56
56
 
57
57
  end
58
+
59
+ 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.38.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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core