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

UpdateDiscovererRequest

import type { UpdateDiscovererRequest } from "https://aws-api.deno.dev/v0.4/services/schemas.ts?docs=full";
interface UpdateDiscovererRequest {
CrossAccount?: boolean | null;
Description?: string | null;
DiscovererId: string;
}

§Properties

§
CrossAccount?: boolean | null
[src]

Support discovery of schemas in events sent to the bus from another account. (default: true)

§
Description?: string | null
[src]

The description of the discoverer to update.

§
DiscovererId: string
[src]

The ID of the discoverer.