aws-sdk-lambda 1.83.0 → 1.84.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 +21 -21
- data/lib/aws-sdk-lambda/types.rb +9 -9
- data/lib/aws-sdk-lambda.rb +1 -1
- 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: 5bfcdfb3efcb4f65b81ec5c165a98e763fd28406b48fd024ec283d2e2e7f3ddc
|
|
4
|
+
data.tar.gz: 7fb10cd75c7988d7b81cc99e0baf2cc0ff1a77c4c896360bb1967d6a77cdc3e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e7023e71755475046364a5b28ca712797c8764512f5b1164ba194441da16370afc0f6ec269e31dcca94cd00a2ce8d82dbec2b1533836fbd50dbaa9135656382
|
|
7
|
+
data.tar.gz: 45e6d543441ac840eb3ec2b377161a7bb3d9c510cd89f805e4b652fdb5ddb7c0745f146e104bb61dda2ac63adb915695604953ef3b7447c0dd806c10fdeb5264
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.84.0
|
|
@@ -808,7 +808,7 @@ module Aws::Lambda
|
|
|
808
808
|
#
|
|
809
809
|
# * **Amazon Kinesis** - Default 100. Max 10,000.
|
|
810
810
|
#
|
|
811
|
-
# * **Amazon DynamoDB Streams** - Default 100. Max
|
|
811
|
+
# * **Amazon DynamoDB Streams** - Default 100. Max 10,000.
|
|
812
812
|
#
|
|
813
813
|
# * **Amazon Simple Queue Service** - Default 10. For standard queues
|
|
814
814
|
# the max is 10,000. For FIFO queues the max is 10.
|
|
@@ -1265,7 +1265,7 @@ module Aws::Lambda
|
|
|
1265
1265
|
#
|
|
1266
1266
|
# resp = client.create_function({
|
|
1267
1267
|
# function_name: "FunctionName", # required
|
|
1268
|
-
# 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, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
1268
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, nodejs16.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
1269
1269
|
# role: "RoleArn", # required
|
|
1270
1270
|
# handler: "Handler",
|
|
1271
1271
|
# code: { # required
|
|
@@ -1322,7 +1322,7 @@ module Aws::Lambda
|
|
|
1322
1322
|
#
|
|
1323
1323
|
# resp.function_name #=> String
|
|
1324
1324
|
# resp.function_arn #=> String
|
|
1325
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
1325
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
1326
1326
|
# resp.role #=> String
|
|
1327
1327
|
# resp.handler #=> String
|
|
1328
1328
|
# resp.code_size #=> Integer
|
|
@@ -2148,7 +2148,7 @@ module Aws::Lambda
|
|
|
2148
2148
|
#
|
|
2149
2149
|
# resp.configuration.function_name #=> String
|
|
2150
2150
|
# resp.configuration.function_arn #=> String
|
|
2151
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
2151
|
+
# resp.configuration.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
2152
2152
|
# resp.configuration.role #=> String
|
|
2153
2153
|
# resp.configuration.handler #=> String
|
|
2154
2154
|
# resp.configuration.code_size #=> Integer
|
|
@@ -2382,7 +2382,7 @@ module Aws::Lambda
|
|
|
2382
2382
|
#
|
|
2383
2383
|
# resp.function_name #=> String
|
|
2384
2384
|
# resp.function_arn #=> String
|
|
2385
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
2385
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
2386
2386
|
# resp.role #=> String
|
|
2387
2387
|
# resp.handler #=> String
|
|
2388
2388
|
# resp.code_size #=> Integer
|
|
@@ -2616,7 +2616,7 @@ module Aws::Lambda
|
|
|
2616
2616
|
# resp.created_date #=> Time
|
|
2617
2617
|
# resp.version #=> Integer
|
|
2618
2618
|
# resp.compatible_runtimes #=> Array
|
|
2619
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
2619
|
+
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
2620
2620
|
# resp.license_info #=> String
|
|
2621
2621
|
# resp.compatible_architectures #=> Array
|
|
2622
2622
|
# resp.compatible_architectures[0] #=> String, one of "x86_64", "arm64"
|
|
@@ -2671,7 +2671,7 @@ module Aws::Lambda
|
|
|
2671
2671
|
# resp.created_date #=> Time
|
|
2672
2672
|
# resp.version #=> Integer
|
|
2673
2673
|
# resp.compatible_runtimes #=> Array
|
|
2674
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
2674
|
+
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
2675
2675
|
# resp.license_info #=> String
|
|
2676
2676
|
# resp.compatible_architectures #=> Array
|
|
2677
2677
|
# resp.compatible_architectures[0] #=> String, one of "x86_64", "arm64"
|
|
@@ -3427,7 +3427,7 @@ module Aws::Lambda
|
|
|
3427
3427
|
# resp.functions #=> Array
|
|
3428
3428
|
# resp.functions[0].function_name #=> String
|
|
3429
3429
|
# resp.functions[0].function_arn #=> String
|
|
3430
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3430
|
+
# resp.functions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3431
3431
|
# resp.functions[0].role #=> String
|
|
3432
3432
|
# resp.functions[0].handler #=> String
|
|
3433
3433
|
# resp.functions[0].code_size #=> Integer
|
|
@@ -3572,7 +3572,7 @@ module Aws::Lambda
|
|
|
3572
3572
|
# @example Request syntax with placeholder values
|
|
3573
3573
|
#
|
|
3574
3574
|
# resp = client.list_layer_versions({
|
|
3575
|
-
# 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, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
3575
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, nodejs16.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
3576
3576
|
# layer_name: "LayerName", # required
|
|
3577
3577
|
# marker: "String",
|
|
3578
3578
|
# max_items: 1,
|
|
@@ -3588,7 +3588,7 @@ module Aws::Lambda
|
|
|
3588
3588
|
# resp.layer_versions[0].description #=> String
|
|
3589
3589
|
# resp.layer_versions[0].created_date #=> Time
|
|
3590
3590
|
# resp.layer_versions[0].compatible_runtimes #=> Array
|
|
3591
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3591
|
+
# resp.layer_versions[0].compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3592
3592
|
# resp.layer_versions[0].license_info #=> String
|
|
3593
3593
|
# resp.layer_versions[0].compatible_architectures #=> Array
|
|
3594
3594
|
# resp.layer_versions[0].compatible_architectures[0] #=> String, one of "x86_64", "arm64"
|
|
@@ -3640,7 +3640,7 @@ module Aws::Lambda
|
|
|
3640
3640
|
# @example Request syntax with placeholder values
|
|
3641
3641
|
#
|
|
3642
3642
|
# resp = client.list_layers({
|
|
3643
|
-
# 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, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
3643
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, nodejs16.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
3644
3644
|
# marker: "String",
|
|
3645
3645
|
# max_items: 1,
|
|
3646
3646
|
# compatible_architecture: "x86_64", # accepts x86_64, arm64
|
|
@@ -3657,7 +3657,7 @@ module Aws::Lambda
|
|
|
3657
3657
|
# resp.layers[0].latest_matching_version.description #=> String
|
|
3658
3658
|
# resp.layers[0].latest_matching_version.created_date #=> Time
|
|
3659
3659
|
# resp.layers[0].latest_matching_version.compatible_runtimes #=> Array
|
|
3660
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3660
|
+
# 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", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3661
3661
|
# resp.layers[0].latest_matching_version.license_info #=> String
|
|
3662
3662
|
# resp.layers[0].latest_matching_version.compatible_architectures #=> Array
|
|
3663
3663
|
# resp.layers[0].latest_matching_version.compatible_architectures[0] #=> String, one of "x86_64", "arm64"
|
|
@@ -3819,7 +3819,7 @@ module Aws::Lambda
|
|
|
3819
3819
|
# resp.versions #=> Array
|
|
3820
3820
|
# resp.versions[0].function_name #=> String
|
|
3821
3821
|
# resp.versions[0].function_arn #=> String
|
|
3822
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3822
|
+
# resp.versions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3823
3823
|
# resp.versions[0].role #=> String
|
|
3824
3824
|
# resp.versions[0].handler #=> String
|
|
3825
3825
|
# resp.versions[0].code_size #=> Integer
|
|
@@ -3952,7 +3952,7 @@ module Aws::Lambda
|
|
|
3952
3952
|
# s3_object_version: "S3ObjectVersion",
|
|
3953
3953
|
# zip_file: "data",
|
|
3954
3954
|
# },
|
|
3955
|
-
# 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, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
3955
|
+
# compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, nodejs16.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
3956
3956
|
# license_info: "LicenseInfo",
|
|
3957
3957
|
# compatible_architectures: ["x86_64"], # accepts x86_64, arm64
|
|
3958
3958
|
# })
|
|
@@ -3970,7 +3970,7 @@ module Aws::Lambda
|
|
|
3970
3970
|
# resp.created_date #=> Time
|
|
3971
3971
|
# resp.version #=> Integer
|
|
3972
3972
|
# resp.compatible_runtimes #=> Array
|
|
3973
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3973
|
+
# resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
3974
3974
|
# resp.license_info #=> String
|
|
3975
3975
|
# resp.compatible_architectures #=> Array
|
|
3976
3976
|
# resp.compatible_architectures[0] #=> String, one of "x86_64", "arm64"
|
|
@@ -4080,7 +4080,7 @@ module Aws::Lambda
|
|
|
4080
4080
|
#
|
|
4081
4081
|
# resp.function_name #=> String
|
|
4082
4082
|
# resp.function_arn #=> String
|
|
4083
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
4083
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
4084
4084
|
# resp.role #=> String
|
|
4085
4085
|
# resp.handler #=> String
|
|
4086
4086
|
# resp.code_size #=> Integer
|
|
@@ -4818,7 +4818,7 @@ module Aws::Lambda
|
|
|
4818
4818
|
#
|
|
4819
4819
|
# * **Amazon Kinesis** - Default 100. Max 10,000.
|
|
4820
4820
|
#
|
|
4821
|
-
# * **Amazon DynamoDB Streams** - Default 100. Max
|
|
4821
|
+
# * **Amazon DynamoDB Streams** - Default 100. Max 10,000.
|
|
4822
4822
|
#
|
|
4823
4823
|
# * **Amazon Simple Queue Service** - Default 10. For standard queues
|
|
4824
4824
|
# the max is 10,000. For FIFO queues the max is 10.
|
|
@@ -5133,7 +5133,7 @@ module Aws::Lambda
|
|
|
5133
5133
|
#
|
|
5134
5134
|
# resp.function_name #=> String
|
|
5135
5135
|
# resp.function_arn #=> String
|
|
5136
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
5136
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
5137
5137
|
# resp.role #=> String
|
|
5138
5138
|
# resp.handler #=> String
|
|
5139
5139
|
# resp.code_size #=> Integer
|
|
@@ -5396,7 +5396,7 @@ module Aws::Lambda
|
|
|
5396
5396
|
# "EnvironmentVariableName" => "EnvironmentVariableValue",
|
|
5397
5397
|
# },
|
|
5398
5398
|
# },
|
|
5399
|
-
# 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, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
5399
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, nodejs16.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
5400
5400
|
# dead_letter_config: {
|
|
5401
5401
|
# target_arn: "ResourceArn",
|
|
5402
5402
|
# },
|
|
@@ -5426,7 +5426,7 @@ module Aws::Lambda
|
|
|
5426
5426
|
#
|
|
5427
5427
|
# resp.function_name #=> String
|
|
5428
5428
|
# resp.function_arn #=> String
|
|
5429
|
-
# 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", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
5429
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
|
|
5430
5430
|
# resp.role #=> String
|
|
5431
5431
|
# resp.handler #=> String
|
|
5432
5432
|
# resp.code_size #=> Integer
|
|
@@ -5682,7 +5682,7 @@ module Aws::Lambda
|
|
|
5682
5682
|
params: params,
|
|
5683
5683
|
config: config)
|
|
5684
5684
|
context[:gem_name] = 'aws-sdk-lambda'
|
|
5685
|
-
context[:gem_version] = '1.
|
|
5685
|
+
context[:gem_version] = '1.84.0'
|
|
5686
5686
|
Seahorse::Client::Request.new(handlers, context)
|
|
5687
5687
|
end
|
|
5688
5688
|
|
data/lib/aws-sdk-lambda/types.rb
CHANGED
|
@@ -810,7 +810,7 @@ module Aws::Lambda
|
|
|
810
810
|
#
|
|
811
811
|
# * **Amazon Kinesis** - Default 100. Max 10,000.
|
|
812
812
|
#
|
|
813
|
-
# * **Amazon DynamoDB Streams** - Default 100. Max
|
|
813
|
+
# * **Amazon DynamoDB Streams** - Default 100. Max 10,000.
|
|
814
814
|
#
|
|
815
815
|
# * **Amazon Simple Queue Service** - Default 10. For standard queues
|
|
816
816
|
# the max is 10,000. For FIFO queues the max is 10.
|
|
@@ -939,7 +939,7 @@ module Aws::Lambda
|
|
|
939
939
|
#
|
|
940
940
|
# {
|
|
941
941
|
# function_name: "FunctionName", # required
|
|
942
|
-
# 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, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
942
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, nodejs16.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
943
943
|
# role: "RoleArn", # required
|
|
944
944
|
# handler: "Handler",
|
|
945
945
|
# code: { # required
|
|
@@ -2063,8 +2063,8 @@ module Aws::Lambda
|
|
|
2063
2063
|
# @return [Integer]
|
|
2064
2064
|
#
|
|
2065
2065
|
# @!attribute [rw] function_response_types
|
|
2066
|
-
# (Streams
|
|
2067
|
-
# event source mapping.
|
|
2066
|
+
# (Streams and Amazon SQS) A list of current response type enums
|
|
2067
|
+
# applied to the event source mapping.
|
|
2068
2068
|
# @return [Array<String>]
|
|
2069
2069
|
#
|
|
2070
2070
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/EventSourceMappingConfiguration AWS API Documentation
|
|
@@ -4414,7 +4414,7 @@ module Aws::Lambda
|
|
|
4414
4414
|
# data as a hash:
|
|
4415
4415
|
#
|
|
4416
4416
|
# {
|
|
4417
|
-
# 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, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
4417
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, nodejs16.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
4418
4418
|
# layer_name: "LayerName", # required
|
|
4419
4419
|
# marker: "String",
|
|
4420
4420
|
# max_items: 1,
|
|
@@ -4479,7 +4479,7 @@ module Aws::Lambda
|
|
|
4479
4479
|
# data as a hash:
|
|
4480
4480
|
#
|
|
4481
4481
|
# {
|
|
4482
|
-
# 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, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
4482
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, nodejs16.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
4483
4483
|
# marker: "String",
|
|
4484
4484
|
# max_items: 1,
|
|
4485
4485
|
# compatible_architecture: "x86_64", # accepts x86_64, arm64
|
|
@@ -4854,7 +4854,7 @@ module Aws::Lambda
|
|
|
4854
4854
|
# s3_object_version: "S3ObjectVersion",
|
|
4855
4855
|
# zip_file: "data",
|
|
4856
4856
|
# },
|
|
4857
|
-
# 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, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
4857
|
+
# compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, nodejs16.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
4858
4858
|
# license_info: "LicenseInfo",
|
|
4859
4859
|
# compatible_architectures: ["x86_64"], # accepts x86_64, arm64
|
|
4860
4860
|
# }
|
|
@@ -5959,7 +5959,7 @@ module Aws::Lambda
|
|
|
5959
5959
|
#
|
|
5960
5960
|
# * **Amazon Kinesis** - Default 100. Max 10,000.
|
|
5961
5961
|
#
|
|
5962
|
-
# * **Amazon DynamoDB Streams** - Default 100. Max
|
|
5962
|
+
# * **Amazon DynamoDB Streams** - Default 100. Max 10,000.
|
|
5963
5963
|
#
|
|
5964
5964
|
# * **Amazon Simple Queue Service** - Default 10. For standard queues
|
|
5965
5965
|
# the max is 10,000. For FIFO queues the max is 10.
|
|
@@ -6175,7 +6175,7 @@ module Aws::Lambda
|
|
|
6175
6175
|
# "EnvironmentVariableName" => "EnvironmentVariableValue",
|
|
6176
6176
|
# },
|
|
6177
6177
|
# },
|
|
6178
|
-
# 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, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
6178
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, nodejs16.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, dotnet6, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
|
|
6179
6179
|
# dead_letter_config: {
|
|
6180
6180
|
# target_arn: "ResourceArn",
|
|
6181
6181
|
# },
|
data/lib/aws-sdk-lambda.rb
CHANGED
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.84.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: 2022-
|
|
11
|
+
date: 2022-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|