aws-sdk-kinesisvideomedia 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: 8af383294e77d75b938589c65b54e605a0863a7ad6a82faad7c2d142b5208fef
4
- data.tar.gz: c640326274528c0c11e26760bc1a492a1c0d6d3a3fe0abebc7e0eeffd15dbfbc
3
+ metadata.gz: 8799979712324052a35648465f94b88bee0b334a4239847c923079f77b77849d
4
+ data.tar.gz: da6f5a8e212b44ce3932ae9db698c40e59af500844e033b39bb4b2f4c14df79b
5
5
  SHA512:
6
- metadata.gz: e51940de446f8905b1d41891990c405e0a688a55eda3733b94ddcee2d901318e38d37150497cba3b56ce2afbb3ff7b3c87a67604534f101e55c2eef5c4fb23cd
7
- data.tar.gz: 53ce89168b950ac689896741b439e847e5bde7eafb35e1f8835f586c7aeda254692ca7ea9b69971df7087774ff020a25ba723a0139b8c83261c4ddfaaec2f75c
6
+ metadata.gz: 0e9cc554f72dc7c09a7411f4ca603d46544d4ccb982b17bc513f4e812ac7d4a4c0e2f905193f8cc49470c91900fe134b277097547c4ce9359ed3f155aee83c91
7
+ data.tar.gz: e0a6ce0df792e4d6fb9673bfd2628c74f52d344adeb50ce16d273f6b806f91d8f33b0f0d05d4668ecc85f9037f068a1151ff2d3457e6b33a08a9f96d1216d8d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.73.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -591,7 +591,7 @@ module Aws::KinesisVideoMedia
591
591
  tracer: tracer
592
592
  )
593
593
  context[:gem_name] = 'aws-sdk-kinesisvideomedia'
594
- context[:gem_version] = '1.73.0'
594
+ context[:gem_version] = '1.74.0'
595
595
  Seahorse::Client::Request.new(handlers, context)
596
596
  end
597
597
 
@@ -28,7 +28,7 @@ module Aws::KinesisVideoMedia
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::KinesisVideoMedia
54
54
  autoload :EndpointProvider, 'aws-sdk-kinesisvideomedia/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kinesisvideomedia/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-kinesisvideomedia
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