Values.UpdateEphemerisRequestSourceUpdate an existing ephemeris.
type nonrec t = {ephemerisId : Uuid.t;The AWS Ground Station ephemeris ID.
*)enabled : Boolean.t;Enable or disable the ephemeris. Changing this value doesn't require re-validation.
*)name : SafeName.t option;A name that you can use to identify the ephemeris.
*)priority : EphemerisPriority.t option;A priority score that determines which ephemeris to use when multiple ephemerides overlap. Higher numbers take precedence. The default is 1. Must be 1 or greater.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of EphemerisPriority.t
| `String of Uuid.t ])
list ]