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

GetUserDefinedFunctionsRequest

import type { GetUserDefinedFunctionsRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetUserDefinedFunctionsRequest {
CatalogId?: string | null;
DatabaseName?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
Pattern: string;
}

§Properties

§
CatalogId?: string | null
[src]

The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the Amazon Web Services account ID is used by default.

§
DatabaseName?: string | null
[src]

The name of the catalog database where the functions are located. If none is provided, functions from all the databases across the catalog will be returned.

§
MaxResults?: number | null
[src]

The maximum number of functions to return in one response.

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation call.

§
Pattern: string
[src]

An optional function-name pattern string that filters the function definitions returned.