aws-sdk-lambda 1.176.0 → 1.178.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: 97a4bb69069a2e9b6464a3ec9aa9688ac7377d6c3b170c8739c2c44747625f2d
4
- data.tar.gz: 1e0c81f350548ece0ef4227c5959b236cd0a34643ce7a63c581c5ff4d2a3fb47
3
+ metadata.gz: 6903ea3f2c7c0770031dcafd5c796e9793059db432d67281737144f03bc17edf
4
+ data.tar.gz: cbbe138d046eb08b2911a85da991bdd02e8bad4903df4168b11957737dbc3771
5
5
  SHA512:
6
- metadata.gz: d5399374cb8c9fa82796c6999bd7f35d8c0a86411d74d55586ec36024f3143b4611c544a062a8768e9a3cb61a5e1efd5abdaefd657f91e02e46dea7cc15337f4
7
- data.tar.gz: 6efc5b196e4c73a1a31b2d121316867ad23bf8509cb9112b1af29b861848b0799004cbbc93fcaae1da58ef18cf19acf5863d52f377a1cb2890f7f60b953a0059
6
+ metadata.gz: 6cc057f842677018921f98b63b1f783027243f9181f8a78e8a7acc7c60c829ceedd524009a127cd3f55182297806c2f6234f8a1f1802fec3d872b7d101a47f5d
7
+ data.tar.gz: 3917c53188a35841a47cf75a5b03b7b920474bd1ffe181c851b539a95c45f877f5abc7479fcc9e6076afff02f6a938120b1e4c4ef391681d12f398449384134a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.178.0 (2026-04-22)
5
+ ------------------
6
+
7
+ * Feature - Add Ruby 4.0 (ruby4.0) support to AWS Lambda.
8
+
9
+ 1.177.0 (2026-04-07)
10
+ ------------------
11
+
12
+ * Feature - Launching Lambda integration with S3 Files as a new file system configuration.
13
+
4
14
  1.176.0 (2026-03-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.176.0
1
+ 1.178.0
@@ -1919,7 +1919,8 @@ module Aws::Lambda
1919
1919
  # [1]: https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html
1920
1920
  #
1921
1921
  # @option params [Array<Types::FileSystemConfig>] :file_system_configs
1922
- # Connection settings for an Amazon EFS file system.
1922
+ # Connection settings for an Amazon EFS file system or an Amazon S3
1923
+ # Files file system.
1923
1924
  #
1924
1925
  # @option params [Types::ImageConfig] :image_config
1925
1926
  # Container image [configuration values][1] that override the values in
@@ -2094,7 +2095,7 @@ module Aws::Lambda
2094
2095
  #
2095
2096
  # resp = client.create_function({
2096
2097
  # function_name: "FunctionName", # required
2097
- # 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, dotnet8, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2, nodejs18.x, python3.10, java17, ruby3.2, ruby3.3, ruby3.4, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x, nodejs24.x, python3.14, java25, dotnet10
2098
+ # 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, dotnet8, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2, nodejs18.x, python3.10, java17, ruby3.2, ruby3.3, ruby3.4, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x, nodejs24.x, python3.14, java25, dotnet10, ruby4.0
2098
2099
  # role: "RoleArn", # required
2099
2100
  # handler: "Handler",
2100
2101
  # code: { # required
@@ -2177,7 +2178,7 @@ module Aws::Lambda
2177
2178
  #
2178
2179
  # resp.function_name #=> String
2179
2180
  # resp.function_arn #=> String
2180
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
2181
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
2181
2182
  # resp.role #=> String
2182
2183
  # resp.handler #=> String
2183
2184
  # resp.code_size #=> Integer
@@ -3766,7 +3767,7 @@ module Aws::Lambda
3766
3767
  #
3767
3768
  # resp.configuration.function_name #=> String
3768
3769
  # resp.configuration.function_arn #=> String
3769
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
3770
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
3770
3771
  # resp.configuration.role #=> String
3771
3772
  # resp.configuration.handler #=> String
3772
3773
  # resp.configuration.code_size #=> Integer
@@ -4084,7 +4085,7 @@ module Aws::Lambda
4084
4085
  #
4085
4086
  # resp.function_name #=> String
4086
4087
  # resp.function_arn #=> String
4087
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
4088
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
4088
4089
  # resp.role #=> String
4089
4090
  # resp.handler #=> String
4090
4091
  # resp.code_size #=> Integer
@@ -4465,7 +4466,7 @@ module Aws::Lambda
4465
4466
  # resp.created_date #=> Time
4466
4467
  # resp.version #=> Integer
4467
4468
  # resp.compatible_runtimes #=> Array
4468
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
4469
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
4469
4470
  # resp.license_info #=> String
4470
4471
  # resp.compatible_architectures #=> Array
4471
4472
  # resp.compatible_architectures[0] #=> String, one of "x86_64", "arm64"
@@ -4546,7 +4547,7 @@ module Aws::Lambda
4546
4547
  # resp.created_date #=> Time
4547
4548
  # resp.version #=> Integer
4548
4549
  # resp.compatible_runtimes #=> Array
4549
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
4550
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
4550
4551
  # resp.license_info #=> String
4551
4552
  # resp.compatible_architectures #=> Array
4552
4553
  # resp.compatible_architectures[0] #=> String, one of "x86_64", "arm64"
@@ -4699,9 +4700,9 @@ module Aws::Lambda
4699
4700
  # * {Types::GetProvisionedConcurrencyConfigResponse#last_modified #last_modified} => Time
4700
4701
  #
4701
4702
  #
4702
- # @example Example: To view a provisioned concurrency configuration
4703
+ # @example Example: To get a provisioned concurrency configuration
4703
4704
  #
4704
- # # The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified
4705
+ # # The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified
4705
4706
  # # function.
4706
4707
  #
4707
4708
  # resp = client.get_provisioned_concurrency_config({
@@ -4718,9 +4719,9 @@ module Aws::Lambda
4718
4719
  # status: "READY",
4719
4720
  # }
4720
4721
  #
4721
- # @example Example: To get a provisioned concurrency configuration
4722
+ # @example Example: To view a provisioned concurrency configuration
4722
4723
  #
4723
- # # The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified
4724
+ # # The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified
4724
4725
  # # function.
4725
4726
  #
4726
4727
  # resp = client.get_provisioned_concurrency_config({
@@ -5549,7 +5550,7 @@ module Aws::Lambda
5549
5550
  # the $LATEST version.
5550
5551
  #
5551
5552
  # @option params [String] :durable_execution_name
5552
- # Filter executions by name. Only executions with names that contain
5553
+ # Filter executions by name. Only executions with names that matches
5553
5554
  # this string are returned.
5554
5555
  #
5555
5556
  # @option params [Array<String>] :statuses
@@ -6107,7 +6108,7 @@ module Aws::Lambda
6107
6108
  # resp.functions #=> Array
6108
6109
  # resp.functions[0].function_name #=> String
6109
6110
  # resp.functions[0].function_arn #=> String
6110
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
6111
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
6111
6112
  # resp.functions[0].role #=> String
6112
6113
  # resp.functions[0].handler #=> String
6113
6114
  # resp.functions[0].code_size #=> Integer
@@ -6313,7 +6314,7 @@ module Aws::Lambda
6313
6314
  # @example Request syntax with placeholder values
6314
6315
  #
6315
6316
  # resp = client.list_layer_versions({
6316
- # 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, dotnet8, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2, nodejs18.x, python3.10, java17, ruby3.2, ruby3.3, ruby3.4, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x, nodejs24.x, python3.14, java25, dotnet10
6317
+ # 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, dotnet8, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2, nodejs18.x, python3.10, java17, ruby3.2, ruby3.3, ruby3.4, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x, nodejs24.x, python3.14, java25, dotnet10, ruby4.0
6317
6318
  # layer_name: "LayerName", # required
6318
6319
  # marker: "String",
6319
6320
  # max_items: 1,
@@ -6329,7 +6330,7 @@ module Aws::Lambda
6329
6330
  # resp.layer_versions[0].description #=> String
6330
6331
  # resp.layer_versions[0].created_date #=> Time
6331
6332
  # resp.layer_versions[0].compatible_runtimes #=> Array
6332
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
6333
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
6333
6334
  # resp.layer_versions[0].license_info #=> String
6334
6335
  # resp.layer_versions[0].compatible_architectures #=> Array
6335
6336
  # resp.layer_versions[0].compatible_architectures[0] #=> String, one of "x86_64", "arm64"
@@ -6421,7 +6422,7 @@ module Aws::Lambda
6421
6422
  # @example Request syntax with placeholder values
6422
6423
  #
6423
6424
  # resp = client.list_layers({
6424
- # 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, dotnet8, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2, nodejs18.x, python3.10, java17, ruby3.2, ruby3.3, ruby3.4, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x, nodejs24.x, python3.14, java25, dotnet10
6425
+ # 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, dotnet8, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2, nodejs18.x, python3.10, java17, ruby3.2, ruby3.3, ruby3.4, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x, nodejs24.x, python3.14, java25, dotnet10, ruby4.0
6425
6426
  # marker: "String",
6426
6427
  # max_items: 1,
6427
6428
  # compatible_architecture: "x86_64", # accepts x86_64, arm64
@@ -6438,7 +6439,7 @@ module Aws::Lambda
6438
6439
  # resp.layers[0].latest_matching_version.description #=> String
6439
6440
  # resp.layers[0].latest_matching_version.created_date #=> Time
6440
6441
  # resp.layers[0].latest_matching_version.compatible_runtimes #=> Array
6441
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
6442
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
6442
6443
  # resp.layers[0].latest_matching_version.license_info #=> String
6443
6444
  # resp.layers[0].latest_matching_version.compatible_architectures #=> Array
6444
6445
  # resp.layers[0].latest_matching_version.compatible_architectures[0] #=> String, one of "x86_64", "arm64"
@@ -6722,7 +6723,7 @@ module Aws::Lambda
6722
6723
  # resp.versions #=> Array
6723
6724
  # resp.versions[0].function_name #=> String
6724
6725
  # resp.versions[0].function_arn #=> String
6725
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
6726
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
6726
6727
  # resp.versions[0].role #=> String
6727
6728
  # resp.versions[0].handler #=> String
6728
6729
  # resp.versions[0].code_size #=> Integer
@@ -6915,7 +6916,7 @@ module Aws::Lambda
6915
6916
  # s3_object_version: "S3ObjectVersion",
6916
6917
  # zip_file: "data",
6917
6918
  # },
6918
- # 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, dotnet8, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2, nodejs18.x, python3.10, java17, ruby3.2, ruby3.3, ruby3.4, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x, nodejs24.x, python3.14, java25, dotnet10
6919
+ # 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, dotnet8, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2, nodejs18.x, python3.10, java17, ruby3.2, ruby3.3, ruby3.4, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x, nodejs24.x, python3.14, java25, dotnet10, ruby4.0
6919
6920
  # license_info: "LicenseInfo",
6920
6921
  # compatible_architectures: ["x86_64"], # accepts x86_64, arm64
6921
6922
  # })
@@ -6933,7 +6934,7 @@ module Aws::Lambda
6933
6934
  # resp.created_date #=> Time
6934
6935
  # resp.version #=> Integer
6935
6936
  # resp.compatible_runtimes #=> Array
6936
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
6937
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
6937
6938
  # resp.license_info #=> String
6938
6939
  # resp.compatible_architectures #=> Array
6939
6940
  # resp.compatible_architectures[0] #=> String, one of "x86_64", "arm64"
@@ -7094,7 +7095,7 @@ module Aws::Lambda
7094
7095
  #
7095
7096
  # resp.function_name #=> String
7096
7097
  # resp.function_arn #=> String
7097
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
7098
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
7098
7099
  # resp.role #=> String
7099
7100
  # resp.handler #=> String
7100
7101
  # resp.code_size #=> Integer
@@ -8977,7 +8978,7 @@ module Aws::Lambda
8977
8978
  #
8978
8979
  # resp.function_name #=> String
8979
8980
  # resp.function_arn #=> String
8980
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
8981
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
8981
8982
  # resp.role #=> String
8982
8983
  # resp.handler #=> String
8983
8984
  # resp.code_size #=> Integer
@@ -9226,7 +9227,8 @@ module Aws::Lambda
9226
9227
  # [1]: https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html
9227
9228
  #
9228
9229
  # @option params [Array<Types::FileSystemConfig>] :file_system_configs
9229
- # Connection settings for an Amazon EFS file system.
9230
+ # Connection settings for an Amazon EFS file system or an Amazon S3
9231
+ # Files file system.
9230
9232
  #
9231
9233
  # @option params [Types::ImageConfig] :image_config
9232
9234
  # [Container image configuration values][1] that override the values in
@@ -9365,7 +9367,7 @@ module Aws::Lambda
9365
9367
  # "EnvironmentVariableName" => "EnvironmentVariableValue",
9366
9368
  # },
9367
9369
  # },
9368
- # 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, dotnet8, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2, nodejs18.x, python3.10, java17, ruby3.2, ruby3.3, ruby3.4, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x, nodejs24.x, python3.14, java25, dotnet10
9370
+ # 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, dotnet8, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2, nodejs18.x, python3.10, java17, ruby3.2, ruby3.3, ruby3.4, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x, nodejs24.x, python3.14, java25, dotnet10, ruby4.0
9369
9371
  # dead_letter_config: {
9370
9372
  # target_arn: "ResourceArn",
9371
9373
  # },
@@ -9415,7 +9417,7 @@ module Aws::Lambda
9415
9417
  #
9416
9418
  # resp.function_name #=> String
9417
9419
  # resp.function_arn #=> String
9418
- # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10"
9420
+ # 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", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10", "ruby4.0"
9419
9421
  # resp.role #=> String
9420
9422
  # resp.handler #=> String
9421
9423
  # resp.code_size #=> Integer
@@ -9746,7 +9748,7 @@ module Aws::Lambda
9746
9748
  tracer: tracer
9747
9749
  )
