Values.DeleteBuildBatchOutputSourceDeletes a batch build.
type nonrec t = {statusCode : String_.t option;The status code.
*)buildsDeleted : BuildIds.t option;An array of strings that contain the identifiers of the builds that were deleted.
*)buildsNotDeleted : BuildsNotDeleted.t option;An array of BuildNotDeleted objects that specify the builds that could not be deleted.
*)}type nonrec error = [ | `InvalidInputException of InvalidInputException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInputException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInputException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `String of String_.t ])
list ]