Values.PutPartnerEventsResponseSourceThis 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.
type nonrec t = {failedEntryCount : Integer.t option;The number of events from this operation that could not be written to the partner event bus.
*)entries : PutPartnerEventsResultEntryList.t option;The results for each event entry the partner submitted in this request. If the event was successfully submitted, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry. For each record, the index of the response element is the same as the index in the request array.
*)}type nonrec error = [ | `InternalException of InternalException.t| `OperationDisabledException of OperationDisabledException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of unit
| `OperationDisabledException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of unit
| `OperationDisabledException of unit
| `Unknown_operation_error of string * string option ]