Values.AddApplicationInputRequestSourceAdds a streaming source to your SQL-based Kinesis Data Analytics application. You can add a streaming source when you create an application, or you can use this operation to add a streaming source after you create an application. For more information, see CreateApplication. Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.
type nonrec t = {applicationName : ApplicationName.t;The name of your existing application to which you want to add the streaming source.
*)currentApplicationVersionId : ApplicationVersionId.t;The current version of your application. You must provide the ApplicationVersionID or the ConditionalToken.You can use the DescribeApplication operation to find the current application version.
*)input : Input.t;The Input to add.
*)}val make :
applicationName:ApplicationName.t ->
currentApplicationVersionId:ApplicationVersionId.t ->
input:Input.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of ApplicationVersionId.t
| `String of ApplicationName.t
| `Structure of
(string
* [> `String of InAppStreamName.t
| `Structure 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 ]