ListMembers
Source:
src/AWS/Inspector2/ListMembers.ts
Runtime binding for inspector2:ListMembers.
List members associated with the Amazon Inspector delegated administrator for your organization.
Provide the implementation with
Effect.provide(AWS.Inspector2.ListMembersHttp).
Organization & Members
Section titled “Organization & Members”// initconst listMembers = yield* AWS.Inspector2.ListMembers();
// runtimeconst { members } = yield* listMembers();