Values.UpdateEventRuleRequestSourceUpdates an existing EventRule.
type nonrec t = {arn : EventRuleArn.t;The Amazon Resource Name (ARN) to use to update the EventRule.
*)eventPattern : EventRuleEventPattern.t option;An additional event pattern used to further filter the events this EventRule receives. For more information, see Amazon EventBridge event patterns in the Amazon EventBridge User Guide.
*)regions : Regions.t option;A list of Amazon Web Services Regions that sends events to this EventRule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Region.t ] list
| `String of EventRuleArn.t ])
list ]