Updates the ThreatIntelSet specified by ThreatIntelSet ID.
guardduty_update_threat_intel_set(DetectorId, ThreatIntelSetId, Name,
Location, Activate)
[required] The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
[required] The unique ID that specifies the ThreatIntelSet that you want to update.
The unique ID that specifies the ThreatIntelSet that you want to update.
The updated URI of the file that contains the ThreateIntelSet. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)
The updated boolean value that specifies whether the ThreateIntelSet is active or not.
svc$update_threat_intel_set( DetectorId = "string", ThreatIntelSetId = "string", Name = "string", Location = "string", Activate = TRUE|FALSE )