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

ListFunctionsResponse

import type { ListFunctionsResponse } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
interface ListFunctionsResponse {
functions?: FunctionConfiguration[] | null;
nextToken?: string | null;
}

§Properties

§
functions?: FunctionConfiguration[] | null
[src]

A list of Function objects.

§
nextToken?: string | null
[src]

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.