9748
9750
  context[:gem_name] = 'aws-sdk-lambda'
9749
- context[:gem_version] = '1.176.0'
9751
+ context[:gem_version] = '1.178.0'
9750
9752
  Seahorse::Client::Request.new(handlers, context)
9751
9753
  end
9752
9754
 
@@ -461,6 +461,9 @@ module Aws::Lambda
461
461
  RuntimeVersionConfig = Shapes::StructureShape.new(name: 'RuntimeVersionConfig')
462
462
  RuntimeVersionError = Shapes::StructureShape.new(name: 'RuntimeVersionError')
463
463
  S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
464
+ S3FilesMountConnectivityException = Shapes::StructureShape.new(name: 'S3FilesMountConnectivityException')
465
+ S3FilesMountFailureException = Shapes::StructureShape.new(name: 'S3FilesMountFailureException')
466
+ S3FilesMountTimeoutException = Shapes::StructureShape.new(name: 'S3FilesMountTimeoutException')
464
467
  S3Key = Shapes::StringShape.new(name: 'S3Key')
465
468
  S3ObjectVersion = Shapes::StringShape.new(name: 'S3ObjectVersion')
466
469
  ScalingConfig = Shapes::StructureShape.new(name: 'ScalingConfig')
@@ -1999,6 +2002,18 @@ module Aws::Lambda
1999
2002
  RuntimeVersionError.add_member(:message, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "Message"))
