aws-sdk-gluedatabrew 1.53.0 → 1.54.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: 8a4f060ea9fa2795a6c19c595d94e34fac107e4bcab31fcd46fab4f36c549c4b
4
- data.tar.gz: 9d941e164c444eab649252f30da0ad03c4e7d759a616e0c3aa44289a322fcf03
3
+ metadata.gz: 2c74a12810725a8be614ef4caf22aa2b2c862f04864d5f30d13e1b57882d7a47
4
+ data.tar.gz: bab26bffab3f816b78ae560f295122904b26eef7c5c410988e2e1efa70dde835
5
5
  SHA512:
6
- metadata.gz: 37874c00d0999b6ac9a52c58fa77a6c8e5ac59ad325b45c96e0654ffe81c17162c1d512f89c8d362ed4775a33708c773c28d544cb3a7d22de6228e6f17513c93
7
- data.tar.gz: 3a56da44e9af3265f363164060c80643275526fd48d5644271eed741e170f1fac04ed6a8b83f472a829930068459dfc4faae2225c8e4716d519da643b797f3a3
6
+ metadata.gz: d4f22cc8527d36cc8ee748b47fab67373f6abddea906e25a5c3516fdf15e46b69fbcd904e333137af2d570e77ec7e4200d4f079fad5c92dc537a92d913b94801
7
+ data.tar.gz: e52b802e630f062477a54d6382e91608597f054c807f816226ed7c8adeda80a848f333f2bb2f413cbb7aeff35ca9a659a89379e1bbedf01c1fa4c6936170ebd9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.53.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -200,8 +200,7 @@ module Aws::GlueDataBrew
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -3441,7 +3440,7 @@ module Aws::GlueDataBrew
3441
3440
  tracer: tracer
3442
3441
  )
3443
3442
  context[:gem_name] = 'aws-sdk-gluedatabrew'
3444
- context[:gem_version] = '1.53.0'
3443
+ context[:gem_version] = '1.54.0'
3445
3444
  Seahorse::Client::Request.new(handlers, context)
3446
3445
  end
3447
3446
 
@@ -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.53.0'
57
+ GEM_VERSION = '1.54.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.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services