Module Values.UpdateRetrieverRequestSource

Updates the retriever used for your Amazon Q Business application.

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

    The identifier of your Amazon Q Business application.

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

    The identifier of your retriever.

    *)
  3. configuration : RetrieverConfiguration.t option;
  4. displayName : RetrieverName.t option;
    (*

    The name of your retriever.

    *)
  5. roleArn : RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of an IAM role with permission to access the retriever and required resources.

    *)
}
Sourceval context_ : string
Sourceval make : ?configuration:??? -> ?displayName:??? -> ?roleArn:??? -> applicationId:ApplicationId.t -> retrieverId:RetrieverId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ApplicationId.t | `Structure of (string * [> `Structure of (string * [> `Long of Long.t | `Map of ([> `String of DocumentAttributeKey.t ] * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Long of BoostingDurationInSeconds.t | `Map of ([> `String of String_.t ] * [> `Enum of string ]) list ]) list ]) list ]) list | `String of IndexId.t ]) 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