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

UpdateUserDefinedFunctionRequest

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

§Properties

§
CatalogId?: string | null
[src]

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

§
DatabaseName: string
[src]

The name of the catalog database where the function to be updated is located.

§

A FunctionInput object that redefines the function in the Data Catalog.

§
FunctionName: string
[src]

The name of the function.