Module Values.UpdateEventBridgeRuleTemplateRequestSource

Placeholder documentation for UpdateEventBridgeRuleTemplateRequest

Sourcetype nonrec t = {
  1. description : string option;
    (*

    A resource's optional description.

    *)
  2. eventTargets : EventBridgeRuleTemplateTarget.t list option;
  3. eventType : EventBridgeRuleTemplateEventType.t option;
  4. groupIdentifier : string option;
    (*

    An eventbridge rule template group's identifier. Can be either be its id or current name.

    *)
  5. identifier : string;
    (*

    An eventbridge rule template's identifier. Can be either be its id or current name.

    *)
  6. name : string option;
    (*

    A resource's name. Names must be unique within the scope of a resource type in a specific region.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?eventTargets:??? -> ?eventType:??? -> ?groupIdentifier:??? -> ?name:??? -> identifier:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string ]) 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