Skip to content

DescribeStreamProcessor

Source: src/AWS/Rekognition/DescribeStreamProcessor.ts

Runtime binding for rekognition:DescribeStreamProcessor — describe a stream processor — status, input/output configuration, and settings.

The binding takes no arguments and grants the function rekognition:DescribeStreamProcessor 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.DescribeStreamProcessorHttp).

// init
const describeStreamProcessor = yield* AWS.Rekognition.DescribeStreamProcessor();
// runtime
const info = yield* describeStreamProcessor({ Name: "lobby-camera" });
// info.Status, info.Input, info.Output