Skip to content

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).

// init
const getMemberDetectors = yield* AWS.GuardDuty.GetMemberDetectors(detector);
// runtime
const { MemberDataSourceConfigurations } = yield* getMemberDetectors({
AccountIds: ["111122223333"],
});