Values.UpdateThreatIntelSetRequestSourceUpdates the ThreatIntelSet specified by the ThreatIntelSet ID.
type nonrec t = {detectorId : DetectorId.t;The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.
*)threatIntelSetId : String_.t;The unique ID that specifies the ThreatIntelSet that you want to update.
*)name : Name.t option;The unique ID that specifies the ThreatIntelSet that you want to update.
*)location : Location.t option;The updated URI of the file that contains the ThreateIntelSet.
*)activate : Boolean.t option;The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
*)expectedBucketOwner : AccountId.t option;The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.
*)}val make :
?name:??? ->
?location:??? ->
?activate:??? ->
?expectedBucketOwner:??? ->
detectorId:DetectorId.t ->
threatIntelSetId:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of DetectorId.t ]) list ]