Module Values.DeleteRunBatchRequestSource

Deletes the individual workflow runs within a batch. This operation is separate from DeleteBatch, which removes the batch metadata. Delete is only allowed on batches in PROCESSED or CANCELLED state. Delete operations are non-atomic and may be partially successful. Use GetBatch to review successfulDeleteSubmissionCount and failedDeleteSubmissionCount in the submissionSummary. Only one cancel or delete operation per batch is allowed at a time.

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