Skip to content

ListStreamProcessors

Source: src/AWS/Rekognition/ListStreamProcessors.ts

Runtime binding for rekognition:ListStreamProcessors — list the stream processors in the account.

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

// init
const listStreamProcessors = yield* AWS.Rekognition.ListStreamProcessors();
// runtime
const page = yield* listStreamProcessors({ MaxResults: 10 });
// page.StreamProcessors