Module Values.UserAliasSource

Aliases attached to a user id within an Amazon Q Business application.

Sourcetype nonrec t = {
  1. indexId : IndexId.t option;
    (*

    The identifier of the index that the user aliases are associated with.

    *)
  2. dataSourceId : DataSourceId.t option;
    (*

    The identifier of the data source that the user aliases are associated with.

    *)
  3. userId : String_.t;
    (*

    The identifier of the user id associated with the user aliases.

    *)
}
Sourceval context_ : string
Sourceval make : ?indexId:??? -> ?dataSourceId:??? -> userId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IndexId.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