aws-sdk-mediastore 1.76.0 → 1.77.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: 34e903ad9f935d5aa08e7d39f3c9096792d967ba8fd5dd40d3243667f7743a0c
4
- data.tar.gz: b88db4d0533cd75232a689095767d9aa08040ee6b213cbd5c0179b62278be19b
3
+ metadata.gz: cb372045472dcf57ff6ddbbf62ec6af9a42ba8910aafb3166cacaf38c16bd41c
4
+ data.tar.gz: 852050a8ef658efc8fea8ff1dbde678f1007100a4168ae9cd4271184a48d7ef8
5
5
  SHA512:
6
- metadata.gz: 92e0787abb8023581a32482c695c3db0864fd2152c259623cc31169c7b670273df80fce9d80971b872114ee8fec0e822b2e2670c9967a58008c2f7b38e56ea01
7
- data.tar.gz: d08725bc6de155070da56437824b722928addcd4f4bb141335cf55c4c192e35003dbb393838df407ac864ccb1f0c082a81e6e6bdd51b996c859012517e886838
6
+ metadata.gz: ec8b151e1c1bbdc6aa487597a2abf56d0de551401513b80d66dd9ad2520bf9c1dd29bec25c45dad4e4787608610bf9adbf6840af37063cbf99e373694a37f6f8
7
+ data.tar.gz: b0e7e2ee255ca6521ecf84b8ab326155b2a16cf7522426319b22e9d24ff7ae2448e8831db9b0a11ec815dc3dae2220bbfc186c5f206d372f4ac36d8c255aafe4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.76.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -1254,7 +1254,7 @@ module Aws::MediaStore
1254
1254
  tracer: tracer
1255
1255
  )
1256
1256
  context[:gem_name] = 'aws-sdk-mediastore'
1257
- context[:gem_version] = '1.76.0'
1257
+ context[:gem_version] = '1.77.0'
1258
1258
  Seahorse::Client::Request.new(handlers, context)
1259
1259
  end
1260
1260
 
@@ -28,7 +28,7 @@ module Aws::MediaStore
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://mediastore-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::MediaStore
54
54
  autoload :EndpointProvider, 'aws-sdk-mediastore/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediastore/endpoints'
56
56
 
57
- GEM_VERSION = '1.76.0'
57
+ GEM_VERSION = '1.77.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-mediastore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.76.0
4
+ version: 1.77.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services