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

ListThreatIntelSetsResponse

import type { ListThreatIntelSetsResponse } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface ListThreatIntelSetsResponse {
NextToken?: string | null;
ThreatIntelSetIds: string[];
}

§Properties

§
NextToken?: string | null
[src]

The pagination parameter to be used on the next list operation to retrieve more items.

§
ThreatIntelSetIds: string[]
[src]

The IDs of the ThreatIntelSet resources.