Stops GuardDuty monitoring for the specified member accounts. Use the
start_monitoring_members
operation to restart monitoring for those accounts.
guardduty_stop_monitoring_members(DetectorId, AccountIds)
[required] The unique ID of the detector associated with the GuardDuty administrator account that is monitoring member accounts.
[required] A list of account IDs for the member accounts to stop monitoring.
A list with the following syntax:
list( UnprocessedAccounts = list( list( AccountId = "string", Result = "string" ) ) )
svc$stop_monitoring_members( DetectorId = "string", AccountIds = list( "string" ) )