Turns on GuardDuty monitoring of the specified member accounts. Use this
operation to restart monitoring of accounts that you stopped monitoring
with the StopMonitoringMembers operation.
guardduty_start_monitoring_members(DetectorId, AccountIds)[required] The unique ID of the detector of the GuardDuty master account associated with the member accounts to monitor.
[required] A list of account IDs of the GuardDuty member accounts to start monitoring.
svc$start_monitoring_members(
  DetectorId = "string",
  AccountIds = list(
    "string"
  )
)