aws-sdk-lambda 1.194.0 → 1.195.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 +17 -11
- data/lib/aws-sdk-lambda/types.rb +12 -6
- data/lib/aws-sdk-lambda.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ece0cd79a68888241aecf629d5064acc008905a67479da2731bdcbdf2e79e6c
|
|
4
|
+
data.tar.gz: 5984ccfda74134c10d291339aca5705d4da841d318061b5786d4f9854b245b82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3f336c35d9c7d5791de8f724dfcba440ef61ed833d521c73d926b6a7243480c302fc0b516c939755517bb332ef34562a41a5245082e23ad198741e9d5ee9e45
|
|
7
|
+
data.tar.gz: bb34bf442aa7aa9bafdfba93ec5b1ad68f459f27fd0b39e2d4eeaf77d747eb4c7deb71c7180c0df5ed8227b63b2f70957d6a8904224534e1e02b00a3d1942492
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.195.0
|
|
@@ -1839,9 +1839,12 @@ module Aws::Lambda
|
|
|
1839
1839
|
#
|
|
1840
1840
|
# @option params [Integer] :timeout
|
|
1841
1841
|
# The amount of time (in seconds) that Lambda allows a function to run
|
|
1842
|
-
# before stopping it. The default is 3 seconds
|
|
1843
|
-
# value is 900 seconds. For
|
|
1844
|
-
#
|
|
1842
|
+
# before stopping it. The default is 3 seconds, and the maximum allowed
|
|
1843
|
+
# value is 900 seconds. For functions using Lambda Managed Instances,
|
|
1844
|
+
# asynchronous invocations and event source mapping invocations (except
|
|
1845
|
+
# Amazon MQ and Amazon DocumentDB) support a maximum allowed value of
|
|
1846
|
+
# 5,400 seconds (90 minutes). For more information, see [Lambda
|
|
1847
|
+
# execution environment][1].
|
|
1845
1848
|
#
|
|
1846
1849
|
#
|
|
1847
1850
|
#
|
|
@@ -4804,9 +4807,9 @@ module Aws::Lambda
|
|
|
4804
4807
|
# * {Types::GetProvisionedConcurrencyConfigResponse#last_modified #last_modified} => Time
|
|
4805
4808
|
#
|
|
4806
4809
|
#
|
|
4807
|
-
# @example Example: To
|
|
4810
|
+
# @example Example: To get a provisioned concurrency configuration
|
|
4808
4811
|
#
|
|
4809
|
-
# # The following example
|
|
4812
|
+
# # The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified
|
|
4810
4813
|
# # function.
|
|
4811
4814
|
#
|
|
4812
4815
|
# resp = client.get_provisioned_concurrency_config({
|
|
@@ -4823,9 +4826,9 @@ module Aws::Lambda
|
|
|
4823
4826
|
# status: "READY",
|
|
4824
4827
|
# }
|
|
4825
4828
|
#
|
|
4826
|
-
# @example Example: To
|
|
4829
|
+
# @example Example: To view a provisioned concurrency configuration
|
|
4827
4830
|
#
|
|
4828
|
-
# # The following example
|
|
4831
|
+
# # The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified
|
|
4829
4832
|
# # function.
|
|
4830
4833
|
#
|
|
4831
4834
|
# resp = client.get_provisioned_concurrency_config({
|
|
@@ -9384,9 +9387,12 @@ module Aws::Lambda
|
|
|
9384
9387
|
#
|
|
9385
9388
|
# @option params [Integer] :timeout
|
|
9386
9389
|
# The amount of time (in seconds) that Lambda allows a function to run
|
|
9387
|
-
# before stopping it. The default is 3 seconds
|
|
9388
|
-
# value is 900 seconds. For
|
|
9389
|
-
#
|
|
9390
|
+
# before stopping it. The default is 3 seconds, and the maximum allowed
|
|
9391
|
+
# value is 900 seconds. For functions using Lambda Managed Instances,
|
|
9392
|
+
# asynchronous invocations and event source mapping invocations (except
|
|
9393
|
+
# Amazon MQ and Amazon DocumentDB) support a maximum allowed value of
|
|
9394
|
+
# 5,400 seconds (90 minutes). For more information, see [Lambda
|
|
9395
|
+
# execution environment][1].
|
|
9390
9396
|
#
|
|
9391
9397
|
#
|
|
9392
9398
|
#
|
|
@@ -10030,7 +10036,7 @@ module Aws::Lambda
|
|
|
10030
10036
|
tracer: tracer
|
|
10031
10037
|
)
|
|
10032
10038
|
context[:gem_name] = 'aws-sdk-lambda'
|
|
10033
|
-
context[:gem_version] = '1.
|
|
10039
|
+
context[:gem_version] = '1.195.0'
|
|
10034
10040
|
Seahorse::Client::Request.new(handlers, context)
|
|
10035
10041
|
end
|
|
10036
10042
|
|
data/lib/aws-sdk-lambda/types.rb
CHANGED
|
@@ -1809,9 +1809,12 @@ module Aws::Lambda
|
|
|
1809
1809
|
#
|
|
1810
1810
|
# @!attribute [rw] timeout
|
|
1811
1811
|
# The amount of time (in seconds) that Lambda allows a function to run
|
|
1812
|
-
# before stopping it. The default is 3 seconds
|
|
1813
|
-
# value is 900 seconds. For
|
|
1814
|
-
#
|
|
1812
|
+
# before stopping it. The default is 3 seconds, and the maximum
|
|
1813
|
+
# allowed value is 900 seconds. For functions using Lambda Managed
|
|
1814
|
+
# Instances, asynchronous invocations and event source mapping
|
|
1815
|
+
# invocations (except Amazon MQ and Amazon DocumentDB) support a
|
|
1816
|
+
# maximum allowed value of 5,400 seconds (90 minutes). For more
|
|
1817
|
+
# information, see [Lambda execution environment][1].
|
|
1815
1818
|
#
|
|
1816
1819
|
#
|
|
1817
1820
|
#
|
|
@@ -10086,9 +10089,12 @@ module Aws::Lambda
|
|
|
10086
10089
|
#
|
|
10087
10090
|
# @!attribute [rw] timeout
|
|
10088
10091
|
# The amount of time (in seconds) that Lambda allows a function to run
|
|
10089
|
-
# before stopping it. The default is 3 seconds
|
|
10090
|
-
# value is 900 seconds. For
|
|
10091
|
-
#
|
|
10092
|
+
# before stopping it. The default is 3 seconds, and the maximum
|
|
10093
|
+
# allowed value is 900 seconds. For functions using Lambda Managed
|
|
10094
|
+
# Instances, asynchronous invocations and event source mapping
|
|
10095
|
+
# invocations (except Amazon MQ and Amazon DocumentDB) support a
|
|
10096
|
+
# maximum allowed value of 5,400 seconds (90 minutes). For more
|
|
10097
|
+
# information, see [Lambda execution environment][1].
|
|
10092
10098
|
#
|
|
10093
10099
|
#
|
|
10094
10100
|
#
|
data/lib/aws-sdk-lambda.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.195.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.255.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.255.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|