aws-sdk-lambda 1.138.0 → 1.139.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 +7 -7
- data/lib/aws-sdk-lambda/types.rb +4 -4
- 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: 80e93f6c9c6db97083fff39054b54fa11313e49e740ed8080606d231826a2f79
|
|
4
|
+
data.tar.gz: aa2f209c10b031e76eef14bdaf0f579b039173c2752fedde71762149edd085e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ab784362136f1dcdd18e257a2721480fa4d58491e5239f0df0054debb612c039f39b0e1533c8d36951a8ef233dedfcfb2bba7cc1ff0cbf4ee3bf0858f2901dd
|
|
7
|
+
data.tar.gz: 662cdc81057e282903bf626184430f3b5fd9d1a2fc9a258bb78cd296212f5ce1bcd0e9b8398583f0cb453912f878fdbe53ce5917bdf691befa0f220a0c85ab80
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.139.0
|
|
@@ -3931,9 +3931,9 @@ module Aws::Lambda
|
|
|
3931
3931
|
# @option params [String, StringIO, File] :payload
|
|
3932
3932
|
# The JSON that you want to provide to your Lambda function as input.
|
|
3933
3933
|
#
|
|
3934
|
-
# You can enter the JSON directly. For example, `--payload '
|
|
3935
|
-
# "value"
|
|
3936
|
-
#
|
|
3934
|
+
# You can enter the JSON directly. For example, `--payload '{ "key":
|
|
3935
|
+
# "value" }'`. You can also specify a file path. For example, `--payload
|
|
3936
|
+
# file://payload.json`.
|
|
3937
3937
|
#
|
|
3938
3938
|
# @option params [String] :qualifier
|
|
3939
3939
|
# Specify a version or alias to invoke a published version of the
|
|
@@ -4130,9 +4130,9 @@ module Aws::Lambda
|
|
|
4130
4130
|
# @option params [String, StringIO, File] :payload
|
|
4131
4131
|
# The JSON that you want to provide to your Lambda function as input.
|
|
4132
4132
|
#
|
|
4133
|
-
# You can enter the JSON directly. For example, `--payload '
|
|
4134
|
-
# "value"
|
|
4135
|
-
#
|
|
4133
|
+
# You can enter the JSON directly. For example, `--payload '{ "key":
|
|
4134
|
+
# "value" }'`. You can also specify a file path. For example, `--payload
|
|
4135
|
+
# file://payload.json`.
|
|
4136
4136
|
#
|
|
4137
4137
|
# @return [Types::InvokeWithResponseStreamResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4138
4138
|
#
|
|
@@ -8034,7 +8034,7 @@ module Aws::Lambda
|
|
|
8034
8034
|
tracer: tracer
|
|
8035
8035
|
)
|
|
8036
8036
|
context[:gem_name] = 'aws-sdk-lambda'
|
|
8037
|
-
context[:gem_version] = '1.
|
|
8037
|
+
context[:gem_version] = '1.139.0'
|
|
8038
8038
|
Seahorse::Client::Request.new(handlers, context)
|
|
8039
8039
|
end
|
|
8040
8040
|
|
data/lib/aws-sdk-lambda/types.rb
CHANGED
|
@@ -3622,8 +3622,8 @@ module Aws::Lambda
|
|
|
3622
3622
|
# @!attribute [rw] payload
|
|
3623
3623
|
# The JSON that you want to provide to your Lambda function as input.
|
|
3624
3624
|
#
|
|
3625
|
-
# You can enter the JSON directly. For example, `--payload '
|
|
3626
|
-
# "value"
|
|
3625
|
+
# You can enter the JSON directly. For example, `--payload '{ "key":
|
|
3626
|
+
# "value" }'`. You can also specify a file path. For example,
|
|
3627
3627
|
# `--payload file://payload.json`.
|
|
3628
3628
|
# @return [String]
|
|
3629
3629
|
#
|
|
@@ -3813,8 +3813,8 @@ module Aws::Lambda
|
|
|
3813
3813
|
# @!attribute [rw] payload
|
|
3814
3814
|
# The JSON that you want to provide to your Lambda function as input.
|
|
3815
3815
|
#
|
|
3816
|
-
# You can enter the JSON directly. For example, `--payload '
|
|
3817
|
-
# "value"
|
|
3816
|
+
# You can enter the JSON directly. For example, `--payload '{ "key":
|
|
3817
|
+
# "value" }'`. You can also specify a file path. For example,
|
|
3818
3818
|
# `--payload file://payload.json`.
|
|
3819
3819
|
# @return [String]
|
|
3820
3820
|
#
|
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.139.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: 2024-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|