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

DocumentServiceWarning

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

A warning returned by the document service when an issue is discovered while processing an upload request.

interface DocumentServiceWarning {
message?: string | null;
}

§Properties

§
message?: string | null
[src]

The description for a warning returned by the document service.