Skip to content

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

// init
const describeProjects = yield* AWS.Rekognition.DescribeProjects();
// runtime
const page = yield* describeProjects({ MaxResults: 10 });
// page.ProjectDescriptions