2000
2003
  RuntimeVersionError.struct_class = Types::RuntimeVersionError
2001
2004
 
2005
+ S3FilesMountConnectivityException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
2006
+ S3FilesMountConnectivityException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2007
+ S3FilesMountConnectivityException.struct_class = Types::S3FilesMountConnectivityException
2008
+
2009
+ S3FilesMountFailureException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
2010
+ S3FilesMountFailureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2011
+ S3FilesMountFailureException.struct_class = Types::S3FilesMountFailureException
2012
+
2013
+ S3FilesMountTimeoutException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
2014
+ S3FilesMountTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2015
+ S3FilesMountTimeoutException.struct_class = Types::S3FilesMountTimeoutException
2016
+
2002
2017
  ScalingConfig.add_member(:maximum_concurrency, Shapes::ShapeRef.new(shape: MaximumConcurrency, location_name: "MaximumConcurrency"))
2003
2018
  ScalingConfig.struct_class = Types::ScalingConfig
2004
2019
 
@@ -2854,6 +2869,7 @@ module Aws::Lambda
2854
2869
  o.errors << Shapes::ShapeRef.new(shape: RequestTooLargeException)
2855
2870
  o.errors << Shapes::ShapeRef.new(shape: KMSDisabledException)
2856
2871
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedMediaTypeException)
2872
+ o.errors << Shapes::ShapeRef.new(shape: S3FilesMountConnectivityException)
2857
2873
  o.errors << Shapes::ShapeRef.new(shape: SerializedRequestEntityTooLargeException)
