Values.EphemerisItemSourceEphemeris item.
type nonrec t = {ephemerisId : Uuid.t option;The AWS Ground Station ephemeris ID.
*)ephemerisType : EphemerisType.t option;The type of ephemeris.
*)status : EphemerisStatus.t option;The status of 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.
*)enabled : Boolean.t option;Whether or not the ephemeris is enabled.
*)creationTime : Timestamp.t option;The time the ephemeris was uploaded in UTC.
*)name : SafeName.t option;A name that you can use to identify the ephemeris.
*)sourceS3Object : S3Object.t option;Source Amazon S3 object used for the ephemeris.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of EphemerisPriority.t
| `String of Uuid.t
| `Structure of (string * [> `String of S3BucketName.t ]) list
| `Timestamp of Timestamp.t ])
list ]