Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aws_api/services/config@2014-11-12/mod.ts>ConfigExportDeliveryInfo

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface ConfigExportDeliveryInfo
import { type ConfigExportDeliveryInfo } from "https://deno.land/x/aws_api@v0.1.0/services/config@2014-11-12/mod.ts";

Properties

optional
lastStatus: DeliveryStatus | null
optional
lastErrorCode: string | null
optional
lastErrorMessage: string | null
optional
lastAttemptTime: Date | number | null
optional
lastSuccessfulTime: Date | number | null
optional
nextDeliveryTime: Date | number | null