GetMemberDetectors
Source:
src/AWS/GuardDuty/GetMemberDetectors.ts
Runtime binding for guardduty:GetMemberDetectors.
Reads the data-source and feature configuration of member detectors.
The detector id is injected from the bound Detector.
Provide the implementation with
Effect.provide(AWS.GuardDuty.GetMemberDetectorsHttp).
Member Administration
Section titled “Member Administration”// initconst getMemberDetectors = yield* AWS.GuardDuty.GetMemberDetectors(detector);
// runtimeconst { MemberDataSourceConfigurations } = yield* getMemberDetectors({ AccountIds: ["111122223333"],});