aws-sdk-dax 1.74.0 → 1.76.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: ebd1cff8f1f457edd8e54481c2cf722d9f580d78822558dad73b9303ec1284ed
4
+ data.tar.gz: 1b9ae52097a03787fec085a75013e4982ea324bdcec13273228f7b0709bb3353
5
5
  SHA512:
6
- metadata.gz: b11506214fc67403f95988851ef30da35d3aceeea819f8b52603939ea6f6e235ec8989d29a6f08a710126940696cdb0b2021d6112f34373bd326cff24107dc51
7
- data.tar.gz: 48f9345bf558095704cc7f599be8d1f6574ab1f8126ee5b4f3198e96c5eaca8b2ac5accfabcf4d79434ebc71b6d74df0a4f7c6535c697026d0d27b5a4b887b95
6
+ metadata.gz: ef95d4031ae59c036112bfda9d8c25248030fbae1374c628c0327cdaf877a6e96344c5bb0a4f6e6972c572118d12930e295fa94b9e1c48dac9efb59d6ab8f506
7
+ data.tar.gz: de1b42031551b5ebfdb6b75a1ec2545cc50c734371af98a61b09bb23ad018df4a4b213c97dea528bdbbecde5e0f69e6cf8eb3dc05409ba928e078a5b83002500
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.75.0 (2025-08-25)
10
+ ------------------
11
+
12
+ * Feature - Remove incorrect endpoint tests
13
+
4
14
  1.74.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.76.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.76.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.76.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.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement