Values.PointInTimeRecoverySummarySourceThe point-in-time recovery status of the specified table.
type nonrec t = {status : PointInTimeRecoveryStatus.t option;Shows if point-in-time recovery is enabled or disabled for the specified table.
*)earliestRestorableTimestamp : Timestamp.t option;Specifies the earliest possible restore point of the table in ISO 8601 format.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ]