File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 33namespace 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 */
812final class Runtime
913{
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments