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

DescribeConfigurationRecorderStatusResponse

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

The output for the "DescribeConfigurationRecorderStatus" action, in JSON format.

interface DescribeConfigurationRecorderStatusResponse {
ConfigurationRecordersStatus?: ConfigurationRecorderStatus[] | null;
}

§Properties

§
ConfigurationRecordersStatus?: ConfigurationRecorderStatus[] | null
[src]

A list that contains status of the specified recorders.