Values.EphemerisDescriptionSourceDescription of ephemeris.
type nonrec t = {sourceS3Object : S3Object.t option;Source Amazon S3 object used for the ephemeris.
*)ephemerisData : UnboundedString.t option;Supplied ephemeris data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of UnboundedString.t
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]