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

ListRegistriesResponse

import type { ListRegistriesResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface ListRegistriesResponse {
NextToken?: string | null;
Registries?: RegistryListItem[] | 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.

§
Registries?: RegistryListItem[] | null
[src]

An array of RegistryDetailedListItem objects containing minimal details of each registry.