aws-sdk-cloudhsm 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: 8983e6aa8258e3875aec7c4c6b6f317b01abf7bfbe6c28313154f8c5aeaf4a4c
4
- data.tar.gz: f443ccbf0226ef410b1ddddc0b213410f781bc02802be1ed70981711604ffff2
3
+ metadata.gz: 958fd8bce2c229066c72f86772b6cd7620f9c99e11f9fe5d2a787b05b2a7766b
4
+ data.tar.gz: f6e95606629c8f55a2a6a6f3d87756060e194fede03f01f9e1d5518cc2f1168a
5
5
  SHA512:
6
- metadata.gz: '08ed3cb92ae04a0ab38675eddcaf5f0cdfa4bf974f3bc3a26943ceac9e887b810bc08ed25dafe8cf5c4f04e66229a6ee984f93c078a5bb4c79f47879784e22a7'
7
- data.tar.gz: 1676d01ac0f8343e169f21638353f009aae2b9d652a121eb48fa7ab80b3889a56248efbef3523556d8e1ea3745939c715964fba784595f3a79bc025a173c2110
6
+ metadata.gz: 2a2aa63f072abd5a97e32c1afa8d211a208e4d030da5a8e9d02fc425139b07c8e3931088cf63a077e505fc6043b5806e833ef24a8274a7b165feb9d1f8e922a4
7
+ data.tar.gz: f0227f15505fb265ffd3e5cee4f60c6aa4d36cbd43238c2551c265cea98130a4ebc007a3a1ca22dfab776b38a644e25eb027e431280983138548d2526e728aed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-08-21)
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
@@ -1667,7 +1667,7 @@ module Aws::CloudHSM
1667
1667
  tracer: tracer
1668
1668
  )
1669
1669
  context[:gem_name] = 'aws-sdk-cloudhsm'
1670
- context[:gem_version] = '1.74.0'
1670
+ context[:gem_version] = '1.75.0'
1671
1671
  Seahorse::Client::Request.new(handlers, context)
1672
1672
  end
1673
1673
 
@@ -28,7 +28,7 @@ module Aws::CloudHSM
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://cloudhsm-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::CloudHSM
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudhsm/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudhsm/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-cloudhsm
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