Values.AddApplicationInputResponseSourceAdds 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 = {applicationARN : ResourceARN.t option;The Amazon Resource Name (ARN) of the application.
*)applicationVersionId : ApplicationVersionId.t option;Provides the current application version.
*)inputDescriptions : InputDescriptions.t option;Describes the application input configuration.
*)}type nonrec error = [ | `CodeValidationException of CodeValidationException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `InvalidArgumentException of InvalidArgumentException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceInUseException of ResourceInUseException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CodeValidationException of CodeValidationException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CodeValidationException of CodeValidationException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of InAppStreamName.t ] list
| `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
| `Long of ApplicationVersionId.t
| `String of ResourceARN.t ])
list ]