Values.RecoverySnapshotSourceA snapshot of a Source Server used during recovery.
type nonrec t = {snapshotID : RecoverySnapshotID.t option;The ID of the Recovery Snapshot.
*)sourceServerID : SourceServerID.t option;The ID of the Source Server that the snapshot was taken for.
*)expectedTimestamp : ISO8601DatetimeString.t option;The timestamp of when we expect the snapshot to be taken.
*)timestamp : ISO8601DatetimeString.t option;The actual timestamp that the snapshot was taken.
*)ebsSnapshots : EbsSnapshotsList.t option;A list of EBS snapshots.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of EbsSnapshot.t ] list
| `String of RecoverySnapshotID.t ])
list ]