Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateIPSetRequest

import type { UpdateIPSetRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface UpdateIPSetRequest {
Activate?: boolean | null;
DetectorId: string;
IpSetId: string;
Location?: string | null;
Name?: string | null;
}

§Properties

§
Activate?: boolean | null
[src]

The updated Boolean value that specifies whether the IPSet is active or not.

§
DetectorId: string
[src]

The detectorID that specifies the GuardDuty service whose IPSet you want to update.

§
IpSetId: string
[src]

The unique ID that specifies the IPSet that you want to update.

§
Location?: string | null
[src]

The updated URI of the file that contains the IPSet.

§
Name?: string | null
[src]

The unique ID that specifies the IPSet that you want to update.