aws-sdk-kinesisvideosignalingchannels 1.54.0 → 1.55.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: f44baff06500700463723d81c86edb6cddbee3ef60f8d871520b23d2b4d5e202
4
- data.tar.gz: 5fad64af4ded9f3ab5828286f0d2fe37fe0675a7f02c2cb54b6f5a1fa631368e
3
+ metadata.gz: 72f1e51d75bd1ad05526cade1e0d438ac83d698c3b0471e32f9322f6b5748578
4
+ data.tar.gz: f0cecb8942707589f217ace4b694b6f7606653c81aec2b9121a422d8698c6f4b
5
5
  SHA512:
6
- metadata.gz: 2b4d0331a0772eedc8d48624cd95c2780d6788002aa8eed604e44f75a52095a549e0c601061624a0c35ad9ee4571ee83feff2ffcb415b6fb15847763e5c42508
7
- data.tar.gz: 18cb6789ac97056b29cc8a4f840c7107d0e800b74597ffdefeaab312af013f90fa5995623fbf5a26848ab0173dc3e5d9db3c843c163071ddb9005ae0c1982bfd
6
+ metadata.gz: 40fbc3691c7e481b3c124bc44cc1b4c44e84170a40d7074535396c4f55cc59707c4fcc8ca3127b107ed37c81ec1c4cf170cd1804d779ed7447420f50cb2e957e
7
+ data.tar.gz: f77bbef9a343157cee72d2a28232a1c81effee33b86e52a374e8316870300c76a866fa0ad75e62764465f2a4cd8c240e663e2c3148ccf5f592fe9258cfe0b8a7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.54.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -605,7 +605,7 @@ module Aws::KinesisVideoSignalingChannels
605
605
  tracer: tracer
606
606
  )
607
607
  context[:gem_name] = 'aws-sdk-kinesisvideosignalingchannels'
608
- context[:gem_version] = '1.54.0'
608
+ context[:gem_version] = '1.55.0'
609
609
  Seahorse::Client::Request.new(handlers, context)
610
610
  end
611
611
 
@@ -28,7 +28,7 @@ module Aws::KinesisVideoSignalingChannels
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://kinesisvideo-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::KinesisVideoSignalingChannels
54
54
  autoload :EndpointProvider, 'aws-sdk-kinesisvideosignalingchannels/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kinesisvideosignalingchannels/endpoints'
56
56
 
57
- GEM_VERSION = '1.54.0'
57
+ GEM_VERSION = '1.55.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-kinesisvideosignalingchannels
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services