Skip to content

StartMonitoringMember

Source: src/AWS/Detective/StartMonitoringMember.ts

Runtime binding for detective:StartMonitoringMember.

Re-enables data ingest for a member account that was accepted but is ACCEPTED_BUT_DISABLED (e.g. it previously blew the graph’s volume limit). The graph ARN is injected from the bound Graph. Provide the implementation with Effect.provide(AWS.Detective.StartMonitoringMemberHttp).

// init
const startMonitoringMember =
yield* AWS.Detective.StartMonitoringMember(graph);
// runtime
yield* startMonitoringMember({ AccountId: "111122223333" });