Deletes an InputProcessingConfiguration from an input
Source:R/kinesisanalyticsv2_operations.R
kinesisanalyticsv2_delete_applic_input_proces_config.RdDeletes an InputProcessingConfiguration from an input.
See https://www.paws-r-sdk.com/docs/kinesisanalyticsv2_delete_application_input_processing_configuration/ for full documentation.
Usage
kinesisanalyticsv2_delete_application_input_processing_configuration(
ApplicationName,
CurrentApplicationVersionId,
InputId
)Arguments
- ApplicationName
[required] The name of the application.
- CurrentApplicationVersionId
[required] The application version. You can use the
describe_applicationoperation to get the current application version. If the version specified is not the current version, theConcurrentModificationExceptionis returned.- InputId
[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_applicationoperation.