UserDefinedFunctionInput
import type { UserDefinedFunctionInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";interface UserDefinedFunctionInput {
ClassName?: string | null;
FunctionName?: string | null;
OwnerName?: string | null;
OwnerType?: PrincipalType | null;
ResourceUris?: ResourceUri[] | null;
}