Values.AcceptInvitationRequestSourceAccepts the invitation to be monitored by a GuardDuty administrator account.
type nonrec t = {detectorId : DetectorId.t;The unique ID of the detector of the GuardDuty member account. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.
*)masterId : String_.t;The account ID of the GuardDuty administrator account whose invitation you're accepting.
*)invitationId : String_.t;The value that is used to validate the administrator account to the member account.
*)}val make :
detectorId:DetectorId.t ->
masterId:String_.t ->
invitationId:String_.t ->
unit ->
t