Deletes an InputProcessingConfiguration from an input.
kinesisanalyticsv2_delete_application_input_processing_configuration(
ApplicationName, CurrentApplicationVersionId, InputId)
[required] The name of the application.
[required] The application version. You can use the
describe_application
operation to get the current application version. If the version
specified is not the current version, the
ConcurrentModificationException
is returned.
[required] The ID of the input configuration from which to delete the input
processing configuration. You can get a list of the input IDs for an
application by using the
describe_application
operation.
A list with the following syntax:
list( ApplicationARN = "string", ApplicationVersionId = 123 )
svc$delete_application_input_processing_configuration( ApplicationName = "string", CurrentApplicationVersionId = 123, InputId = "string" )