deleteStreamProcessor
abstract suspend fun deleteStreamProcessor(input: DeleteStreamProcessorRequest): DeleteStreamProcessorResponse
Deletes the stream processor identified by Name
. You assign the value for Name
when you create the stream processor with CreateStreamProcessor. You might not be able to use the same name for a stream processor for a few seconds after calling DeleteStreamProcessor
.