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

DescribeDeliveryChannelsResponse

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

The output for the "DescribeDeliveryChannels" action.

interface DescribeDeliveryChannelsResponse {
DeliveryChannels?: DeliveryChannel[] | null;
}

§Properties

§
DeliveryChannels?: DeliveryChannel[] | null
[src]

A list that contains the descriptions of the specified delivery channel.