Module Values.ExperienceEndpointSource

Provides the configuration information for the endpoint for your Amazon Kendra experience.

Sourcetype nonrec t = {
  1. endpointType : EndpointType.t option;
    (*

    The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.

    *)
  2. endpoint : Endpoint.t option;
    (*

    The endpoint of your Amazon Kendra experience.

    *)
}
Sourceval make : ?endpointType:??? -> ?endpoint:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Endpoint.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