Values.BatchAcknowledgeAlarmRequestSourceAcknowledges one or more alarms. The alarms change to the ACKNOWLEDGED state after you acknowledge them.
type nonrec t = {acknowledgeActionRequests : AcknowledgeAlarmActionRequests.t;The list of acknowledge 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 ]