aws-sdk-healthlake 1.46.0 → 1.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d98095fe58aee5d3aa2dba9f367941c69106f68ce8c1a0f9111ccb54c45d9d9c
4
- data.tar.gz: 4ba4fa552e51f28d9307ee39d3ac8c3d682492188521929fae463fcccd789e2c
3
+ metadata.gz: ba74e10e44ad06d5da5db73b0131cdb71e3cb77a5adf35c1ca9ff5456bb6c071
4
+ data.tar.gz: e5e18c21c2790e3c3441d95d4aee50db3bf2b31e113c3f1542308a43c8c723c7
5
5
  SHA512:
6
- metadata.gz: 262c4cfe2e8d404ae233519a7ab2758767768249687c8b390790ecd87ff986678dadf41c87f0f93d1eb375c641a9774588ea0a4457f7119636d3344bde323fb1
7
- data.tar.gz: d0dc590daa96cbb8eed2bb4046606c2f2b8edbf7b1fc5c96ac0db59555e40189fecfeaab7b00fc63bc17bb9286d1471dd4c28cf5f44851a073404860632c2320
6
+ metadata.gz: de492056c3708fe796cdbfc80eabe61fc07be6809ef99bf2473abeef003433f2acf21ed877cf39385e42bb280da20a51976e895cf1897091548369aa0e361d5e
7
+ data.tar.gz: b5b88196a7b6a5a3d71ecbc73b9c000e15a5e42a069e8f3c24e403dc4bb3be8671512ca046bec6a5465d0f810da3880df75e464337dd5755c43cd42f3ad000f6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.46.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -200,8 +200,7 @@ module Aws::HealthLake
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1185,7 +1184,7 @@ module Aws::HealthLake
1185
1184
  tracer: tracer
1186
1185
  )
1187
1186
  context[:gem_name] = 'aws-sdk-healthlake'
1188
- context[:gem_version] = '1.46.0'
1187
+ context[:gem_version] = '1.47.0'
1189
1188
  Seahorse::Client::Request.new(handlers, context)
1190
1189
  end
1191
1190
 
@@ -54,7 +54,7 @@ module Aws::HealthLake
54
54
  autoload :EndpointProvider, 'aws-sdk-healthlake/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-healthlake/endpoints'
56
56
 
57
- GEM_VERSION = '1.46.0'
57
+ GEM_VERSION = '1.47.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-healthlake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services