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

DefineIndexFieldRequest

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

Container for the parameters to the "DefineIndexField" operation. Specifies the name of the domain you want to update and the index field configuration.

interface DefineIndexFieldRequest {
DomainName: string;
IndexField: IndexField;
}

§Properties

§
DomainName: string
[src]
§
IndexField: IndexField
[src]

The index field and field options you want to configure.