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

GetDiscoveredSchemaRequest

import type { GetDiscoveredSchemaRequest } from "https://aws-api.deno.dev/v0.4/services/schemas.ts?docs=full";
interface GetDiscoveredSchemaRequest {
Events: string[];
Type: Type;
}

§Properties

§
Events: string[]
[src]

An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.

§
Type: Type
[src]

The type of event.