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

IndexDocumentsResponse

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

The result of an IndexDocuments request. Contains the status of the indexing operation, including the fields being indexed.

interface IndexDocumentsResponse {
FieldNames: string[];
}

§Properties

§
FieldNames: string[]
[src]

The names of the fields that are currently being indexed.