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

ListSchemasRequest

import type { ListSchemasRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface ListSchemasRequest {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of schemas to return.

§
nextToken?: string | null
[src]

A token returned from the previous call to ListSchemas for getting the next set of schemas (if they exist).