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

ListAppsListsResponse

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

§Properties

§
AppsLists?: AppsListDataSummary[] | null
[src]

An array of AppsListDataSummary objects.

§
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.