Stops GuardDuty monitoring for the specified member accounnts. Use the
StartMonitoringMembers to restart monitoring for those accounts.
guardduty_stop_monitoring_members(DetectorId, AccountIds)[required] The unique ID of the detector of the GuardDuty account that you want to stop from monitor members\' findings.
[required] A list of account IDs of the GuardDuty member accounts whose findings you want the master account to stop monitoring.
svc$stop_monitoring_members(
  DetectorId = "string",
  AccountIds = list(
    "string"
  )
)