Values_0.DeleteOpsMetadataResultSourceDelete OpsMetadata related to an application.
type nonrec error = [ | `InternalServerError of InternalServerError.t| `OpsMetadataInvalidArgumentException of OpsMetadataInvalidArgumentException.t| `OpsMetadataNotFoundException of OpsMetadataNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `OpsMetadataInvalidArgumentException of
OpsMetadataInvalidArgumentException.t
| `OpsMetadataNotFoundException of OpsMetadataNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `OpsMetadataInvalidArgumentException of
OpsMetadataInvalidArgumentException.t
| `OpsMetadataNotFoundException of OpsMetadataNotFoundException.t
| `Unknown_operation_error of string * string option ]