aws-sdk-gluedatabrew 1.59.0 → 1.60.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: 30b3e720af6d56300e98e2f8daacecbfed94edc09db5b7319403e0954b88f0ca
4
- data.tar.gz: a237a64b09f8aaa24a7382d6eb17a2840a8878440a26343d6c96042877ddc3b0
3
+ metadata.gz: 11cf68ef026ac9a20dd2863ecf669437715b9a7222a68b066c58c552330d1be7
4
+ data.tar.gz: aa8b26f2fc7119db449c91b4f95387247618622ccd26b6d7cd2064ff6d987409
5
5
  SHA512:
6
- metadata.gz: 1937cb3cd5b3a5162bbb51a03ff4062ca5555bcc440d7263b83bde9d66121403e9466de324697627a430a1a493af68250a11ae8073c825b23621bc5ca1ee6612
7
- data.tar.gz: 9ec5fbe5e664c6347f0e177f996aa9729278aeb4e4af6aaaa9ef3657cdb514046a4ce1bb8d91931035c24c78b7ffc73417c897f30d2f26105cdc0d56b6a4a849
6
+ metadata.gz: 3e86afad9ce37cb255c07eb738fb1e3bf78ea08a5b95770a40f2335bc47194c93e1351e7dfc8dc29607f355b3728faf55c13c9716e8d210ae4cdb5dd447220b3
7
+ data.tar.gz: 1d39ce1260a981ff0a4e61393ff7e745d5e6f0bdce2a0557bede014fbd2b2bb7cb2953fe3b6f993f53dc62e2f1abf79b3b9d34065a192582755dad444ebcb001
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2025-08-28)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.59.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -3447,7 +3447,7 @@ module Aws::GlueDataBrew
3447
3447
  tracer: tracer
3448
3448
  )
3449
3449
  context[:gem_name] = 'aws-sdk-gluedatabrew'
3450
- context[:gem_version] = '1.59.0'
3450
+ context[:gem_version] = '1.60.0'
3451
3451
  Seahorse::Client::Request.new(handlers, context)
3452
3452
  end
3453
3453
 
@@ -28,7 +28,7 @@ module Aws::GlueDataBrew
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
  if Aws::Endpoints::Matchers.string_equals?(parameters.region, "us-gov-west-1")
33
33
  return Aws::Endpoints::Endpoint.new(url: "https://databrew.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
34
34
  end
@@ -54,7 +54,7 @@ module Aws::GlueDataBrew
54
54
  autoload :EndpointProvider, 'aws-sdk-gluedatabrew/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-gluedatabrew/endpoints'
56
56
 
57
- GEM_VERSION = '1.59.0'
57
+ GEM_VERSION = '1.60.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-gluedatabrew
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.59.0
4
+ version: 1.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services