Module Values.DocumentEnrichmentConfigurationSource

Provides the configuration information for altering document metadata and content during the document ingestion process. For more information, see Custom document enrichment.

Sourcetype nonrec t = {
  1. inlineConfigurations : InlineDocumentEnrichmentConfigurations.t option;
    (*

    Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Q Business.

    *)
  2. preExtractionHookConfiguration : HookConfiguration.t option;
  3. postExtractionHookConfiguration : HookConfiguration.t option;
}
Sourceval make : ?inlineConfigurations:??? -> ?preExtractionHookConfiguration:??? -> ?postExtractionHookConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of DocumentAttributeKey.t | `Structure of (string * [> `List of [> `String of String_.t ] list | `Long of Long.t | `String of DocumentAttributeValueStringValueString.t | `Timestamp of Timestamp.t ]) list ]) list ]) list ] list | `Structure of (string * [> `String of LambdaArn.t | `Structure of (string * [> `Enum of string | `String of DocumentAttributeKey.t | `Structure of (string * [> `List of [> `String of String_.t ] list | `Long of Long.t | `String of DocumentAttributeValueStringValueString.t | `Timestamp of Timestamp.t ]) list ]) list ]) list ]) 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