Skip to content

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).

// init
const stopStreamProcessor = yield* AWS.Rekognition.StopStreamProcessor();
// runtime
yield* stopStreamProcessor({ Name: "lobby-camera" });