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

DescribeConfigurationRecordersResponse

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

The output for the "DescribeConfigurationRecorders" action.

interface DescribeConfigurationRecordersResponse {
ConfigurationRecorders?: ConfigurationRecorder[] | null;
}

§Properties

§
ConfigurationRecorders?: ConfigurationRecorder[] | null
[src]

A list that contains the descriptions of the specified configuration recorders.