Values.ReserveContactRequestSourceInput for the ReserveContact operation.
type nonrec t = {missionProfileArn : MissionProfileArn.t;ARN of a mission profile.
*)satelliteArn : SatelliteArn.t option;ARN of a satellite
*)startTime : Timestamp.t;Start time of a contact in UTC.
*)endTime : Timestamp.t;End time of a contact in UTC.
*)groundStation : GroundStationName.t;Name of a ground station.
*)trackingOverrides : TrackingOverrides.t option;Tracking configuration overrides for the contact.
*)}val make :
?satelliteArn:??? ->
?tags:??? ->
?trackingOverrides:??? ->
missionProfileArn:MissionProfileArn.t ->
startTime:Timestamp.t ->
endTime:Timestamp.t ->
groundStation:GroundStationName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of MissionProfileArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of (string * [> `String of Uuid.t ]) list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]