Module Values.DeleteBatchRequestSource

Deletes a run batch resource and its associated metadata. This operation does not delete the individual workflow runs. To delete the runs, call DeleteRunBatch before calling DeleteBatch. DeleteBatch requires the batch to be in a terminal state: PROCESSED, FAILED, CANCELLED, or RUNS_DELETED. After DeleteBatch completes, the batch metadata is no longer accessible. You cannot call GetBatch, ListRunsInBatch, DeleteRunBatch, or CancelRunBatch on a deleted batch.

Sourcetype nonrec t = {
  1. batchId : BatchId.t;
    (*

    The identifier portion of the run batch ARN.

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