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

DescribeConfigurationRecorderStatusRequest

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

The input for the "DescribeConfigurationRecorderStatus" action.

interface DescribeConfigurationRecorderStatusRequest {
ConfigurationRecorderNames?: string[] | null;
}

§Properties

§
ConfigurationRecorderNames?: string[] | null
[src]

The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.