2858
2874
  o.errors << Shapes::ShapeRef.new(shape: InvalidRuntimeException)
2859
2875
  o.errors << Shapes::ShapeRef.new(shape: NoPublishedVersionException)
@@ -2870,7 +2886,9 @@ module Aws::Lambda
2870
2886
  o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2871
2887
  o.errors << Shapes::ShapeRef.new(shape: SnapStartException)
2872
2888
  o.errors << Shapes::ShapeRef.new(shape: RecursiveInvocationException)
2889
+ o.errors << Shapes::ShapeRef.new(shape: S3FilesMountFailureException)
2873
2890
  o.errors << Shapes::ShapeRef.new(shape: EFSMountTimeoutException)
2891
+ o.errors << Shapes::ShapeRef.new(shape: S3FilesMountTimeoutException)
2874
2892
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2875
2893
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestContentException)
2876
2894
  o.errors << Shapes::ShapeRef.new(shape: DurableExecutionAlreadyStartedException)
@@ -2909,6 +2927,7 @@ module Aws::Lambda
2909
2927
  o.errors << Shapes::ShapeRef.new(shape: RequestTooLargeException)
2910
2928
  o.errors << Shapes::ShapeRef.new(shape: KMSDisabledException)
2911
2929
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedMediaTypeException)
2930
+ o.errors << Shapes::ShapeRef.new(shape: S3FilesMountConnectivityException)
2912
2931
  o.errors << Shapes::ShapeRef.new(shape: SerializedRequestEntityTooLargeException)
2913
2932
  o.errors << Shapes::ShapeRef.new(shape: InvalidRuntimeException)
2914
2933
  o.errors << Shapes::ShapeRef.new(shape: NoPublishedVersionException)
@@ -2925,7 +2944,9 @@ module Aws::Lambda
2925
2944
  o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2926
2945
  o.errors << Shapes::ShapeRef.new(shape: SnapStartException)
2927
2946
  o.errors << Shapes::ShapeRef.new(shape: RecursiveInvocationException)
2947
+ o.errors << Shapes::ShapeRef.new(shape: S3FilesMountFailureException)
2928
2948
  o.errors << Shapes::ShapeRef.new(shape: EFSMountTimeoutException)
2949
+ o.errors << Shapes::ShapeRef.new(shape: S3FilesMountTimeoutException)
2929
2950
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2930
2951
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestContentException)
2931
2952
  o.errors << Shapes::ShapeRef.new(shape: InvalidZipFileException)
