Module Values.BatchAcknowledgeAlarmRequestSource

Acknowledges one or more alarms. The alarms change to the ACKNOWLEDGED state after you acknowledge them.

Sourcetype nonrec t = {
  1. acknowledgeActionRequests : AcknowledgeAlarmActionRequests.t;
    (*

    The list of acknowledge action requests. You can specify up to 10 requests per operation.

    *)
}
Sourceval context_ : string
Sourceval make : acknowledgeActionRequests:AcknowledgeAlarmActionRequests.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of RequestId.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t