aws-sdk-healthlake 1.19.0 → 1.20.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: 137fe82b4076008a006caa80e830a227dc628297d9360c1c08b57b345822539c
4
- data.tar.gz: 704e9db0df164fa4ea5ffb11969b49e6010995400f250544028ebadbee1abd2c
3
+ metadata.gz: f3cbd41d85f387d8d4dfe0a8ae4ae425f1c0f98282d247e790a78ea4829b0bfa
4
+ data.tar.gz: 7bf7f90732d0f36044055a1c499155cda57bbae2e2c4adae13f2ff2f926cfee3
5
5
  SHA512:
6
- metadata.gz: 4827cc3aebc214dfbecb210ce152f69f02df9dcce5e6408ac047927d5bb14c5e21f8b8469e9a9b1435a40fad20468b4028f8eb2026a2ef757b7d6d7c33f10566
7
- data.tar.gz: db107953408360442c67ddf4bc5e7beb9eb1d3813e03539460fbb4209739a6c0f911b2e6283ddfdbc3cb281e6ddbecac119374aa2c27aa40bb782f76e882d51e
6
+ metadata.gz: 6abe4d203a06e10f05bd7618727015a14cadc61677271d4798fd1616a53f25e442c040a00b2f9920e9e3179dee8739da22101f6b11bf1ba94fd44fc12f115e75
7
+ data.tar.gz: 94547c2598d0f86244679fa0cbab0b10825cfd876a01889ee34adffd144e9258cf3694290a5b46405bfa2aa572f127eb22a53878df89eec912d4a22a63b3aab1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.19.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -216,6 +216,10 @@ module Aws::HealthLake
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1076,7 +1080,7 @@ module Aws::HealthLake
1076
1080
  params: params,
1077
1081
  config: config)
1078
1082
  context[:gem_name] = 'aws-sdk-healthlake'
1079
- context[:gem_version] = '1.19.0'
1083
+ context[:gem_version] = '1.20.0'
1080
1084
  Seahorse::Client::Request.new(handlers, context)
1081
1085
  end
1082
1086
 
@@ -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.19.0'
55
+ GEM_VERSION = '1.20.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.19.0
4
+ version: 1.20.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-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core