aws-sdk-lambda 1.47.0 → 1.48.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc406beb4d46b0ceb39630642c7574c31a505f3da5e0718a73372975a7ceef42
4
- data.tar.gz: e884595330a675e8f3dcff93c4cf1b37857082fad98ed008897e278cd016a40e
3
+ metadata.gz: 48bae925b96adf289656c5c416437e1c4b21258dc621c8e0642fdafacf8e4d0d
4
+ data.tar.gz: 542242d8ed64d6e768b89e0e46681674f214febdba2c8ff87f264dfa4288a688
5
5
  SHA512:
6
- metadata.gz: 13b6488e596ec4424a23964cc6163aacadeb47164413bf069b97ad9b2a1a539ae4b4d0a3d0829a454e8846d912001a84b99e8890d9f879bf62714b87a9c3bcb8
7
- data.tar.gz: b928cf3ae38d711866e205c7b74d09c1f572b8b93f1fdef67be9d0fc4f3f49392c54e6599d0cd5c282c3a83275dcfba83eef38dbd75265ac4fd61a15bdc0302d
6
+ metadata.gz: cebed99bc8dc0d28df517aa4b8f56b72058128a0d95f234678af11bd70cfdf0413f14a1067bab96de3511c29b3ab18a7ea212f581f8bc04a56e270e30f4649f4
7
+ data.tar.gz: 217b9395909c8cb6b66b7708e07fc4174ed0c689546fb731008366dd0456cb3ebf689698448d4abb438c70f05dda33947ec04800f280a275e3fcb5a211ddc993
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-lambda/customizations'
48
48
  # @service
49
49
  module Aws::Lambda
50
50
 
51
- GEM_VERSION = '1.47.0'
51
+ GEM_VERSION = '1.48.0'
52
52
 
53
53
  end
@@ -1114,7 +1114,7 @@ module Aws::Lambda
1114
1114
  #
1115
1115
  # resp = client.create_function({
1116
1116
  # function_name: "FunctionName", # required
1117
- # 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, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided
1117
+ # runtime: "nodejs", # required, 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
1118
1118
  # role: "RoleArn", # required
1119
1119
  # handler: "Handler", # required
1120
1120
  # code: { # required
@@ -1159,7 +1159,7 @@ module Aws::Lambda
1159
1159
  #
1160
1160
  # resp.function_name #=> String
1161
1161
  # resp.function_arn #=> String
1162
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
1162
+ # 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"
1163
1163
  # resp.role #=> String
1164
1164
  # resp.handler #=> String
1165
1165
  # resp.code_size #=> Integer
@@ -1900,7 +1900,7 @@ module Aws::Lambda
1900
1900
  #
1901
1901
  # resp.configuration.function_name #=> String
1902
1902
  # resp.configuration.function_arn #=> String
1903
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
1903
+ # 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"
1904
1904
  # resp.configuration.role #=> String
1905
1905
  # resp.configuration.handler #=> String
1906
1906
  # resp.configuration.code_size #=> Integer
@@ -2120,7 +2120,7 @@ module Aws::Lambda
2120
2120
  #
2121
2121
  # resp.function_name #=> String
2122
2122
  # resp.function_arn #=> String
2123
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
2123
+ # 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"
2124
2124
  # resp.role #=> String
2125
2125
  # resp.handler #=> String
2126
2126
  # resp.code_size #=> Integer
@@ -2328,7 +2328,7 @@ module Aws::Lambda
2328
2328
  # resp.created_date #=> Time
2329
2329
  # resp.version #=> Integer
2330
2330
  # resp.compatible_runtimes #=> Array
2331
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
2331
+ # 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"
2332
2332
  # resp.license_info #=> String
2333
2333
  #
2334
2334
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersion AWS API Documentation
@@ -2404,7 +2404,7 @@ module Aws::Lambda
2404
2404
  # resp.created_date #=> Time
2405
2405
  # resp.version #=> Integer
2406
2406
  # resp.compatible_runtimes #=> Array
2407
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
2407
+ # 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"
2408
2408
  # resp.license_info #=> String
2409
2409
  #
