Values.AddApplicationInputProcessingConfigurationRequestSourceAdds an InputProcessingConfiguration to a SQL-based Kinesis Data Analytics application. An input processor pre-processes records on the input stream before the application's SQL code executes. Currently, the only input processor available is Amazon Lambda.
type nonrec t = {applicationName : ApplicationName.t;The name of the application to which you want to add the input processing configuration.
*)currentApplicationVersionId : ApplicationVersionId.t;The version of the application to which you want to add the input processing configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.
*)inputId : Id.t;The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the DescribeApplication operation.
*)inputProcessingConfiguration : InputProcessingConfiguration.t;The InputProcessingConfiguration to add to the application.
*)}val make :
applicationName:ApplicationName.t ->
currentApplicationVersionId:ApplicationVersionId.t ->
inputId:Id.t ->
inputProcessingConfiguration:InputProcessingConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of ApplicationVersionId.t
| `String of ApplicationName.t
| `Structure of
(string
* [> `Structure of (string * [> `String of ResourceARN.t ]) list ])
list ])
list ]