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

UpdateDatabaseRequest

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

§Properties

§
CatalogId?: string | null
[src]

The ID of the Data Catalog in which the metadata database resides. If none is provided, the Amazon Web Services account ID is used by default.

§
DatabaseInput: DatabaseInput
[src]

A DatabaseInput object specifying the new definition of the metadata database in the catalog.

§
Name: string
[src]

The name of the database to update in the catalog. For Hive compatibility, this is folded to lowercase.