@@ -63,6 +63,9 @@ module Aws::Lambda
63
63
  # * {ResourceInUseException}
64
64
  # * {ResourceNotFoundException}
65
65
  # * {ResourceNotReadyException}
66
+ # * {S3FilesMountConnectivityException}
67
+ # * {S3FilesMountFailureException}
68
+ # * {S3FilesMountTimeoutException}
66
69
  # * {SerializedRequestEntityTooLargeException}
67
70
  # * {ServiceException}
68
71
  # * {SnapStartException}
@@ -803,6 +806,66 @@ module Aws::Lambda
803
806
  end
804
807
  end
805
808
 
809
+ class S3FilesMountConnectivityException < ServiceError
810
+
811
+ # @param [Seahorse::Client::RequestContext] context
812
+ # @param [String] message
813
+ # @param [Aws::Lambda::Types::S3FilesMountConnectivityException] data
814
+ def initialize(context, message, data = Aws::EmptyStructure.new)
815
+ super(context, message, data)
816
+ end
817
+
818
+ # @return [String]
819
+ def type
820
+ @data[:type]
821
+ end
822
+
823
+ # @return [String]
824
+ def message
825
+ @message || @data[:message]
826
+ end
827
+ end
828
+
829
+ class S3FilesMountFailureException < ServiceError
830
+
831
+ # @param [Seahorse::Client::RequestContext] context
832
+ # @param [String] message
833
+ # @param [Aws::Lambda::Types::S3FilesMountFailureException] data
834
+ def initialize(context, message, data = Aws::EmptyStructure.new)
835
+ super(context, message, data)
836
+ end
837
+
838
+ # @return [String]
839
+ def type
840
+ @data[:type]
841
+ end
842
+
843
+ # @return [String]
844
+ def message
845
+ @message || @data[:message]
846
+ end
847
+ end
848
+
849
+ class S3FilesMountTimeoutException < ServiceError
850
+
851
+ # @param [Seahorse::Client::RequestContext] context
852
+ # @param [String] message
853
+ # @param [Aws::Lambda::Types::S3FilesMountTimeoutException] data
854
+ def initialize(context, message, data = Aws::EmptyStructure.new)
855
+ super(context, message, data)
856
+ end
857
+
858
+ # @return [String]
859
+ def type
860
+ @data[:type]
861
+ end
862
+
863
+ # @return [String]
864
+ def message
865
+ @message || @data[:message]
866
+ end
867
+ end
868
+
806
869
  class SerializedRequestEntityTooLargeException < ServiceError
807
870
 
808
871
  # @param [Seahorse::Client::RequestContext] context
@@ -1769,7 +1769,8 @@ module Aws::Lambda
1769
1769
  # @return [Array<String>]
1770
1770
  #
1771
1771
  # @!attribute [rw] file_system_configs
1772
- # Connection settings for an Amazon EFS file system.
1772
+ # Connection settings for an Amazon EFS file system or an Amazon S3
1773
+ # Files file system.
1773
1774
  # @return [Array<Types::FileSystemConfig>]
1774
1775
  #
1775
1776
  # @!attribute [rw] image_config
@@ -3408,15 +3409,15 @@ module Aws::Lambda
3408
3409
  end
3409
3410
 
3410
3411
  # Details about the connection between a Lambda function and an [Amazon
3411
- # EFS file system][1].
3412
+ # EFS file system][1] or an [Amazon S3 Files file system][1].
3412
3413
  #
3413
3414
  #
3414
3415
  #
3415
3416
  # [1]: https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html
3416
3417
  #
3417
3418
  # @!attribute [rw] arn
3418
- # The Amazon Resource Name (ARN) of the Amazon EFS access point that
3419
- # provides access to the file system.
3419
+ # The Amazon Resource Name (ARN) of the Amazon EFS or Amazon S3 Files
3420
+ # access point that provides access to the file system.
3420
3421
  # @return [String]
3421
3422
  #
3422
3423
  # @!attribute [rw] local_mount_path
@@ -3757,7 +3758,8 @@ module Aws::Lambda
3757
3758
  # @return [String]
3758
3759
  #
3759
3760
  # @!attribute [rw] file_system_configs
3760
- # Connection settings for an [Amazon EFS file system][1].
3761
+ # Connection settings for an [Amazon EFS file system][1] or an [Amazon
3762
+ # S3 Files file system][1].
3761
3763
  #
3762
3764
  #
3763
3765
  #
@@ -6255,7 +6257,7 @@ module Aws::Lambda
6255
6257
  # @return [String]
6256
6258
  #
6257
6259
  # @!attribute [rw] durable_execution_name
6258
- # Filter executions by name. Only executions with names that contain
6260
+ # Filter executions by name. Only executions with names that matches
6259
6261
  # this string are returned.
6260
6262
  # @return [String]
