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

ListSchemasInput

import type { ListSchemasInput } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface ListSchemasInput {
MaxResults?: number | null;
NextToken?: string | null;
RegistryId?: RegistryId | null;
}

§Properties

§
MaxResults?: number | null
[src]

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation call.

§
RegistryId?: RegistryId | null
[src]

A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).