Skip to content

Commit 522e0ad

Browse files
Update generated code (#1391)
update generated code
1 parent 13e58dc commit 522e0ad

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Enum/Runtime.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
namespace AsyncAws\Lambda\Enum;
44

55
/**
6-
* The runtime environment for the Lambda function.
6+
* The identifier of the function's runtime. Runtime is required if the deployment package is a .zip file archive.
7+
* The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
8+
*
9+
* @see https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
10+
* @see https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy
711
*/
812
final class Runtime
913
{

src/ValueObject/FunctionConfiguration.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ final class FunctionConfiguration
2626
private $functionArn;
2727

2828
/**
29-
* The runtime environment for the Lambda function.
29+
* The identifier of the function's runtime. Runtime is required if the deployment package is a .zip file archive.
30+
*
31+
* @see https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
3032
*/
3133
private $runtime;
3234

0 commit comments

Comments
 (0)