Skip to content

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

// init — account-level binding, no resource argument
const listMembers = yield* AWS.Macie2.ListMembers();
// runtime
const { members } = yield* listMembers();