aws-sdk-lambda 1.147.0 → 1.149.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lambda/client.rb +116 -110
- data/lib/aws-sdk-lambda/types.rb +10 -8
- data/lib/aws-sdk-lambda.rb +1 -1
- data/sig/client.rbs +13 -13
- data/sig/types.rbs +9 -9
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cad1c50bed42a4f3310598feaee9fd21064e8da40ec5fc08133a7cba4611902a
|
4
|
+
data.tar.gz: ee9801d552d0a446500092d2747619bd3009c49ff1145303cbd091e8f2ec0a79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b887cae94509bad659355f4efbe56c275d61ee8f9963388d68aa07d50bbe827d4845c6c5bffcaaa65573fc8aa9f2120e8795ecf5134403c2e7b53f4c4a90837
|
7
|
+
data.tar.gz: 1c67d4d1f639c2fd28440d49581f4ce1262c7a86b5f11a7591263bbb96537ba59742adbfa2e01588b3a1c95bc379fabab2d92b374127a34bb10a985ff1e549de
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.149.0 (2025-04-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.148.0 (2025-03-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add Ruby 3.4 (ruby3.4) support to AWS Lambda.
|
13
|
+
|
4
14
|
1.147.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.149.0
|
@@ -1181,9 +1181,9 @@ module Aws::Lambda
|
|
1181
1181
|
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics
|
1182
1182
|
#
|
1183
1183
|
# @option params [Types::ProvisionedPollerConfig] :provisioned_poller_config
|
1184
|
-
# (Amazon MSK and self-managed Apache Kafka only) The
|
1184
|
+
# (Amazon MSK and self-managed Apache Kafka only) The provisioned mode
|
1185
1185
|
# configuration for the event source. For more information, see
|
1186
|
-
# [
|
1186
|
+
# [provisioned mode][1].
|
1187
1187
|
#
|
1188
1188
|
#
|
1189
1189
|
#
|
@@ -1753,7 +1753,7 @@ module Aws::Lambda
|
|
1753
1753
|
#
|
1754
1754
|
# resp = client.create_function({
|
1755
1755
|
# function_name: "FunctionName", # required
|
1756
|
-
# 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, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x
|
1756
|
+
# 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
|
1757
1757
|
# role: "RoleArn", # required
|
1758
1758
|
# handler: "Handler",
|
1759
1759
|
# code: { # required
|
@@ -1821,7 +1821,7 @@ module Aws::Lambda
|
|
1821
1821
|
#
|
1822
1822
|
# resp.function_name #=> String
|
1823
1823
|
# resp.function_arn #=> String
|
1824
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
1824
|
+
# 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"
|
1825
1825
|
# resp.role #=> String
|
1826
1826
|
# resp.handler #=> String
|
1827
1827
|
# resp.code_size #=> Integer
|
@@ -2924,7 +2924,7 @@ module Aws::Lambda
|
|
2924
2924
|
#
|
2925
2925
|
# resp.configuration.function_name #=> String
|
2926
2926
|
# resp.configuration.function_arn #=> String
|
2927
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
2927
|
+
# 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"
|
2928
2928
|
# resp.configuration.role #=> String
|
2929
2929
|
# resp.configuration.handler #=> String
|
2930
2930
|
# resp.configuration.code_size #=> Integer
|
@@ -3227,7 +3227,7 @@ module Aws::Lambda
|
|
3227
3227
|
#
|
3228
3228
|
# resp.function_name #=> String
|
3229
3229
|
# resp.function_arn #=> String
|
3230
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
3230
|
+
# 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"
|
3231
3231
|
# resp.role #=> String
|
3232
3232
|
# resp.handler #=> String
|
3233
3233
|
# resp.code_size #=> Integer
|
@@ -3560,7 +3560,7 @@ module Aws::Lambda
|
|
3560
3560
|
# resp.created_date #=> Time
|
3561
3561
|
# resp.version #=> Integer
|
3562
3562
|
# resp.compatible_runtimes #=> Array
|
3563
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
3563
|
+
# 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"
|
3564
3564
|
# resp.license_info #=> String
|
3565
3565
|
# resp.compatible_architectures #=> Array
|
3566
3566
|
# resp.compatible_architectures[0] #=> String, one of "x86_64", "arm64"
|
@@ -3641,7 +3641,7 @@ module Aws::Lambda
|
|
3641
3641
|
# resp.created_date #=> Time
|
3642
3642
|
# resp.version #=> Integer
|
3643
3643
|
# resp.compatible_runtimes #=> Array
|
3644
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
3644
|
+
# 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"
|
3645
3645
|
# resp.license_info #=> String
|
3646
3646
|
# resp.compatible_architectures #=> Array
|
3647
3647
|
# resp.compatible_architectures[0] #=> String, one of "x86_64", "arm64"
|
@@ -4229,95 +4229,101 @@ module Aws::Lambda
|
|
4229
4229
|
#
|
4230
4230
|
# @example EventStream Operation Example
|
4231
4231
|
#
|
4232
|
-
# You can process the event once it arrives immediately, or wait until the
|
4233
|
-
# full response is complete and iterate through the eventstream enumerator.
|
4234
|
-
#
|
4235
|
-
# To interact with event immediately, you need to register
|
4236
|
-
# with callbacks. Callbacks can be registered for specific events or for all
|
4237
|
-
# events, including error events.
|
4238
|
-
#
|
4239
|
-
# Callbacks can be passed into the `:event_stream_handler` option or within a
|
4240
|
-
# block statement attached to the #invoke_with_response_stream call directly. Hybrid
|
4241
|
-
# pattern of both is also supported.
|
4242
|
-
#
|
4243
|
-
# `:event_stream_handler` option takes in either a Proc object or
|
4244
|
-
# Aws::Lambda::EventStreams::InvokeWithResponseStreamResponseEvent object.
|
4245
|
-
#
|
4246
|
-
# Usage pattern a): Callbacks with a block attached to #invoke_with_response_stream
|
4247
|
-
#
|
4248
|
-
#
|
4249
|
-
#
|
4250
|
-
#
|
4251
|
-
#
|
4252
|
-
#
|
4253
|
-
#
|
4254
|
-
#
|
4255
|
-
#
|
4256
|
-
#
|
4257
|
-
#
|
4258
|
-
#
|
4259
|
-
# stream.on_event do |event|
|
4260
|
-
# # process all events arrive
|
4261
|
-
# puts event.event_type
|
4262
|
-
# ...
|
4263
|
-
# end
|
4264
|
-
#
|
4232
|
+
# # You can process the event once it arrives immediately, or wait until the
|
4233
|
+
# # full response is complete and iterate through the eventstream enumerator.
|
4234
|
+
#
|
4235
|
+
# # To interact with event immediately, you need to register invoke_with_response_stream
|
4236
|
+
# # with callbacks. Callbacks can be registered for specific events or for all
|
4237
|
+
# # events, including error events.
|
4238
|
+
#
|
4239
|
+
# # Callbacks can be passed into the `:event_stream_handler` option or within a
|
4240
|
+
# # block statement attached to the #invoke_with_response_stream call directly. Hybrid
|
4241
|
+
# # pattern of both is also supported.
|
4242
|
+
#
|
4243
|
+
# # `:event_stream_handler` option takes in either a Proc object or
|
4244
|
+
# # Aws::Lambda::EventStreams::InvokeWithResponseStreamResponseEvent object.
|
4245
|
+
#
|
4246
|
+
# # Usage pattern a): Callbacks with a block attached to #invoke_with_response_stream
|
4247
|
+
# # Example for registering callbacks for all event types and an error event
|
4248
|
+
# client.invoke_with_response_stream(
|
4249
|
+
# # params input
|
4250
|
+
# ) do |stream|
|
4251
|
+
# stream.on_error_event do |event|
|
4252
|
+
# # catch unmodeled error event in the stream
|
4253
|
+
# raise event
|
4254
|
+
# # => Aws::Errors::EventError
|
4255
|
+
# # event.event_type => :error
|
4256
|
+
# # event.error_code => String
|
4257
|
+
# # event.error_message => String
|
4265
4258
|
# end
|
4266
4259
|
#
|
4267
|
-
#
|
4268
|
-
#
|
4269
|
-
#
|
4270
|
-
#
|
4271
|
-
#
|
4272
|
-
# handler = Aws::Lambda::EventStreams::InvokeWithResponseStreamResponseEvent.new
|
4273
|
-
# handler.on_payload_chunk_event do |event|
|
4274
|
-
# event # => Aws::Lambda::Types::PayloadChunk
|
4275
|
-
# end
|
4276
|
-
# handler.on_invoke_complete_event do |event|
|
4277
|
-
# event # => Aws::Lambda::Types::InvokeComplete
|
4278
|
-
# end
|
4279
|
-
#
|
4280
|
-
# client.invoke_with_response_stream( # params input #, event_stream_handler: handler)
|
4281
|
-
#
|
4282
|
-
# 2) Use a Ruby Proc object
|
4283
|
-
# Example for registering callbacks with specific events
|
4284
|
-
#
|
4285
|
-
# handler = Proc.new do |stream|
|
4286
|
-
# stream.on_payload_chunk_event do |event|
|
4287
|
-
# event # => Aws::Lambda::Types::PayloadChunk
|
4288
|
-
# end
|
4289
|
-
# stream.on_invoke_complete_event do |event|
|
4290
|
-
# event # => Aws::Lambda::Types::InvokeComplete
|
4291
|
-
# end
|
4260
|
+
# stream.on_event do |event|
|
4261
|
+
# # process all events arrive
|
4262
|
+
# puts event.event_type
|
4263
|
+
# # ...
|
4292
4264
|
# end
|
4293
|
-
#
|
4294
|
-
#
|
4295
|
-
#
|
4296
|
-
#
|
4297
|
-
#
|
4298
|
-
#
|
4299
|
-
#
|
4300
|
-
#
|
4301
|
-
#
|
4302
|
-
#
|
4303
|
-
#
|
4304
|
-
#
|
4305
|
-
#
|
4306
|
-
#
|
4307
|
-
#
|
4308
|
-
#
|
4309
|
-
#
|
4310
|
-
#
|
4311
|
-
#
|
4312
|
-
#
|
4313
|
-
#
|
4314
|
-
#
|
4265
|
+
# end
|
4266
|
+
#
|
4267
|
+
# # Usage pattern b): Pass in `:event_stream_handler` for #invoke_with_response_stream
|
4268
|
+
# # 1) Create a Aws::Lambda::EventStreams::InvokeWithResponseStreamResponseEvent object
|
4269
|
+
# # Example for registering callbacks with specific events
|
4270
|
+
#
|
4271
|
+
# handler = Aws::Lambda::EventStreams::InvokeWithResponseStreamResponseEvent.new
|
4272
|
+
# handler.on_payload_chunk_event do |event|
|
4273
|
+
# event # => Aws::Lambda::Types::PayloadChunk
|
4274
|
+
# end
|
4275
|
+
# handler.on_invoke_complete_event do |event|
|
4276
|
+
# event # => Aws::Lambda::Types::InvokeComplete
|
4277
|
+
# end
|
4278
|
+
#
|
4279
|
+
# client.invoke_with_response_stream(
|
4280
|
+
# # params inputs
|
4281
|
+
# event_stream_handler: handler
|
4282
|
+
# )
|
4283
|
+
#
|
4284
|
+
# # 2) Use a Ruby Proc object
|
4285
|
+
# # Example for registering callbacks with specific events
|
4286
|
+
# handler = Proc.new do |stream|
|
4287
|
+
# stream.on_payload_chunk_event do |event|
|
4288
|
+
# event # => Aws::Lambda::Types::PayloadChunk
|
4315
4289
|
# end
|
4290
|
+
# stream.on_invoke_complete_event do |event|
|
4291
|
+
# event # => Aws::Lambda::Types::InvokeComplete
|
4292
|
+
# end
|
4293
|
+
# end
|
4294
|
+
#
|
4295
|
+
# client.invoke_with_response_stream(
|
4296
|
+
# # params inputs
|
4297
|
+
# event_stream_handler: handler
|
4298
|
+
# )
|
4299
|
+
#
|
4300
|
+
# # Usage pattern c): Hybrid pattern of a) and b)
|
4301
|
+
# handler = Aws::Lambda::EventStreams::InvokeWithResponseStreamResponseEvent.new
|
4302
|
+
# handler.on_payload_chunk_event do |event|
|
4303
|
+
# event # => Aws::Lambda::Types::PayloadChunk
|
4304
|
+
# end
|
4305
|
+
# handler.on_invoke_complete_event do |event|
|
4306
|
+
# event # => Aws::Lambda::Types::InvokeComplete
|
4307
|
+
# end
|
4308
|
+
#
|
4309
|
+
# client.invoke_with_response_stream(
|
4310
|
+
# # params input
|
4311
|
+
# event_stream_handler: handler
|
4312
|
+
# ) do |stream|
|
4313
|
+
# stream.on_error_event do |event|
|
4314
|
+
# # catch unmodeled error event in the stream
|
4315
|
+
# raise event
|
4316
|
+
# # => Aws::Errors::EventError
|
4317
|
+
# # event.event_type => :error
|
4318
|
+
# # event.error_code => String
|
4319
|
+
# # event.error_message => String
|
4320
|
+
# end
|
4321
|
+
# end
|
4316
4322
|
#
|
4317
|
-
# You can also iterate through events after the response complete.
|
4318
|
-
#
|
4319
|
-
#
|
4320
|
-
# For parameter input example, please refer to following request syntax
|
4323
|
+
# # You can also iterate through events after the response complete.
|
4324
|
+
# # Events are available at
|
4325
|
+
# resp.event_stream # => Enumerator
|
4326
|
+
# # For parameter input example, please refer to following request syntax.
|
4321
4327
|
#
|
4322
4328
|
# @example Request syntax with placeholder values
|
4323
4329
|
#
|
@@ -4334,14 +4340,14 @@ module Aws::Lambda
|
|
4334
4340
|
#
|
4335
4341
|
# resp.status_code #=> Integer
|
4336
4342
|
# resp.executed_version #=> String
|
4337
|
-
# All events are available at resp.event_stream:
|
4343
|
+
# # All events are available at resp.event_stream:
|
4338
4344
|
# resp.event_stream #=> Enumerator
|
4339
4345
|
# resp.event_stream.event_types #=> [:payload_chunk, :invoke_complete]
|
4340
4346
|
#
|
4341
|
-
# For :payload_chunk event available at #on_payload_chunk_event callback and response eventstream enumerator:
|
4347
|
+
# # For :payload_chunk event available at #on_payload_chunk_event callback and response eventstream enumerator:
|
4342
4348
|
# event.payload #=> String
|
4343
4349
|
#
|
4344
|
-
# For :invoke_complete event available at #on_invoke_complete_event callback and response eventstream enumerator:
|
4350
|
+
# # For :invoke_complete event available at #on_invoke_complete_event callback and response eventstream enumerator:
|
4345
4351
|
# event.error_code #=> String
|
4346
4352
|
# event.error_details #=> String
|
4347
4353
|
# event.log_result #=> String
|
@@ -4954,7 +4960,7 @@ module Aws::Lambda
|
|
4954
4960
|
# resp.functions #=> Array
|
4955
4961
|
# resp.functions[0].function_name #=> String
|
4956
4962
|
# resp.functions[0].function_arn #=> String
|
4957
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
4963
|
+
# 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"
|
4958
4964
|
# resp.functions[0].role #=> String
|
4959
4965
|
# resp.functions[0].handler #=> String
|
4960
4966
|
# resp.functions[0].code_size #=> Integer
|
@@ -5153,7 +5159,7 @@ module Aws::Lambda
|
|
5153
5159
|
# @example Request syntax with placeholder values
|
5154
5160
|
#
|
5155
5161
|
# resp = client.list_layer_versions({
|
5156
|
-
# 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, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x
|
5162
|
+
# 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
|
5157
5163
|
# layer_name: "LayerName", # required
|
5158
5164
|
# marker: "String",
|
5159
5165
|
# max_items: 1,
|
@@ -5169,7 +5175,7 @@ module Aws::Lambda
|
|
5169
5175
|
# resp.layer_versions[0].description #=> String
|
5170
5176
|
# resp.layer_versions[0].created_date #=> Time
|
5171
5177
|
# resp.layer_versions[0].compatible_runtimes #=> Array
|
5172
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
5178
|
+
# 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"
|
5173
5179
|
# resp.layer_versions[0].license_info #=> String
|
5174
5180
|
# resp.layer_versions[0].compatible_architectures #=> Array
|
5175
5181
|
# resp.layer_versions[0].compatible_architectures[0] #=> String, one of "x86_64", "arm64"
|
@@ -5261,7 +5267,7 @@ module Aws::Lambda
|
|
5261
5267
|
# @example Request syntax with placeholder values
|
5262
5268
|
#
|
5263
5269
|
# resp = client.list_layers({
|
5264
|
-
# 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, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x
|
5270
|
+
# 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
|
5265
5271
|
# marker: "String",
|
5266
5272
|
# max_items: 1,
|
5267
5273
|
# compatible_architecture: "x86_64", # accepts x86_64, arm64
|
@@ -5278,7 +5284,7 @@ module Aws::Lambda
|
|
5278
5284
|
# resp.layers[0].latest_matching_version.description #=> String
|
5279
5285
|
# resp.layers[0].latest_matching_version.created_date #=> Time
|
5280
5286
|
# resp.layers[0].latest_matching_version.compatible_runtimes #=> Array
|
5281
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
5287
|
+
# 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"
|
5282
5288
|
# resp.layers[0].latest_matching_version.license_info #=> String
|
5283
5289
|
# resp.layers[0].latest_matching_version.compatible_architectures #=> Array
|
5284
5290
|
# resp.layers[0].latest_matching_version.compatible_architectures[0] #=> String, one of "x86_64", "arm64"
|
@@ -5554,7 +5560,7 @@ module Aws::Lambda
|
|
5554
5560
|
# resp.versions #=> Array
|
5555
5561
|
# resp.versions[0].function_name #=> String
|
5556
5562
|
# resp.versions[0].function_arn #=> String
|
5557
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
5563
|
+
# 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"
|
5558
5564
|
# resp.versions[0].role #=> String
|
5559
5565
|
# resp.versions[0].handler #=> String
|
5560
5566
|
# resp.versions[0].code_size #=> Integer
|
@@ -5740,7 +5746,7 @@ module Aws::Lambda
|
|
5740
5746
|
# s3_object_version: "S3ObjectVersion",
|
5741
5747
|
# zip_file: "data",
|
5742
5748
|
# },
|
5743
|
-
# 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, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x
|
5749
|
+
# 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
|
5744
5750
|
# license_info: "LicenseInfo",
|
5745
5751
|
# compatible_architectures: ["x86_64"], # accepts x86_64, arm64
|
5746
5752
|
# })
|
@@ -5758,7 +5764,7 @@ module Aws::Lambda
|
|
5758
5764
|
# resp.created_date #=> Time
|
5759
5765
|
# resp.version #=> Integer
|
5760
5766
|
# resp.compatible_runtimes #=> Array
|
5761
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
5767
|
+
# 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"
|
5762
5768
|
# resp.license_info #=> String
|
5763
5769
|
# resp.compatible_architectures #=> Array
|
5764
5770
|
# resp.compatible_architectures[0] #=> String, one of "x86_64", "arm64"
|
@@ -5911,7 +5917,7 @@ module Aws::Lambda
|
|
5911
5917
|
#
|
5912
5918
|
# resp.function_name #=> String
|
5913
5919
|
# resp.function_arn #=> String
|
5914
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
5920
|
+
# 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"
|
5915
5921
|
# resp.role #=> String
|
5916
5922
|
# resp.handler #=> String
|
5917
5923
|
# resp.code_size #=> Integer
|
@@ -7108,9 +7114,9 @@ module Aws::Lambda
|
|
7108
7114
|
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics
|
7109
7115
|
#
|
7110
7116
|
# @option params [Types::ProvisionedPollerConfig] :provisioned_poller_config
|
7111
|
-
# (Amazon MSK and self-managed Apache Kafka only) The
|
7117
|
+
# (Amazon MSK and self-managed Apache Kafka only) The provisioned mode
|
7112
7118
|
# configuration for the event source. For more information, see
|
7113
|
-
# [
|
7119
|
+
# [provisioned mode][1].
|
7114
7120
|
#
|
7115
7121
|
#
|
7116
7122
|
#
|
@@ -7471,7 +7477,7 @@ module Aws::Lambda
|
|
7471
7477
|
#
|
7472
7478
|
# resp.function_name #=> String
|
7473
7479
|
# resp.function_arn #=> String
|
7474
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
7480
|
+
# 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"
|
7475
7481
|
# resp.role #=> String
|
7476
7482
|
# resp.handler #=> String
|
7477
7483
|
# resp.code_size #=> Integer
|
@@ -7831,7 +7837,7 @@ module Aws::Lambda
|
|
7831
7837
|
# "EnvironmentVariableName" => "EnvironmentVariableValue",
|
7832
7838
|
# },
|
7833
7839
|
# },
|
7834
|
-
# 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, python3.11, nodejs20.x, provided.al2023, python3.12, java21, python3.13, nodejs22.x
|
7840
|
+
# 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
|
7835
7841
|
# dead_letter_config: {
|
7836
7842
|
# target_arn: "ResourceArn",
|
7837
7843
|
# },
|
@@ -7870,7 +7876,7 @@ module Aws::Lambda
|
|
7870
7876
|
#
|
7871
7877
|
# resp.function_name #=> String
|
7872
7878
|
# resp.function_arn #=> String
|
7873
|
-
# 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", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x"
|
7879
|
+
# 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"
|
7874
7880
|
# resp.role #=> String
|
7875
7881
|
# resp.handler #=> String
|
7876
7882
|
# resp.code_size #=> Integer
|
@@ -8199,7 +8205,7 @@ module Aws::Lambda
|
|
8199
8205
|
tracer: tracer
|
8200
8206
|
)
|
8201
8207
|
context[:gem_name] = 'aws-sdk-lambda'
|
8202
|
-
context[:gem_version] = '1.
|
8208
|
+
context[:gem_version] = '1.149.0'
|
8203
8209
|
Seahorse::Client::Request.new(handlers, context)
|
8204
8210
|
end
|
8205
8211
|
|
data/lib/aws-sdk-lambda/types.rb
CHANGED
@@ -873,9 +873,9 @@ module Aws::Lambda
|
|
873
873
|
# @return [Types::EventSourceMappingMetricsConfig]
|
874
874
|
#
|
875
875
|
# @!attribute [rw] provisioned_poller_config
|
876
|
-
# (Amazon MSK and self-managed Apache Kafka only) The
|
876
|
+
# (Amazon MSK and self-managed Apache Kafka only) The provisioned mode
|
877
877
|
# configuration for the event source. For more information, see
|
878
|
-
# [
|
878
|
+
# [provisioned mode][1].
|
879
879
|
#
|
880
880
|
#
|
881
881
|
#
|
@@ -2078,9 +2078,9 @@ module Aws::Lambda
|
|
2078
2078
|
# @return [Types::EventSourceMappingMetricsConfig]
|
2079
2079
|
#
|
2080
2080
|
# @!attribute [rw] provisioned_poller_config
|
2081
|
-
# (Amazon MSK and self-managed Apache Kafka only) The
|
2081
|
+
# (Amazon MSK and self-managed Apache Kafka only) The provisioned mode
|
2082
2082
|
# configuration for the event source. For more information, see
|
2083
|
-
# [
|
2083
|
+
# [provisioned mode][1].
|
2084
2084
|
#
|
2085
2085
|
#
|
2086
2086
|
#
|
@@ -3618,7 +3618,9 @@ module Aws::Lambda
|
|
3618
3618
|
include Aws::Structure
|
3619
3619
|
end
|
3620
3620
|
|
3621
|
-
# The request body could not be parsed as JSON
|
3621
|
+
# The request body could not be parsed as JSON, or a request header is
|
3622
|
+
# invalid. For example, the 'x-amzn-RequestId' header is not a valid
|
3623
|
+
# UUID string.
|
3622
3624
|
#
|
3623
3625
|
# @!attribute [rw] type
|
3624
3626
|
# The exception type.
|
@@ -5115,7 +5117,7 @@ module Aws::Lambda
|
|
5115
5117
|
include Aws::Structure
|
5116
5118
|
end
|
5117
5119
|
|
5118
|
-
# The [
|
5120
|
+
# The [ provisioned mode][1] configuration for the event source. Use
|
5119
5121
|
# Provisioned Mode to customize the minimum and maximum number of event
|
5120
5122
|
# pollers for your event source. An event poller is a compute unit that
|
5121
5123
|
# provides approximately 5 MBps of throughput.
|
@@ -6619,9 +6621,9 @@ module Aws::Lambda
|
|
6619
6621
|
# @return [Types::EventSourceMappingMetricsConfig]
|
6620
6622
|
#
|
6621
6623
|
# @!attribute [rw] provisioned_poller_config
|
6622
|
-
# (Amazon MSK and self-managed Apache Kafka only) The
|
6624
|
+
# (Amazon MSK and self-managed Apache Kafka only) The provisioned mode
|
6623
6625
|
# configuration for the event source. For more information, see
|
6624
|
-
# [
|
6626
|
+
# [provisioned mode][1].
|
6625
6627
|
#
|
6626
6628
|
#
|
6627
6629
|
#
|
data/lib/aws-sdk-lambda.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -261,7 +261,7 @@ module Aws
|
|
261
261
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
262
262
|
def function_name: () -> ::String
|
263
263
|
def function_arn: () -> ::String
|
264
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")
|
264
|
+
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")
|
265
265
|
def role: () -> ::String
|
266
266
|
def handler: () -> ::String
|
267
267
|
def code_size: () -> ::Integer
|
@@ -299,7 +299,7 @@ module Aws
|
|
299
299
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#create_function-instance_method
|
300
300
|
def create_function: (
|
301
301
|
function_name: ::String,
|
302
|
-
?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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x"),
|
302
|
+
?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"),
|
303
303
|
role: ::String,
|
304
304
|
?handler: ::String,
|
305
305
|
code: {
|
@@ -607,7 +607,7 @@ module Aws
|
|
607
607
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
608
608
|
def function_name: () -> ::String
|
609
609
|
def function_arn: () -> ::String
|
610
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")
|
610
|
+
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")
|
611
611
|
def role: () -> ::String
|
612
612
|
def handler: () -> ::String
|
613
613
|
def code_size: () -> ::Integer
|
@@ -699,7 +699,7 @@ module Aws
|
|
699
699
|
def description: () -> ::String
|
700
700
|
def created_date: () -> ::Time
|
701
701
|
def version: () -> ::Integer
|
702
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")]
|
702
|
+
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")]
|
703
703
|
def license_info: () -> ::String
|
704
704
|
def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
|
705
705
|
end
|
@@ -718,7 +718,7 @@ module Aws
|
|
718
718
|
def description: () -> ::String
|
719
719
|
def created_date: () -> ::Time
|
720
720
|
def version: () -> ::Integer
|
721
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")]
|
721
|
+
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")]
|
722
722
|
def license_info: () -> ::String
|
723
723
|
def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
|
724
724
|
end
|
@@ -929,7 +929,7 @@ module Aws
|
|
929
929
|
end
|
930
930
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#list_layer_versions-instance_method
|
931
931
|
def list_layer_versions: (
|
932
|
-
?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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x"),
|
932
|
+
?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"),
|
933
933
|
layer_name: ::String,
|
934
934
|
?marker: ::String,
|
935
935
|
?max_items: ::Integer,
|
@@ -944,7 +944,7 @@ module Aws
|
|
944
944
|
end
|
945
945
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#list_layers-instance_method
|
946
946
|
def list_layers: (
|
947
|
-
?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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x"),
|
947
|
+
?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"),
|
948
948
|
?marker: ::String,
|
949
949
|
?max_items: ::Integer,
|
950
950
|
?compatible_architecture: ("x86_64" | "arm64")
|
@@ -995,7 +995,7 @@ module Aws
|
|
995
995
|
def description: () -> ::String
|
996
996
|
def created_date: () -> ::Time
|
997
997
|
def version: () -> ::Integer
|
998
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")]
|
998
|
+
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")]
|
999
999
|
def license_info: () -> ::String
|
1000
1000
|
def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
|
1001
1001
|
end
|
@@ -1009,7 +1009,7 @@ module Aws
|
|
1009
1009
|
s3_object_version: ::String?,
|
1010
1010
|
zip_file: ::String?
|
1011
1011
|
},
|
1012
|
-
?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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")],
|
1012
|
+
?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")],
|
1013
1013
|
?license_info: ::String,
|
1014
1014
|
?compatible_architectures: Array[("x86_64" | "arm64")]
|
1015
1015
|
) -> _PublishLayerVersionResponseSuccess
|
@@ -1019,7 +1019,7 @@ module Aws
|
|
1019
1019
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
1020
1020
|
def function_name: () -> ::String
|
1021
1021
|
def function_arn: () -> ::String
|
1022
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")
|
1022
|
+
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")
|
1023
1023
|
def role: () -> ::String
|
1024
1024
|
def handler: () -> ::String
|
1025
1025
|
def code_size: () -> ::Integer
|
@@ -1317,7 +1317,7 @@ module Aws
|
|
1317
1317
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
1318
1318
|
def function_name: () -> ::String
|
1319
1319
|
def function_arn: () -> ::String
|
1320
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")
|
1320
|
+
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")
|
1321
1321
|
def role: () -> ::String
|
1322
1322
|
def handler: () -> ::String
|
1323
1323
|
def code_size: () -> ::Integer
|
@@ -1372,7 +1372,7 @@ module Aws
|
|
1372
1372
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
1373
1373
|
def function_name: () -> ::String
|
1374
1374
|
def function_arn: () -> ::String
|
1375
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")
|
1375
|
+
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")
|
1376
1376
|
def role: () -> ::String
|
1377
1377
|
def handler: () -> ::String
|
1378
1378
|
def code_size: () -> ::Integer
|
@@ -1423,7 +1423,7 @@ module Aws
|
|
1423
1423
|
?environment: {
|
1424
1424
|
variables: Hash[::String, ::String]?
|
1425
1425
|
},
|
1426
|
-
?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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x"),
|
1426
|
+
?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"),
|
1427
1427
|
?dead_letter_config: {
|
1428
1428
|
target_arn: ::String?
|
1429
1429
|
},
|
data/sig/types.rbs
CHANGED
@@ -188,7 +188,7 @@ module Aws::Lambda
|
|
188
188
|
|
189
189
|
class CreateFunctionRequest
|
190
190
|
attr_accessor function_name: ::String
|
191
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")
|
191
|
+
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")
|
192
192
|
attr_accessor role: ::String
|
193
193
|
attr_accessor handler: ::String
|
194
194
|
attr_accessor code: Types::FunctionCode
|
@@ -466,7 +466,7 @@ module Aws::Lambda
|
|
466
466
|
class FunctionConfiguration
|
467
467
|
attr_accessor function_name: ::String
|
468
468
|
attr_accessor function_arn: ::String
|
469
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")
|
469
|
+
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")
|
470
470
|
attr_accessor role: ::String
|
471
471
|
attr_accessor handler: ::String
|
472
472
|
attr_accessor code_size: ::Integer
|
@@ -658,7 +658,7 @@ module Aws::Lambda
|
|
658
658
|
attr_accessor description: ::String
|
659
659
|
attr_accessor created_date: ::Time
|
660
660
|
attr_accessor version: ::Integer
|
661
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")]
|
661
|
+
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")]
|
662
662
|
attr_accessor license_info: ::String
|
663
663
|
attr_accessor compatible_architectures: ::Array[("x86_64" | "arm64")]
|
664
664
|
SENSITIVE: []
|
@@ -882,7 +882,7 @@ module Aws::Lambda
|
|
882
882
|
attr_accessor version: ::Integer
|
883
883
|
attr_accessor description: ::String
|
884
884
|
attr_accessor created_date: ::Time
|
885
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")]
|
885
|
+
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")]
|
886
886
|
attr_accessor license_info: ::String
|
887
887
|
attr_accessor compatible_architectures: ::Array[("x86_64" | "arm64")]
|
888
888
|
SENSITIVE: []
|
@@ -989,7 +989,7 @@ module Aws::Lambda
|
|
989
989
|
end
|
990
990
|
|
991
991
|
class ListLayerVersionsRequest
|
992
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")
|
992
|
+
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")
|
993
993
|
attr_accessor layer_name: ::String
|
994
994
|
attr_accessor marker: ::String
|
995
995
|
attr_accessor max_items: ::Integer
|
@@ -1004,7 +1004,7 @@ module Aws::Lambda
|
|
1004
1004
|
end
|
1005
1005
|
|
1006
1006
|
class ListLayersRequest
|
1007
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")
|
1007
|
+
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")
|
1008
1008
|
attr_accessor marker: ::String
|
1009
1009
|
attr_accessor max_items: ::Integer
|
1010
1010
|
attr_accessor compatible_architecture: ("x86_64" | "arm64")
|
@@ -1110,7 +1110,7 @@ module Aws::Lambda
|
|
1110
1110
|
attr_accessor layer_name: ::String
|
1111
1111
|
attr_accessor description: ::String
|
1112
1112
|
attr_accessor content: Types::LayerVersionContentInput
|
1113
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")]
|
1113
|
+
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")]
|
1114
1114
|
attr_accessor license_info: ::String
|
1115
1115
|
attr_accessor compatible_architectures: ::Array[("x86_64" | "arm64")]
|
1116
1116
|
SENSITIVE: []
|
@@ -1123,7 +1123,7 @@ module Aws::Lambda
|
|
1123
1123
|
attr_accessor description: ::String
|
1124
1124
|
attr_accessor created_date: ::Time
|
1125
1125
|
attr_accessor version: ::Integer
|
1126
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")]
|
1126
|
+
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")]
|
1127
1127
|
attr_accessor license_info: ::String
|
1128
1128
|
attr_accessor compatible_architectures: ::Array[("x86_64" | "arm64")]
|
1129
1129
|
SENSITIVE: []
|
@@ -1445,7 +1445,7 @@ module Aws::Lambda
|
|
1445
1445
|
attr_accessor memory_size: ::Integer
|
1446
1446
|
attr_accessor vpc_config: Types::VpcConfig
|
1447
1447
|
attr_accessor environment: Types::Environment
|
1448
|
-
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" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x")
|
1448
|
+
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")
|
1449
1449
|
attr_accessor dead_letter_config: Types::DeadLetterConfig
|
1450
1450
|
attr_accessor kms_key_arn: ::String
|
1451
1451
|
attr_accessor tracing_config: Types::TracingConfig
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lambda
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.149.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: 2025-
|
11
|
+
date: 2025-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|