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

GetDatabasesResponse

import type { GetDatabasesResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetDatabasesResponse {
DatabaseList: Database[];
NextToken?: string | null;
}

§Properties

§
DatabaseList: Database[]
[src]

A list of Database objects from the specified catalog.

§
NextToken?: string | null
[src]

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.