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

DescribeDeliveryChannelStatusResponse

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

The output for the "DescribeDeliveryChannelStatus" action.

interface DescribeDeliveryChannelStatusResponse {
DeliveryChannelsStatus?: DeliveryChannelStatus[] | null;
}

§Properties

§
DeliveryChannelsStatus?: DeliveryChannelStatus[] | null
[src]

A list that contains the status of a specified delivery channel.