File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414
15- /// The version of the AWS Lambda Runtime.
16- ///
17- /// This is used in the User Agent header when making requests to the AWS Lambda data Plane.
18- ///
19- /// - Note: This is a static property that returns the current version of the AWS Lambda Runtime.
20- /// It is used to ensure that the runtime can be identified by the AWS Lambda service.
21- /// As such, we mainly care about major version and minor version. Patch and pre-release versions are ignored.
15+ /// The version of the AWS Lambda Runtime.
16+ ///
17+ /// This is used in the User Agent header when making requests to the AWS Lambda data Plane.
18+ ///
19+ /// - Note: This is a static property that returns the current version of the AWS Lambda Runtime.
20+ /// It is used to ensure that the runtime can be identified by the AWS Lambda service.
21+ /// As such, we mainly care about major version and minor version. Patch and pre-release versions are ignored.
2222package enum Version {
23- /// The current version of the AWS Lambda Runtime.
24- package static let current = " 2.0 "
25- }
23+ /// The current version of the AWS Lambda Runtime.
24+ package static let current = " 2.0 "
25+ }
You can’t perform that action at this time.
0 commit comments