Values.LambdaFunctionInfoSourceInformation about a Lambda function specified in a deployment.
type nonrec t = {functionName : LambdaFunctionName.t option;The name of a Lambda function.
*)functionAlias : LambdaFunctionAlias.t option;The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.
*)currentVersion : Version.t option;The version of a Lambda function that production traffic points to.
*)targetVersion : Version.t option;The version of a Lambda function that production traffic points to after the Lambda function is deployed.
*)targetVersionWeight : TrafficWeight.t option;The percentage of production traffic that the target version of a Lambda function receives.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of TrafficWeight.t | `String of LambdaFunctionName.t ])
list ]