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

DefineExpressionRequest

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

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

interface DefineExpressionRequest {
DomainName: string;
Expression: Expression;
}

§Properties

§
DomainName: string
[src]
§
Expression: Expression
[src]