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

PutDeliveryChannelRequest

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

The input for the "PutDeliveryChannel" action.

interface PutDeliveryChannelRequest {
DeliveryChannel: DeliveryChannel;
}

§Properties

§
DeliveryChannel: DeliveryChannel
[src]

The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.