6261
6263
  #
@@ -8265,6 +8267,66 @@ module Aws::Lambda
8265
8267
  include Aws::Structure
8266
8268
  end
8267
8269
 
8270
+ # The Lambda function couldn't make a network connection to the
8271
+ # configured S3 Files access point.
8272
+ #
8273
+ # @!attribute [rw] type
8274
+ # The exception type.
8275
+ # @return [String]
8276
+ #
8277
+ # @!attribute [rw] message
8278
+ # The exception message.
8279
+ # @return [String]
8280
+ #
8281
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/S3FilesMountConnectivityException AWS API Documentation
8282
+ #
8283
+ class S3FilesMountConnectivityException < Struct.new(
8284
+ :type,
8285
+ :message)
8286
+ SENSITIVE = []
8287
+ include Aws::Structure
8288
+ end
8289
+
8290
+ # The Lambda function couldn't mount the configured S3 Files access
8291
+ # point due to a permission or configuration issue.
8292
+ #
8293
+ # @!attribute [rw] type
8294
+ # The exception type.
8295
+ # @return [String]
8296
+ #
8297
+ # @!attribute [rw] message
8298
+ # The exception message.
8299
+ # @return [String]
8300
+ #
8301
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/S3FilesMountFailureException AWS API Documentation
8302
+ #
8303
+ class S3FilesMountFailureException < Struct.new(
8304
+ :type,
8305
+ :message)
8306
+ SENSITIVE = []
8307
+ include Aws::Structure
8308
+ end
8309
+
8310
+ # The Lambda function made a network connection to the configured S3
8311
+ # Files access point, but the mount operation timed out.
8312
+ #
8313
+ # @!attribute [rw] type
8314
+ # The exception type.
8315
+ # @return [String]
8316
+ #
8317
+ # @!attribute [rw] message
8318
+ # The exception message.
8319
+ # @return [String]
8320
+ #
8321
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/S3FilesMountTimeoutException AWS API Documentation
8322
+ #
8323
+ class S3FilesMountTimeoutException < Struct.new(
8324
+ :type,
8325
+ :message)
8326
+ SENSITIVE = []
8327
+ include Aws::Structure
8328
+ end
8329
+
8268
8330
  # (Amazon SQS only) The scaling configuration for the event source. To
8269
8331
  # remove the configuration, pass an empty value.
8270
8332
  #
@@ -9528,7 +9590,8 @@ module Aws::Lambda
9528
9590
  # @return [Array<String>]
9529
9591
  #
9530
9592
  # @!attribute [rw] file_system_configs
9531
- # Connection settings for an Amazon EFS file system.
9593
+ # Connection settings for an Amazon EFS file system or an Amazon S3
9594
+ # Files file system.
9532
9595
  # @return [Array<Types::FileSystemConfig>]
9533
9596
  #
9534
9597
  # @!attribute [rw] image_config
@@ -56,7 +56,7 @@ module Aws::Lambda
56
56
  autoload :Endpoints, 'aws-sdk-lambda/endpoints'
57
57
  autoload :EventStreams, 'aws-sdk-lambda/event_streams'
58
58
 
59
- GEM_VERSION = '1.176.0'
59
+ GEM_VERSION = '1.178.0'
60
60
 
61
61
  end
62
62
 
data/sig/client.rbs CHANGED
@@ -379,7 +379,7 @@ module Aws
379
379
  include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
380
380
  def function_name: () -> ::String
381
381
  def function_arn: () -> ::String
382
- def runtime: () -> ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")
382
+ def runtime: () -> ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")
383
383
  def role: () -> ::String
384
384
  def handler: () -> ::String
385
385
  def code_size: () -> ::Integer
