Module Values.DescribeBatchLoadTaskRequestSource

Returns information about the batch load task, including configurations, mappings, progress, and other details. Service quotas apply. See code sample for details.

Sourcetype nonrec t = {
  1. taskId : BatchLoadTaskId.t;
    (*

    The ID of the batch load task.

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