Values.StartMonitoringMemberRequestSourceSends a request to enable data ingest for a member account that has a status of ACCEPTED_BUT_DISABLED. For valid member accounts, the status is updated as follows. If Detective enabled the member account, then the new status is ENABLED. If Detective cannot enable the member account, the status remains ACCEPTED_BUT_DISABLED.
type nonrec t = {graphArn : GraphArn.t;The ARN of the behavior graph.
*)accountId : AccountId.t;The account ID of the member account to try to enable. The account must be an invited member account with a status of ACCEPTED_BUT_DISABLED.
*)}