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

UploadDocumentsRequest

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

Container for the parameters to the UploadDocuments request.

interface UploadDocumentsRequest {
contentType: ContentType;
documents: Uint8Array | string;
}

§Properties

§
contentType: ContentType
[src]

The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats:

  • application/json
  • application/xml
§
documents: Uint8Array | string
[src]

A batch of documents formatted in JSON or HTML.