aws-sdk-mediastoredata 1.74.0 → 1.75.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: 9aeb3c6a3ccef323cae2c3bcde14f50f9950117180c9ce4c3f26a8fb1078f51c
4
- data.tar.gz: b170b91381ddf1f999533f00696d4d313a946c206a2845573251632d2eeef714
3
+ metadata.gz: f06697d4255b3100551ed7805f028424dcba119268ed1b85783dff69f82e24b8
4
+ data.tar.gz: 25f763d8dcf4b64e0e8f915a250dcbf8ae4aa9795c43b98c3c434583a0cfe48f
5
5
  SHA512:
6
- metadata.gz: fb58807dbb378fe553c1aecf0d7a69907471a4599bf56143fad1d09bbb44ad17181922781f40d6a48bae44586f4477bfa1f7006a21c2a8cfc436bcaec39e4619
7
- data.tar.gz: 5c6b28756ea3de1585430e08deef069fa2a11b7b7a9b7357ffa5710336621d87c8e67a2a8a0468e61a44802f09cbac7097c5190a68c8fbb0ab155e2fd4e5b29a
6
+ metadata.gz: 122ec7c4655d7c52804ae2e49470a785a31de016729249a90d3334c88ebe311ab0e5e68ffe13526934dd17d502b15684742484418711f40bb8c5018def587bce
7
+ data.tar.gz: a4454872ff31897909fbaba388f6a48f1b7a35e0ee29753f16ac8437189e0c6fe13577c3eb6c93ee499f790ea8d457df0697b9669c942053df36d4a7d1b4f51f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-08-28)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.74.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -806,7 +806,7 @@ module Aws::MediaStoreData
806
806
  tracer: tracer
807
807
  )
808
808
  context[:gem_name] = 'aws-sdk-mediastoredata'
809
- context[:gem_version] = '1.74.0'
809
+ context[:gem_version] = '1.75.0'
810
810
  Seahorse::Client::Request.new(handlers, context)
811
811
  end
812
812
 
@@ -28,7 +28,7 @@ module Aws::MediaStoreData
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://data.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::MediaStoreData
54
54
  autoload :EndpointProvider, 'aws-sdk-mediastoredata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediastoredata/endpoints'
56
56
 
57
- GEM_VERSION = '1.74.0'
57
+ GEM_VERSION = '1.75.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-mediastoredata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services