Values.DetectorModelVersionSummarySourceInformation about the detector model version.
type nonrec t = {detectorModelName : DetectorModelName.t option;The name of the detector model.
*)detectorModelVersion : DetectorModelVersion.t option;The ID of the detector model version.
*)detectorModelArn : DetectorModelArn.t option;The ARN of the detector model version.
*)roleArn : AmazonResourceName.t option;The ARN of the role that grants the detector model permission to perform its tasks.
*)creationTime : Timestamp.t option;The time the detector model version was created.
*)lastUpdateTime : Timestamp.t option;The last time the detector model version was updated.
*)status : DetectorModelVersionStatus.t option;The status of the detector model version.
*)evaluationMethod : EvaluationMethod.t option;Information about the order in which events are evaluated and how actions are executed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DetectorModelName.t
| `Timestamp of Timestamp.t ])
list ]