aws-sdk-lambda 1.184.0 → 1.185.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 +5 -5
- data/lib/aws-sdk-lambda.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a2554238c78719dca22aa1dafd4a5cf537e5cb9c4b3e6cbd2678211aaab48bb1
|
|
4
|
+
data.tar.gz: bf3d51bf6d6f5c144647a5231298ca323c2c25598ed13086202751b9684548e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfc15e6876ba5581b7850da7d21e64e96a192d40c3aa042b1dc559ca2c58421ef36ea3e8f8c2e39b245122ecc6f622603095a96c911c9ecd686c1c287e1dcc4a
|
|
7
|
+
data.tar.gz: 2ca4b33f6347e2c42e0dacdf2f38633bb5e8def34fe4c06ad847eae13d89b1e7984aad89a61b128666a34a176a927f5caaabf6bbc1c039fa660f7cb97e0f283e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.185.0
|
|
@@ -4717,9 +4717,9 @@ module Aws::Lambda
|
|
|
4717
4717
|
# * {Types::GetProvisionedConcurrencyConfigResponse#last_modified #last_modified} => Time
|
|
4718
4718
|
#
|
|
4719
4719
|
#
|
|
4720
|
-
# @example Example: To
|
|
4720
|
+
# @example Example: To get a provisioned concurrency configuration
|
|
4721
4721
|
#
|
|
4722
|
-
# # The following example
|
|
4722
|
+
# # The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified
|
|
4723
4723
|
# # function.
|
|
4724
4724
|
#
|
|
4725
4725
|
# resp = client.get_provisioned_concurrency_config({
|
|
@@ -4736,9 +4736,9 @@ module Aws::Lambda
|
|
|
4736
4736
|
# status: "READY",
|
|
4737
4737
|
# }
|
|
4738
4738
|
#
|
|
4739
|
-
# @example Example: To
|
|
4739
|
+
# @example Example: To view a provisioned concurrency configuration
|
|
4740
4740
|
#
|
|
4741
|
-
# # The following example
|
|
4741
|
+
# # The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified
|
|
4742
4742
|
# # function.
|
|
4743
4743
|
#
|
|
4744
4744
|
# resp = client.get_provisioned_concurrency_config({
|
|
@@ -9781,7 +9781,7 @@ module Aws::Lambda
|
|
|
9781
9781
|
tracer: tracer
|
|
9782
9782
|
)
|
|
9783
9783
|
context[:gem_name] = 'aws-sdk-lambda'
|
|
9784
|
-
context[:gem_version] = '1.
|
|
9784
|
+
context[:gem_version] = '1.185.0'
|
|
9785
9785
|
Seahorse::Client::Request.new(handlers, context)
|
|
9786
9786
|
end
|
|
9787
9787
|
|
data/lib/aws-sdk-lambda.rb
CHANGED