aws-sdk-lambda 1.31.0 → 1.32.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 +19 -19
- data/lib/aws-sdk-lambda/types.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11be2342d82ab811b9aee86c333200463f1dd871
|
|
4
|
+
data.tar.gz: 856700bf96cc84f4f6ead68e2424317ae2ab0397
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cacd70750bf920553734551fec81420241257a32615ca565fc636be414e5ea392d48a09641501145026bd2ae6a68ace047dcc8b8e9fb5ec217fbae95c8e5be9c
|
|
7
|
+
data.tar.gz: d8f6aaa97d55e6c925022a3e78a2eb9baa17a4885108fbaa3aa3b13db155389289cd6bfb0157aebe107ee4a718e6406546c6548b2e45c884892c115fced65dae
|
data/lib/aws-sdk-lambda.rb
CHANGED
|
@@ -853,7 +853,7 @@ module Aws::Lambda
|
|
|
853
853
|
#
|
|
854
854
|
# resp = client.create_function({
|
|
855
855
|
# function_name: "FunctionName", # required
|
|
856
|
-
# runtime: "nodejs", # required, accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, java8, python2.7, python3.6, python3.7, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
856
|
+
# runtime: "nodejs", # required, accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
857
857
|
# role: "RoleArn", # required
|
|
858
858
|
# handler: "Handler", # required
|
|
859
859
|
# code: { # required
|
|
@@ -892,7 +892,7 @@ module Aws::Lambda
|
|
|
892
892
|
#
|
|
893
893
|
# resp.function_name #=> String
|
|
894
894
|
# resp.function_arn #=> String
|
|
895
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
895
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
896
896
|
# resp.role #=> String
|
|
897
897
|
# resp.handler #=> String
|
|
898
898
|
# resp.code_size #=> Integer
|
|
@@ -1452,7 +1452,7 @@ module Aws::Lambda
|
|
|
1452
1452
|
#
|
|
1453
1453
|
# resp.configuration.function_name #=> String
|
|
1454
1454
|
# resp.configuration.function_arn #=> String
|
|
1455
|
-
# resp.configuration.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
1455
|
+
# resp.configuration.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
1456
1456
|
# resp.configuration.role #=> String
|
|
1457
1457
|
# resp.configuration.handler #=> String
|
|
1458
1458
|
# resp.configuration.code_size #=> Integer
|
|
@@ -1589,7 +1589,7 @@ module Aws::Lambda
|
|
|
1589
1589
|
#
|
|
1590
1590
|
# resp.function_name #=> String
|
|
1591
1591
|
# resp.function_arn #=> String
|
|
1592
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
1592
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
1593
1593
|
# resp.role #=> String
|
|
1594
1594
|
# resp.handler #=> String
|
|
1595
1595
|
# resp.code_size #=> Integer
|
|
@@ -1668,7 +1668,7 @@ module Aws::Lambda
|
|
|
1668
1668
|
# resp.created_date #=> Time
|
|
1669
1669
|
# resp.version #=> Integer
|
|
1670
1670
|
# resp.compatible_runtimes #=> Array
|
|
1671
|
-
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
1671
|
+
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
1672
1672
|
# resp.license_info #=> String
|
|
1673
1673
|
#
|
|
1674
1674
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersion AWS API Documentation
|
|
@@ -1718,7 +1718,7 @@ module Aws::Lambda
|
|
|
1718
1718
|
# resp.created_date #=> Time
|
|
1719
1719
|
# resp.version #=> Integer
|
|
1720
1720
|
# resp.compatible_runtimes #=> Array
|
|
1721
|
-
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
1721
|
+
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
1722
1722
|
# resp.license_info #=> String
|
|
1723
1723
|
#
|
|
1724
1724
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionByArn AWS API Documentation
|
|
@@ -2264,7 +2264,7 @@ module Aws::Lambda
|
|
|
2264
2264
|
# resp.functions #=> Array
|
|
2265
2265
|
# resp.functions[0].function_name #=> String
|
|
2266
2266
|
# resp.functions[0].function_arn #=> String
|
|
2267
|
-
# resp.functions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
2267
|
+
# resp.functions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
2268
2268
|
# resp.functions[0].role #=> String
|
|
2269
2269
|
# resp.functions[0].handler #=> String
|
|
2270
2270
|
# resp.functions[0].code_size #=> Integer
|
|
@@ -2331,7 +2331,7 @@ module Aws::Lambda
|
|
|
2331
2331
|
# @example Request syntax with placeholder values
|
|
2332
2332
|
#
|
|
2333
2333
|
# resp = client.list_layer_versions({
|
|
2334
|
-
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, java8, python2.7, python3.6, python3.7, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
2334
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
2335
2335
|
# layer_name: "LayerName", # required
|
|
2336
2336
|
# marker: "String",
|
|
2337
2337
|
# max_items: 1,
|
|
@@ -2346,7 +2346,7 @@ module Aws::Lambda
|
|
|
2346
2346
|
# resp.layer_versions[0].description #=> String
|
|
2347
2347
|
# resp.layer_versions[0].created_date #=> Time
|
|
2348
2348
|
# resp.layer_versions[0].compatible_runtimes #=> Array
|
|
2349
|
-
# resp.layer_versions[0].compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
2349
|
+
# resp.layer_versions[0].compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
2350
2350
|
# resp.layer_versions[0].license_info #=> String
|
|
2351
2351
|
#
|
|
2352
2352
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayerVersions AWS API Documentation
|
|
@@ -2384,7 +2384,7 @@ module Aws::Lambda
|
|
|
2384
2384
|
# @example Request syntax with placeholder values
|
|
2385
2385
|
#
|
|
2386
2386
|
# resp = client.list_layers({
|
|
2387
|
-
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, java8, python2.7, python3.6, python3.7, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
2387
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
2388
2388
|
# marker: "String",
|
|
2389
2389
|
# max_items: 1,
|
|
2390
2390
|
# })
|
|
@@ -2400,7 +2400,7 @@ module Aws::Lambda
|
|
|
2400
2400
|
# resp.layers[0].latest_matching_version.description #=> String
|
|
2401
2401
|
# resp.layers[0].latest_matching_version.created_date #=> Time
|
|
2402
2402
|
# resp.layers[0].latest_matching_version.compatible_runtimes #=> Array
|
|
2403
|
-
# resp.layers[0].latest_matching_version.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
2403
|
+
# resp.layers[0].latest_matching_version.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
2404
2404
|
# resp.layers[0].latest_matching_version.license_info #=> String
|
|
2405
2405
|
#
|
|
2406
2406
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayers AWS API Documentation
|
|
@@ -2512,7 +2512,7 @@ module Aws::Lambda
|
|
|
2512
2512
|
# resp.versions #=> Array
|
|
2513
2513
|
# resp.versions[0].function_name #=> String
|
|
2514
2514
|
# resp.versions[0].function_arn #=> String
|
|
2515
|
-
# resp.versions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
2515
|
+
# resp.versions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
2516
2516
|
# resp.versions[0].role #=> String
|
|
2517
2517
|
# resp.versions[0].handler #=> String
|
|
2518
2518
|
# resp.versions[0].code_size #=> Integer
|
|
@@ -2613,7 +2613,7 @@ module Aws::Lambda
|
|
|
2613
2613
|
# s3_object_version: "S3ObjectVersion",
|
|
2614
2614
|
# zip_file: "data",
|
|
2615
2615
|
# },
|
|
2616
|
-
# compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, java8, python2.7, python3.6, python3.7, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
2616
|
+
# compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
2617
2617
|
# license_info: "LicenseInfo",
|
|
2618
2618
|
# })
|
|
2619
2619
|
#
|
|
@@ -2628,7 +2628,7 @@ module Aws::Lambda
|
|
|
2628
2628
|
# resp.created_date #=> Time
|
|
2629
2629
|
# resp.version #=> Integer
|
|
2630
2630
|
# resp.compatible_runtimes #=> Array
|
|
2631
|
-
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
2631
|
+
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
2632
2632
|
# resp.license_info #=> String
|
|
2633
2633
|
#
|
|
2634
2634
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PublishLayerVersion AWS API Documentation
|
|
@@ -2752,7 +2752,7 @@ module Aws::Lambda
|
|
|
2752
2752
|
#
|
|
2753
2753
|
# resp.function_name #=> String
|
|
2754
2754
|
# resp.function_arn #=> String
|
|
2755
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
2755
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
2756
2756
|
# resp.role #=> String
|
|
2757
2757
|
# resp.handler #=> String
|
|
2758
2758
|
# resp.code_size #=> Integer
|
|
@@ -3350,7 +3350,7 @@ module Aws::Lambda
|
|
|
3350
3350
|
#
|
|
3351
3351
|
# resp.function_name #=> String
|
|
3352
3352
|
# resp.function_arn #=> String
|
|
3353
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
3353
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
3354
3354
|
# resp.role #=> String
|
|
3355
3355
|
# resp.handler #=> String
|
|
3356
3356
|
# resp.code_size #=> Integer
|
|
@@ -3566,7 +3566,7 @@ module Aws::Lambda
|
|
|
3566
3566
|
# "EnvironmentVariableName" => "EnvironmentVariableValue",
|
|
3567
3567
|
# },
|
|
3568
3568
|
# },
|
|
3569
|
-
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, java8, python2.7, python3.6, python3.7, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
3569
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
3570
3570
|
# dead_letter_config: {
|
|
3571
3571
|
# target_arn: "ResourceArn",
|
|
3572
3572
|
# },
|
|
@@ -3582,7 +3582,7 @@ module Aws::Lambda
|
|
|
3582
3582
|
#
|
|
3583
3583
|
# resp.function_name #=> String
|
|
3584
3584
|
# resp.function_arn #=> String
|
|
3585
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
3585
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "java8", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided"
|
|
3586
3586
|
# resp.role #=> String
|
|
3587
3587
|
# resp.handler #=> String
|
|
3588
3588
|
# resp.code_size #=> Integer
|
|
@@ -3632,7 +3632,7 @@ module Aws::Lambda
|
|
|
3632
3632
|
params: params,
|
|
3633
3633
|
config: config)
|
|
3634
3634
|
context[:gem_name] = 'aws-sdk-lambda'
|
|
3635
|
-
context[:gem_version] = '1.
|
|
3635
|
+
context[:gem_version] = '1.32.0'
|
|
3636
3636
|
Seahorse::Client::Request.new(handlers, context)
|
|
3637
3637
|
end
|
|
3638
3638
|
|
data/lib/aws-sdk-lambda/types.rb
CHANGED
|
@@ -509,7 +509,7 @@ module Aws::Lambda
|
|
|
509
509
|
#
|
|
510
510
|
# {
|
|
511
511
|
# function_name: "FunctionName", # required
|
|
512
|
-
# runtime: "nodejs", # required, accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, java8, python2.7, python3.6, python3.7, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
512
|
+
# runtime: "nodejs", # required, accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
513
513
|
# role: "RoleArn", # required
|
|
514
514
|
# handler: "Handler", # required
|
|
515
515
|
# code: { # required
|
|
@@ -2314,7 +2314,7 @@ module Aws::Lambda
|
|
|
2314
2314
|
# data as a hash:
|
|
2315
2315
|
#
|
|
2316
2316
|
# {
|
|
2317
|
-
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, java8, python2.7, python3.6, python3.7, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
2317
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
2318
2318
|
# layer_name: "LayerName", # required
|
|
2319
2319
|
# marker: "String",
|
|
2320
2320
|
# max_items: 1,
|
|
@@ -2367,7 +2367,7 @@ module Aws::Lambda
|
|
|
2367
2367
|
# data as a hash:
|
|
2368
2368
|
#
|
|
2369
2369
|
# {
|
|
2370
|
-
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, java8, python2.7, python3.6, python3.7, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
2370
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
2371
2371
|
# marker: "String",
|
|
2372
2372
|
# max_items: 1,
|
|
2373
2373
|
# }
|
|
@@ -2550,7 +2550,7 @@ module Aws::Lambda
|
|
|
2550
2550
|
# s3_object_version: "S3ObjectVersion",
|
|
2551
2551
|
# zip_file: "data",
|
|
2552
2552
|
# },
|
|
2553
|
-
# compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, java8, python2.7, python3.6, python3.7, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
2553
|
+
# compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
2554
2554
|
# license_info: "LicenseInfo",
|
|
2555
2555
|
# }
|
|
2556
2556
|
#
|
|
@@ -3297,7 +3297,7 @@ module Aws::Lambda
|
|
|
3297
3297
|
# "EnvironmentVariableName" => "EnvironmentVariableValue",
|
|
3298
3298
|
# },
|
|
3299
3299
|
# },
|
|
3300
|
-
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, java8, python2.7, python3.6, python3.7, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
3300
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x, ruby2.5, provided
|
|
3301
3301
|
# dead_letter_config: {
|
|
3302
3302
|
# target_arn: "ResourceArn",
|
|
3303
3303
|
# },
|
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.32.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: 2019-
|
|
11
|
+
date: 2019-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|