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

UploadDocumentsResponse

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

Contains the response to an UploadDocuments request.

interface UploadDocumentsResponse {
adds?: number | null;
deletes?: number | null;
status?: string | null;
warnings?: DocumentServiceWarning[] | null;
}

§Properties

§
adds?: number | null
[src]

The number of documents that were added to the search domain.

§
deletes?: number | null
[src]

The number of documents that were deleted from the search domain.

§
status?: string | null
[src]

The status of an UploadDocumentsRequest.

§
warnings?: DocumentServiceWarning[] | null
[src]

Any warnings returned by the document service about the documents being uploaded.