Values.StartMonitoringMembersRequestSourceTurns on GuardDuty monitoring of the specified member accounts. Use this operation to restart monitoring of accounts that you stopped monitoring with the StopMonitoringMembers operation.
type nonrec t = {detectorId : DetectorId.t;The unique ID of the detector of the GuardDuty administrator account associated with the member accounts to monitor. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.
*)accountIds : AccountIds.t;A list of account IDs of the GuardDuty member accounts to start monitoring.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AccountId.t ] list
| `String of DetectorId.t ])
list ]