Module Values.DescribeContactResponseSource

Output for the DescribeContact operation.

Sourcetype nonrec t = {
  1. contactId : Uuid.t option;
    (*

    UUID of a contact.

    *)
  2. missionProfileArn : MissionProfileArn.t option;
    (*

    ARN of a mission profile.

    *)
  3. satelliteArn : SatelliteArn.t option;
    (*

    ARN of a satellite.

    *)
  4. startTime : Timestamp.t option;
    (*

    Start time of a contact in UTC.

    *)
  5. endTime : Timestamp.t option;
    (*

    End time of a contact in UTC.

    *)
  6. prePassStartTime : Timestamp.t option;
    (*

    Start time in UTC of the pre-pass period, at which you receive a CloudWatch event indicating an upcoming pass.

    *)
  7. postPassEndTime : Timestamp.t option;
    (*

    End time in UTC of the post-pass period, at which you receive a CloudWatch event indicating the pass has finished.

    *)
  8. groundStation : String_.t option;
    (*

    Ground station for a contact.

    *)
  9. contactStatus : ContactStatus.t option;
    (*

    Status of a contact.

    *)
  10. errorMessage : String_.t option;
    (*

    Error message for a contact.

    *)
  11. maximumElevation : Elevation.t option;
    (*

    Maximum elevation angle of a contact.

    *)
  12. tags : TagsMap.t option;
    (*

    Tags assigned to a contact.

    *)
  13. region : String_.t option;
    (*

    Region where the ReserveContact API was called to schedule this contact.

    *)
  14. dataflowList : DataflowList.t option;
    (*

    List describing source and destination details for each dataflow edge.

    *)
  15. visibilityStartTime : Timestamp.t option;
    (*

    Projected time in UTC your satellite will rise above the receive mask. This time is based on the satellite's current active ephemeris for future contacts and the ephemeris that was active during contact execution for completed contacts.

    *)
  16. visibilityEndTime : Timestamp.t option;
    (*

    Projected time in UTC your satellite will set below the receive mask. This time is based on the satellite's current active ephemeris for future contacts and the ephemeris that was active during contact execution for completed contacts.

    *)
  17. trackingOverrides : TrackingOverrides.t option;
    (*

    Tracking configuration overrides specified when the contact was reserved.

    *)
  18. ephemeris : EphemerisResponseData.t option;
    (*

    The ephemeris that determines antenna pointing directions for the contact.

    *)
  19. version : ContactVersion.t option;
    (*

    Version information for a contact.

    *)
}
Sourcetype nonrec error = [
  1. | `DependencyException of DependencyException.t
  2. | `InvalidParameterException of InvalidParameterException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?contactId:??? -> ?missionProfileArn:??? -> ?satelliteArn:??? -> ?startTime:??? -> ?endTime:??? -> ?prePassStartTime:??? -> ?postPassEndTime:??? -> ?groundStation:??? -> ?contactStatus:??? -> ?errorMessage:??? -> ?maximumElevation:??? -> ?tags:??? -> ?region:??? -> ?dataflowList:??? -> ?visibilityStartTime:??? -> ?visibilityEndTime:??? -> ?trackingOverrides:??? -> ?ephemeris:??? -> ?version:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of DataflowEndpointMtuInteger.t | `List of [> `String of String_.t ] list | `String of RoleArn.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of Uuid.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of VersionId.t | `List of [> `Enum of string ] list | `String of Uuid.t | `Structure of (string * [> `Structure of (string * [> `String of Uuid.t ]) list ]) list | `Timestamp of Timestamp.t ]) list | `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t