aws-sdk-lambda 1.58.0 → 1.59.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/lib/aws-sdk-lambda.rb +1 -1
- data/lib/aws-sdk-lambda/client.rb +39 -29
- data/lib/aws-sdk-lambda/types.rb +33 -20
- 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: 11be2bb97d538d01aee1c325e36c6c9376473c0861d7f908ab23acf6b702a4d7
|
4
|
+
data.tar.gz: ca7c449c7429a5c58a2e751d250809a33e9bcd44ac77dafaed4bd16f9bf1ccf0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed9997af1bef3c619c5d701ec5bd6824cd286a6c42b8323cf0a4e106fcf8ec9ffa50b8a7e8868dd2041dc36ffb9ea590a0eea939854084342a8df1b42e1261c0
|
7
|
+
data.tar.gz: 4cab6e23501e579dbfacfe98e107a035a2f8bf99a212605d187baaf3fc2fd92b6be462a249df971bf34f2de09add3f261c4f21aeb698e2f5e574128133b9fe41
|
data/lib/aws-sdk-lambda.rb
CHANGED
@@ -849,8 +849,8 @@ module Aws::Lambda
|
|
849
849
|
# records will be retried until the record expires.
|
850
850
|
#
|
851
851
|
# @option params [Integer] :tumbling_window_in_seconds
|
852
|
-
# (Streams) The duration of a processing window
|
853
|
-
# between 1 second up to
|
852
|
+
# (Streams) The duration in seconds of a processing window. The range is
|
853
|
+
# between 1 second up to 900 seconds.
|
854
854
|
#
|
855
855
|
# @option params [Array<String>] :topics
|
856
856
|
# The name of the Kafka topic.
|
@@ -1162,7 +1162,12 @@ module Aws::Lambda
|
|
1162
1162
|
# Connection settings for an Amazon EFS file system.
|
1163
1163
|
#
|
1164
1164
|
# @option params [Types::ImageConfig] :image_config
|
1165
|
-
#
|
1165
|
+
# [Container image configuration values][1] that override the values in
|
1166
|
+
# the container image Dockerfile.
|
1167
|
+
#
|
1168
|
+
#
|
1169
|
+
#
|
1170
|
+
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/images-parms.html
|
1166
1171
|
#
|
1167
1172
|
# @option params [String] :code_signing_config_arn
|
1168
1173
|
# To enable code signing for this function, specify the ARN of a
|
@@ -1271,7 +1276,7 @@ module Aws::Lambda
|
|
1271
1276
|
#
|
1272
1277
|
# resp = client.create_function({
|
1273
1278
|
# function_name: "FunctionName", # required
|
1274
|
-
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
1279
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
1275
1280
|
# role: "RoleArn", # required
|
1276
1281
|
# handler: "Handler",
|
1277
1282
|
# code: { # required
|
@@ -1324,7 +1329,7 @@ module Aws::Lambda
|
|
1324
1329
|
#
|
1325
1330
|
# resp.function_name #=> String
|
1326
1331
|
# resp.function_arn #=> String
|
1327
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
1332
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
1328
1333
|
# resp.role #=> String
|
1329
1334
|
# resp.handler #=> String
|
1330
1335
|
# resp.code_size #=> Integer
|
@@ -2208,7 +2213,7 @@ module Aws::Lambda
|
|
2208
2213
|
#
|
2209
2214
|
# resp.configuration.function_name #=> String
|
2210
2215
|
# resp.configuration.function_arn #=> String
|
2211
|
-
# resp.configuration.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
2216
|
+
# resp.configuration.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
2212
2217
|
# resp.configuration.role #=> String
|
2213
2218
|
# resp.configuration.handler #=> String
|
2214
2219
|
# resp.configuration.code_size #=> Integer
|
@@ -2488,7 +2493,7 @@ module Aws::Lambda
|
|
2488
2493
|
#
|
2489
2494
|
# resp.function_name #=> String
|
2490
2495
|
# resp.function_arn #=> String
|
2491
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
2496
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
2492
2497
|
# resp.role #=> String
|
2493
2498
|
# resp.handler #=> String
|
2494
2499
|
# resp.code_size #=> Integer
|
@@ -2710,7 +2715,7 @@ module Aws::Lambda
|
|
2710
2715
|
# resp.created_date #=> Time
|
2711
2716
|
# resp.version #=> Integer
|
2712
2717
|
# resp.compatible_runtimes #=> Array
|
2713
|
-
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
2718
|
+
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
2714
2719
|
# resp.license_info #=> String
|
2715
2720
|
#
|
2716
2721
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersion AWS API Documentation
|
@@ -2788,7 +2793,7 @@ module Aws::Lambda
|
|
2788
2793
|
# resp.created_date #=> Time
|
2789
2794
|
# resp.version #=> Integer
|
2790
2795
|
# resp.compatible_runtimes #=> Array
|
2791
|
-
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
2796
|
+
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
2792
2797
|
# resp.license_info #=> String
|
2793
2798
|
#
|
2794
2799
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionByArn AWS API Documentation
|
@@ -2939,9 +2944,9 @@ module Aws::Lambda
|
|
2939
2944
|
# * {Types::GetProvisionedConcurrencyConfigResponse#last_modified #last_modified} => Time
|
2940
2945
|
#
|
2941
2946
|
#
|
2942
|
-
# @example Example: To
|
2947
|
+
# @example Example: To get a provisioned concurrency configuration
|
2943
2948
|
#
|
2944
|
-
# # The following example
|
2949
|
+
# # The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified
|
2945
2950
|
# # function.
|
2946
2951
|
#
|
2947
2952
|
# resp = client.get_provisioned_concurrency_config({
|
@@ -2958,9 +2963,9 @@ module Aws::Lambda
|
|
2958
2963
|
# status: "READY",
|
2959
2964
|
# }
|
2960
2965
|
#
|
2961
|
-
# @example Example: To
|
2966
|
+
# @example Example: To view a provisioned concurrency configuration
|
2962
2967
|
#
|
2963
|
-
# # The following example
|
2968
|
+
# # The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified
|
2964
2969
|
# # function.
|
2965
2970
|
#
|
2966
2971
|
# resp = client.get_provisioned_concurrency_config({
|
@@ -3700,7 +3705,7 @@ module Aws::Lambda
|
|
3700
3705
|
# resp.functions #=> Array
|
3701
3706
|
# resp.functions[0].function_name #=> String
|
3702
3707
|
# resp.functions[0].function_arn #=> String
|
3703
|
-
# resp.functions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
3708
|
+
# resp.functions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
3704
3709
|
# resp.functions[0].role #=> String
|
3705
3710
|
# resp.functions[0].handler #=> String
|
3706
3711
|
# resp.functions[0].code_size #=> Integer
|
@@ -3867,7 +3872,7 @@ module Aws::Lambda
|
|
3867
3872
|
# @example Request syntax with placeholder values
|
3868
3873
|
#
|
3869
3874
|
# resp = client.list_layer_versions({
|
3870
|
-
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
3875
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
3871
3876
|
# layer_name: "LayerName", # required
|
3872
3877
|
# marker: "String",
|
3873
3878
|
# max_items: 1,
|
@@ -3882,7 +3887,7 @@ module Aws::Lambda
|
|
3882
3887
|
# resp.layer_versions[0].description #=> String
|
3883
3888
|
# resp.layer_versions[0].created_date #=> Time
|
3884
3889
|
# resp.layer_versions[0].compatible_runtimes #=> Array
|
3885
|
-
# resp.layer_versions[0].compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
3890
|
+
# resp.layer_versions[0].compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
3886
3891
|
# resp.layer_versions[0].license_info #=> String
|
3887
3892
|
#
|
3888
3893
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayerVersions AWS API Documentation
|
@@ -3951,7 +3956,7 @@ module Aws::Lambda
|
|
3951
3956
|
# @example Request syntax with placeholder values
|
3952
3957
|
#
|
3953
3958
|
# resp = client.list_layers({
|
3954
|
-
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
3959
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
3955
3960
|
# marker: "String",
|
3956
3961
|
# max_items: 1,
|
3957
3962
|
# })
|
@@ -3967,7 +3972,7 @@ module Aws::Lambda
|
|
3967
3972
|
# resp.layers[0].latest_matching_version.description #=> String
|
3968
3973
|
# resp.layers[0].latest_matching_version.created_date #=> Time
|
3969
3974
|
# resp.layers[0].latest_matching_version.compatible_runtimes #=> Array
|
3970
|
-
# resp.layers[0].latest_matching_version.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
3975
|
+
# resp.layers[0].latest_matching_version.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
3971
3976
|
# resp.layers[0].latest_matching_version.license_info #=> String
|
3972
3977
|
#
|
3973
3978
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayers AWS API Documentation
|
@@ -4237,7 +4242,7 @@ module Aws::Lambda
|
|
4237
4242
|
# resp.versions #=> Array
|
4238
4243
|
# resp.versions[0].function_name #=> String
|
4239
4244
|
# resp.versions[0].function_arn #=> String
|
4240
|
-
# resp.versions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
4245
|
+
# resp.versions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
4241
4246
|
# resp.versions[0].role #=> String
|
4242
4247
|
# resp.versions[0].handler #=> String
|
4243
4248
|
# resp.versions[0].code_size #=> Integer
|
@@ -4398,7 +4403,7 @@ module Aws::Lambda
|
|
4398
4403
|
# s3_object_version: "S3ObjectVersion",
|
4399
4404
|
# zip_file: "data",
|
4400
4405
|
# },
|
4401
|
-
# compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
4406
|
+
# compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
4402
4407
|
# license_info: "LicenseInfo",
|
4403
4408
|
# })
|
4404
4409
|
#
|
@@ -4415,7 +4420,7 @@ module Aws::Lambda
|
|
4415
4420
|
# resp.created_date #=> Time
|
4416
4421
|
# resp.version #=> Integer
|
4417
4422
|
# resp.compatible_runtimes #=> Array
|
4418
|
-
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
4423
|
+
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
4419
4424
|
# resp.license_info #=> String
|
4420
4425
|
#
|
4421
4426
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PublishLayerVersion AWS API Documentation
|
@@ -4561,7 +4566,7 @@ module Aws::Lambda
|
|
4561
4566
|
#
|
4562
4567
|
# resp.function_name #=> String
|
4563
4568
|
# resp.function_arn #=> String
|
4564
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
4569
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
4565
4570
|
# resp.role #=> String
|
4566
4571
|
# resp.handler #=> String
|
4567
4572
|
# resp.code_size #=> Integer
|
@@ -5423,8 +5428,8 @@ module Aws::Lambda
|
|
5423
5428
|
# secure your event source.
|
5424
5429
|
#
|
5425
5430
|
# @option params [Integer] :tumbling_window_in_seconds
|
5426
|
-
# (Streams) The duration of a processing window
|
5427
|
-
# between 1 second up to
|
5431
|
+
# (Streams) The duration in seconds of a processing window. The range is
|
5432
|
+
# between 1 second up to 900 seconds.
|
5428
5433
|
#
|
5429
5434
|
# @option params [Array<String>] :function_response_types
|
5430
5435
|
# (Streams) A list of current response type enums applied to the event
|
@@ -5699,7 +5704,7 @@ module Aws::Lambda
|
|
5699
5704
|
#
|
5700
5705
|
# resp.function_name #=> String
|
5701
5706
|
# resp.function_arn #=> String
|
5702
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
5707
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
5703
5708
|
# resp.role #=> String
|
5704
5709
|
# resp.handler #=> String
|
5705
5710
|
# resp.code_size #=> Integer
|
@@ -5878,7 +5883,12 @@ module Aws::Lambda
|
|
5878
5883
|
# Connection settings for an Amazon EFS file system.
|
5879
5884
|
#
|
5880
5885
|
# @option params [Types::ImageConfig] :image_config
|
5881
|
-
#
|
5886
|
+
# [Container image configuration values][1] that override the values in
|
5887
|
+
# the container image Dockerfile.
|
5888
|
+
#
|
5889
|
+
#
|
5890
|
+
#
|
5891
|
+
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/images-parms.html
|
5882
5892
|
#
|
5883
5893
|
# @return [Types::FunctionConfiguration] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5884
5894
|
#
|
@@ -5963,7 +5973,7 @@ module Aws::Lambda
|
|
5963
5973
|
# "EnvironmentVariableName" => "EnvironmentVariableValue",
|
5964
5974
|
# },
|
5965
5975
|
# },
|
5966
|
-
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
5976
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
5967
5977
|
# dead_letter_config: {
|
5968
5978
|
# target_arn: "ResourceArn",
|
5969
5979
|
# },
|
@@ -5990,7 +6000,7 @@ module Aws::Lambda
|
|
5990
6000
|
#
|
5991
6001
|
# resp.function_name #=> String
|
5992
6002
|
# resp.function_arn #=> String
|
5993
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
6003
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
5994
6004
|
# resp.role #=> String
|
5995
6005
|
# resp.handler #=> String
|
5996
6006
|
# resp.code_size #=> Integer
|
@@ -6182,7 +6192,7 @@ module Aws::Lambda
|
|
6182
6192
|
params: params,
|
6183
6193
|
config: config)
|
6184
6194
|
context[:gem_name] = 'aws-sdk-lambda'
|
6185
|
-
context[:gem_version] = '1.
|
6195
|
+
context[:gem_version] = '1.59.0'
|
6186
6196
|
Seahorse::Client::Request.new(handlers, context)
|
6187
6197
|
end
|
6188
6198
|
|
data/lib/aws-sdk-lambda/types.rb
CHANGED
@@ -742,8 +742,8 @@ module Aws::Lambda
|
|
742
742
|
# @return [Integer]
|
743
743
|
#
|
744
744
|
# @!attribute [rw] tumbling_window_in_seconds
|
745
|
-
# (Streams) The duration of a processing window
|
746
|
-
# is between 1 second up to
|
745
|
+
# (Streams) The duration in seconds of a processing window. The range
|
746
|
+
# is between 1 second up to 900 seconds.
|
747
747
|
# @return [Integer]
|
748
748
|
#
|
749
749
|
# @!attribute [rw] topics
|
@@ -798,7 +798,7 @@ module Aws::Lambda
|
|
798
798
|
#
|
799
799
|
# {
|
800
800
|
# function_name: "FunctionName", # required
|
801
|
-
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
801
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
802
802
|
# role: "RoleArn", # required
|
803
803
|
# handler: "Handler",
|
804
804
|
# code: { # required
|
@@ -975,7 +975,12 @@ module Aws::Lambda
|
|
975
975
|
# @return [Array<Types::FileSystemConfig>]
|
976
976
|
#
|
977
977
|
# @!attribute [rw] image_config
|
978
|
-
#
|
978
|
+
# [Container image configuration values][1] that override the values
|
979
|
+
# in the container image Dockerfile.
|
980
|
+
#
|
981
|
+
#
|
982
|
+
#
|
983
|
+
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/images-parms.html
|
979
984
|
# @return [Types::ImageConfig]
|
980
985
|
#
|
981
986
|
# @!attribute [rw] code_signing_config_arn
|
@@ -1668,8 +1673,8 @@ module Aws::Lambda
|
|
1668
1673
|
# @return [Integer]
|
1669
1674
|
#
|
1670
1675
|
# @!attribute [rw] tumbling_window_in_seconds
|
1671
|
-
# (Streams) The duration of a processing window
|
1672
|
-
# is between 1 second up to
|
1676
|
+
# (Streams) The duration in seconds of a processing window. The range
|
1677
|
+
# is between 1 second up to 900 seconds.
|
1673
1678
|
# @return [Integer]
|
1674
1679
|
#
|
1675
1680
|
# @!attribute [rw] function_response_types
|
@@ -2691,7 +2696,7 @@ module Aws::Lambda
|
|
2691
2696
|
#
|
2692
2697
|
#
|
2693
2698
|
#
|
2694
|
-
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/images-
|
2699
|
+
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms
|
2695
2700
|
#
|
2696
2701
|
# @note When making an API call, you may pass ImageConfig
|
2697
2702
|
# data as a hash:
|
@@ -3690,7 +3695,7 @@ module Aws::Lambda
|
|
3690
3695
|
# data as a hash:
|
3691
3696
|
#
|
3692
3697
|
# {
|
3693
|
-
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
3698
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
3694
3699
|
# layer_name: "LayerName", # required
|
3695
3700
|
# marker: "String",
|
3696
3701
|
# max_items: 1,
|
@@ -3745,7 +3750,7 @@ module Aws::Lambda
|
|
3745
3750
|
# data as a hash:
|
3746
3751
|
#
|
3747
3752
|
# {
|
3748
|
-
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
3753
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
3749
3754
|
# marker: "String",
|
3750
3755
|
# max_items: 1,
|
3751
3756
|
# }
|
@@ -4107,7 +4112,7 @@ module Aws::Lambda
|
|
4107
4112
|
# s3_object_version: "S3ObjectVersion",
|
4108
4113
|
# zip_file: "data",
|
4109
4114
|
# },
|
4110
|
-
# compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
4115
|
+
# compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
4111
4116
|
# license_info: "LicenseInfo",
|
4112
4117
|
# }
|
4113
4118
|
#
|
@@ -4789,16 +4794,19 @@ module Aws::Lambda
|
|
4789
4794
|
# broker credentials.
|
4790
4795
|
#
|
4791
4796
|
# * `VPC_SUBNET` - The subnets associated with your VPC. Lambda
|
4792
|
-
# connects to these subnets to fetch data from your
|
4797
|
+
# connects to these subnets to fetch data from your Self-Managed
|
4798
|
+
# Apache Kafka cluster.
|
4793
4799
|
#
|
4794
4800
|
# * `VPC_SECURITY_GROUP` - The VPC security group used to manage
|
4795
|
-
# access to your Kafka brokers.
|
4801
|
+
# access to your Self-Managed Apache Kafka brokers.
|
4796
4802
|
#
|
4797
|
-
# * `SASL_SCRAM_256_AUTH` - The ARN of your secret key
|
4798
|
-
# SCRAM-256 authentication of your
|
4803
|
+
# * `SASL_SCRAM_256_AUTH` - The Secrets Manager ARN of your secret key
|
4804
|
+
# used for SASL SCRAM-256 authentication of your Self-Managed Apache
|
4805
|
+
# Kafka brokers.
|
4799
4806
|
#
|
4800
|
-
# * `SASL_SCRAM_512_AUTH` - The ARN of your secret key
|
4801
|
-
# SCRAM-512 authentication of your
|
4807
|
+
# * `SASL_SCRAM_512_AUTH` - The Secrets Manager ARN of your secret key
|
4808
|
+
# used for SASL SCRAM-512 authentication of your Self-Managed Apache
|
4809
|
+
# Kafka brokers.
|
4802
4810
|
# @return [String]
|
4803
4811
|
#
|
4804
4812
|
# @!attribute [rw] uri
|
@@ -5202,8 +5210,8 @@ module Aws::Lambda
|
|
5202
5210
|
# @return [Array<Types::SourceAccessConfiguration>]
|
5203
5211
|
#
|
5204
5212
|
# @!attribute [rw] tumbling_window_in_seconds
|
5205
|
-
# (Streams) The duration of a processing window
|
5206
|
-
# is between 1 second up to
|
5213
|
+
# (Streams) The duration in seconds of a processing window. The range
|
5214
|
+
# is between 1 second up to 900 seconds.
|
5207
5215
|
# @return [Integer]
|
5208
5216
|
#
|
5209
5217
|
# @!attribute [rw] function_response_types
|
@@ -5337,7 +5345,7 @@ module Aws::Lambda
|
|
5337
5345
|
# "EnvironmentVariableName" => "EnvironmentVariableValue",
|
5338
5346
|
# },
|
5339
5347
|
# },
|
5340
|
-
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
5348
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
5341
5349
|
# dead_letter_config: {
|
5342
5350
|
# target_arn: "ResourceArn",
|
5343
5351
|
# },
|
@@ -5472,7 +5480,12 @@ module Aws::Lambda
|
|
5472
5480
|
# @return [Array<Types::FileSystemConfig>]
|
5473
5481
|
#
|
5474
5482
|
# @!attribute [rw] image_config
|
5475
|
-
#
|
5483
|
+
# [Container image configuration values][1] that override the values
|
5484
|
+
# in the container image Dockerfile.
|
5485
|
+
#
|
5486
|
+
#
|
5487
|
+
#
|
5488
|
+
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/images-parms.html
|
5476
5489
|
# @return [Types::ImageConfig]
|
5477
5490
|
#
|
5478
5491
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateFunctionConfigurationRequest AWS API Documentation
|
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.59.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: 2021-02-
|
11
|
+
date: 2021-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|