Disables GuardDuty from monitoring findings of the member accounts specified by the account IDs. After running this command, a master GuardDuty account can run StartMonitoringMembers to re-enable GuardDuty to monitor these members<U+2019> findings.
guardduty_stop_monitoring_members(AccountIds, DetectorId)
[required] A list of account IDs of the GuardDuty member accounts whose findings you want the master account to stop monitoring.
[required] The unique ID of the detector of the GuardDuty account that you want to stop from monitor members' findings.
svc$stop_monitoring_members( AccountIds = list( "string" ), DetectorId = "string" )