Values.SnapshotSourceDescribes a directory snapshot.
type nonrec t = {directoryId : DirectoryId.t option;The directory identifier.
*)snapshotId : SnapshotId.t option;The snapshot identifier.
*)type_ : SnapshotType.t option;The snapshot type.
*)name : SnapshotName.t option;The descriptive name of the snapshot.
*)status : SnapshotStatus.t option;The snapshot status.
*)startTime : StartTime.t option;The date and time that the snapshot was taken.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DirectoryId.t
| `Timestamp of StartTime.t ])
list ]