@@ -421,7 +421,7 @@ module Aws
421
421
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#create_function-instance_method
422
422
  def create_function: (
423
423
  function_name: ::String,
424
- ?runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10"),
424
+ ?runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0"),
425
425
  role: ::String,
426
426
  ?handler: ::String,
427
427
  code: {
@@ -818,7 +818,7 @@ module Aws
818
818
  include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
819
819
  def function_name: () -> ::String
820
820
  def function_arn: () -> ::String
821
- def runtime: () -> ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")
821
+ def runtime: () -> ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")
822
822
  def role: () -> ::String
823
823
  def handler: () -> ::String
824
824
  def code_size: () -> ::Integer
@@ -927,7 +927,7 @@ module Aws
927
927
  def description: () -> ::String
928
928
  def created_date: () -> ::Time
929
929
  def version: () -> ::Integer
930
- def compatible_runtimes: () -> ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")]
930
+ def compatible_runtimes: () -> ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")]
931
931
  def license_info: () -> ::String
932
932
  def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
933
933
  end
@@ -946,7 +946,7 @@ module Aws
946
946
  def description: () -> ::String
947
947
  def created_date: () -> ::Time
948
948
  def version: () -> ::Integer
949
- def compatible_runtimes: () -> ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")]
949
+ def compatible_runtimes: () -> ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")]
950
950
  def license_info: () -> ::String
951
951
  def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
952
952
  end
@@ -1207,7 +1207,7 @@ module Aws
1207
1207
  end
1208
1208
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#list_layer_versions-instance_method
1209
1209
  def list_layer_versions: (
1210
- ?compatible_runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10"),
1210
+ ?compatible_runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0"),
1211
1211
  layer_name: ::String,
1212
1212
  ?marker: ::String,
1213
1213
  ?max_items: ::Integer,
@@ -1222,7 +1222,7 @@ module Aws
1222
1222
  end
1223
1223
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#list_layers-instance_method
1224
1224
  def list_layers: (
1225
- ?compatible_runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10"),
1225
+ ?compatible_runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0"),
1226
1226
  ?marker: ::String,
1227
1227
  ?max_items: ::Integer,
1228
1228
  ?compatible_architecture: ("x86_64" | "arm64")
@@ -1273,7 +1273,7 @@ module Aws
1273
1273
  def description: () -> ::String
1274
1274
  def created_date: () -> ::Time
1275
1275
  def version: () -> ::Integer
1276
- def compatible_runtimes: () -> ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")]
1276
+ def compatible_runtimes: () -> ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")]
1277
1277
  def license_info: () -> ::String
1278
1278
  def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
1279
1279
  end
@@ -1287,7 +1287,7 @@ module Aws
1287
1287
  s3_object_version: ::String?,
1288
1288
  zip_file: ::String?
1289
1289
  },
1290
- ?compatible_runtimes: Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")],
1290
+ ?compatible_runtimes: Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")],
1291
1291
  ?license_info: ::String,
1292
1292
  ?compatible_architectures: Array[("x86_64" | "arm64")]
1293
1293
  ) -> _PublishLayerVersionResponseSuccess
@@ -1297,7 +1297,7 @@ module Aws
1297
1297
  include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
1298
1298
  def function_name: () -> ::String
1299
1299
  def function_arn: () -> ::String
1300
- def runtime: () -> ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")
1300
+ def runtime: () -> ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")
1301
1301
  def role: () -> ::String
1302
1302
  def handler: () -> ::String
1303
1303
  def code_size: () -> ::Integer
@@ -1726,7 +1726,7 @@ module Aws
1726
1726
  include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
1727
1727
  def function_name: () -> ::String
1728
1728
  def function_arn: () -> ::String
1729
- def runtime: () -> ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")
1729
+ def runtime: () -> ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")
1730
1730
  def role: () -> ::String
1731
1731
  def handler: () -> ::String
1732
1732
  def code_size: () -> ::Integer
@@ -1786,7 +1786,7 @@ module Aws
1786
1786
  include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
1787
1787
  def function_name: () -> ::String
1788
1788
  def function_arn: () -> ::String
1789
- def runtime: () -> ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")
1789
+ def runtime: () -> ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")
1790
1790
  def role: () -> ::String
1791
1791
  def handler: () -> ::String
1792
1792
  def code_size: () -> ::Integer
@@ -1841,7 +1841,7 @@ module Aws
1841
1841
  ?environment: {
1842
1842
  variables: Hash[::String, ::String]?
1843
1843
  },
1844
- ?runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10"),
1844
+ ?runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0"),
1845
1845
  ?dead_letter_config: {
1846
1846
  target_arn: ::String?
1847
1847
  },
data/sig/errors.rbs CHANGED
@@ -156,6 +156,18 @@ module Aws
156
156
  def type: () -> ::String
157
157
  def message: () -> ::String
158
158
  end
159
+ class S3FilesMountConnectivityException < ::Aws::Errors::ServiceError
160
+ def type: () -> ::String
161
+ def message: () -> ::String
162
+ end
163
+ class S3FilesMountFailureException < ::Aws::Errors::ServiceError
164
+ def type: () -> ::String
165
+ def message: () -> ::String
166
+ end
167
+ class S3FilesMountTimeoutException < ::Aws::Errors::ServiceError
168
+ def type: () -> ::String
169
+ def message: () -> ::String
170
+ end
159
171
  class SerializedRequestEntityTooLargeException < ::Aws::Errors::ServiceError
160
172
  def type: () -> ::String
161
173
  def message: () -> ::String
data/sig/types.rbs CHANGED
@@ -375,7 +375,7 @@ module Aws::Lambda
375
375
 
376
376
  class CreateFunctionRequest
377
377
  attr_accessor function_name: ::String
378
- attr_accessor runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")
378
+ attr_accessor runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")
379
379
  attr_accessor role: ::String
380
380
  attr_accessor handler: ::String
381
381
  attr_accessor code: Types::FunctionCode
@@ -792,7 +792,7 @@ module Aws::Lambda
792
792
  class FunctionConfiguration
793
793
  attr_accessor function_name: ::String
794
794
  attr_accessor function_arn: ::String
795
- attr_accessor runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")
795
+ attr_accessor runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")
796
796
  attr_accessor role: ::String
797
797
  attr_accessor handler: ::String
798
798
  attr_accessor code_size: ::Integer
@@ -1078,7 +1078,7 @@ module Aws::Lambda
1078
1078
  attr_accessor description: ::String
1079
1079
  attr_accessor created_date: ::Time
1080
1080
  attr_accessor version: ::Integer
1081
- attr_accessor compatible_runtimes: ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")]
1081
+ attr_accessor compatible_runtimes: ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")]
1082
1082
  attr_accessor license_info: ::String
1083
1083
  attr_accessor compatible_architectures: ::Array[("x86_64" | "arm64")]
1084
1084
  SENSITIVE: []
@@ -1347,7 +1347,7 @@ module Aws::Lambda
1347
1347
  attr_accessor version: ::Integer
1348
1348
  attr_accessor description: ::String
1349
1349
  attr_accessor created_date: ::Time
1350
- attr_accessor compatible_runtimes: ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")]
1350
+ attr_accessor compatible_runtimes: ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")]
1351
1351
  attr_accessor license_info: ::String
1352
1352
  attr_accessor compatible_architectures: ::Array[("x86_64" | "arm64")]
1353
1353
  SENSITIVE: []
@@ -1500,7 +1500,7 @@ module Aws::Lambda
1500
1500
  end
1501
1501
 
1502
1502
  class ListLayerVersionsRequest
1503
- attr_accessor compatible_runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")
1503
+ attr_accessor compatible_runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")
1504
1504
  attr_accessor layer_name: ::String
1505
1505
  attr_accessor marker: ::String
1506
1506
  attr_accessor max_items: ::Integer
@@ -1515,7 +1515,7 @@ module Aws::Lambda
1515
1515
  end
1516
1516
 
1517
1517
  class ListLayersRequest
1518
- attr_accessor compatible_runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")
1518
+ attr_accessor compatible_runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")
1519
1519
  attr_accessor marker: ::String
1520
1520
  attr_accessor max_items: ::Integer
1521
1521
  attr_accessor compatible_architecture: ("x86_64" | "arm64")
@@ -1663,7 +1663,7 @@ module Aws::Lambda
1663
1663
  attr_accessor layer_name: ::String
1664
1664
  attr_accessor description: ::String
1665
1665
  attr_accessor content: Types::LayerVersionContentInput
1666
- attr_accessor compatible_runtimes: ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")]
1666
+ attr_accessor compatible_runtimes: ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")]
1667
1667
  attr_accessor license_info: ::String
1668
1668
  attr_accessor compatible_architectures: ::Array[("x86_64" | "arm64")]
1669
1669
  SENSITIVE: []
@@ -1676,7 +1676,7 @@ module Aws::Lambda
1676
1676
  attr_accessor description: ::String
1677
1677
  attr_accessor created_date: ::Time
1678
1678
  attr_accessor version: ::Integer
1679
- attr_accessor compatible_runtimes: ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")]
1679
+ attr_accessor compatible_runtimes: ::Array[("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")]
1680
1680
  attr_accessor license_info: ::String
1681
1681
  attr_accessor compatible_architectures: ::Array[("x86_64" | "arm64")]
1682
1682
  SENSITIVE: []
@@ -1843,6 +1843,24 @@ module Aws::Lambda
1843
1843
  SENSITIVE: [:message]
1844
1844
  end
1845
1845
 
1846
+ class S3FilesMountConnectivityException
1847
+ attr_accessor type: ::String
1848
+ attr_accessor message: ::String
1849
+ SENSITIVE: []
1850
+ end
1851
+
1852
+ class S3FilesMountFailureException
1853
+ attr_accessor type: ::String
1854
+ attr_accessor message: ::String
1855
+ SENSITIVE: []
1856
+ end
1857
+
1858
+ class S3FilesMountTimeoutException
1859
+ attr_accessor type: ::String
1860
+ attr_accessor message: ::String
1861
+ SENSITIVE: []
1862
+ end
1863
+
1846
1864
  class ScalingConfig
1847
1865
  attr_accessor maximum_concurrency: ::Integer
1848
1866
  SENSITIVE: []
@@ -2120,7 +2138,7 @@ module Aws::Lambda
2120
2138
  attr_accessor memory_size: ::Integer
2121
2139
  attr_accessor vpc_config: Types::VpcConfig
2122
2140
  attr_accessor environment: Types::Environment
2123
- attr_accessor runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10")
2141
+ attr_accessor runtime: ("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" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")
2124
2142
  attr_accessor dead_letter_config: Types::DeadLetterConfig
2125
2143
  attr_accessor kms_key_arn: ::String
2126
2144
  attr_accessor tracing_config: Types::TracingConfig
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lambda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.176.0
4
+ version: 1.178.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services