Skip to content

AssociateFaces

Source: src/AWS/Rekognition/AssociateFaces.ts

Runtime binding for rekognition:AssociateFaces — associate up to 100 indexed face IDs with a user.

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

// init
const associateFaces = yield* AWS.Rekognition.AssociateFaces();
// runtime
const result = yield* associateFaces({
CollectionId: "tenant-42",
UserId: userId,
FaceIds: [faceId],
});
// result.AssociatedFaces, result.UserStatus