ListMembers
Source:
src/AWS/Macie2/ListMembers.ts
Runtime binding for macie2:ListMembers.
Retrieves information about the accounts that are associated with an Amazon Macie administrator account.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.Macie2.ListMembersHttp).
Organization & Members
Section titled “Organization & Members”// init — account-level binding, no resource argumentconst listMembers = yield* AWS.Macie2.ListMembers();
// runtimeconst { members } = yield* listMembers();