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

UpdateChannelRequest

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

§Properties

§
Channel: string
[src]

The ARN or ID (the ARN suffix) of the channel that you want to update.

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

The ARNs of event data stores that you want to log events arriving through the channel.

§
Name?: string | null
[src]

Changes the name of the channel.