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

DeleteConfigurationRecorderRequest

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

The request object for the DeleteConfigurationRecorder action.

interface DeleteConfigurationRecorderRequest {
ConfigurationRecorderName: string;
}

§Properties

§
ConfigurationRecorderName: string
[src]

The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.