DeliveryChannelStatus
import type { DeliveryChannelStatus } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/configservice.ts";interface DeliveryChannelStatus {
configHistoryDeliveryInfo?: ConfigExportDeliveryInfo | null;
configSnapshotDeliveryInfo?: ConfigExportDeliveryInfo | null;
configStreamDeliveryInfo?: ConfigStreamDeliveryInfo | null;
name?: string | null;
}§Properties
§
configHistoryDeliveryInfo?: ConfigExportDeliveryInfo | null
[src]§
configSnapshotDeliveryInfo?: ConfigExportDeliveryInfo | null
[src]§
configStreamDeliveryInfo?: ConfigStreamDeliveryInfo | null
[src]