Values.DeleteThreatEntitySetRequestSourceDeletes the threat entity set that is associated with the specified threatEntitySetId.
type nonrec t = {detectorId : DetectorId.t;The unique ID of the detector associated with the threat entity set resource. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.
*)threatEntitySetId : String_.t;The unique ID that helps GuardDuty identify which threat entity set needs to be deleted.
*)}