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

DescribeDeliveryChannelsRequest

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

The input for the "DescribeDeliveryChannels" action.

interface DescribeDeliveryChannelsRequest {
DeliveryChannelNames?: string[] | null;
}

§Properties

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

A list of delivery channel names.