Module Values.GetReferenceImportJobRequestSource

Monitors the status of a reference import job. This operation can be called after calling the StartReferenceImportJob operation.

Sourcetype nonrec t = {
  1. id : ImportJobId.t;
    (*

    The job's ID.

    *)
  2. referenceStoreId : ReferenceStoreId.t;
    (*

    The job's reference store ID.

    *)
}
Sourceval context_ : string
Sourceval make : id:ImportJobId.t -> referenceStoreId:ReferenceStoreId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ImportJobId.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