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).
Administering Member Accounts
Section titled “Administering Member Accounts”// initconst listMembers = yield* AWS.Detective.ListMembers(graph);
// runtimeconst { MemberDetails } = yield* listMembers();