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