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

DeleteUserDefinedFunctionRequest

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

§Properties

§
CatalogId?: string | null
[src]

The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the Amazon Web Services account ID is used by default.

§
DatabaseName: string
[src]

The name of the catalog database where the function is located.

§
FunctionName: string
[src]

The name of the function definition to be deleted.