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

ConfigureLogsForChannelResponse

import type { ConfigureLogsForChannelResponse } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";
interface ConfigureLogsForChannelResponse {
ChannelName?: string | null;
LogTypes?: LogType[] | null;
}

§Properties

§
ChannelName?: string | null
[src]

The name of the channel.

§
LogTypes?: LogType[] | null
[src]

The types of logs collected.