Module Values.GetHarvestJobRequestSource

The request object for retrieving a specific harvest job.

Sourcetype nonrec t = {
  1. channelGroupName : ResourceName.t;
    (*

    The name of the channel group containing the channel associated with the harvest job.

    *)
  2. channelName : ResourceName.t;
    (*

    The name of the channel associated with the harvest job.

    *)
  3. originEndpointName : ResourceName.t;
    (*

    The name of the origin endpoint associated with the harvest job.

    *)
  4. harvestJobName : ResourceName.t;
    (*

    The name of the harvest job to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : channelGroupName:ResourceName.t -> channelName:ResourceName.t -> originEndpointName:ResourceName.t -> harvestJobName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceName.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