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

DeleteAnalysisSchemeRequest

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

Container for the parameters to the "DeleteAnalysisScheme" operation. Specifies the name of the domain you want to update and the analysis scheme you want to delete.

interface DeleteAnalysisSchemeRequest {
AnalysisSchemeName: string;
DomainName: string;
}

§Properties

§
AnalysisSchemeName: string
[src]

The name of the analysis scheme you want to delete.

§
DomainName: string
[src]