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

UpdateDiscovererResponse

import type { UpdateDiscovererResponse } from "https://aws-api.deno.dev/v0.4/services/schemas.ts?docs=full";
interface UpdateDiscovererResponse {
CrossAccount?: boolean | null;
Description?: string | null;
DiscovererArn?: string | null;
DiscovererId?: string | null;
SourceArn?: string | null;
State?: DiscovererState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CrossAccount?: boolean | null
[src]

The Status if the discoverer will discover schemas from events sent from another account.

§
Description?: string | null
[src]

The description of the discoverer.

§
DiscovererArn?: string | null
[src]

The ARN of the discoverer.

§
DiscovererId?: string | null
[src]

The ID of the discoverer.

§
SourceArn?: string | null
[src]

The ARN of the event bus.

§
State?: DiscovererState | null
[src]

The state of the discoverer.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags associated with the resource.