Module Values.UpdateEventRuleRequestSource

Updates an existing EventRule.

Sourcetype nonrec t = {
  1. arn : EventRuleArn.t;
    (*

    The Amazon Resource Name (ARN) to use to update the EventRule.

    *)
  2. 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.

    *)
  3. regions : Regions.t option;
    (*

    A list of Amazon Web Services Regions that sends events to this EventRule.

    *)
}
Sourceval context_ : string
Sourceval make : ?eventPattern:??? -> ?regions:??? -> arn:EventRuleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Region.t ] list | `String of EventRuleArn.t ]) 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