aws-sdk-datapipeline 1.66.0 → 1.67.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: 62bb8342734c16f4ae21390691c01bb6a8d6ca8451535cd6016199e65da295e8
4
- data.tar.gz: 132511772a0db9e16d54dcfb693cc79613e57d152263e8fbc640c215ceb695e4
3
+ metadata.gz: 9b426a8f7160ef666708ff7790d1e324043bf5be539911340e8acd1ecda0cd04
4
+ data.tar.gz: 5b1761a2edf334e09e1a2528e791e568a57a43ba9a5256cc8bb7f4f6e823beef
5
5
  SHA512:
6
- metadata.gz: 8cb3e22ce603a1caf6fba83096a744fe642dbfc3e804ecc0325685beeb2bd3af0ebb08ff082608488832de36dff85d291f30159456c403cff854fa12e5f2c562
7
- data.tar.gz: f26c19ce6d1a21fb4a89eca57fc1956d98392481405466ab810542ae38da2c885fed919a56b59068096e9c22668a4fc38b4c20f8574608c16cd8ab16e20d43e1
6
+ metadata.gz: ff3478c34d5cec3787a1fd30b27373c5f770d8fddd7a21c52dd0e8f30f285c649c807c3d4f1144b80ff375d57b75060294bc7ca94b5c70e664c5d2e27b430f6b
7
+ data.tar.gz: 759a5fcf22619a711407cf7081b18b8e826a77114f7d4d50410aa541ff4a8b7030b8087e7794d9349f85657d8630895e0fe02397764cd585011da300aff760f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.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.66.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -200,8 +200,7 @@ module Aws::DataPipeline
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
@@ -1474,7 +1473,7 @@ module Aws::DataPipeline
1474
1473
  tracer: tracer
1475
1474
  )
1476
1475
  context[:gem_name] = 'aws-sdk-datapipeline'
1477
- context[:gem_version] = '1.66.0'
1476
+ context[:gem_version] = '1.67.0'
1478
1477
  Seahorse::Client::Request.new(handlers, context)
1479
1478
  end
1480
1479
 
@@ -54,7 +54,7 @@ module Aws::DataPipeline
54
54
  autoload :EndpointProvider, 'aws-sdk-datapipeline/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-datapipeline/endpoints'
56
56
 
57
- GEM_VERSION = '1.66.0'
57
+ GEM_VERSION = '1.67.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-datapipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services