Values.UpdateAutomationRuleV2RequestSourceUpdates a V2 automation rule.
type nonrec t = {identifier : NonEmptyString.t;The ARN of the automation rule.
*)ruleStatus : RuleStatusV2.t option;The status of the automation rule.
*)ruleOrder : RuleOrderValueV2.t option;Represents a value for the rule priority.
*)description : NonEmptyString.t option;A description of the automation rule.
*)ruleName : NonEmptyString.t option;The name of the automation rule.
*)criteria : Criteria.t option;The filtering type and configuration of the automation rule.
*)actions : AutomationRulesActionListV2.t option;A list of actions to be performed when the rule criteria is met.
*)}val make :
?ruleStatus:??? ->
?ruleOrder:??? ->
?description:??? ->
?ruleName:??? ->
?criteria:??? ->
?actions:??? ->
identifier:NonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Float of RuleOrderValueV2.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t ])
list ])
list ]
list
| `String of NonEmptyString.t
| `Structure of
(string * [> `Structure of (string * Awso.Botodata.value) list ])
list ])
list ]