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

DeliveryChannelStatus

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

The status of a specified delivery channel.

Valid values: Success | Failure

interface DeliveryChannelStatus {
configHistoryDeliveryInfo?: ConfigExportDeliveryInfo | null;
configSnapshotDeliveryInfo?: ConfigExportDeliveryInfo | null;
configStreamDeliveryInfo?: ConfigStreamDeliveryInfo | null;
name?: string | null;
}

§Properties

§
configHistoryDeliveryInfo?: ConfigExportDeliveryInfo | null
[src]

A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.

§
configSnapshotDeliveryInfo?: ConfigExportDeliveryInfo | null
[src]

A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.

§
configStreamDeliveryInfo?: ConfigStreamDeliveryInfo | null
[src]

A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.

§
name?: string | null
[src]

The name of the delivery channel.