aws-sdk-lambda 1.134.0 → 1.135.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7825bede9f95dd75cb14553e3b4512de2e01879761ab9ec41f79370ce863511b
4
- data.tar.gz: 18342290cc4d893c82d125357cace5c9142858af110de4fdc281294a3b2502c0
3
+ metadata.gz: a129db8fdb76c586e70b04df813f55affd4a39a78a601d3530a7400c89a09399
4
+ data.tar.gz: d8b34d97d47796c7396cc6f5e1a6d8a5703855dbad9afba3434cb0290def5dd3
5
5
  SHA512:
6
- metadata.gz: 68056a4b0702b9af4fe0bf5564de3f5e4338f1e936ea222978d301f43ab305c5c502fab3dba9405f2d6551e21c4000ca585858c6f87cc3a84e951e0734c577f3
7
- data.tar.gz: a508f236651acb58f1fa1fb99f7f2e46ae76d73dbe7bb5f2d496b77554b2d74f5ab07d08fe01d7fd6570e19e3e48237bd85606afcacb6a16f346705a25ffa16b
6
+ metadata.gz: e5f8d3756a56e223786a58bb0dea4c993bb11e6b55ccd3018796c9a853783df15e0f72798a3a8a89766184d29e5e9f145e5502e184db35a4c6f713385f747223
7
+ data.tar.gz: 4654ee85e6e7cd77f629f94b99d398230dfb6075d017e55af504be4f779e773cab24ef70ff21acb3189b76219e33a73d9ec97ba374bc57f86858988a3e09a036
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.134.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
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.134.0'
8298
+ context[:gem_version] = '1.135.0'
8301
8299
  Seahorse::Client::Request.new(handlers, context)
8302
8300
  end
8303
8301
 
@@ -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.134.0'
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.134.0
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-23 00:00:00.000000000 Z
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