Skip to content

Commit b8e87e0

Browse files
Update generated code (#1391)
update generated code
1 parent 814d6b7 commit b8e87e0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.263.10"
3+
"${LATEST}": "3.263.11"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/Lambda/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/Service/Lambda/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)