aws-sdk-comprehendmedical 1.81.0 → 1.83.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-comprehendmedical/client.rb +1 -1
- data/lib/aws-sdk-comprehendmedical/client_api.rb +2 -2
- data/lib/aws-sdk-comprehendmedical.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64d6459e45bd357584844a286bc2db74161aeae5cad3d6233bb6e0fc0af76a63
|
|
4
|
+
data.tar.gz: 8562e95e639b2c969fead4535d51c6f4d322fae339ed337f784ffc62a28e0cd1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8df9c7a1ca7f20c646ebd279a44f4b6c91da8e416d1661fa6d3bb41015975f3129ff0c6882c988ffc34c5e1eef042c5b0c2de75335a6e5ab642808ad297994ff
|
|
7
|
+
data.tar.gz: cbbed28afdfd009b3fae3f6515a204ca21fbe960d22fe42c0ab907d183878167c2a58a73b1b66c2cafaaa68a79030387498f7abf662370a8668606fd1a4c9e4f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.83.0 (2026-05-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.82.0 (2026-04-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.
|
|
13
|
+
|
|
4
14
|
1.81.0 (2026-03-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.83.0
|
|
@@ -1956,7 +1956,7 @@ module Aws::ComprehendMedical
|
|
|
1956
1956
|
tracer: tracer
|
|
1957
1957
|
)
|
|
1958
1958
|
context[:gem_name] = 'aws-sdk-comprehendmedical'
|
|
1959
|
-
context[:gem_version] = '1.
|
|
1959
|
+
context[:gem_version] = '1.83.0'
|
|
1960
1960
|
Seahorse::Client::Request.new(handlers, context)
|
|
1961
1961
|
end
|
|
1962
1962
|
|
|
@@ -604,8 +604,8 @@ module Aws::ComprehendMedical
|
|
|
604
604
|
"auth" => ["aws.auth#sigv4"],
|
|
605
605
|
"endpointPrefix" => "comprehendmedical",
|
|
606
606
|
"jsonVersion" => "1.1",
|
|
607
|
-
"protocol" => "
|
|
608
|
-
"protocols" => ["json"],
|
|
607
|
+
"protocol" => "smithy-rpc-v2-cbor",
|
|
608
|
+
"protocols" => ["smithy-rpc-v2-cbor", "json"],
|
|
609
609
|
"serviceAbbreviation" => "ComprehendMedical",
|
|
610
610
|
"serviceFullName" => "AWS Comprehend Medical",
|
|
611
611
|
"serviceId" => "ComprehendMedical",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.83.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.247.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.247.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|