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

ListSchemasResponse

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

§Properties

§
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.

§
Schemas?: SchemaListItem[] | null
[src]

An array of SchemaListItem objects containing details of each schema.