Module Values.FeaturedDocumentMissingSource

A document ID doesn't exist but you have specified as a featured document. Amazon Kendra cannot feature the document if it doesn't exist in the index. You can check the status of a document and its ID or check for documents with status errors using the BatchGetDocumentStatus API.

Sourcetype nonrec t = {
  1. id : DocumentId.t option;
    (*

    The identifier of the document that doesn't exist but you have specified as a featured document.

    *)
}
Sourceval make : ?id:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DocumentId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t