From 0d4fb0d1c7f2df05acab86e600bccc5a53b75f92 Mon Sep 17 00:00:00 2001 From: AsyncAws Bot Date: Thu, 10 Sep 2026 10:58:48 +0000 Subject: [PATCH] update generated code --- manifest.json | 2 +- src/Service/Lambda/CHANGELOG.md | 4 ++++ .../Lambda/src/Input/UpdateFunctionConfigurationRequest.php | 6 ++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 0e58e12f2..9052cb9d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "variables": { - "${LATEST}": "3.394.10" + "${LATEST}": "3.394.11" }, "endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json", "services": { diff --git a/src/Service/Lambda/CHANGELOG.md b/src/Service/Lambda/CHANGELOG.md index 3dbcb7956..59455ea14 100644 --- a/src/Service/Lambda/CHANGELOG.md +++ b/src/Service/Lambda/CHANGELOG.md @@ -2,6 +2,10 @@ ## NOT RELEASED +### Changed + +- AWS enhancement: Documentation updates. + ## 2.18.0 ### Added diff --git a/src/Service/Lambda/src/Input/UpdateFunctionConfigurationRequest.php b/src/Service/Lambda/src/Input/UpdateFunctionConfigurationRequest.php index a4f30350d..f92751683 100644 --- a/src/Service/Lambda/src/Input/UpdateFunctionConfigurationRequest.php +++ b/src/Service/Lambda/src/Input/UpdateFunctionConfigurationRequest.php @@ -65,8 +65,10 @@ final class UpdateFunctionConfigurationRequest extends Input private $description; /** - * The amount of time (in seconds) that Lambda allows a function to run before stopping it. The default is 3 seconds. - * The maximum allowed value is 900 seconds. For more information, see Lambda execution environment [^1]. + * The amount of time (in seconds) that Lambda allows a function to run before stopping it. The default is 3 seconds, + * and the maximum allowed value is 900 seconds. For functions using Lambda Managed Instances, asynchronous invocations + * and event source mapping invocations (except Amazon MQ and Amazon DocumentDB) support a maximum allowed value of + * 5,400 seconds (90 minutes). For more information, see Lambda execution environment [^1]. * * [^1]: https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html *