Values.SqlApplicationConfigurationUpdateSourceDescribes updates to the input streams, destination streams, and reference data sources for a SQL-based Kinesis Data Analytics application.
type nonrec t = {inputUpdates : InputUpdates.t option;The array of InputUpdate objects describing the new input streams used by the application.
*)outputUpdates : OutputUpdates.t option;The array of OutputUpdate objects describing the new destination streams used by the application.
*)referenceDataSourceUpdates : ReferenceDataSourceUpdates.t option;The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of Id.t
| `Structure of
(string
* [> `Enum of string
| `Integer of InputParallelismCount.t
| `List of
[> `Structure of
(string * [> `String of RecordColumnName.t ])
list ]
list
| `String of ResourceARN.t
| `Structure of
(string
* [> `Enum of string
| `String of ResourceARN.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of RecordRowPath.t ])
list ])
list ])
list ])
list ])
list ]
list ])
list ]