aws-sdk-lambda 1.102.0 → 1.103.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lambda/client.rb +5 -1
- data/lib/aws-sdk-lambda.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f29a20e774ef6410c5df53c6ad4fc92bdd61671454548b342ea8e40fd77917c4
|
|
4
|
+
data.tar.gz: 0ddedb573dc325c19dbbb32a566332ef934ed3bc0a307ffd8fc2bb42b5bffd80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ac6dc6ea55d42a3f7cdbe2711d14bf4ae3f22aa1bca54285ae154d07a3f8576618b1bf0c7137ea490c7ee9b9b23f7d95911632487af126a201b94d6f031ab7f
|
|
7
|
+
data.tar.gz: c5232e6d660bb09a8886b2142c2505c768a2b53b95663a7ba0f68b5b7fa670b87340c18679713167a92ea504babae7b259b32b5d0bb6a4ca31b3946526e6cd64
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.103.0
|
|
@@ -221,6 +221,10 @@ module Aws::Lambda
|
|
|
221
221
|
# @option options [Proc] :event_stream_handler
|
|
222
222
|
# When an EventStream or Proc object is provided, it will be used as callback for each chunk of event stream response received along the way.
|
|
223
223
|
#
|
|
224
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
225
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
226
|
+
# variables and the shared configuration file.
|
|
227
|
+
#
|
|
224
228
|
# @option options [Proc] :input_event_stream_handler
|
|
225
229
|
# When an EventStream or Proc object is provided, it can be used for sending events for the event stream.
|
|
226
230
|
#
|
|
@@ -6405,7 +6409,7 @@ module Aws::Lambda
|
|
|
6405
6409
|
params: params,
|
|
6406
6410
|
config: config)
|
|
6407
6411
|
context[:gem_name] = 'aws-sdk-lambda'
|
|
6408
|
-
context[:gem_version] = '1.
|
|
6412
|
+
context[:gem_version] = '1.103.0'
|
|
6409
6413
|
Seahorse::Client::Request.new(handlers, context)
|
|
6410
6414
|
end
|
|
6411
6415
|
|
data/lib/aws-sdk-lambda.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-lambda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.103.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|