Values.LambdaTargetSourceInformation about the target Lambda function during an Lambda deployment.
type nonrec t = {deploymentId : DeploymentId.t option;The unique ID of a deployment.
*)targetId : TargetId.t option;The unique ID of a deployment target that has a type of lambdaTarget.
*)targetArn : TargetArn.t option;The Amazon Resource Name (ARN) of the target.
*)status : TargetStatus.t option;The status an Lambda deployment's target Lambda function.
*)lastUpdatedAt : Time.t option;The date and time when the target Lambda function was updated by a deployment.
*)lifecycleEvents : LifecycleEventList.t option;The lifecycle events of the deployment to this target Lambda function.
*)lambdaFunctionInfo : LambdaFunctionInfo.t option;A LambdaFunctionInfo object that describes a target Lambda function.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of LifecycleEventName.t
| `Structure of
(string * [> `Enum of string | `String of ScriptName.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of DeploymentId.t
| `Structure of
(string
* [> `Double of TrafficWeight.t
| `String of LambdaFunctionName.t ])
list
| `Timestamp of Time.t ])
list ]