Skip to content

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

// init
const listMembers = yield* AWS.Inspector2.ListMembers();
// runtime
const { members } = yield* listMembers();