StopStreamProcessor
Source:
src/AWS/Rekognition/StopStreamProcessor.ts
Runtime binding for rekognition:StopStreamProcessor — stop a running stream processor.
The binding takes no arguments and grants the function
rekognition:StopStreamProcessor on * (Rekognition data-plane resources such
as collections, users, and jobs are routinely created at runtime, so
their identifiers are unknown at deploy time). Provide the
implementation with Effect.provide(AWS.Rekognition.StopStreamProcessorHttp).
Stream Processors
Section titled “Stream Processors”// initconst stopStreamProcessor = yield* AWS.Rekognition.StopStreamProcessor();
// runtimeyield* stopStreamProcessor({ Name: "lobby-camera" });