2410
2410
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionByArn AWS API Documentation
@@ -2555,9 +2555,9 @@ module Aws::Lambda
2555
2555
  # * {Types::GetProvisionedConcurrencyConfigResponse#last_modified #last_modified} => Time
2556
2556
  #
2557
2557
  #
2558
- # @example Example: To get a provisioned concurrency configuration
2558
+ # @example Example: To view a provisioned concurrency configuration
2559
2559
  #
2560
- # # The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified
2560
+ # # The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified
2561
2561
  # # function.
2562
2562
  #
2563
2563
  # resp = client.get_provisioned_concurrency_config({
@@ -2574,9 +2574,9 @@ module Aws::Lambda
2574
2574
  # status: "READY",
2575
2575
  # }
2576
2576
  #
2577
- # @example Example: To view a provisioned concurrency configuration
2577
+ # @example Example: To get a provisioned concurrency configuration
2578
2578
  #
2579
- # # The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified
2579
+ # # The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified
2580
2580
  # # function.
2581
2581
  #
2582
2582
  # resp = client.get_provisioned_concurrency_config({
@@ -3253,7 +3253,7 @@ module Aws::Lambda
3253
3253
  # resp.functions #=> Array
3254
3254
  # resp.functions[0].function_name #=> String
3255
3255
  # resp.functions[0].function_arn #=> String
3256
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
3256
+ # 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"
3257
3257
  # resp.functions[0].role #=> String
3258
3258
  # resp.functions[0].handler #=> String
3259
3259
  # resp.functions[0].code_size #=> Integer
@@ -3364,7 +3364,7 @@ module Aws::Lambda
3364
3364
  # @example Request syntax with placeholder values
3365
3365
  #
3366
3366
  # resp = client.list_layer_versions({
3367
- # 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, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided
3367
+ # 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
3368
3368
  # layer_name: "LayerName", # required
3369
3369
  # marker: "String",
3370
3370
  # max_items: 1,
@@ -3379,7 +3379,7 @@ module Aws::Lambda
3379
3379
  # resp.layer_versions[0].description #=> String
3380
3380
  # resp.layer_versions[0].created_date #=> Time
3381
3381
  # resp.layer_versions[0].compatible_runtimes #=> Array
3382
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
3382
+ # 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"
3383
3383
  # resp.layer_versions[0].license_info #=> String
3384
3384
  #
3385
3385
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayerVersions AWS API Documentation
@@ -3448,7 +3448,7 @@ module Aws::Lambda
3448
3448
  # @example Request syntax with placeholder values
3449
3449
  #
3450
3450
  # resp = client.list_layers({
3451
- # 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, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided
3451
+ # 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
3452
3452
  # marker: "String",
3453
3453
  # max_items: 1,
3454
3454
  # })
@@ -3464,7 +3464,7 @@ module Aws::Lambda
3464
3464
  # resp.layers[0].latest_matching_version.description #=> String
3465
3465
  # resp.layers[0].latest_matching_version.created_date #=> Time
3466
3466
  # resp.layers[0].latest_matching_version.compatible_runtimes #=> Array
3467
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
3467
+ # 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"
3468
3468
  # resp.layers[0].latest_matching_version.license_info #=> String
3469
3469
  #
3470
3470
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayers AWS API Documentation
@@ -3734,7 +3734,7 @@ module Aws::Lambda
3734
3734
  # resp.versions #=> Array
3735
3735
  # resp.versions[0].function_name #=> String
3736
3736
  # resp.versions[0].function_arn #=> String
3737
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
3737
+ # 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"
3738
3738
  # resp.versions[0].role #=> String
3739
3739
  # resp.versions[0].handler #=> String
3740
3740
  # resp.versions[0].code_size #=> Integer
@@ -3883,7 +3883,7 @@ module Aws::Lambda
3883
3883
  # s3_object_version: "S3ObjectVersion",
3884
3884
  # zip_file: "data",
3885
3885
  # },
3886
- # 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, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided
3886
+ # 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
3887
3887
  # license_info: "LicenseInfo",
3888
3888
  # })
3889
3889
  #
@@ -3898,7 +3898,7 @@ module Aws::Lambda
3898
3898
  # resp.created_date #=> Time
