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

GetThreatIntelSetRequest

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

§Properties

§
DetectorId: string
[src]

The unique ID of the detector that the threatIntelSet is associated with.

§
ThreatIntelSetId: string
[src]

The unique ID of the threatIntelSet that you want to get.