aws-sdk-cloudsearch 1.78.0 → 1.79.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: 340d16bc2d5650d83c7596fa46bfe1d41fce67e3079c7594bcaa175792aaa0b0
4
- data.tar.gz: 19e9baac5e147c551e43f35b08f64ba48bfb6f020d1df3235edee07d3bc0d818
3
+ metadata.gz: abc5301a728e00199d265b0681ac3a9624f1c612b82cef69205f2e4c2bb1af10
4
+ data.tar.gz: 52b1d0e72096b0a7d660cfdf3ee0d42dacf0e8a333f0f6e5f78e3ed1d0170716
5
5
  SHA512:
6
- metadata.gz: cc30ee99a2ac438985470149c9aeec49a4ef3f2d14d2807e856a3f3e72d0936e27b7710459441cca93beebe81d23c0270329cdec52f06daca36957643c60c985
7
- data.tar.gz: 95b2b6ddccaab12d09fbf6cb1bf05a8d3e0dfafa7e97555121b1c12ff4970bc1e0b5108dde814dba5c49880fc14c8fd1be36b62a3e2a56506ab0007b64676800
6
+ metadata.gz: 251a3a1692514fed257435fb49d8a20838b164502ab1db6415d4d1884bfb1a19a6c2e03e414c5132cebc66ad9b78f3aa1363b3acbef884821da573292d44ac09
7
+ data.tar.gz: 328ddf8d2040c8ee7f049cdb0c350f2eb461162d06037698ad1c588e5411d36b207acfdd664e399209e51394034da9e94e29a03e056e16e019b3988dde33cd16
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.78.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -1999,7 +1999,7 @@ module Aws::CloudSearch
1999
1999
  tracer: tracer
2000
2000
  )
2001
2001
  context[:gem_name] = 'aws-sdk-cloudsearch'
2002
- context[:gem_version] = '1.78.0'
2002
+ context[:gem_version] = '1.79.0'
2003
2003
  Seahorse::Client::Request.new(handlers, context)
2004
2004
  end
2005
2005
 
@@ -28,7 +28,7 @@ module Aws::CloudSearch
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://cloudsearch-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::CloudSearch
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudsearch/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudsearch/endpoints'
56
56
 
57
- GEM_VERSION = '1.78.0'
57
+ GEM_VERSION = '1.79.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-cloudsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services