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).
Stream Processors
Section titled “Stream Processors”// initconst listStreamProcessors = yield* AWS.Rekognition.ListStreamProcessors();
// runtimeconst page = yield* listStreamProcessors({ MaxResults: 10 });// page.StreamProcessors