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

ChatChannel

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

The Chatbot chat channel used for collaboration during an incident.

interface ChatChannel {
chatbotSns?: string[] | null;
empty?: EmptyChatChannel | null;
}

§Properties

§
chatbotSns?: string[] | null
[src]

The Amazon SNS targets that Chatbot uses to notify the chat channel of updates to an incident. You can also make updates to the incident through the chat channel by using the Amazon SNS topics.

§
empty?: EmptyChatChannel | null
[src]

Used to remove the chat channel from an incident record or response plan.