Values.BatchResetAlarmRequestSourceResets one or more alarms. The alarms return to the NORMAL state after you reset them.
type nonrec t = {resetActionRequests : ResetAlarmActionRequests.t;The list of reset action requests. You can specify up to 10 requests per operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of RequestId.t ]) list ]
list ])
list ]