aws-sdk-voiceid 1.47.0 → 1.48.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: 51a61e5c89f4bd519dbffa67f7edc4031bbefae75fe8c18f3bf67a994bb0f7bd
4
- data.tar.gz: 9099a175c0fbfdb29767d70dbd29855b6794b6079a27a1133d339465e9c169cc
3
+ metadata.gz: dbaf2f4caa95b9a84b67d75b89106a7948630d6d890fa001ad9aab9be75b5dd1
4
+ data.tar.gz: d7a3557d7b3e468136d2ab521188464b2c091ecbaf8b3b8170d4634b0ac818a9
5
5
  SHA512:
6
- metadata.gz: 122f46b8b8b62edefa581780e19819afaa9ab92233255bdb3c7cea7a168cca97bc2a24d1587381048cb91b34ed3d8e6051236fda32f9d0ac0838e3c1901085b0
7
- data.tar.gz: 2c50594d6c4b9da200ff5bad8d8207651f8c3884689129f895db123b0415fdc58e121983bf40ad2cb8a6868e0eb782e8c5a707e08b7e56757406dc7711d31b74
6
+ metadata.gz: fec2d64ac0a6071d9ed943096279bd4d3e92048565d58fd3b771c76a1571cc31a76d361c09009f99e455ebb1f63cc0f6246d07be4d43d9fa2d403fb903e5053d
7
+ data.tar.gz: 971f2028589ecc026526fe1dc5c2cdb62c13f4f014dbb409d92d0d7bcea5e91c6c5826e255c5fe3f50394ae6507a5e27cf410e1554eaaee8aaeced3bc32f08f0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.47.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -1930,7 +1930,7 @@ module Aws::VoiceID
1930
1930
  tracer: tracer
1931
1931
  )
1932
1932
  context[:gem_name] = 'aws-sdk-voiceid'
1933
- context[:gem_version] = '1.47.0'
1933
+ context[:gem_version] = '1.48.0'
1934
1934
  Seahorse::Client::Request.new(handlers, context)
1935
1935
  end
1936
1936
 
@@ -28,7 +28,7 @@ module Aws::VoiceID
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://voiceid-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::VoiceID
54
54
  autoload :EndpointProvider, 'aws-sdk-voiceid/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-voiceid/endpoints'
56
56
 
57
- GEM_VERSION = '1.47.0'
57
+ GEM_VERSION = '1.48.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-voiceid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services