Smaws_Client_KinesisAnalytics.AddApplicationInput
This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation.
Adds a streaming source to your Amazon Kinesis application. For conceptual information, see Configuring Application Input.
You can add a streaming source either 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.
This operation requires permissions to perform the kinesisanalytics:AddApplicationInput
action.
val request :
Smaws_Lib.Context.t ->
Types.add_application_input_request ->
(Types.add_application_input_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `CodeValidationException of Types.code_validation_exception
| `ConcurrentModificationException of
Types.concurrent_modification_exception
| `InvalidArgumentException of Types.invalid_argument_exception
| `ResourceInUseException of Types.resource_in_use_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.result