Values.DescribeEphemerisResponseSourceRetrieve information about an existing ephemeris.
type nonrec t = {ephemerisId : Uuid.t option;The AWS Ground Station ephemeris ID.
*)satelliteId : Uuid.t option;The AWS Ground Station satellite ID associated with 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.
*)creationTime : Timestamp.t option;The time the ephemeris was uploaded in UTC.
*)enabled : Boolean.t option;Whether or not the ephemeris is enabled.
*)name : SafeName.t option;A name that you can use to identify the ephemeris.
*)suppliedData : EphemerisTypeDescription.t option;Supplied ephemeris data.
*)invalidReason : EphemerisInvalidReason.t option;Reason that an ephemeris failed validation. Appears only when the status is INVALID.
*)errorReasons : EphemerisErrorReasonList.t option;Detailed error information for ephemerides with INVALID status. Provides specific error codes and messages to help diagnose validation failures.
*)}type nonrec error = [ | `DependencyException of DependencyException.t| `InvalidParameterException of InvalidParameterException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DependencyException of DependencyException.t
| `InvalidParameterException of InvalidParameterException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DependencyException of DependencyException.t
| `InvalidParameterException of InvalidParameterException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of EphemerisPriority.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of ErrorString.t ])
list ]
list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of Uuid.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of UnboundedString.t
| `Structure of
(string * [> `String of S3BucketName.t ]) list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]