Skip to content

ListMembers

Source: src/AWS/SecurityHub/ListMembers.ts

Runtime binding for securityhub:ListMembers.

Lists the member accounts associated with this administrator account. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.SecurityHub.ListMembersHttp).

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