Values.CreateImageBuilderStreamingURLResultSourceCreates a URL to start an image builder streaming session.
type nonrec t = {streamingURL : String_.t option;The URL to start the WorkSpaces Applications streaming session.
*)expires : Timestamp.t option;The elapsed time, in seconds after the Unix epoch, when this URL expires.
*)}type nonrec error = [ | `OperationNotPermittedException of OperationNotPermittedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]