deleteStreamProcessor
inline suspend fun RekognitionClient.deleteStreamProcessor(crossinline block: DeleteStreamProcessorRequest.Builder.() -> Unit): 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
.