aws-sdk-dax 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: 41dca444f60779f10ecbee1b33aea199a0c383caeb30010670632d4253f6dcae
4
- data.tar.gz: e64409773d8c275c9736fc17311b6f489c86a2489ff7973b7068844f9c660ad7
3
+ metadata.gz: f938f90bd5bdc6b753ab8d2032e87835b2789d2d6a1edb75d2bb471d8f055665
4
+ data.tar.gz: 76da0c3b5a1c4f372653a8528d8e59bad9108cab6332b1b0369c4b6e7a8c8061
5
5
  SHA512:
6
- metadata.gz: b11506214fc67403f95988851ef30da35d3aceeea819f8b52603939ea6f6e235ec8989d29a6f08a710126940696cdb0b2021d6112f34373bd326cff24107dc51
7
- data.tar.gz: 48f9345bf558095704cc7f599be8d1f6574ab1f8126ee5b4f3198e96c5eaca8b2ac5accfabcf4d79434ebc71b6d74df0a4f7c6535c697026d0d27b5a4b887b95
6
+ metadata.gz: 2664265ac56914c3133e03c0cd9590dcf1276418aed43cd43c877bbf611ec9e3157f7c60336a53febf7afbcab052dc93b1280ebc9a4d66d9fd2093cf8ea01170
7
+ data.tar.gz: 76272c55ff5593b519865a97a433ea39df128050899325e92d881a95a819bdf8c04f91bec5c20bbed39402a3202ac1ba18ee7ff45101709aa4a8ac1962d5d0f0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.74.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -1816,7 +1816,7 @@ module Aws::DAX
1816
1816
  tracer: tracer
1817
1817
  )
1818
1818
  context[:gem_name] = 'aws-sdk-dax'
1819
- context[:gem_version] = '1.74.0'
1819
+ context[:gem_version] = '1.75.0'
1820
1820
  Seahorse::Client::Request.new(handlers, context)
1821
1821
  end
1822
1822
 
@@ -28,7 +28,7 @@ module Aws::DAX
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://dax-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"
data/lib/aws-sdk-dax.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::DAX
54
54
  autoload :EndpointProvider, 'aws-sdk-dax/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-dax/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-dax
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