Module Values.DeleteAlarmModelRequestSource

Deletes an alarm model. Any alarm instances that were created based on this alarm model are also deleted. This action can't be undone.

Sourcetype nonrec t = {
  1. alarmModelName : AlarmModelName.t;
    (*

    The name of the alarm model.

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