aws-sdk-comprehendmedical 1.73.0 → 1.74.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: 8bb9fb1fb235f3328c37748323a1259b22c120e75dc4bd6b59b530112cf857b6
4
- data.tar.gz: 58b1416b4486ce592449e2743acb285585636da1807486f1a8b144d8b38b4350
3
+ metadata.gz: 99b9d561b719e8dd35cac77a49b9ef46d36045dc782b802f381dbb6edec75a3b
4
+ data.tar.gz: f8f21100fd09f75676aaf915c07546124b103ed61b053b6ffdd1eea1131d423c
5
5
  SHA512:
6
- metadata.gz: e9ebb41cd5a3cfd46957250add8d039f1c7ac1083c1ccd47737859f45a3235646414b57a870bdbbe690f0cc4335f42c53d48bf9648cad5756d06a2798838109c
7
- data.tar.gz: c0fc796ac60e3548877702db5d82caa6bfac70bb36a35a5e4b1d6260c85f16660d8e366b5972237f445a961b9d7b08f8621ed75d9b25a7fdba89ec4df11689f0
6
+ metadata.gz: d8a6d2e71f40224a94aad4908e3db4b7282345edc760328a7c2b630eef7fa67aad89caa1bed8d7b2d0e7fa89d85804abf9c186b200a6331837498cc8ad7e86d5
7
+ data.tar.gz: 98ed79ec176cd73bff675a22f8c0ef4d91163816b8e8518f4e1f2fa542917054aad0f8009c2dce4fb13837da9e3bcfdd7be8c45de2d3433ff7175d70cc4f69bc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.73.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.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.73.0'
1959
+ context[:gem_version] = '1.74.0'
1960
1960
  Seahorse::Client::Request.new(handlers, context)
1961
1961
  end
1962
1962
 
@@ -28,7 +28,7 @@ module Aws::ComprehendMedical
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://comprehendmedical-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -54,7 +54,7 @@ module Aws::ComprehendMedical
54
54
  autoload :EndpointProvider, 'aws-sdk-comprehendmedical/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-comprehendmedical/endpoints'
56
56
 
57
- GEM_VERSION = '1.73.0'
57
+ GEM_VERSION = '1.74.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-comprehendmedical
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.0
4
+ version: 1.74.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.228.0
21
+ version: 3.231.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.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement