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

DeleteExpressionRequest

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

Container for the parameters to the "DeleteExpression" operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.

interface DeleteExpressionRequest {
DomainName: string;
ExpressionName: string;
}

§Properties

§
DomainName: string
[src]
§
ExpressionName: string
[src]

The name of the "Expression" to delete.