aws-sdk-lambda 1.150.0 → 1.151.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: 63b6bef2db15440e4251bff785579918111dc830a665ed709d26b9341a931a29
4
- data.tar.gz: 1125919a072a93eaa3fb316090840198253a8971211edf3abad3bddbc22e8bda
3
+ metadata.gz: 626540b428c9da91d956a6eb1de70c504494e3ffb10ab734a83a8251fd687009
4
+ data.tar.gz: d6b2000e63d027d95889966d7d730db6c23eecf82c43c3a3cadf0e134debce22
5
5
  SHA512:
6
- metadata.gz: 643c6271a64851efdd5e754b1caf766e97a96d0de535de3a693a3c6a917c6232bdeebf855604f7f60c75e6f440a0121e0ebbe7accfc1945986b01fd3c3a21bfa
7
- data.tar.gz: 2682da83ef1bea7c2f47deee01a1905586c4259081671b87d8795ff07ea4a4465c5550a0abe53f9a6418d257f1d45fed7a4d041224bd27c0f77d311900cb9254
6
+ metadata.gz: 3e2d1dc51f91eec7b7c82d06c701c067f866b122808e9e9bc08cc92060e1be8f43cab14083ffe5539e7ba646f9e7882b83ff07c699f861ed233e19e4f94cd695
7
+ data.tar.gz: 6c57f373d3963ed843d2f800caa7bfb265063ce451b2f0029d40dcc384d6f4df7a6b009afa3869063cafb518298127d35e230430b5f76f6dfef4fc3fdcaade2b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.151.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.150.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.150.0
1
+ 1.151.0
@@ -202,8 +202,7 @@ module Aws::Lambda
202
202
  # accepted modes and the configuration defaults that are included.
203
203
  #
204
204
  # @option options [Boolean] :disable_host_prefix_injection (false)
205
- # Set to true to disable SDK automatically adding host prefix
206
- # to default service endpoint when available.
205
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
207
206
  #
208
207
  # @option options [Boolean] :disable_request_compression (false)
209
208
  # When set to 'true' the request body will not be compressed
@@ -8205,7 +8204,7 @@ module Aws::Lambda
8205
8204
  tracer: tracer
8206
8205
  )
8207
8206
  context[:gem_name] = 'aws-sdk-lambda'
8208
- context[:gem_version] = '1.150.0'
8207
+ context[:gem_version] = '1.151.0'
8209
8208
  Seahorse::Client::Request.new(handlers, context)
8210
8209
  end
8211
8210
 
@@ -56,7 +56,7 @@ module Aws::Lambda
56
56
  autoload :Endpoints, 'aws-sdk-lambda/endpoints'
57
57
  autoload :EventStreams, 'aws-sdk-lambda/event_streams'
58
58
 
59
- GEM_VERSION = '1.150.0'
59
+ GEM_VERSION = '1.151.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lambda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.150.0
4
+ version: 1.151.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services