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

DeleteDeliveryChannelRequest

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

The input for the "DeleteDeliveryChannel" action. The action accepts the following data, in JSON format.

interface DeleteDeliveryChannelRequest {
DeliveryChannelName: string;
}

§Properties

§
DeliveryChannelName: string
[src]

The name of the delivery channel to delete.