aws-sdk-lambda 1.134.0 → 1.135.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 +1 -3
- data/lib/aws-sdk-lambda.rb +3 -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: a129db8fdb76c586e70b04df813f55affd4a39a78a601d3530a7400c89a09399
|
|
4
|
+
data.tar.gz: d8b34d97d47796c7396cc6f5e1a6d8a5703855dbad9afba3434cb0290def5dd3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5f8d3756a56e223786a58bb0dea4c993bb11e6b55ccd3018796c9a853783df15e0f72798a3a8a89766184d29e5e9f145e5502e184db35a4c6f713385f747223
|
|
7
|
+
data.tar.gz: 4654ee85e6e7cd77f629f94b99d398230dfb6075d017e55af504be4f779e773cab24ef70ff21acb3189b76219e33a73d9ec97ba374bc57f86858988a3e09a036
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.135.0
|
|
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
|
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
|
38
38
|
require 'aws-sdk-core/plugins/event_stream_configuration.rb'
|
|
39
39
|
|
|
40
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:lambda)
|
|
41
|
-
|
|
42
40
|
module Aws::Lambda
|
|
43
41
|
# An API client for Lambda. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
44
42
|
#
|
|
@@ -8297,7 +8295,7 @@ module Aws::Lambda
|
|
|
8297
8295
|
tracer: tracer
|
|
8298
8296
|
)
|
|
8299
8297
|
context[:gem_name] = 'aws-sdk-lambda'
|
|
8300
|
-
context[:gem_version] = '1.
|
|
8298
|
+
context[:gem_version] = '1.135.0'
|
|
8301
8299
|
Seahorse::Client::Request.new(handlers, context)
|
|
8302
8300
|
end
|
|
8303
8301
|
|
data/lib/aws-sdk-lambda.rb
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:lambda)
|
|
15
|
+
|
|
14
16
|
# This module provides support for AWS Lambda. This module is available in the
|
|
15
17
|
# `aws-sdk-lambda` gem.
|
|
16
18
|
#
|
|
@@ -54,7 +56,7 @@ module Aws::Lambda
|
|
|
54
56
|
autoload :Endpoints, 'aws-sdk-lambda/endpoints'
|
|
55
57
|
autoload :EventStreams, 'aws-sdk-lambda/event_streams'
|
|
56
58
|
|
|
57
|
-
GEM_VERSION = '1.
|
|
59
|
+
GEM_VERSION = '1.135.0'
|
|
58
60
|
|
|
59
61
|
end
|
|
60
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.
|
|
4
|
+
version: 1.135.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-09-
|
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|