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).
Member Administration
Section titled “Member Administration”// initconst listMembers = yield* AWS.GuardDuty.ListMembers(detector);
// runtimeconst { Members } = yield* listMembers();