DescribeProjects
Source:
src/AWS/Rekognition/DescribeProjects.ts
Runtime binding for rekognition:DescribeProjects — describe the Rekognition projects (Custom Labels projects and custom moderation adapters) in the account.
The binding takes no arguments and grants the function
rekognition:DescribeProjects 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.DescribeProjectsHttp).
Custom Labels
Section titled “Custom Labels”// initconst describeProjects = yield* AWS.Rekognition.DescribeProjects();
// runtimeconst page = yield* describeProjects({ MaxResults: 10 });// page.ProjectDescriptions