aws-sdk-qldbsession 1.58.0 → 1.59.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: 38bc1667bf4219b20fccb3d888d2bcf8ae71bab97eae78dc19567c0b66f61928
4
- data.tar.gz: '058e0c3b2b63c221f84601521e0570987d403201ca544857541fdf1467de86c0'
3
+ metadata.gz: 784a6eb15a85bbe95356b8475c23b95d66502e5e3609ae0152663da03330e534
4
+ data.tar.gz: b5a69cf13342e10ee0aacc4cc2592c8601f802fdb94f2f2c1ff97529c54402a3
5
5
  SHA512:
6
- metadata.gz: 2a52c61c5ed404f61a443f7cd8eff2809df76165dbb2ae324ff27e28407a2ecdb5f13b9c9e73370a40878b73305b5d1ff5832f178243444bc5658a21812b1924
7
- data.tar.gz: f987e3de048496a113d2299be4149b75af2f4824f8dd5467ccf736b746688a8674f30c701692132f28e5bb58c32968eabfe3caf03386569668e8ef8593e03373
6
+ metadata.gz: be4e69494105a38d43454d280f63bf728ebcc572d2c75fcc051d8a1df4cc2f320fc1d91c87dfbc7cd0c87b9445596dbfc5eadd0ef2e8e3b44c800ae517b81b2c
7
+ data.tar.gz: 230e9d22a00167dd3b025fe8dd5ccd1c15eb4548af9699d65b9da1724bd5c013648532bb5374891a9233ef2c9fd053c5837b3dea1404196b6471aebd4d0e43cf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.58.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -636,7 +636,7 @@ module Aws::QLDBSession
636
636
  tracer: tracer
637
637
  )
638
638
  context[:gem_name] = 'aws-sdk-qldbsession'
639
- context[:gem_version] = '1.58.0'
639
+ context[:gem_version] = '1.59.0'
640
640
  Seahorse::Client::Request.new(handlers, context)
641
641
  end
642
642
 
@@ -28,7 +28,7 @@ module Aws::QLDBSession
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://session.qldb-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::QLDBSession
54
54
  autoload :EndpointProvider, 'aws-sdk-qldbsession/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-qldbsession/endpoints'
56
56
 
57
- GEM_VERSION = '1.58.0'
57
+ GEM_VERSION = '1.59.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-qldbsession
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services