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

DeleteIPSetRequest

import type { DeleteIPSetRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface DeleteIPSetRequest {
DetectorId: string;
IpSetId: string;
}

§Properties

§
DetectorId: string
[src]

The unique ID of the detector associated with the IPSet.

§
IpSetId: string
[src]

The unique ID of the IPSet to delete.