Skip to content

ListMembers

Source: src/AWS/GuardDuty/ListMembers.ts

Runtime binding for guardduty:ListMembers.

Enumerates the member accounts associated with this administrator detector. The detector id is injected from the bound Detector. Provide the implementation with Effect.provide(AWS.GuardDuty.ListMembersHttp).

// init
const listMembers = yield* AWS.GuardDuty.ListMembers(detector);
// runtime
const { Members } = yield* listMembers();