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

SearchSchemasRequest

import type { SearchSchemasRequest } from "https://aws-api.deno.dev/v0.3/services/schemas.ts?docs=full";
interface SearchSchemasRequest {
Keywords: string;
Limit?: number | null;
NextToken?: string | null;
RegistryName: string;
}

§Properties

§
Keywords: string
[src]

Specifying this limits the results to only schemas that include the provided keywords.

§
Limit?: number | null
[src]
§
NextToken?: string | null
[src]

The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

§
RegistryName: string
[src]

The name of the registry.