Values.ResetAlarmActionRequestSourceInformation needed to reset the alarm.
type nonrec t = {requestId : RequestId.t;The request ID. Each ID must be unique within each batch.
*)alarmModelName : AlarmModelName.t;The name of the alarm model.
*)keyValue : KeyValue.t option;The value of the key used as a filter to select only the alarms associated with the key.
*)note : Note.t option;The note that you can leave when you reset the alarm.
*)}val make :
?keyValue:??? ->
?note:??? ->
requestId:RequestId.t ->
alarmModelName:AlarmModelName.t ->
unit ->
t