Module Values.CreateAnonymousWebExperienceUrlRequestSource

Creates a unique URL for anonymous Amazon Q Business web experience. This URL can only be used once and must be used within 5 minutes after it's generated.

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

    The identifier of the Amazon Q Business application environment attached to the web experience.

    *)
  2. webExperienceId : WebExperienceId.t;
    (*

    The identifier of the web experience.

    *)
  3. sessionDurationInMinutes : SessionDurationInMinutes.t option;
    (*

    The duration of the session associated with the unique URL for the web experience.

    *)
}
Sourceval context_ : string
Sourceval make : ?sessionDurationInMinutes:??? -> applicationId:ApplicationId.t -> webExperienceId:WebExperienceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of SessionDurationInMinutes.t | `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