aws-sdk-simspaceweaver 1.36.0 → 1.37.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: 8b0404b666b59b2c634b1b9112f6c2ba6eb02d5da3139583712eacbcdf8ff1fa
4
- data.tar.gz: 4a6bf479531ffd40b579bf3dafecfa0851965fa398e79070990caf66c23d3cd3
3
+ metadata.gz: 6bc7abd446ed468332c387fd96e8353dbbfc4f5d7d0cf9b427401ada0a2caf40
4
+ data.tar.gz: 004c407033b0c9697bc802d2f44fe8af01cbcc1a2e3babd28fc6b96861e4799a
5
5
  SHA512:
6
- metadata.gz: 7e2c8d5e7797fd55d7f403db898c581b9dfea48eef7f9858db58ca6c5a4a8f578a76e5fc4bd8774acb84ab22358208daa3c2ca15e474fa6874d8e52e6a5b3168
7
- data.tar.gz: fe90d2dd288f48c47e57b10eda4b4ad27b23ca028b7245b27b64e9b5a71ae604657a1b9a991194cfb4cc0a71644c58120183ab9decc7c4fe9259e6537800a234
6
+ metadata.gz: 95e02546ad13fa2fee4800d06c7fc8a54dbaddd70b714555ded1a8ac061317387a80bf952f3aaebd7e062bd1e42c37ab04723b5b35feb260d5a4aae2e00b5292
7
+ data.tar.gz: e041dc6ea0b847e2f97747952d24eeea423a2661b8a33efffc76d777b3b386dd422b350fab716572afd3ca5cf9e6401811d9224082603e6cf9a759a3895d691a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2025-08-22)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.36.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -1245,7 +1245,7 @@ module Aws::SimSpaceWeaver
1245
1245
  tracer: tracer
1246
1246
  )
1247
1247
  context[:gem_name] = 'aws-sdk-simspaceweaver'
1248
- context[:gem_version] = '1.36.0'
1248
+ context[:gem_version] = '1.37.0'
1249
1249
  Seahorse::Client::Request.new(handlers, context)
1250
1250
  end
1251
1251
 
@@ -28,7 +28,7 @@ module Aws::SimSpaceWeaver
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://simspaceweaver-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::SimSpaceWeaver
54
54
  autoload :EndpointProvider, 'aws-sdk-simspaceweaver/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-simspaceweaver/endpoints'
56
56
 
57
- GEM_VERSION = '1.36.0'
57
+ GEM_VERSION = '1.37.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-simspaceweaver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services