Values.BatchEnableAlarmRequestSourceEnables one or more alarms. The alarms change to the NORMAL state after you enable them.
type nonrec t = {enableActionRequests : EnableAlarmActionRequests.t;The list of enable 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 ]