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

ListProtocolsListsResponse

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

§Properties

§
NextToken?: string | null
[src]

If you specify a value for MaxResults in your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. You can use this token in subsequent requests to retrieve the next batch of objects.

§
ProtocolsLists?: ProtocolsListDataSummary[] | null
[src]

An array of ProtocolsListDataSummary objects.