Values_0.OTAUpdateSummarySourceAn OTA update summary.
type nonrec t = {otaUpdateId : OTAUpdateId.t option;The OTA update ID.
*)otaUpdateArn : OTAUpdateArn.t option;The OTA update ARN.
*)creationDate : DateType.t option;The date when the OTA update was created.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of OTAUpdateId.t | `Timestamp of DateType.t ]) list ]