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

DeleteIndexFieldRequest

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

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

interface DeleteIndexFieldRequest {
DomainName: string;
IndexFieldName: string;
}

§Properties

§
DomainName: string
[src]
§
IndexFieldName: string
[src]

The name of the index field your want to remove from the domain's indexing options.