Values_0.DeletePatchBaselineResultSourceDeletes a patch baseline.
type nonrec error = [ | `InternalServerError of InternalServerError.t| `ResourceInUseException of ResourceInUseException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `ResourceInUseException of ResourceInUseException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `ResourceInUseException of ResourceInUseException.t
| `Unknown_operation_error of string * string option ]