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

GetDatabaseInput

import type { GetDatabaseInput } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";
interface GetDatabaseInput {
CatalogName: string;
DatabaseName: string;
}

§Properties

§
CatalogName: string
[src]

The name of the data catalog that contains the database to return.

§
DatabaseName: string
[src]

The name of the database to return.