Module Values.BatchEnableAlarmRequestSource

Enables one or more alarms. The alarms change to the NORMAL state after you enable them.

Sourcetype nonrec t = {
  1. enableActionRequests : EnableAlarmActionRequests.t;
    (*

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

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