Skip to content

StartMonitoringMembers

Source: src/AWS/GuardDuty/StartMonitoringMembers.ts

Runtime binding for guardduty:StartMonitoringMembers.

Resumes GuardDuty monitoring for member accounts previously stopped with StopMonitoringMembers. The detector id is injected from the bound Detector. Provide the implementation with Effect.provide(AWS.GuardDuty.StartMonitoringMembersHttp).

// init
const startMonitoringMembers = yield* AWS.GuardDuty.StartMonitoringMembers(detector);
// runtime
yield* startMonitoringMembers({ AccountIds: ["111122223333"] });