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

DeleteAnalyzerRequest

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

Deletes an analyzer.

interface DeleteAnalyzerRequest {
analyzerName: string;
clientToken?: string | null;
}

§Properties

§
analyzerName: string
[src]

The name of the analyzer to delete.

§
clientToken?: string | null
[src]

A client token.