Module Values.BatchResetAlarmRequestSource

Resets one or more alarms. The alarms return to the NORMAL state after you reset them.

Sourcetype nonrec t = {
  1. resetActionRequests : ResetAlarmActionRequests.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : resetActionRequests:ResetAlarmActionRequests.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