Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

optional
name: string | null
optional
lastStartTime: Date | number | null
optional
lastStopTime: Date | number | null
optional
recording: boolean | null
optional
lastStatus: RecorderStatus | null
optional
lastErrorCode: string | null
optional
lastErrorMessage: string | null
optional
lastStatusChangeTime: Date | number | null