Module Values.EventBridgeParametersSource

The templated target type for the EventBridge PutEvents API operation.

Sourcetype nonrec t = {
  1. detailType : DetailType.t;
    (*

    A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

    *)
  2. source : Source.t;
    (*

    The source of the event.

    *)
}
Sourceval context_ : string
Sourceval make : detailType:DetailType.t -> source:Source.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DetailType.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