GetMembers
Source:
src/AWS/GuardDuty/GetMembers.ts
Runtime binding for guardduty:GetMembers.
Reads member account details for the given account ids; unknown accounts come back as UnprocessedAccounts.
The detector id is injected from the bound Detector.
Provide the implementation with
Effect.provide(AWS.GuardDuty.GetMembersHttp).
Member Administration
Section titled “Member Administration”// initconst getMembers = yield* AWS.GuardDuty.GetMembers(detector);
// runtimeconst { Members, UnprocessedAccounts } = yield* getMembers({ AccountIds: ["111122223333"],});