Module Values.BatchUpdateAutomationRulesRequestSource

Updates one or more automation rules based on rule Amazon Resource Names (ARNs) and input parameters.

Sourcetype nonrec t = {
  1. updateAutomationRulesRequestItems : UpdateAutomationRulesRequestItemsList.t;
    (*

    An array of ARNs for the rules that are to be updated. Optionally, you can also include RuleStatus and RuleOrder.

    *)
}
Sourceval context_ : string
Sourceval make : updateAutomationRulesRequestItems:UpdateAutomationRulesRequestItemsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of RuleOrderValue.t | `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of RatioScale.t | `List of [> `String of NonEmptyString.t | `Structure of (string * [> `String of NonEmptyString.t ]) list ] list | `Map of ([> `String of NonEmptyString.t ] * [> `String of NonEmptyString.t ]) list | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of RatioScale.t | `String of NonEmptyString.t ]) list ]) list ]) list ] list | `String of NonEmptyString.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Double of Double.t | `Enum of string | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t ]) list ]) list ] list ]) list ]) 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