Smaws_Client_KinesisAnalyticsV2.AddApplicationInput
val request :
Smaws_Lib.Context.t ->
add_application_input_request ->
(add_application_input_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `CodeValidationException of code_validation_exception
| `ConcurrentModificationException of concurrent_modification_exception
| `InvalidArgumentException of invalid_argument_exception
| `InvalidRequestException of invalid_request_exception
| `ResourceInUseException of resource_in_use_exception
| `ResourceNotFoundException of resource_not_found_exception ])
Stdlib.result
Adds 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.