aws-sdk-pipes 1.37.0 → 1.38.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: 0c3c5c7efce012559b02f417a5c85d18f843fb1574713e4acf28f31a79011dc0
4
- data.tar.gz: 7e57775a8dd811bc2b56e10196a82740cf8354fbfe3e7faf56a3a8307de83e9c
3
+ metadata.gz: e0e2f7f85097d05d853e448b686eda118d33372bdba5297cffded5513a0672cb
4
+ data.tar.gz: be311ee35e43cc35f93f9aa52cf43bf1620e54b84c179b6ab4d177ee95bd5b6f
5
5
  SHA512:
6
- metadata.gz: 3a1a58b94ca8ccffff6e5f6843787008434e6109d1156cd4f683eaa9384fdade7ea54af9baac90948b686af37e9f98a2478ccd9ba3c25be99dc261aa41dd329e
7
- data.tar.gz: be5edc8178f2023cadefbcd2214053917cd2f69ba7320e3c6dc90f03dd756aecf86a77860c07815c517e66d0d02824dfb25446f9ff829e83606ae2ec12730023
6
+ metadata.gz: bd11a11f4f8238a353e42dff43888e88d7cb7edf4b75b685fa6d6f2104bcf941914aff80251c67c5c2d123233758b4016d0a0215e9464d2d8a2a42020df7a869
7
+ data.tar.gz: e12a0233eed6660b711c0fe218062e5b8985279bfe8af6baa78cf8314382329a17029398df3abb4b6987c34d6a24309a355f86ffbae658c817ee50a241437998
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.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.37.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -200,8 +200,7 @@ module Aws::Pipes
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
@@ -1882,7 +1881,7 @@ module Aws::Pipes
1882
1881
  tracer: tracer
1883
1882
  )
1884
1883
  context[:gem_name] = 'aws-sdk-pipes'
1885
- context[:gem_version] = '1.37.0'
1884
+ context[:gem_version] = '1.38.0'
1886
1885
  Seahorse::Client::Request.new(handlers, context)
1887
1886
  end
1888
1887
 
data/lib/aws-sdk-pipes.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::Pipes
55
55
  autoload :EndpointProvider, 'aws-sdk-pipes/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pipes/endpoints'
57
57
 
58
- GEM_VERSION = '1.37.0'
58
+ GEM_VERSION = '1.38.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services