Values.SessionSourceDescribes a web-based, remote graphical user interface (GUI), Amazon DCV session. The session is used to access a virtual computer’s operating system or application.
type nonrec t = {name : NonEmptyString.t option;The session name.
*)url : SensitiveNonEmptyString.t option;The session URL.
*)isPrimary : Boolean.t option;When true, this Boolean value indicates the primary session for the specified resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]