Module Values.BatchDisableAlarmRequestSource

Disables one or more alarms. The alarms change to the DISABLED state after you disable them.

Sourcetype nonrec t = {
  1. disableActionRequests : DisableAlarmActionRequests.t;
    (*

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

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