Module Values_0.RelatedOpsItemSource

An OpsItems that shares something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.

Sourcetype nonrec t = {
  1. opsItemId : String_.t;
    (*

    The ID of an OpsItem related to the current OpsItem.

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