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.4/services/cleanrooms.ts?docs=full";
interface ListSchemasInput {
collaborationIdentifier: string;
maxResults?: number | null;
nextToken?: string | null;
schemaType?: SchemaType | null;
}

§Properties

§
collaborationIdentifier: string
[src]

A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.

§
maxResults?: number | null
[src]

The maximum size of the results that is returned per call.

§
nextToken?: string | null
[src]

The token value retrieved from a previous call to access the next page of results.

§
schemaType?: SchemaType | null
[src]

If present, filter schemas by schema type. The only valid schema type is currently TABLE.