Values.StartApplicationRequestSourcetype nonrec t = {applicationName : ApplicationName.t;Name of the application.
*)inputConfigurations : InputConfigurations.t;Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.
*)}val make :
applicationName:ApplicationName.t ->
inputConfigurations:InputConfigurations.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of Id.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]
list
| `String of ApplicationName.t ])
list ]