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

UpdateChannelResponse

import type { UpdateChannelResponse } from "https://aws-api.deno.dev/v0.4/services/cloudtrail.ts?docs=full";
interface UpdateChannelResponse {
ChannelArn?: string | null;
Destinations?: Destination[] | null;
Name?: string | null;
Source?: string | null;
}

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the channel that was updated.

§
Destinations?: Destination[] | null
[src]

The event data stores that log events arriving through the channel.

§
Name?: string | null
[src]

The name of the channel that was updated.

§
Source?: string | null
[src]

The event source of the channel that was updated.