Values.BatchDisableAlarmRequestSourceDisables one or more alarms. The alarms change to the DISABLED state after you disable them.
type nonrec t = {disableActionRequests : DisableAlarmActionRequests.t;The list of disable 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 ]