GuardDuty.Client.
update_ip_set
(**kwargs)¶Updates the IPSet specified by the IPSet ID.
See also: AWS API Documentation
Request Syntax
response = client.update_ip_set(
DetectorId='string',
IpSetId='string',
Name='string',
Location='string',
Activate=True|False
)
[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.
dict
Response Syntax
{}
Response Structure
Exceptions
GuardDuty.Client.exceptions.BadRequestException
GuardDuty.Client.exceptions.InternalServerErrorException