Values.InputSchemaUpdateSourceDescribes updates for the application's input schema.
type nonrec t = {recordFormatUpdate : RecordFormat.t option;Specifies the format of the records on the streaming source.
*)recordEncodingUpdate : RecordEncoding.t option;Specifies the encoding of the records in the streaming source. For example, UTF-8.
*)recordColumnUpdates : RecordColumns.t option;A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of RecordColumnName.t ]) list ]
list
| `String of RecordEncoding.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string * [> `String of RecordRowPath.t ]) list ])
list ])
list ])
list ]