Values.TestTransformerResponseSourceUse this operation to test a log transformer. You enter the transformer configuration and a set of log events to test with. The operation responds with an array that includes the original log events and the transformed versions.
type nonrec t = {transformedLogs : TransformedLogs.t option;An array where each member of the array includes both the original version and the transformed version of one of the log events that you input.
*)}type nonrec error = [ | `InvalidOperationException of InvalidOperationException.t| `InvalidParameterException of InvalidParameterException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidOperationException of unit
| `InvalidParameterException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidOperationException of unit
| `InvalidParameterException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Long of EventNumber.t | `String of EventMessage.t ])
list ]
list ])
list ]