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

DefineIndexFieldResponse

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

The result of a "DefineIndexField" request. Contains the status of the newly-configured index field.

interface DefineIndexFieldResponse {
IndexField: IndexFieldStatus;
}

§Properties