Values.InputParallelismUpdateSourceFor a SQL-based Kinesis Data Analytics application, provides updates to the parallelism count.
type nonrec t = {countUpdate : InputParallelismCount.t;The number of in-application streams to create for the specified streaming source.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of InputParallelismCount.t ]) list ]