Skip to content

ListMembers

Source: src/AWS/Detective/ListMembers.ts

Runtime binding for detective:ListMembers.

Lists the behavior graph’s member accounts — invited and enabled alike — so an admin-account function can audit coverage of the security fleet. The graph ARN is injected from the bound Graph. Provide the implementation with Effect.provide(AWS.Detective.ListMembersHttp).

// init
const listMembers = yield* AWS.Detective.ListMembers(graph);
// runtime
const { MemberDetails } = yield* listMembers();