aws-sdk-comprehendmedical 1.45.0 → 1.46.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: ce20d02d063487a4c193f5f374c0449d5bbc6a504ed570d3eddce5a6342fcf31
4
- data.tar.gz: 938147a01e015a40cf0a81e221fe85b868f82a2ff5e290dc9c2bc1a5bb672e35
3
+ metadata.gz: 5ec01c935b9cb6130e2a51e3a2d24d359efad1392250906a65c299fce83d7d3a
4
+ data.tar.gz: 27cccfe8b5e91efa13d2ff18f10c8514be47a9d3f5690877939f2eabbbbce0cb
5
5
  SHA512:
6
- metadata.gz: 23421e78abb3138914b94884c4858c6767f871209ab5159332e7d396667caee88f93b34ffbc27fb8d3eced5ab7104cdb977d648ae6690e46c360c45607e26e37
7
- data.tar.gz: 5638e6dd72a037b32b3fabb425c21eda18acefb01b13aae9290a651a34be9cfd168c183b47ee28e1a5c5097123e8ac8083a806d99ed52f0608f7cd697b8694f7
6
+ metadata.gz: e1fb7555dac8437edf1fa138017751f9f51417d726721494e749615ed51caf49ef0e5b9418997e41e4ccc6af7985783ddefb87f90fbbec01073daa4d6002be70
7
+ data.tar.gz: 41e57e23aac522a7a811bd6421fcf32e5bac0f5aaaf5eb8980ae58ae8c007658e58c4835db1e83e586fea84142e27fc6dc258d47f845855340143480399eda07
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.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.45.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -216,6 +216,10 @@ module Aws::ComprehendMedical
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
  #
@@ -1862,7 +1866,7 @@ module Aws::ComprehendMedical
1862
1866
  params: params,
1863
1867
  config: config)
1864
1868
  context[:gem_name] = 'aws-sdk-comprehendmedical'
1865
- context[:gem_version] = '1.45.0'
1869
+ context[:gem_version] = '1.46.0'
1866
1870
  Seahorse::Client::Request.new(handlers, context)
1867
1871
  end
1868
1872
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-comprehendmedical/customizations'
52
52
  # @!group service
53
53
  module Aws::ComprehendMedical
54
54
 
55
- GEM_VERSION = '1.45.0'
55
+ GEM_VERSION = '1.46.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-comprehendmedical
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.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