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