aws-sdk-lambda 1.128.0 → 1.129.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 -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: ea62d2ede800fda017b188d053e1240eef316763cdba91d682dce7525a71b316
|
|
4
|
+
data.tar.gz: a5982b5ba772729d27a33146944b2b9a748c826e199a8d4976abdf9c1d599a2d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d09f01c03a917625cdc8725026ccd7085a6815bb2f8525ed027bd25b20a5a37bf7b133a7b10b0b7a6e0b815b41c4d73dc28c3ac673b9f15b9f6fd140fe7b3669
|
|
7
|
+
data.tar.gz: b57b5c204e6f8f24326f19752ca0d0c20ad2c463d7333807999263fc2ab12f4dc43c192762c6f60b6ce21462aafe535d4134cafaf6b9d9c0ea8f109171b9e933
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.129.0
|
|
@@ -436,6 +436,12 @@ module Aws::Lambda
|
|
|
436
436
|
# @option options [String] :ssl_ca_store
|
|
437
437
|
# Sets the X509::Store to verify peer certificate.
|
|
438
438
|
#
|
|
439
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
440
|
+
# Sets a client certificate when creating http connections.
|
|
441
|
+
#
|
|
442
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
443
|
+
# Sets a client key when creating http connections.
|
|
444
|
+
#
|
|
439
445
|
# @option options [Float] :ssl_timeout
|
|
440
446
|
# Sets the SSL timeout in seconds
|
|
441
447
|
#
|
|
@@ -6749,7 +6755,7 @@ module Aws::Lambda
|
|
|
6749
6755
|
tracer: tracer
|
|
6750
6756
|
)
|
|
6751
6757
|
context[:gem_name] = 'aws-sdk-lambda'
|
|
6752
|
-
context[:gem_version] = '1.
|
|
6758
|
+
context[:gem_version] = '1.129.0'
|
|
6753
6759
|
Seahorse::Client::Request.new(handlers, context)
|
|
6754
6760
|
end
|
|
6755
6761
|
|
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.129.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-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|