aws-sdk-comprehendmedical 1.15.0 → 1.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-comprehendmedical.rb +1 -1
- data/lib/aws-sdk-comprehendmedical/client.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc765837c065cd8c21f1e9b408dede046f7621fb0f53e8497c2e0a7888a4d921
|
4
|
+
data.tar.gz: 9eff0e4c958e7fbf7d72345399b8a95597f8c42a3b3f040df32260489fa7e388
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d71f25f80d79eb271c1c5d20779989ca5b3adf2dc745b3831a5eecc2c34a8504f92dbc10bf8f6a6d1f881be3d8af045d877689993849faf4358d77799100ca9
|
7
|
+
data.tar.gz: af5e124f8f5d2bc9257dc4ddab30eae9de255edbcfce28e4cb6b95f8f6d55ba550da7402582655de43a95cb66b1bb06c05477a85094ad5c740ed00561f7b72da
|
@@ -105,7 +105,7 @@ module Aws::ComprehendMedical
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::ComprehendMedical
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -1512,7 +1512,7 @@ module Aws::ComprehendMedical
|
|
1512
1512
|
params: params,
|
1513
1513
|
config: config)
|
1514
1514
|
context[:gem_name] = 'aws-sdk-comprehendmedical'
|
1515
|
-
context[:gem_version] = '1.
|
1515
|
+
context[:gem_version] = '1.16.0'
|
1516
1516
|
Seahorse::Client::Request.new(handlers, context)
|
1517
1517
|
end
|
1518
1518
|
|
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.
|
4
|
+
version: 1.16.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: 2020-05-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|