{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InputProcessingConfigurationUpdate", "title": "InputProcessingConfigurationUpdate", "type": "object", "required": [ "InputLambdaProcessorUpdate" ], "properties": { "InputLambdaProcessorUpdate": { "allOf": [ { "$ref": "#/components/schemas/InputLambdaProcessorUpdate" }, { "description": "Provides update information for an InputLambdaProcessor." } ] } }, "description": "For a SQL-based Kinesis Data Analytics application, describes updates to an InputProcessingConfiguration." }