Module Values.PutPartnerEventsRequestSource

This is used by SaaS partners to write events to a customer's partner event bus. Amazon Web Services customers do not use this operation. For information on calculating event batch size, see Calculating EventBridge PutEvents event entry size in the EventBridge User Guide.

Sourcetype nonrec t = {
  1. entries : PutPartnerEventsRequestEntryList.t;
    (*

    The list of events to write to the event bus.

    *)
}
Sourceval context_ : string
Sourceval make : entries:PutPartnerEventsRequestEntryList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of EventResource.t ] list | `String of EventSourceName.t | `Timestamp of EventTime.t ]) list ] list ]) 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