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

GetUserDefinedFunctionsResponse

import type { GetUserDefinedFunctionsResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetUserDefinedFunctionsResponse {
NextToken?: string | null;
UserDefinedFunctions?: UserDefinedFunction[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A continuation token, if the list of functions returned does not include the last requested function.

§
UserDefinedFunctions?: UserDefinedFunction[] | null
[src]

A list of requested function definitions.