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

LogPublishingOptionsStatus

import type { LogPublishingOptionsStatus } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

The configured log publishing options for the domain and their current status.

interface LogPublishingOptionsStatus {
Options?: [key in LogType]: LogPublishingOption | null | undefined | null;
Status?: OptionStatus | null;
}

§Properties

§
Options?: [key in LogType]: LogPublishingOption | null | undefined | null
[src]

The log publishing options configured for the domain.

§
Status?: OptionStatus | null
[src]

The status of the log publishing options for the domain. See OptionStatus for the status information that's included.