Values.TLEEphemerisSourceTwo-line element set (TLE) ephemeris. For more detail about providing Two-line element sets to AWS Ground Station, see the TLE section of the AWS Ground Station user guide.
type nonrec t = {s3Object : S3Object.t option;The Amazon S3 object that contains the ephemeris data.
*)tleData : TLEDataList.t option;TLE data that you provide directly instead of using an Amazon S3 object.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of TleLineOne.t
| `Structure of
(string * [> `Timestamp of Timestamp.t ]) list ])
list ]
list
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]