aws-sdk-lambda 1.66.0 → 1.67.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.rb +1 -1
- data/lib/aws-sdk-lambda/client.rb +24 -23
- data/lib/aws-sdk-lambda/types.rb +10 -10
- 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: 6269e80db03aada59ff66b12d0b978ac07bedab526869aee48878b37e86c5d96
|
|
4
|
+
data.tar.gz: 120262d0f64b35695acd00a8aaf0671be25105ae89bf642363db9a4533ee0625
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35056a14aa72d86c0587a9b2e9f746c99033dc6eb41d8dc9c864f68739dd2de3e10fe214a29d623f7a3c0c52ff83aea694d1751aa2d88813f44aff6b3d716861
|
|
7
|
+
data.tar.gz: 91e80a8c95f31b32525918347bd4cf111d8e0a5b30bc30f2181d944284c7830ff75569e98662097c300d76469724625609db416bdcd0ad8e4597f8e3e4b16ab8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.67.0
|
data/lib/aws-sdk-lambda.rb
CHANGED
|
@@ -1149,7 +1149,7 @@ module Aws::Lambda
|
|
|
1149
1149
|
#
|
|
1150
1150
|
# resp = client.create_function({
|
|
1151
1151
|
# function_name: "FunctionName", # required
|
|
1152
|
-
# 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
|
|
1152
|
+
# 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, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
1153
1153
|
# role: "RoleArn", # required
|
|
1154
1154
|
# handler: "Handler",
|
|
1155
1155
|
# code: { # required
|
|
@@ -1202,7 +1202,7 @@ module Aws::Lambda
|
|
|
1202
1202
|
#
|
|
1203
1203
|
# resp.function_name #=> String
|
|
1204
1204
|
# resp.function_arn #=> String
|
|
1205
|
-
# 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"
|
|
1205
|
+
# 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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
1206
1206
|
# resp.role #=> String
|
|
1207
1207
|
# resp.handler #=> String
|
|
1208
1208
|
# resp.code_size #=> Integer
|
|
@@ -1888,7 +1888,7 @@ module Aws::Lambda
|
|
|
1888
1888
|
#
|
|
1889
1889
|
# resp.configuration.function_name #=> String
|
|
1890
1890
|
# resp.configuration.function_arn #=> String
|
|
1891
|
-
# 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"
|
|
1891
|
+
# 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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
1892
1892
|
# resp.configuration.role #=> String
|
|
1893
1893
|
# resp.configuration.handler #=> String
|
|
1894
1894
|
# resp.configuration.code_size #=> Integer
|
|
@@ -2115,7 +2115,7 @@ module Aws::Lambda
|
|
|
2115
2115
|
#
|
|
2116
2116
|
# resp.function_name #=> String
|
|
2117
2117
|
# resp.function_arn #=> String
|
|
2118
|
-
# 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"
|
|
2118
|
+
# 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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
2119
2119
|
# resp.role #=> String
|
|
2120
2120
|
# resp.handler #=> String
|
|
2121
2121
|
# resp.code_size #=> Integer
|
|
@@ -2282,7 +2282,7 @@ module Aws::Lambda
|
|
|
2282
2282
|
# resp.created_date #=> Time
|
|
2283
2283
|
# resp.version #=> Integer
|
|
2284
2284
|
# resp.compatible_runtimes #=> Array
|
|
2285
|
-
# 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"
|
|
2285
|
+
# 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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
2286
2286
|
# resp.license_info #=> String
|
|
2287
2287
|
#
|
|
2288
2288
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersion AWS API Documentation
|
|
@@ -2334,7 +2334,7 @@ module Aws::Lambda
|
|
|
2334
2334
|
# resp.created_date #=> Time
|
|
2335
2335
|
# resp.version #=> Integer
|
|
2336
2336
|
# resp.compatible_runtimes #=> Array
|
|
2337
|
-
# 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"
|
|
2337
|
+
# 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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
2338
2338
|
# resp.license_info #=> String
|
|
2339
2339
|
#
|
|
2340
2340
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionByArn AWS API Documentation
|
|
@@ -2970,10 +2970,11 @@ module Aws::Lambda
|
|
|
2970
2970
|
# </note>
|
|
2971
2971
|
#
|
|
2972
2972
|
# @option params [String] :master_region
|
|
2973
|
-
# For Lambda@Edge functions, the Region of the
|
|
2974
|
-
# example, `us-east-1` filters the list of
|
|
2975
|
-
# Lambda@Edge functions replicated from a
|
|
2976
|
-
# Virginia). If specified, you must set
|
|
2973
|
+
# For Lambda@Edge functions, the Amazon Web Services Region of the
|
|
2974
|
+
# master function. For example, `us-east-1` filters the list of
|
|
2975
|
+
# functions to only include Lambda@Edge functions replicated from a
|
|
2976
|
+
# master function in US East (N. Virginia). If specified, you must set
|
|
2977
|
+
# `FunctionVersion` to `ALL`.
|
|
2977
2978
|
#
|
|
2978
2979
|
# @option params [String] :function_version
|
|
2979
2980
|
# Set to `ALL` to include entries for all published versions of each
|
|
@@ -3010,7 +3011,7 @@ module Aws::Lambda
|
|
|
3010
3011
|
# resp.functions #=> Array
|
|
3011
3012
|
# resp.functions[0].function_name #=> String
|
|
3012
3013
|
# resp.functions[0].function_arn #=> String
|
|
3013
|
-
# 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"
|
|
3014
|
+
# 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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3014
3015
|
# resp.functions[0].role #=> String
|
|
3015
3016
|
# resp.functions[0].handler #=> String
|
|
3016
3017
|
# resp.functions[0].code_size #=> Integer
|
|
@@ -3143,7 +3144,7 @@ module Aws::Lambda
|
|
|
3143
3144
|
# @example Request syntax with placeholder values
|
|
3144
3145
|
#
|
|
3145
3146
|
# resp = client.list_layer_versions({
|
|
3146
|
-
# 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
|
|
3147
|
+
# 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, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
3147
3148
|
# layer_name: "LayerName", # required
|
|
3148
3149
|
# marker: "String",
|
|
3149
3150
|
# max_items: 1,
|
|
@@ -3158,7 +3159,7 @@ module Aws::Lambda
|
|
|
3158
3159
|
# resp.layer_versions[0].description #=> String
|
|
3159
3160
|
# resp.layer_versions[0].created_date #=> Time
|
|
3160
3161
|
# resp.layer_versions[0].compatible_runtimes #=> Array
|
|
3161
|
-
# 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"
|
|
3162
|
+
# 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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3162
3163
|
# resp.layer_versions[0].license_info #=> String
|
|
3163
3164
|
#
|
|
3164
3165
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayerVersions AWS API Documentation
|
|
@@ -3198,7 +3199,7 @@ module Aws::Lambda
|
|
|
3198
3199
|
# @example Request syntax with placeholder values
|
|
3199
3200
|
#
|
|
3200
3201
|
# resp = client.list_layers({
|
|
3201
|
-
# 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
|
|
3202
|
+
# 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, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
3202
3203
|
# marker: "String",
|
|
3203
3204
|
# max_items: 1,
|
|
3204
3205
|
# })
|
|
@@ -3214,7 +3215,7 @@ module Aws::Lambda
|
|
|
3214
3215
|
# resp.layers[0].latest_matching_version.description #=> String
|
|
3215
3216
|
# resp.layers[0].latest_matching_version.created_date #=> Time
|
|
3216
3217
|
# resp.layers[0].latest_matching_version.compatible_runtimes #=> Array
|
|
3217
|
-
# 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"
|
|
3218
|
+
# 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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3218
3219
|
# resp.layers[0].latest_matching_version.license_info #=> String
|
|
3219
3220
|
#
|
|
3220
3221
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayers AWS API Documentation
|
|
@@ -3373,7 +3374,7 @@ module Aws::Lambda
|
|
|
3373
3374
|
# resp.versions #=> Array
|
|
3374
3375
|
# resp.versions[0].function_name #=> String
|
|
3375
3376
|
# resp.versions[0].function_arn #=> String
|
|
3376
|
-
# 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"
|
|
3377
|
+
# 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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3377
3378
|
# resp.versions[0].role #=> String
|
|
3378
3379
|
# resp.versions[0].handler #=> String
|
|
3379
3380
|
# resp.versions[0].code_size #=> Integer
|
|
@@ -3495,7 +3496,7 @@ module Aws::Lambda
|
|
|
3495
3496
|
# s3_object_version: "S3ObjectVersion",
|
|
3496
3497
|
# zip_file: "data",
|
|
3497
3498
|
# },
|
|
3498
|
-
# 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
|
|
3499
|
+
# 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, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
3499
3500
|
# license_info: "LicenseInfo",
|
|
3500
3501
|
# })
|
|
3501
3502
|
#
|
|
@@ -3512,7 +3513,7 @@ module Aws::Lambda
|
|
|
3512
3513
|
# resp.created_date #=> Time
|
|
3513
3514
|
# resp.version #=> Integer
|
|
3514
3515
|
# resp.compatible_runtimes #=> Array
|
|
3515
|
-
# 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"
|
|
3516
|
+
# 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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3516
3517
|
# resp.license_info #=> String
|
|
3517
3518
|
#
|
|
3518
3519
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PublishLayerVersion AWS API Documentation
|
|
@@ -3618,7 +3619,7 @@ module Aws::Lambda
|
|
|
3618
3619
|
#
|
|
3619
3620
|
# resp.function_name #=> String
|
|
3620
3621
|
# resp.function_arn #=> String
|
|
3621
|
-
# 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"
|
|
3622
|
+
# 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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3622
3623
|
# resp.role #=> String
|
|
3623
3624
|
# resp.handler #=> String
|
|
3624
3625
|
# resp.code_size #=> Integer
|
|
@@ -4565,7 +4566,7 @@ module Aws::Lambda
|
|
|
4565
4566
|
#
|
|
4566
4567
|
# resp.function_name #=> String
|
|
4567
4568
|
# resp.function_arn #=> String
|
|
4568
|
-
# 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"
|
|
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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
4569
4570
|
# resp.role #=> String
|
|
4570
4571
|
# resp.handler #=> String
|
|
4571
4572
|
# resp.code_size #=> Integer
|
|
@@ -4817,7 +4818,7 @@ module Aws::Lambda
|
|
|
4817
4818
|
# "EnvironmentVariableName" => "EnvironmentVariableValue",
|
|
4818
4819
|
# },
|
|
4819
4820
|
# },
|
|
4820
|
-
# 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
|
|
4821
|
+
# 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, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
4821
4822
|
# dead_letter_config: {
|
|
4822
4823
|
# target_arn: "ResourceArn",
|
|
4823
4824
|
# },
|
|
@@ -4844,7 +4845,7 @@ module Aws::Lambda
|
|
|
4844
4845
|
#
|
|
4845
4846
|
# resp.function_name #=> String
|
|
4846
4847
|
# resp.function_arn #=> String
|
|
4847
|
-
# 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"
|
|
4848
|
+
# 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", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
4848
4849
|
# resp.role #=> String
|
|
4849
4850
|
# resp.handler #=> String
|
|
4850
4851
|
# resp.code_size #=> Integer
|
|
@@ -5006,7 +5007,7 @@ module Aws::Lambda
|
|
|
5006
5007
|
params: params,
|
|
5007
5008
|
config: config)
|
|
5008
5009
|
context[:gem_name] = 'aws-sdk-lambda'
|
|
5009
|
-
context[:gem_version] = '1.
|
|
5010
|
+
context[:gem_version] = '1.67.0'
|
|
5010
5011
|
Seahorse::Client::Request.new(handlers, context)
|
|
5011
5012
|
end
|
|
5012
5013
|
|
data/lib/aws-sdk-lambda/types.rb
CHANGED
|
@@ -812,7 +812,7 @@ module Aws::Lambda
|
|
|
812
812
|
#
|
|
813
813
|
# {
|
|
814
814
|
# function_name: "FunctionName", # required
|
|
815
|
-
# 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
|
|
815
|
+
# 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, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
816
816
|
# role: "RoleArn", # required
|
|
817
817
|
# handler: "Handler",
|
|
818
818
|
# code: { # required
|
|
@@ -3698,11 +3698,11 @@ module Aws::Lambda
|
|
|
3698
3698
|
# }
|
|
3699
3699
|
#
|
|
3700
3700
|
# @!attribute [rw] master_region
|
|
3701
|
-
# For Lambda@Edge functions, the Region of the
|
|
3702
|
-
# example, `us-east-1` filters the list of
|
|
3703
|
-
# Lambda@Edge functions replicated from a
|
|
3704
|
-
# (N. Virginia). If specified, you must set
|
|
3705
|
-
# `ALL`.
|
|
3701
|
+
# For Lambda@Edge functions, the Amazon Web Services Region of the
|
|
3702
|
+
# master function. For example, `us-east-1` filters the list of
|
|
3703
|
+
# functions to only include Lambda@Edge functions replicated from a
|
|
3704
|
+
# master function in US East (N. Virginia). If specified, you must set
|
|
3705
|
+
# `FunctionVersion` to `ALL`.
|
|
3706
3706
|
# @return [String]
|
|
3707
3707
|
#
|
|
3708
3708
|
# @!attribute [rw] function_version
|
|
@@ -3755,7 +3755,7 @@ module Aws::Lambda
|
|
|
3755
3755
|
# data as a hash:
|
|
3756
3756
|
#
|
|
3757
3757
|
# {
|
|
3758
|
-
# 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
|
|
3758
|
+
# 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, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
3759
3759
|
# layer_name: "LayerName", # required
|
|
3760
3760
|
# marker: "String",
|
|
3761
3761
|
# max_items: 1,
|
|
@@ -3810,7 +3810,7 @@ module Aws::Lambda
|
|
|
3810
3810
|
# data as a hash:
|
|
3811
3811
|
#
|
|
3812
3812
|
# {
|
|
3813
|
-
# 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
|
|
3813
|
+
# 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, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
3814
3814
|
# marker: "String",
|
|
3815
3815
|
# max_items: 1,
|
|
3816
3816
|
# }
|
|
@@ -4174,7 +4174,7 @@ module Aws::Lambda
|
|
|
4174
4174
|
# s3_object_version: "S3ObjectVersion",
|
|
4175
4175
|
# zip_file: "data",
|
|
4176
4176
|
# },
|
|
4177
|
-
# 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
|
|
4177
|
+
# 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, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
4178
4178
|
# license_info: "LicenseInfo",
|
|
4179
4179
|
# }
|
|
4180
4180
|
#
|
|
@@ -5421,7 +5421,7 @@ module Aws::Lambda
|
|
|
5421
5421
|
# "EnvironmentVariableName" => "EnvironmentVariableValue",
|
|
5422
5422
|
# },
|
|
5423
5423
|
# },
|
|
5424
|
-
# 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
|
|
5424
|
+
# 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, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
5425
5425
|
# dead_letter_config: {
|
|
5426
5426
|
# target_arn: "ResourceArn",
|
|
5427
5427
|
# },
|
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.67.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-
|
|
11
|
+
date: 2021-08-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|