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

ListIPSetsResponse

import type { ListIPSetsResponse } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface ListIPSetsResponse {
IPSets?: IPSetSummary[] | null;
NextMarker?: string | null;
}

§Properties

§
IPSets?: IPSetSummary[] | null
[src]

An array of "IPSetSummary" objects.

§
NextMarker?: string | null
[src]

To list more IPSet objects, submit another ListIPSets request, and in the next request use the NextMarker response value as the NextMarker value.