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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a50fc0147ae147df20b3ea44d022386321c20fe460054b3cfaafc357d34882a
4
- data.tar.gz: ac311e7731eeefdc925901d5dc4c5424c858fc01a94f9852dceaa85c87299117
3
+ metadata.gz: 80e93f6c9c6db97083fff39054b54fa11313e49e740ed8080606d231826a2f79
4
+ data.tar.gz: aa2f209c10b031e76eef14bdaf0f579b039173c2752fedde71762149edd085e1
5
5
  SHA512:
6
- metadata.gz: 9af3081399ca7e635d774c626eeb216dd91476f6cfc08af25048a8d64e7927715b70881c69683e438de2b925313a170b776a0e5d4a366a2bed710433057366fd
7
- data.tar.gz: bd670f36d41bed2a1df6c42b1b18fc22696f880e3b2f0d85b33b24321882fd03378d62bcf1d773886f31215fbca91c2761a53a64ea05de279d3f0ee3e168f063
6
+ metadata.gz: 6ab784362136f1dcdd18e257a2721480fa4d58491e5239f0df0054debb612c039f39b0e1533c8d36951a8ef233dedfcfb2bba7cc1ff0cbf4ee3bf0858f2901dd
7
+ data.tar.gz: 662cdc81057e282903bf626184430f3b5fd9d1a2fc9a258bb78cd296212f5ce1bcd0e9b8398583f0cb453912f878fdbe53ce5917bdf691befa0f220a0c85ab80
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.139.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.138.0 (2024-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.138.0
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 '\{ "key":
3935
- # "value" \}'`. You can also specify a file path. For example,
3936
- # `--payload file://payload.json`.
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 '\{ "key":
4134
- # "value" \}'`. You can also specify a file path. For example,
4135
- # `--payload file://payload.json`.
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.138.0'
8037
+ context[:gem_version] = '1.139.0'
8038
8038
  Seahorse::Client::Request.new(handlers, context)
8039
8039
  end
8040
8040
 
@@ -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 '\{ "key":
3626
- # "value" \}'`. You can also specify a file path. For example,
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 '\{ "key":
3817
- # "value" \}'`. You can also specify a file path. For example,
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
  #
@@ -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.138.0'
59
+ GEM_VERSION = '1.139.0'
60
60
 
61
61
  end
62
62
 
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.138.0
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-10-25 00:00:00.000000000 Z
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