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

UpdateThreatIntelSetRequest

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

§Properties

§
Activate?: boolean | null
[src]

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

§
DetectorId: string
[src]

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

§
Location?: string | null
[src]

The updated URI of the file that contains the ThreateIntelSet.

§
Name?: string | null
[src]

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

§
ThreatIntelSetId: string
[src]

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