Module Values.RetrieverSource

Summary information for the retriever used for your Amazon Q Business application.

Sourcetype nonrec t = {
  1. applicationId : ApplicationId.t option;
    (*

    The identifier of the Amazon Q Business application using the retriever.

    *)
  2. retrieverId : RetrieverId.t option;
    (*

    The identifier of the retriever used by your Amazon Q Business application.

    *)
  3. type_ : RetrieverType.t option;
    (*

    The type of your retriever.

    *)
  4. status : RetrieverStatus.t option;
    (*

    The status of your retriever.

    *)
  5. displayName : RetrieverName.t option;
    (*

    The name of your retriever.

    *)
}
Sourceval make : ?applicationId:??? -> ?retrieverId:??? -> ?type_:??? -> ?status:??? -> ?displayName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ApplicationId.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