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

DeleteExpressionResponse

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

The result of a "DeleteExpression" request. Specifies the expression being deleted.

interface DeleteExpressionResponse {
Expression: ExpressionStatus;
}

§Properties

§

The status of the expression being deleted.