3899
3899
  # resp.version #=> Integer
3900
3900
  # resp.compatible_runtimes #=> Array
3901
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
3901
+ # 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"
3902
3902
  # resp.license_info #=> String
3903
3903
  #
3904
3904
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PublishLayerVersion AWS API Documentation
@@ -4040,7 +4040,7 @@ module Aws::Lambda
4040
4040
  #
4041
4041
  # resp.function_name #=> String
4042
4042
  # resp.function_arn #=> String
4043
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
4043
+ # 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"
4044
4044
  # resp.role #=> String
4045
4045
  # resp.handler #=> String
4046
4046
  # resp.code_size #=> Integer
@@ -5002,7 +5002,7 @@ module Aws::Lambda
5002
5002
  #
5003
5003
  # resp.function_name #=> String
5004
5004
  # resp.function_arn #=> String
5005
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
5005
+ # 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"
5006
5006
  # resp.role #=> String
5007
5007
  # resp.handler #=> String
5008
5008
  # resp.code_size #=> Integer
@@ -5247,7 +5247,7 @@ module Aws::Lambda
5247
5247
  # "EnvironmentVariableName" => "EnvironmentVariableValue",
5248
5248
  # },
5249
5249
  # },
5250
- # 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, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided
5250
+ # 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
5251
5251
  # dead_letter_config: {
5252
5252
  # target_arn: "ResourceArn",
5253
5253
  # },
@@ -5269,7 +5269,7 @@ module Aws::Lambda
5269
5269
  #
5270
5270
  # resp.function_name #=> String
5271
5271
  # resp.function_arn #=> String
5272
- # 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", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided"
5272
+ # 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"
5273
5273
  # resp.role #=> String
5274
5274
  # resp.handler #=> String
5275
5275
  # resp.code_size #=> Integer
@@ -5449,7 +5449,7 @@ module Aws::Lambda
5449
5449
  params: params,
5450
5450
  config: config)
5451
5451
  context[:gem_name] = 'aws-sdk-lambda'
5452
- context[:gem_version] = '1.47.0'
5452
+ context[:gem_version] = '1.48.0'
5453
5453
  Seahorse::Client::Request.new(handlers, context)
5454
5454
  end
5455
5455
 
@@ -578,7 +578,7 @@ module Aws::Lambda
578
578
  #
579
579
  # {
580
580
  # function_name: "FunctionName", # required
581
- # 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, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided
581
+ # runtime: "nodejs", # required, 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
582
582
  # role: "RoleArn", # required
583
583
  # handler: "Handler", # required
584
584
  # code: { # required
@@ -3004,7 +3004,7 @@ module Aws::Lambda
3004
3004
  # data as a hash:
3005
3005
  #
3006
3006
  # {
3007
- # 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, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided
3007
+ # 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
3008
3008
  # layer_name: "LayerName", # required
3009
3009
  # marker: "String",
3010
3010
  # max_items: 1,
@@ -3059,7 +3059,7 @@ module Aws::Lambda
3059
3059
  # data as a hash:
3060
3060
  #
3061
3061
  # {
3062
- # 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, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided
3062
+ # 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
3063
3063
  # marker: "String",
3064
3064
  # max_items: 1,
3065
3065
  # }
@@ -3421,7 +3421,7 @@ module Aws::Lambda
3421
3421
  # s3_object_version: "S3ObjectVersion",
3422
3422
  # zip_file: "data",
3423
3423
  # },
3424
- # 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, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided
3424
+ # 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
3425
3425
  # license_info: "LicenseInfo",
3426
3426
  # }
3427
3427
  #
@@ -4423,7 +4423,7 @@ module Aws::Lambda
4423
4423
  # "EnvironmentVariableName" => "EnvironmentVariableValue",
4424
4424
  # },
4425
4425
  # },
4426
- # 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, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided
4426
+ # 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
4427
4427
  # dead_letter_config: {
4428
4428
  # target_arn: "ResourceArn",
4429
4429
  # },
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.47.0
4
+ version: 1.48.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: 2020-08-11 00:00:00.000000000 Z
11
+ date: 2020-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core